Skip to content

lagoon-cli-v0.31.4

Latest
Compare
Choose a tag to compare
@uselagoon-user uselagoon-user released this 30 Jan 23:27
b20e333

Lagoon CLI (v0.31.4)

Installation via Brew

The preferred method is installation via Homebrew.

brew tap uselagoon/lagoon-cli
brew install lagoon

Running from released binaries

Alternatively, you may install by downloading one of the pre-compiled binaries

# MacOS
sudo curl -L "https://github.com/uselagoon/lagoon-cli/releases/download/v0.31.4/lagoon-cli-v0.31.4-darwin-arm64" -o /usr/local/bin/lagoon && sudo chmod +x /usr/local/bin/lagoon
# Linux
sudo curl -L "https://github.com/uselagoon/lagoon-cli/releases/download/v0.31.4/lagoon-cli-v0.31.4-linux-amd64" -o /usr/local/bin/lagoon && sudo chmod +x /usr/local/bin/lagoon

Running from a Dockerfile

Alternatively, you may download the latest release as a Dockerfile from GitHub or Docker Hub
See the docs for information on running as a Dockerfile

docker pull ghcr.io/uselagoon/lagoon-cli:v0.31.4
docker pull docker.io/uselagoon/lagoon-cli:v0.31.4

Changelog

  • 48409f6 Adds missing flags to variable update
  • b20e333 Merge pull request #418 from uselagoon/hotfix/fixes_flags_in_var_update
  • 305c89d Update cmd/variables.go
  • ba83cbe updates docs