Skip to main content
Monitor usage statistics using the usage command. View usage summary, available plans, usage history, and sandbox usage.

Command Syntax

Subcommands

summary

View usage summary. Syntax:
Examples:
Expected Output:
Exit Codes:
  • 0 - Success
  • 3 - Authentication error

plans

View available plans. Syntax:
Examples:
Expected Output:
Exit Codes:
  • 0 - Success
  • 3 - Authentication error

history

View usage history. Syntax:
Options:
  • --limit INTEGER - Number of records to show
  • --output, -o FORMAT - Output format: table, json, plain (default: table)
Examples:
Expected Output:
Exit Codes:
  • 0 - Success
  • 3 - Authentication error

sandboxes

View sandbox usage statistics. Syntax:
Options:
  • --output, -o FORMAT - Output format: table, json, plain (default: table)
Examples:
Expected Output:
Exit Codes:
  • 0 - Success
  • 3 - Authentication error

Next Steps