Skip to content

Lagoon CLI v0.11.1

Compare
Choose a tag to compare
@shreddedbacon shreddedbacon released this 21 Feb 23:22
c3ee9e4

Lagoon CLI v0.11.1

Changes

  • Add support for active/standby

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.11.1/lagoon-cli-0.11.1-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.11.1/lagoon-cli-0.11.1-linux-amd64" -o /usr/local/bin/lagoon && sudo chmod +x /usr/local/bin/lagoon