Skip to content

Releases: uselagoon/lagoon-cli

lagoon-cli-v0.20.1

06 Dec 23:01
8057826
Compare
Choose a tag to compare

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

Changelog

  • 9274b3f Change: Refactored get project command, adds deploymentsDisabled & updated to use bools instead of int bools (#297)
  • f5b467e Change: Updates the output from an Error to Stderr when listing variables where none are set (#298)
  • fb8a37a Feature: List Project Groups functionality (#288)
  • 472d8ce Feature: Organizations support (#292)
  • eeb83b5 Fix: Fixes & refactors user-sshkey commands (#303)
  • f1a8c0d Fix: Updated various commands to utilize machinery (#300)
  • 987c4e8 feat: task file upload support (#275)
  • 5ce8a2a fix: if value of variable is empty, dont replace it with - (#299)
  • d4a8e2e refactor: make get deployment more useful by using build name (#294)
  • 8057826 refactor: update user and user group queries to use machinery (#304)

lagoon-cli-v0.20.0

06 Dec 00:34
8057826
Compare
Choose a tag to compare

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

Changelog

  • 9274b3f Change: Refactored get project command, adds deploymentsDisabled & updated to use bools instead of int bools (#297)
  • f5b467e Change: Updates the output from an Error to Stderr when listing variables where none are set (#298)
  • fb8a37a Feature: List Project Groups functionality (#288)
  • 472d8ce Feature: Organizations support (#292)
  • eeb83b5 Fix: Fixes & refactors user-sshkey commands (#303)
  • f1a8c0d Fix: Updated various commands to utilize machinery (#300)
  • 987c4e8 feat: task file upload support (#275)
  • 5ce8a2a fix: if value of variable is empty, dont replace it with - (#299)
  • d4a8e2e refactor: make get deployment more useful by using build name (#294)
  • 8057826 refactor: update user and user group queries to use machinery (#304)

lagoon-cli-v0.19.0

07 Sep 03:10
31c24bc
Compare
Choose a tag to compare

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

Changelog

  • c712b57 Feature: Include update environment functionality (#281)
  • c5478e4 Included darkmode to align with Lagoon docs (#282)
  • 31c24bc Included type validation in update environment command (#284)
  • e1bdcb5 Refactor: Updated list environments command to utilize Machinery (#283)
  • 38cfffe refactor: enable ssh-portal support by default (#290)

lagoon-cli-v0.18.1

27 Jun 22:58
06793c8
Compare
Choose a tag to compare

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

Changelog

lagoon-cli-v0.18.0

05 Apr 02:52
c631e39
Compare
Choose a tag to compare

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

Changelog

  • c631e39 Feature: add all supported notifications (#268)
  • 2bf5e68 Remove deprecated MonitoringURLs (#261)
  • 61b1984 fix: handle ssh errors to reduce terminal breaking (#270)
  • fbf6629 fix: update metadata to use map for json response (#267)

lagoon-cli-v0.17.0

03 Feb 00:44
dadab12
Compare
Choose a tag to compare

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

Changelog

  • 93a2fcd Feature: support deploytargets and logs2webhooks in exports (#255)
  • dadab12 change: Deprecate MonitoringURLs (#259)
  • 83bdb24 fix: error if name empty when adding or updating variables

lagoon-cli-v0.16.0

07 Dec 22:13
b6829b1
Compare
Choose a tag to compare

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

Changelog

  • 486a999 Added FactsUI and ProblemsUi to get project output (#253)
  • e7cf9b4 Update CONTRIBUTING.md
  • b6829b1 feat: add support for the new environment variable resolvers (#254)

lagoon-cli-v0.15.5

25 Nov 03:07
3d7e38a
Compare
Choose a tag to compare

Lagoon CLI (v0.15.5)

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

Changelog

  • 3d7e38a refactor: support null for build-image in deploytargets (#251)

lagoon-cli-v0.15.4

08 Nov 21:10
9fc581e
Compare
Choose a tag to compare

Lagoon CLI (v0.15.4)

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

Changelog

  • fd6e4cb Adds factsUi and ProblemsUi to update project command (#248)
  • 9fc581e Feature/enable disable facts problemsui (#249)

lagoon-cli-v0.15.3

08 Nov 07:34
d8bdc73
Compare
Choose a tag to compare

Lagoon CLI (v0.15.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 (replace amd64 with arm64 for ARM-compatible binaries)

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

Changelog

  • d8bdc73 feat: add flag to support disabling a project from being able to deploy (#247)