Skip to content

1.1.6

Compare
Choose a tag to compare
@godrei godrei released this 07 Aug 12:37
· 88 commits to master since this release

Release Notes

Meta field (meta) added to EnvironmentItemOptionsModel

This property of the environment options is used to define extra options without creating a new envman release.

The bitrise-cli does not use meta field directly, but other tools can use this property to expand the environment options.

For example the bitrise.io website will use the meta field to define if secret environment variables should be used in pull request triggered builds or not.

.bitrise.secrets.yml

envs:
- MY_SECRET_ENV: secret value
  opts:
    meta:
      is_expose: true

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.6/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!