billing
View and manage your billing
View and manage your billing
## Options
- `--json`: output in JSON format
## Subcommands
### billing plan
Show your current plan and resource limits
**Usage:**
```
billing plan
```
**Options:**
- `--json`: output in JSON format
### billing usage
Show resource usage against your plan
**Usage:**
```
billing usage [--range=cycle|24h|7d|30d]
```
**Options:**
- `--json`: output in JSON format
- `--range`: time range: cycle (current billing cycle), 24h, 7d, or 30d
### billing credits
Show Shelley credit balances
**Usage:**
```
billing credits
```
**Options:**
- `--json`: output in JSON format
### billing capacity
Change your subscription capacity
**Usage:**
```
billing capacity
```
**Options:**
- `--json`: output in JSON format
### billing manage
Open the billing management page
**Usage:**
```
billing manage
```
**Options:**
- `--json`: output in JSON format
### billing invoices
Show recent invoices
**Usage:**
```
billing invoices
```
**Options:**
- `--json`: output in JSON format
### billing receipts
Show receipts for credit purchases
**Usage:**
```
billing receipts
```
**Options:**
- `--json`: output in JSON format