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