Skip to content

Lagoon CLI#

While the Dashboard provides basic functionality, for power users we recommend using the Lagoon CLI to interact with amazee.io Cloud.

See the Lagoon CLI documentation to find out all the commands that are available.

Setting up Lagoon CLI to use amazee.io Cloud#

First download and install the latest version of the Lagoon CLI https://uselagoon.github.io/lagoon-cli/#installation

Once you've installed the CLI, you can use the following commands to configure your CLI to work with amazee.io Cloud.

lagoon config add --lagoon amazeeio \
    --graphql https://api.amazeeio.cloud/graphql \
    --hostname token.amazeeio.cloud \
    --port 22
Then set amazeeio as your default using

lagoon config default --lagoon amazeeio
Info

You'll need to make sure you've logged in to the amazee.io Cloud Dashboard and added your SSH key.