lagoon-cli-v0.21.2
Lagoon CLI (v0.21.2)
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.2/lagoon-cli-v0.21.2-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.2/lagoon-cli-v0.21.2-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.2
docker pull docker.io/uselagoon/lagoon-cli:v0.21.2
Changelog
- 239b6b3 chore: adjust pullrequest template to remove unused changelog data (#339)
- 86458ac chore: code formatting, tidy up errors, remove unused functions (#338)
- 6595b11 fix: aliases for project notifications (#341)
- 269759d fix: pass role through to api directly to better capture misspelled roles (#337)
- fba77eb fix: use stringarray instead of stringslice for buildvars (#334)
- 3fd31de refactor: add versioned requests for machinery based requests (#335)