Skip to content

0.9.9

Compare
Choose a tag to compare
@viktorbenei viktorbenei released this 21 Sep 16:43
· 193 commits to master since this release

Changes

  • envman print got format (--format) and expand (--expand) flags. Format specifies the print command output format (available: raw, json). If expand is set, the output will contain expanded envs - with the exact values which would be available for the target if you would envman run.

Install

To install this version, run the following commands (in a bash shell):

curl -fL https://github.com/bitrise-io/envman/releases/download/0.9.9/envman-$(uname -s)-$(uname -m) > /usr/local/bin/envman

Then:

chmod +x /usr/local/bin/envman