Generated Reference
CLI Command Reference
Complete reference for all VAI CLI commands
CLI Command Reference
The VAI CLI provides a powerful command-line interface for interacting with the VAI platform.
Installation
pip install vai-cliGlobal Options
All commands support these global options:
| Option | Description |
|---|---|
-v, --version | Show CLI version |
-o, --output | Output format: table, json, quiet (default: table) |
--help | Show help for any command |
Commands
vai auth- Authentication commandsvai connections- Manage data connectionsvai sync- Sync data from remote S3 to local MinIOvai templates- Manage templatesvai tokens- Manage personal access tokens (PATs)vai org- Organization context managementvai users- User profile and membershipsvai sessions- Manage your sessionsvai actions- Manage action runsvai bundles- Discover and install bundles from the marketplacevai extract- High-level data extraction commandsvai runs- View and manage automation runsvai doctor- Diagnostics and troubleshooting
Output Formats
Table (Default)
Human-readable table format for interactive use:
vai connections listJSON
Structured output for scripts and automation:
vai connections list -o jsonQuiet
Minimal output for piping:
vai connections list -o quiet