Skip to content

Releases: uselagoon/lagoon-cli

v0.11.6

10 Sep 08:08
2800884
Compare
Choose a tag to compare
Merge pull request #196 from bomoko/feature/invoke_advanced_tasks

Fixes thinko magic number hardcoded into task runner

v0.11.5

10 Sep 05:46
030a69a
Compare
Choose a tag to compare
Update release.yaml

Lagoon CLI v0.11.4

19 Mar 22:08
dacaf11
Compare
Choose a tag to compare

Lagoon CLI v0.11.4

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

Lagoon CLI v0.11.1

21 Feb 23:22
c3ee9e4
Compare
Choose a tag to compare

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

Lagoon CLI v0.11.0

05 Feb 01:36
a970905
Compare
Choose a tag to compare

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

Lagoon CLI v0.10.0

12 Nov 05:52
361c30e
Compare
Choose a tag to compare

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

Lagoon CLI v0.9.3

03 Sep 03:03
Compare
Choose a tag to compare

Lagoon CLI v0.9.3

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.9.3/lagoon-cli-0.9.3-darwin-amd64" -o /usr/local/bin/lagoon

# Linux
sudo curl -L "https://github.com/amazeeio/lagoon-cli/releases/download/0.9.3/lagoon-cli-0.9.3-linux-amd64" -o /usr/local/bin/lagoon

Lagoon CLI v0.9.2

13 Jul 06:23
1857007
Compare
Choose a tag to compare

Lagoon CLI v0.9.2

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.9.2/lagoon-cli-0.9.2-darwin-amd64" -o /usr/local/bin/lagoon

# Linux
sudo curl -L "https://github.com/amazeeio/lagoon-cli/releases/download/0.9.2/lagoon-cli-0.9.2-linux-amd64" -o /usr/local/bin/lagoon

Lagoon CLI v0.9.1

29 May 23:34
Compare
Choose a tag to compare

Lagoon CLI v0.9.1

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.9.1/lagoon-cli-0.9.1-darwin-amd64" -o /usr/local/bin/lagoon

# Linux
sudo curl -L "https://github.com/amazeeio/lagoon-cli/releases/download/0.9.1/lagoon-cli-0.9.1-linux-amd64" -o /usr/local/bin/lagoon

Lagoon CLI v0.9.0

07 May 23:21
6fffa56
Compare
Choose a tag to compare

Lagoon CLI v0.9.0

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.9.0/lagoon-cli-0.9.0-darwin-amd64" -o /usr/local/bin/lagoon

# Linux
sudo curl -L "https://github.com/amazeeio/lagoon-cli/releases/download/0.9.0/lagoon-cli-0.9.0-linux-amd64" -o /usr/local/bin/lagoon