Skip to content

Releases: uselagoon/lagoon-cli

lagoon-cli-v0.12.5

03 Jun 01:27
d24c113
Compare
Choose a tag to compare

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

Changelog

  • ea2d610 Adds command to get token only
  • 209ae08 Adds get token docs
  • d24c113 Merge pull request #227 from bomoko/feature/get_token

lagoon-cli-v0.12.4

02 Jun 01:03
995f2aa
Compare
Choose a tag to compare

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

Changelog

  • 4a223cb Adding support for ecdsa ssh key types
  • cef1aac Adding support for ecdsa ssh key types, take 10
  • 64da3ec Adding support for ecdsa ssh key types, take 11
  • 879978b Adding support for ecdsa ssh key types, take 12
  • 18dedad Adding support for ecdsa ssh key types, take 13
  • 6b422c6 Adding support for ecdsa ssh key types, take 2
  • 7123fdc Adding support for ecdsa ssh key types, take 3
  • 946aaf8 Adding support for ecdsa ssh key types, take 4
  • 0543f8f Adding support for ecdsa ssh key types, take 5
  • 805629c Adding support for ecdsa ssh key types, take 6
  • 8763e99 Adding support for ecdsa ssh key types, take 7
  • d129b49 Adding support for ecdsa ssh key types, take 8
  • ad3cf81 Adding support for ecdsa ssh key types, take 9
  • 22032c2 Adds returnData flag to deploy commands
  • cb7c281 Merge pull request #218 from uselagoon/ecdsa_ssh_keys
  • b47180f Merge pull request #220 from uselagoon/remove-billinggroups
  • 3eedf3f Merge pull request #223 from uselagoon/json-string-on-update-bug
  • 995f2aa Merge pull request #226 from bomoko/feature/flag_deployment_id
  • 92b6ca7 Updates flag text
  • 099653a allowing json string flag to be used when updating a project
  • 05a0822 chore: merge branch 'main' into ecdsa_ssh_keys
  • 6779603 feat: remove billinggroups
  • c3323d3 updates docs
  • 1172935 updates docs

lagoon-cli-v0.12.3

17 Mar 01:01
daa6337
Compare
Choose a tag to compare

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

Changelog

  • daa6337 Merge pull request #212 from uselagoon/feature/211-routerPattern-project-update-support
  • 5188f6a Merge pull request #215 from uselagoon/deploy-targets
  • 48dc16c chore: cleanup comments
  • b0ee3ca chore: merge branch 'main' into feature/211-routerPattern-project-update-support
  • 8e50dfe chore: update docs
  • 573665f chore: update docs and run make gen
  • 1e95235 feat: add support for deploytarget configurations
  • a04b5ad restore lgraphql bindata
  • 54554ae routerPattern support to get and update project commands

lagoon-cli-v0.12.1

09 Feb 05:18
b86f069
Compare
Choose a tag to compare

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

  • b86f069 Merge pull request #213 from uselagoon/environment-envvars
  • 1039e97 chore: tidy up messaging
  • 3eea447 refactor: modify the way environment variables are retrieved for environments
  • 9b301d0 upda mkdocs github action
  • 450b05f update mkdocs.yml config

lagoon-cli-v0.12.0

03 Nov 05:24
447f3c7
Compare
Choose a tag to compare

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

v0.11.6

10 Sep 08:08
2800884
Compare
Choose a tag to compare
Merge pull request #196 from bomoko/feature/invoke_advanced_tasks

Fixes thinko magic number hardcoded into task runner

v0.11.5

10 Sep 05:46
030a69a
Compare
Choose a tag to compare
Update release.yaml

Lagoon CLI v0.11.4

19 Mar 22:08
dacaf11
Compare
Choose a tag to compare

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

21 Feb 23:22
c3ee9e4
Compare
Choose a tag to compare

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

05 Feb 01:36
a970905
Compare
Choose a tag to compare

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