Skip to content

Releases: bitrise-io/envman

0.9.4

12 Aug 15:18
Compare
Choose a tag to compare

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

05 Aug 12:55
Compare
Choose a tag to compare

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

03 Aug 14:11
Compare
Choose a tag to compare

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

17 Jul 11:42
Compare
Choose a tag to compare

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