Releases: bitrise-io/envman
2.2.1
Release Notes
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/2.2.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
!
2.2.0
Release Notes
- [5f433da] Added 'unset' subcommand.
It can be used to unset an environment variable in subsequent envman invocations.
Usage:envman unset --key "ENV_TO_UNSET"
- [a9fc969] Include enviroment variable name in the logged error when its value is too large.
Go dependencies updated.
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/2.2.0/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
!
2.1.3
Release Notes
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/2.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
!
2.1.2
Release Notes
- [fa60322] bump version to 2.1.2 (#157)
- [84ab552] Go dependency update
- [64e5580] dont fail for unrecognized inputs (#155)
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/2.1.2/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
!
2.1.1
Release Notes
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/2.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
!
2.1.0
Release Notes
- [5470ead] dep update & version bump to 2.1.0 (#150)
- [08d17bf] removed readWithTimeout and added limit checks (#149)
Fixis a regression issue: if envman config ($HOME/.envman/configs.json
) defines 0 (or less) for env_bytes_limit_in_kb
single environment item's value size is not limited. If env_list_bytes_limit_in_kb
is set to 0 (or less) the environment list size is not limited. As the functionality was working before v2.0.0 .
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/2.1.0/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
!
2.0.0
Release Notes
- [01375a9] prepare for 2.0.0 (#147)
- [aa16ec1] godeps update (#146)
- [4f1793a] release flow update and some minor housekeeping (#145)
- [a454436] fix stdin read (#144)
- [775a042] read from stdin (#143)
- [ce54255] Docker file update (#142)
- [94550e7] bitrise.yml update (#140)
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/2.0.0/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.2.1
Release Notes
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.2.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
!
1.2.0
Release Notes
- added IsSensitive:
is_sensitive
input option
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.2.0/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.14
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.14/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
!