Lagoon CLI (v0.33.0)
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.33.0/lagoon-cli-v0.33.0-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.33.0/lagoon-cli-v0.33.0-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.33.0
docker pull docker.io/uselagoon/lagoon-cli:v0.33.0
Changelog
- a7a2670 Fix and REMOVE version check (#492)
- 725b9c7 Fixes linting issues with nested Sprintf()s (#493)
- ffe59e6 Implement build/deploy log support (#490)
- b9cc079 chore: ensure tag images push (#469)
- df80928 chore: update go version references (#489)
- 1144ab6 feat: better backup/restore output (#485)
- ea770b6 fix: --output-json no longer escapes for HTML context (#484)
- 6dc26d6 fix: error/info messages not printed with
--output-json(#486) - bc6b512 fix: pre-create ~/.ssh/known_hosts if it doesn't exist (#488)