CloudX CLI
Thecloudx CLI provides command-line access to CloudX authentication, auction inspection, configuration, reporting, and documentation workflows.
Install instructions are available on the Installation page.

Installation
Install the CLI on macOS with Homebrew.
Authentication
Sign in and manage sessions.
Reporting
Reporting commands and flags.
Auction Inspection
Auction, round, bid, and ILRD inspection commands.
Configuration
Inspect, validate, edit, and publish configs.
Examples
Copy-paste CLI examples.
Root Usage
Root Flags
Exit Behavior
The CLI uses standard exit codes:0for success, help output, and--version1for invalid usage, missing configuration, authentication issues, and request errors
cloudx auth status:
- It exits
0when logged in - It exits
1when logged out or when the current sign-in session can’t be used
Notes
- The CLI is currently installed on macOS through Homebrew.
- API requests default to a 60 second timeout. Put
--timeoutbefore the command when you need a shorter or longer request budget. - Aggregate reporting and auction inspection commands support either human-readable table output or structured JSON with
--json. Impression-level exports download a gzip-compressed CSV file instead. - Configuration commands print YAML by default and support JSON output with
--json. - Period parsing is UTC-based.