Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.runaether.dev/llms.txt

Use this file to discover all available pages before exploring further.

aether billing

Manage billing state from the CLI.

Usage

aether billing <subcommand> [flags]

Subcommands

SubcommandDescription
summaryShow plan, usage, and wallet summary
catalogShow available tiers and VM sizes
usageShow current cycle usage
subscriptionShow subscription state
walletShow credit wallet balances
credit-packsList available credit packs
overage setEnable or disable overage
checkoutCreate a checkout session
portalCreate a billing portal session
checkout-status <session>Show checkout session status

Examples

aether billing summary
aether billing usage --json
aether billing overage set --enabled true
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.