Skip to content

lagoon-cli-v0.12.5

Compare
Choose a tag to compare
@tobybellwood tobybellwood released this 03 Jun 01:27
· 154 commits to main since this release
d24c113

Lagoon CLI (v0.12.5)

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.12.5/lagoon-cli-v0.12.5-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.12.5/lagoon-cli-v0.12.5-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.12.5
docker pull docker.io/uselagoon/lagoon-cli:v0.12.5

Changelog

  • ea2d610 Adds command to get token only
  • 209ae08 Adds get token docs
  • d24c113 Merge pull request #227 from bomoko/feature/get_token