Skip to content

lagoon-cli-v0.31.0

Compare
Choose a tag to compare
@uselagoon-user uselagoon-user released this 23 Oct 00:01
· 34 commits to main since this release
2985e4a

Lagoon CLI (v0.31.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.31.0/lagoon-cli-v0.31.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.31.0/lagoon-cli-v0.31.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.31.0
docker pull docker.io/uselagoon/lagoon-cli:v0.31.0

Changelog

  • 9132133 chore: address go linting (#389)
  • 2985e4a feat: include buildstep in deployment get, list (#388)
  • 83c2884 fix: check environment name or namespace combo for ssh usernames (#385)
  • 82a91e3 fix: return projectkey if reveal not provided (#387)
  • a6903c6 refactor: remove getminimalprojectbyname where possible (#390)
  • 67e51b9 refactor: use newer sshkey functions to expand key support (#391)