Skip to main content
Manage billing and payments using the billing command. View account balance, billing history, invoices, and configure auto-recharge.

Command Syntax

Subcommands

balance

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

history

View billing 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

invoices

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

auto-recharge

Configure auto-recharge settings. Syntax:
Examples:
Expected Output:
Exit Codes:
  • 0 - Success
  • 3 - Authentication error

Next Steps