lagoon-cli-v0.13.0
Lagoon CLI (v0.13.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.13.0/lagoon-cli-v0.13.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.13.0/lagoon-cli-v0.13.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.13.0
docker pull docker.io/uselagoon/lagoon-cli:v0.13.0
Changelog
- cf0f15c Merge pull request #228 from uselagoon/ssh-in-config
- 25c7859 Merge pull request #231 from uselagoon/var-empty-value
- c6d0afb chore: update docs
- 48a48e2 feat: add sshkey field to config file, add flag to config list to show full config, bump go version in go.mod
- d1ef959 feat: support empty values for adding environment variables