Lagoon CLI (v0.31.2)
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.2/lagoon-cli-v0.31.2-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.2/lagoon-cli-v0.31.2-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.2
docker pull docker.io/uselagoon/lagoon-cli:v0.31.2
Changelog
- 68423c2 Merge branch 'main' into shellcheck-actions
- 9de912e Merge pull request #381 from uselagoon/ci-appsec
- b0ce018 Merge pull request #399 from uselagoon/dependabot/github_actions/actions/setup-go-5
- 6748456 Merge pull request #400 from uselagoon/dependabot/github_actions/softprops/action-gh-release-2
- 58f15bc Merge pull request #401 from uselagoon/shellcheck-actions
- 8cf99ff Merge pull request #404 from uselagoon/dependabot/github_actions/github-actions-23dd7f1809
- b4bff86 Merge pull request #405 from uselagoon/golang-123
- 057a988 chore(deps): bump actions/setup-go from 4 to 5
- d0e8324 chore(deps): bump softprops/action-gh-release from 1 to 2
- d917eaa chore(deps): bump the github-actions group across 1 directory with 6 updates
- 656b2a6 chore: add SBOM generation and release attestation
- 3a2b5cb chore: add badges to README
- a11818c chore: add comment to user addition command (#393)
- b085def chore: add coverage workflow
- b502f31 chore: add dependabot configuration
- 25011c3 chore: add go and actions linters
- 4fd7d53 chore: address more linting issues (#394)
- 671d0cb chore: address shell script issues and re-enable shellcheck linting
- 690bc92 chore: enable dependency review
- 6f13e4c chore: enable the ossf security analysis
- 327d322 chore: fix path error in legacy app
- 0ce8f89 chore: stop shellcheck linting actions
- 54fc033 chore: update dep rev config
- d4cf575 chore: update golang to 1.23
- e49fdad chore: use up-to-date go-github
- bfcbc00 chore: warn on vulnerabilities
- ae2f853 fix: remove errant space in ssh command with service (#406)