Organizations
Most CLI commands operate within the context of an organization. You can list, inspect, and switch between organizations.
Verbs: list, get, create, current, switch
List Organizations
revos org list
Display specific columns:
revos org list --columns name,id
JSON output:
revos org list --json
Show Current Organization
revos org current
revos org current --json
Switch Organization
Interactive mode — presents a searchable list:
revos org switch
Direct switch by ID:
revos org switch <org-id>
Override Per-Command
Use the --org flag to target a specific organization without switching:
revos overlays status --org <org-id>
Or set the REVOS_ORG_ID environment variable. See Configuration.