Skip to content

lagoon-cli-v0.21.3

Latest
Compare
Choose a tag to compare
@uselagoon-user uselagoon-user released this 12 Apr 04:56
· 8 commits to main since this release
6662fa5

Lagoon CLI (v0.21.3)

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 (replace amd64 with arm64 for ARM-compatible binaries)

# MacOS
sudo curl -L "https://github.com/uselagoon/lagoon-cli/releases/download/v0.21.3/lagoon-cli-v0.21.3-darwin-amd64" -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.21.3/lagoon-cli-v0.21.3-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.21.3
docker pull docker.io/uselagoon/lagoon-cli:v0.21.3

Changelog

  • 6662fa5 Merge pull request #343 from uselagoon/machinery-0.0.20
  • bbd904f chore: bump machinery version to latest