Releases: bitrise-io/envman
Releases · bitrise-io/envman
0.9.4
Changes
- Lots of code revision
Install
To install this version, run the following commands (in a bash shell):
curl -L https://github.com/bitrise-io/envman/releases/download/0.9.4/envman-$(uname -s)-$(uname -m) > /usr/local/bin/envman
Then:
chmod +x /usr/local/bin/envman
0.9.3
Changes
- Minor fixes
Install
To install this version, run the following commands (in a bash shell):
curl -L https://github.com/bitrise-io/envman/releases/download/0.9.3/envman-$(uname -s)-$(uname -m) > /usr/local/bin/envman
Then:
chmod +x /usr/local/bin/envman
0.9.2
Changes
- BREAKING : New environment model structure. Environment model became a new field,
opts
, which contains the environment variable options. Current environment options:- Title (string)
- Description (string)
- ValueOptions (array of strings/booleans)
- IsRequired (boolean)
- IsExpand (boolean)
- IsDontChangeValue (boolean).
envman run cmd
returns the command's exit code
Install
To install this version, run the following commands (in a bash shell):
curl -L https://github.com/bitrise-io/envman/releases/download/0.9.2/envman-$(uname -s)-$(uname -m) > /usr/local/bin/envman
Then:
chmod +x /usr/local/bin/envman
0.9.1
Pretty much a release candidate for the final version, except maybe a couple of code reorganization, logging and other minor things.
The storage format should be the same as the one which will be in 1.0.0