Releases: uselagoon/lagoon-cli
lagoon-cli-v0.12.1
Lagoon CLI (v0.12.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.12.1/lagoon-cli-v0.12.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.12.1/lagoon-cli-v0.12.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.12.1
docker pull docker.io/uselagoon/lagoon-cli:v0.12.1
Changelog
lagoon-cli-v0.12.0
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:
- Collect environment envvars using one query by @shreddedbacon in #205
- Metadata support by @shreddedbacon in #140
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
- setup mkdocs workflow for github actions by @tobybellwood in #197
- fixup dockerfile creation and versioning by @tobybellwood in #199
- Metadata support by @shreddedbacon in #140
- Collect environment envvars using one query by @shreddedbacon in #205
- Updating text. by @AlannaBurke in #206
- add URL to generated sitemap and Google Analytics by @tobybellwood in #202
- add goreleaser action by @tobybellwood in #200
New Contributors
- @AlannaBurke made their first contribution in #206
Full Changelog: v0.11.6...v0.12.0
v0.11.6
Merge pull request #196 from bomoko/feature/invoke_advanced_tasks Fixes thinko magic number hardcoded into task runner
v0.11.5
Update release.yaml
Lagoon CLI v0.11.4
Lagoon CLI v0.11.4
Installation
The preferred method is installation via Homebrew.
brew tap amazeeio/lagoon-cli
brew install lagoon
Alternatively, you may install by downloading one of the pre-compiled binaries
# MacOS
sudo curl -L "https://github.com/amazeeio/lagoon-cli/releases/download/0.11.4/lagoon-cli-0.11.4-darwin-amd64" -o /usr/local/bin/lagoon && sudo chmod +x /usr/local/bin/lagoon
# Linux
sudo curl -L "https://github.com/amazeeio/lagoon-cli/releases/download/0.11.4/lagoon-cli-0.11.4-linux-amd64" -o /usr/local/bin/lagoon && sudo chmod +x /usr/local/bin/lagoon
Lagoon CLI v0.11.1
Lagoon CLI v0.11.1
Changes
- Add support for active/standby
Installation
The preferred method is installation via Homebrew.
brew tap amazeeio/lagoon-cli
brew install lagoon
Alternatively, you may install by downloading one of the pre-compiled binaries
# MacOS
sudo curl -L "https://github.com/amazeeio/lagoon-cli/releases/download/0.11.1/lagoon-cli-0.11.1-darwin-amd64" -o /usr/local/bin/lagoon && sudo chmod +x /usr/local/bin/lagoon
# Linux
sudo curl -L "https://github.com/amazeeio/lagoon-cli/releases/download/0.11.1/lagoon-cli-0.11.1-linux-amd64" -o /usr/local/bin/lagoon && sudo chmod +x /usr/local/bin/lagoon
Lagoon CLI v0.11.0
Lagoon CLI v0.11.0
Changes
- Make the directory check opt-in and change the flag to --enable-local-dir-check.
This local directory check is cause of quite a significant amount of errors that users have had, and now it is opt-in. If you previously used this feature you will need to use the following command to enable it again
lagoon config feature --enable-local-dir-check true
Installation
The preferred method is installation via Homebrew.
brew tap amazeeio/lagoon-cli
brew install lagoon
Alternatively, you may install by downloading one of the pre-compiled binaries
# MacOS
sudo curl -L "https://github.com/amazeeio/lagoon-cli/releases/download/0.11.0/lagoon-cli-0.11.0-darwin-amd64" -o /usr/local/bin/lagoon && sudo chmod +x /usr/local/bin/lagoon
# Linux
sudo curl -L "https://github.com/amazeeio/lagoon-cli/releases/download/0.11.0/lagoon-cli-0.11.0-linux-amd64" -o /usr/local/bin/lagoon && sudo chmod +x /usr/local/bin/lagoon
Lagoon CLI v0.10.0
Lagoon CLI v0.10.0
Changes
Error/Message handling
This release is a minor version bump because there were some changes to the way errors and information are displayed as part of #153. And as such some things no longer exit with exit code 1, and instead exit 0. So will fail silently
activeSystemsMisc
Adds support for modifying the activeSystemsMisc
field on projects
Installation
The preferred method is installation via Homebrew.
brew tap amazeeio/lagoon-cli
brew install lagoon
Alternatively, you may install by downloading one of the pre-compiled binaries
# MacOS
sudo curl -L "https://github.com/amazeeio/lagoon-cli/releases/download/0.10.0/lagoon-cli-0.10.0-darwin-amd64" -o /usr/local/bin/lagoon && sudo chmod +x /usr/local/bin/lagoon
# Linux
sudo curl -L "https://github.com/amazeeio/lagoon-cli/releases/download/0.10.0/lagoon-cli-0.10.0-linux-amd64" -o /usr/local/bin/lagoon && sudo chmod +x /usr/local/bin/lagoon
Lagoon CLI v0.9.3
Lagoon CLI v0.9.3
Installation
The preferred method is installation via Homebrew.
brew tap amazeeio/lagoon-cli
brew install lagoon
Alternatively, you may install by downloading one of the pre-compiled binaries
# MacOS
sudo curl -L "https://github.com/amazeeio/lagoon-cli/releases/download/0.9.3/lagoon-cli-0.9.3-darwin-amd64" -o /usr/local/bin/lagoon
# Linux
sudo curl -L "https://github.com/amazeeio/lagoon-cli/releases/download/0.9.3/lagoon-cli-0.9.3-linux-amd64" -o /usr/local/bin/lagoon
Lagoon CLI v0.9.2
Lagoon CLI v0.9.2
Installation
The preferred method is installation via Homebrew.
brew tap amazeeio/lagoon-cli
brew install lagoon
Alternatively, you may install by downloading one of the pre-compiled binaries
# MacOS
sudo curl -L "https://github.com/amazeeio/lagoon-cli/releases/download/0.9.2/lagoon-cli-0.9.2-darwin-amd64" -o /usr/local/bin/lagoon
# Linux
sudo curl -L "https://github.com/amazeeio/lagoon-cli/releases/download/0.9.2/lagoon-cli-0.9.2-linux-amd64" -o /usr/local/bin/lagoon