Skip to content

0.9.2

Compare
Choose a tag to compare
@viktorbenei viktorbenei released this 03 Aug 14:11
· 304 commits to master since this release

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