Skip to content

1.1.3

Compare
Choose a tag to compare
@godrei godrei released this 10 Jan 12:53
· 98 commits to master since this release

Release Notes

  • EnvsYMLModel model refactored to EnvsSerializeModel and got Normalize function to make the EnvsYMLModel instance json serializable, even if it was created with yml parser.
  • typo fixes

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.3/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!