Skip to content

lagoon-cli-v0.31.3

Latest
Compare
Choose a tag to compare
@uselagoon-user uselagoon-user released this 16 Jan 07:06
a786312

Lagoon CLI (v0.31.3)

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

# MacOS
sudo curl -L "https://github.com/uselagoon/lagoon-cli/releases/download/v0.31.3/lagoon-cli-v0.31.3-darwin-arm64" -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.3/lagoon-cli-v0.31.3-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.3
docker pull docker.io/uselagoon/lagoon-cli:v0.31.3

Changelog

  • 2dacb03 Merge pull request #407 from uselagoon/dependabot/go_modules/gomod-469b6b7f07
  • bd04b70 Merge pull request #408 from uselagoon/dependabot/github_actions/github-actions-9cbef007fe
  • 38ff2ff chore(deps): bump the github-actions group with 3 updates
  • c954f5d chore(deps): bump the gomod group with 3 updates
  • 7829bdf fix: force token refresh with lagoon login (#409)