Releases: bitrise-io/envman
2.5.0
Changelog
- 3592d1a Feat: add envlist format for print to make output evaluable for shell (#221)
- 8066eeb Fix env meta normalize (#224)
- 4a3e6bd Fix typos (#220)
- ca81d0a Make convertToEnvsJSONModel exported (#223)
Install or upgrade
To install this version, run the following command (in a bash shell):
curl -fL https://github.com/bitrise-io/envman/releases/download/2.5.0/envman-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/envman
ℹ️ M1 machine: Please note by default /usr/local/bin
does not exist on M1 machines and isn't encouraged by the community over /opt/bin
. Use a custom folder path or use your own bin
folder path. i.e /opt/bin
Then:
chmod +x /usr/local/bin/envman
That's all, you're ready to call envman
!
2.4.3
Changelog
Install or upgrade
To install this version, run the following command (in a bash shell):
curl -fL https://github.com/bitrise-io/envman/releases/download/2.4.3/envman-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/envman
ℹ️ M1 machine: Please note by default /usr/local/bin
does not exist on M1 machines and isn't encouraged by the community over /opt/bin
. Use a custom folder path or use your own bin
folder path. i.e /opt/bin
Then:
chmod +x /usr/local/bin/envman
That's all, you're ready to call envman
!
2.4.2
Changelog
Install or upgrade
To install this version, run the following command (in a bash shell):
curl -fL https://github.com/bitrise-io/envman/releases/download/2.4.2/envman-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/envman
ℹ️ M1 machine: Please note by default /usr/local/bin
does not exist on M1 machines and isn't encouraged by the community over /opt/bin
. Use a custom folder path or use your own bin
folder path. i.e /opt/bin
Then:
chmod +x /usr/local/bin/envman
That's all, you're ready to call envman
!
2.4.1
Changelog
Install or upgrade
To install this version, run the following command (in a bash shell):
curl -fL https://github.com/bitrise-io/envman/releases/download/2.4.1/envman-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/envman
ℹ️ M1 machine: Please note by default /usr/local/bin
does not exist on M1 machines and isn't encouraged by the community over /opt/bin
. Use a custom folder path or use your own bin
folder path. i.e /opt/bin
Then:
chmod +x /usr/local/bin/envman
That's all, you're ready to call envman
!
2.4.0
Changelog
- d11e00a Add a public method to read the value of an
EnvironmentItemModel
with original type (#205) - d3189a8 Add renovate.json (#201)
- a03ce30 Exported functions (#212)
- 95e52d6 Migrate to Go modules (#199)
- 166d591 Moved utils to cli package (#207)
- 03283f9 Remove duplicated env key validation. (#202)
- 21f9809 Update documentation on how envman stores data (#210)
- b432b6d Update version (#213)
- dd41961 Use Goreleaser to publish releases (#209)
Install or upgrade
To install this version, run the following command (in a bash shell):
curl -fL https://github.com/bitrise-io/envman/releases/download/2.4.0/envman-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/envman
ℹ️ M1 machine: Please note by default /usr/local/bin
does not exist on M1 machines and isn't encouraged by the community over /opt/bin
. Use a custom folder path or use your own bin
folder path. i.e /opt/bin
Then:
chmod +x /usr/local/bin/envman
That's all, you're ready to call envman
!
2.3.3
Release Notes
- [86d58d2] Version bump to 2.3.3 (#198)
- [c6fccf9] [PLANG-138] Add possibility to mark envs as sensitive and retrieve only sensitives (#195)
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.3.3/envman-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/envman
Then:
chmod +x /usr/local/bin/envman
M1 machine: Please note by default /usr/local/bin
does not exist for M1 machines. Use a custom folder or save it to your own bin folder. i.e /opt/
That's all, you're ready to call envman
!
2.3.2
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.3.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.3.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.3.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.3.0
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.3.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.2.11
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.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
!