Skip to main content

aether billing

Manage billing state from the CLI.

Usage

aether billing <subcommand> [flags]

Subcommands

SubcommandDescription
summaryShow plan and credit balance summary
catalogShow available tiers and VM sizes
balanceShow current credit balance
subscriptionShow subscription state
credit-packsList available credit packs
checkoutCreate a checkout session
portalCreate a billing portal session
checkout-status <session>Show checkout session status

Examples

aether billing summary
aether billing balance --json
Checkout and portal commands print the URL by default.
aether billing checkout --tier pro
aether billing checkout --credit-pack pack_25
aether billing portal
Pass --open to open the URL in your browser. If the URL cannot be opened, the command fails.