Skip to content

lagoon-cli-v0.19.0

Compare
Choose a tag to compare
@tobybellwood tobybellwood released this 07 Sep 03:10
· 48 commits to main since this release
31c24bc

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

Changelog

  • c712b57 Feature: Include update environment functionality (#281)
  • c5478e4 Included darkmode to align with Lagoon docs (#282)
  • 31c24bc Included type validation in update environment command (#284)
  • e1bdcb5 Refactor: Updated list environments command to utilize Machinery (#283)
  • 38cfffe refactor: enable ssh-portal support by default (#290)