Skip to main content

Get API Key

First, you need to get an API key from the dashboard -> config -> integrations.You can use this API key to authenticate with the Shard Cloud CLI.

Authenticate

Authenticate with the Shard Cloud CLI using the following command:
shardcloud login
You will be prompted to enter your API key.
Your API Token:
> Insert your shard cloud api token
After entering your API key, you will be authenticated with the Shard Cloud CLI. You can skip the prompt by passing your API key with the --token flag:
shardcloud login --token=<API_KEY>

Creating your first app with the CLI

See the commands section for more info about the commands and how to get started.
I