Skip to content

lagoon-cli-v0.15.0

Choose a tag to compare

@tobybellwood tobybellwood released this 07 Oct 07:02
· 176 commits to main since this release
c3adc9d

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

Changelog

  • a51d0c6 Corrections to lagoon interaction commands documentation
  • c3adc9d Feature: support add, list, update, and delete of deploytargets (kubernetes/openshift) (#224)
  • 8a9c4d2 Merge pull request #242 from uselagoon/deploytargetconfig-fix
  • 6fdf387 Merge pull request #243 from mrjertop/patch-1
  • 2282da0 Merge pull request #244 from mrjertop/patch-1
  • 280e1d2 Updating change default lagoon command documentation
  • 440581e fix: required fields for branches and pullrequests
  • a918877 refactor: use versioned request