lagoon-cli-v0.14.0
Lagoon CLI (v0.14.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 (replace amd64
with arm64
for ARM-compatible binaries)
# MacOS
sudo curl -L "https://github.com/uselagoon/lagoon-cli/releases/download/v0.14.0/lagoon-cli-v0.14.0-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.14.0/lagoon-cli-v0.14.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.14.0
docker pull docker.io/uselagoon/lagoon-cli:v0.14.0
Changelog
- b8ca679 Merge pull request #237 from uselagoon/ssh-environment
- 19c3e86 Merge pull request #238 from uselagoon/remove-activesystems
- 908ffb0 Merge pull request #239 from uselagoon/mkdocs-fix
- 32956fb Merge pull request #240 from uselagoon/gh-action-changes
- 947a39b chore: merge branch 'main' into mkdocs-fix
- d4a997d chore: only push to gh-pages on tags
- 30a07d2 chore: remove activesystems support
- 801878c chore: test on pushes to main
- bfae922 feat: support lagoon environment name in ssh
- ce342de fix: use nav