Skip to main content
Manage organization settings using the org command. View organization information, update settings, list organizations, and switch between organizations.

Command Syntax

Subcommands

info

Get organization information. Syntax:
Examples:
Expected Output:
Exit Codes:
  • 0 - Success
  • 3 - Authentication error

update

Update organization settings. Syntax:
Options:
  • --name TEXT - Organization name
Examples:
Expected Output:
Exit Codes:
  • 0 - Success
  • 3 - Authentication error

list

List all organizations you belong to. Syntax:
Examples:
Expected Output:
Exit Codes:
  • 0 - Success
  • 3 - Authentication error

switch

Switch to a different organization. Syntax:
Arguments:
  • ORGANIZATION_ID - Organization ID (required)
Examples:
Expected Output:
Exit Codes:
  • 0 - Success
  • 3 - Authentication error
  • 4 - Organization not found

Next Steps