Lagoon CLI v0.5.0
Lagoon CLI v0.5.0
Changelog
Feature - Ability to add, update, and delete groups and users.
Feature - Ability to add and delete users from groups
Feature - Ability to add and delete groups from projects
Feature - Ability to extract the privatekey from a project and display the public key for use by deployment systems
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.5.0/lagoon-cli-0.5.0-darwin-amd64" -o /usr/local/bin/lagoon
# Linux
sudo curl -L "https://github.com/amazeeio/lagoon-cli/releases/download/0.5.0/lagoon-cli-0.5.0-linux-amd64" -o /usr/local/bin/lagoon