Skip to main content

Configuration

Global Options

These flags are available on all commands:

FlagDescription
-o, --org <id>Override organization ID for this command
--jsonFormat output as JSON

Environment Variables

VariableDescription
REVOS_TOKENAuthentication token (alternative to revos auth login)
REVOS_API_URLAPI endpoint (default: https://api.revos.ai)
REVOS_ORG_IDOrganization ID override

Output Formats

Table (default)

Human-readable table output:

revos org list

JSON

Machine-readable JSON output for scripting and CI/CD:

revos org list --json

Column Selection

Limit displayed columns in list commands:

revos org list --columns name
revos overlays status --columns name,status