Releases: bitrise-io/envman
1.1.12
Release Notes
- go dependencies update
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.12/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
!
1.1.11
Release Notes
- go dependencies update
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.11/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
!
1.1.10
Release Notes
- go dependencies update
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.10/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
!
1.1.9
Release Notes
- go dependencies update
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.9/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
!
1.1.8
Release Notes
- dependency 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.8/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
!
1.1.7
Release Notes
- manage dependencies with dep
- dependency 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.7/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
!
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
!
1.1.5
Release Notes
- dependency 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.5/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
!
1.1.4
Release Notes
- dependency updates
- typo fixes
- Go example 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.4/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
!
1.1.3
Release Notes
EnvsYMLModel
model refactored toEnvsSerializeModel
and gotNormalize
function to make the EnvsYMLModel instance json serializable, even if it was created with yml parser.- typo fixes
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.3/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
!