Skip to content

Lagoon CLI v0.11.0

Compare
Choose a tag to compare
@shreddedbacon shreddedbacon released this 05 Feb 01:36
a970905

Lagoon CLI v0.11.0

Changes

  • Make the directory check opt-in and change the flag to --enable-local-dir-check.

This local directory check is cause of quite a significant amount of errors that users have had, and now it is opt-in. If you previously used this feature you will need to use the following command to enable it again lagoon config feature --enable-local-dir-check true

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