
# 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 update

Open Stripe billing portal to manage your subscription

**Usage:**
```
billing update
```

**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

