Skip to content

Lagoon CLI#

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

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

Setting up Lagoon CLI to use joyfulexpeditions.quest 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 joyfulexpeditions.quest Cloud.

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

Bash
lagoon config default --lagoon amazeeio
Info

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