Skip to content

1.1.1

Compare
Choose a tag to compare
@godrei godrei released this 13 Sep 09:32
· 114 commits to master since this release

Release Notes

  • NEW COMMAND: envman version
    Prints envman's version.
    use --format flag to specify output format, available options: [json, yml and raw]
    use --full flag to print build informations like build_number and commit of the release.
  • dependency updates
  • unit test updates

Install or upgrade

To install this version, run the following commands (in a bash shell):

curl -fL https://github.com/bitrise-io/envman/releases/download/1.1.1/envman-$(uname -s)-$(uname -m) > /usr/local/bin/envman

Then:

chmod +x /usr/local/bin/envman

That's all, you're ready to call envman!