veirox billing

Plans, subscription, invoices, and portal

Synopsis

veirox billing <subcommand> [args] [flags]

Description

Plans, subscription, invoices, and portal

Subcommands

CommandDescription
veirox billing cancelCancel the current subscription
veirox billing invoicesList invoices
veirox billing plansList available plans
veirox billing portalGet a Stripe customer portal URL
veirox billing subscriptionShow the current subscription

veirox billing cancel

Cancel the current subscription

FlagTypeDefaultDescription
--reasonstringโ€”reason for cancellation
--yesboolfalseconfirm cancellation
veirox billing cancel --reason 'switching tools' --yes

veirox billing invoices

List invoices

FlagTypeDefaultDescription
--limitint0page size
--offsetint0pagination 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

CodeMeaning
0Success.
1Generic error (network, API 5xx).
2Validation error (bad flag, missing required arg).
3Unauthenticated โ€” run veirox login or set VEIROX_API_KEY.
4Not found (resource does not exist in this project).
5Permission denied (your role / API key lacks the scope).

See also