Initial configuration
|
The Aura CLI makes heavy use of console commands containing the keyword |
Obtain an Aura API Key
Follow the steps in Creating Credentials
|
You must have payment information in your account to access this functionality. This also applies to Aura Free. |
Configure the Aura CLI with an Aura API key
Configure the Aura CLI with the Aura API client ID and client secret you obtained earlier. The Aura CLI refers to these as "credentials". You can have several sets of credentials and select which one to use.
-
At the command prompt, enter the following, using your own values:
aura-cli credential add --name YOUR\_LABEL --client-id YOUR\_CLIENT\_ID --client-secret YOUR\_CLIENT\_SECRET -
To confirm the credentials are working, list your Aura instances:
aura-cli instance list --output table