> ## Documentation Index
> Fetch the complete documentation index at: https://www.ravion.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ravion billing

> Inspect and manage billing

## `ravion billing`

Inspect and manage billing

**Aliases:** `billings`

### `ravion billing add-on`

Manage subscription add-ons

**Aliases:** `add-ons`

#### `ravion billing add-on disable`

Disable an add-on at the end of the paid period

```bash theme={null}
ravion billing add-on disable <key> [flags]
```

**Flags:**

| Flag        | Required | Description              |
| ----------- | -------- | ------------------------ |
| `-y, --yes` |          | skip confirmation prompt |

#### `ravion billing add-on enable`

Enable an add-on; billed monthly from today

```bash theme={null}
ravion billing add-on enable <key> [flags]
```

**Flags:**

| Flag     | Required | Description           |
| -------- | -------- | --------------------- |
| `--json` |          | emit response as JSON |

#### `ravion billing add-on list`

List add-ons

```bash theme={null}
ravion billing add-on list [flags]
```

**Flags:**

| Flag            | Required | Description           |
| --------------- | -------- | --------------------- |
| `--json`        |          | emit response as JSON |
| `-v, --verbose` |          | show full output      |

### `ravion billing get`

Get BillingAccount

```bash theme={null}
ravion billing get [flags]
```

**Flags:**

| Flag     | Required | Description           |
| -------- | -------- | --------------------- |
| `--json` |          | emit response as JSON |

### `ravion billing invoice`

Inspect invoices

**Aliases:** `invoices`

#### `ravion billing invoice list`

List invoices

```bash theme={null}
ravion billing invoice list [flags]
```

**Flags:**

| Flag                | Required | Description           |
| ------------------- | -------- | --------------------- |
| `--cursor <string>` |          | cursor                |
| `--json`            |          | emit response as JSON |
| `--limit <int>`     |          | limit                 |
| `-v, --verbose`     |          | show full output      |

### `ravion billing plan`

Inspect available billing plans

**Aliases:** `plans`

#### `ravion billing plan get`

Get BillingPlan by id

```bash theme={null}
ravion billing plan get <id> [flags]
```

**Flags:**

| Flag     | Required | Description           |
| -------- | -------- | --------------------- |
| `--json` |          | emit response as JSON |

#### `ravion billing plan get-current`

Get the organization's current billing plan

```bash theme={null}
ravion billing plan get-current [flags]
```

**Flags:**

| Flag     | Required | Description           |
| -------- | -------- | --------------------- |
| `--json` |          | emit response as JSON |

#### `ravion billing plan list`

List BillingPlans

```bash theme={null}
ravion billing plan list [flags]
```

**Flags:**

| Flag                | Required | Description           |
| ------------------- | -------- | --------------------- |
| `--cursor <string>` |          | cursor                |
| `--json`            |          | emit response as JSON |
| `--limit <int>`     |          | limit                 |
| `-v, --verbose`     |          | show full output      |

#### `ravion billing plan set`

Change the organization's billing plan

```bash theme={null}
ravion billing plan set [flags]
```

**Flags:**

| Flag                 | Required | Description              |
| -------------------- | -------- | ------------------------ |
| `--plan-id <string>` | yes      | planId                   |
| `--json`             |          | emit response as JSON    |
| `-y, --yes`          |          | skip confirmation prompt |

### `ravion billing portal-session`

Open the Stripe customer portal to add or change the payment method

```bash theme={null}
ravion billing portal-session [flags]
```

**Flags:**

| Flag                    | Required | Description                                                                                 |
| ----------------------- | -------- | ------------------------------------------------------------------------------------------- |
| `--return-url <string>` | yes      | Where Stripe sends the user back to after they finish in the portal. Must be an app origin. |
| `--json`                |          | emit response as JSON                                                                       |

### `ravion billing usage-summary`

Inspect current and previous billing usage

**Aliases:** `usage-summaries`

#### `ravion billing usage-summary get`

Get billing usage summary by id

```bash theme={null}
ravion billing usage-summary get <id> [flags]
```

**Flags:**

| Flag     | Required | Description           |
| -------- | -------- | --------------------- |
| `--json` |          | emit response as JSON |

#### `ravion billing usage-summary list`

List billing usage summaries

```bash theme={null}
ravion billing usage-summary list [flags]
```

**Flags:**

| Flag                 | Required | Description           |
| -------------------- | -------- | --------------------- |
| `--cursor <string>`  |          | cursor                |
| `--json`             |          | emit response as JSON |
| `--limit <int>`      |          | limit                 |
| `--period <strings>` |          | period                |
| `-v, --verbose`      |          | show full output      |
