veirox billing
Plans, subscription, invoices, and portal
Synopsis
veirox billing <subcommand> [args] [flags]
Description
Plans, subscription, invoices, and portal
Subcommands
| Command | Description |
|---|---|
veirox billing cancel | Cancel the current subscription |
veirox billing invoices | List invoices |
veirox billing plans | List available plans |
veirox billing portal | Get a Stripe customer portal URL |
veirox billing subscription | Show the current subscription |
veirox billing cancel
Cancel the current subscription
| Flag | Type | Default | Description |
|---|---|---|---|
--reason | string | โ | reason for cancellation |
--yes | bool | false | confirm cancellation |
veirox billing cancel --reason 'switching tools' --yes
veirox billing invoices
List invoices
| Flag | Type | Default | Description |
|---|---|---|---|
--limit | int | 0 | page size |
--offset | int | 0 | pagination offset |
veirox billing invoices --limit 25
veirox billing plans
List available plans
veirox billing plans
veirox billing portal
Get a Stripe customer portal URL
veirox billing portal
veirox billing subscription
Show the current subscription
veirox billing subscription
Exit codes
| Code | Meaning |
|---|---|
0 | Success. |
1 | Generic error (network, API 5xx). |
2 | Validation error (bad flag, missing required arg). |
3 | Unauthenticated โ run veirox login or set VEIROX_API_KEY. |
4 | Not found (resource does not exist in this project). |
5 | Permission denied (your role / API key lacks the scope). |