Skip to content

lagoon-cli-v0.20.1

Compare
Choose a tag to compare
@uselagoon-user uselagoon-user released this 06 Dec 23:01
· 32 commits to main since this release
8057826

Lagoon CLI (v0.20.1)

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.20.1/lagoon-cli-v0.20.1-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.20.1/lagoon-cli-v0.20.1-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.20.1
docker pull docker.io/uselagoon/lagoon-cli:v0.20.1

Changelog

  • 9274b3f Change: Refactored get project command, adds deploymentsDisabled & updated to use bools instead of int bools (#297)
  • f5b467e Change: Updates the output from an Error to Stderr when listing variables where none are set (#298)
  • fb8a37a Feature: List Project Groups functionality (#288)
  • 472d8ce Feature: Organizations support (#292)
  • eeb83b5 Fix: Fixes & refactors user-sshkey commands (#303)
  • f1a8c0d Fix: Updated various commands to utilize machinery (#300)
  • 987c4e8 feat: task file upload support (#275)
  • 5ce8a2a fix: if value of variable is empty, dont replace it with - (#299)
  • d4a8e2e refactor: make get deployment more useful by using build name (#294)
  • 8057826 refactor: update user and user group queries to use machinery (#304)