Skip to content

lagoon-cli-v0.12.0

Compare
Choose a tag to compare
@tobybellwood tobybellwood released this 03 Nov 05:24
· 161 commits to main since this release
447f3c7

Lagoon CLI (v0.12.0)

This release brings about compatibility with macos and linux, both arm64 and amd64 variants, including via homebrew 🥳 and dockerfiles.

There are two new features in there:

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

What's Changed

New Contributors

Full Changelog: v0.11.6...v0.12.0