Configuration
Config File
{
"api_base_url": "https://customer.acecloud.ai/api/v1",
"token": "eyJhbGciOiJIUzI1NiIsInR...",
"region": "ap-south-noi-1",
"project_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"api_key_id": "00000000-0000-0000-0000-000000000000",
"api_key_secret": "EXAMPLE-secret-replace-with-your-own-do-not-use-this-value",
"api_key_service_name": "terraform-prod"
}ace configure — Interactive Setup (Recommended)
ace configure — Interactive Setup (Recommended)$ ace configure
AceCloud Region [ap-south-noi-1]:
AceCloud Project ID [a1b2c3d4-...]:
Auth method (api-key/token) [api-key]:
AceCloud API Key ID [None]: 00000000-0000-0000-0000-000000000000
AceCloud API Key Secret [None]: # hidden — typed input not shown
AceCloud API Key Service Name [None]: terraform-prod
Verifying credentials... OK (logged in as Jane Doe, jane.doe@example.com)
Configuration saved to /Users/you/.ace/config.json.
Try: ace instance listScripted variants (no prompts)
Commands
ace config show (alias: list, ls)
ace config show (alias: list, ls)ace config set
ace config setace config get
ace config getace config use-project
ace config use-projectEnvironment Variables
Variable
Overrides
Description
Precedence
Reset
Last updated