For the complete documentation index, see llms.txt. This page is also available as Markdown.

Global Flags

Available on every ace command.

Flag
Short
Description

--output

-o

Output format: table (default), json, yaml

--verbose

-v

Show full API responses

--project

Override project ID for this command

--region

Override region for this command

--help

-h

Help for any command


Output Formats

# Table (default)
ace instance list

# JSON (for scripting)
ace instance list -o json

# YAML
ace instance list -o yaml

# Pipe to jq
ace instance list -o json | jq '.data[].name'

Project & Region Override

Run commands against a different project or region without changing config:


Precedence

Last updated