lagoon-cli-v0.12.3
Lagoon CLI (v0.12.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.12.3/lagoon-cli-v0.12.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.12.3/lagoon-cli-v0.12.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.12.3
docker pull docker.io/uselagoon/lagoon-cli:v0.12.3
Changelog
- daa6337 Merge pull request #212 from uselagoon/feature/211-routerPattern-project-update-support
- 5188f6a Merge pull request #215 from uselagoon/deploy-targets
- 48dc16c chore: cleanup comments
- b0ee3ca chore: merge branch 'main' into feature/211-routerPattern-project-update-support
- 8e50dfe chore: update docs
- 573665f chore: update docs and run make gen
- 1e95235 feat: add support for deploytarget configurations
- a04b5ad restore lgraphql bindata
- 54554ae routerPattern support to get and update project commands