1.1.2
Release Notes
- New field added to envman's environemnt item model:
category
.
This new property will be used on bitrise website, to group inputs, like:required
,code-sign
,xcodebuild-configs
, ...
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.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
!