Skip to content

Using the Lagoon CLI tool with GovCMS

Sean Hamlin edited this page Oct 2, 2020 · 2 revisions

The Lagoon CLI allows PaaS users to interacts with the GovCMS platform from the command line, and provides a method to control environment variables, deployments, and environments themselves.

Link CLI with GovCMS Lagoon

lagoon config add \
--lagoon govcms \
--hostname ssh-lagoon.govcms.amazee.io \
--graphql https://api-lagoon.govcms.amazee.io/graphql \
--port 30831 \
--ui https://dashboard.govcms.gov.au \
--kibana https://logs-db-ui-lagoon.govcms.amazee.io
lagoon config default -l govcms

Validate connectivity, show projects

lagoon list projects

Read the docs for more information.