Skip to content

lagoon-cli-v0.16.0

Compare
Choose a tag to compare
@tobybellwood tobybellwood released this 07 Dec 22:13
· 87 commits to main since this release
b6829b1

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

Changelog

  • 486a999 Added FactsUI and ProblemsUi to get project output (#253)
  • e7cf9b4 Update CONTRIBUTING.md
  • b6829b1 feat: add support for the new environment variable resolvers (#254)