Lagoon CLI v0.10.0
Lagoon CLI v0.10.0
Changes
Error/Message handling
This release is a minor version bump because there were some changes to the way errors and information are displayed as part of #153. And as such some things no longer exit with exit code 1, and instead exit 0. So will fail silently
activeSystemsMisc
Adds support for modifying the activeSystemsMisc
field on projects
Installation
The preferred method is installation via Homebrew.
brew tap amazeeio/lagoon-cli
brew install lagoon
Alternatively, you may install by downloading one of the pre-compiled binaries
# MacOS
sudo curl -L "https://github.com/amazeeio/lagoon-cli/releases/download/0.10.0/lagoon-cli-0.10.0-darwin-amd64" -o /usr/local/bin/lagoon && sudo chmod +x /usr/local/bin/lagoon
# Linux
sudo curl -L "https://github.com/amazeeio/lagoon-cli/releases/download/0.10.0/lagoon-cli-0.10.0-linux-amd64" -o /usr/local/bin/lagoon && sudo chmod +x /usr/local/bin/lagoon