VirtuousAI
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-cli

Global Options

All commands support these global options:

OptionDescription
-v, --versionShow CLI version
-o, --outputOutput format: table, json, quiet (default: table)
--helpShow help for any command

Commands

Output Formats

Table (Default)

Human-readable table format for interactive use:

vai connections list

JSON

Structured output for scripts and automation:

vai connections list -o json

Quiet

Minimal output for piping:

vai connections list -o quiet

On this page