1.1.6
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
!