Skip to content

2.3.3

Compare
Choose a tag to compare
@bitrise-devs-bot bitrise-devs-bot released this 23 Aug 09:57
86d58d2

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!