Skip to content

Releases: bitrise-io/envman

2.2.1

13 Mar 14:23
Compare
Choose a tag to compare

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

13 Feb 10:34
4a7ab5a
Compare
Choose a tag to compare

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

08 Jan 15:14
41ea1b6
Compare
Choose a tag to compare

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

11 Dec 12:08
fa60322
Compare
Choose a tag to compare

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.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

12 Nov 12:41
Compare
Choose a tag to compare

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

09 Oct 13:57
5470ead
Compare
Choose a tag to compare

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

12 Sep 09:40
Compare
Choose a tag to compare

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.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

16 Aug 10:18
9c2802d
Compare
Choose a tag to compare

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

25 Jun 14:36
Compare
Choose a tag to compare

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

11 Jun 12:58
Compare
Choose a tag to compare

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!