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
!