ReferenceCLI reference
noodle billing
Inspect billing accounts, buy a plan, and manage billing.
Inspect billing accounts, buy a plan, and manage billing.
Usage
noodle billing accounts|org|enforcement|metering|migrationSubcommands
accounts listβ List billing accounts visible to the current identity.--service <url>β Control-plane service URL.--auth-token <token>β Control-plane authentication token.--jsonβ Emit one JSON result envelope.
accounts inspect <account-id>β Inspect one billing account.--service <url>β Control-plane service URL.--auth-token <token>β Control-plane authentication token.--jsonβ Emit one JSON result envelope.
accounts checkout <account-id>β Create a Stripe Checkout session for one billing account.--plan pro|scaleβ Paid plan selected for Stripe Checkout. (required)--interval month|yearβ Stripe Checkout billing interval. (required)--idempotency-key <key>β Private replay key for a billing mutation.--service <url>β Control-plane service URL.--auth-token <token>β Control-plane authentication token.--jsonβ Emit one JSON result envelope.
accounts portal <account-id>β Open the Stripe billing portal for one billing account.--service <url>β Control-plane service URL.--auth-token <token>β Control-plane authentication token.--jsonβ Emit one JSON result envelope.
org inspect [<org-slug>]β Inspect effective billing entitlements for one organization.--service <url>β Control-plane service URL.--auth-token <token>β Control-plane authentication token.--jsonβ Emit one JSON result envelope.
enforcement cohort statusβ Inspect classification-only cohort readiness.--service <url>β Control-plane service URL.--auth-token <token>β Control-plane authentication token.--jsonβ Emit one JSON result envelope.
enforcement cohort sealβ Seal the classification-only cohort.--reason <text>β Operator reason recorded with the billing operation. (required)--idempotency-key <key>β Private replay key for a billing mutation. (required)--yesβ Confirm the requested billing operation.--service <url>β Control-plane service URL.--auth-token <token>β Control-plane authentication token.--jsonβ Emit one JSON result envelope.
enforcement activation statusβ Inspect billing-enforcement activation state.--service <url>β Control-plane service URL.--auth-token <token>β Control-plane authentication token.--jsonβ Emit one JSON result envelope.
enforcement activation previewβ Preview billing-enforcement activation evidence.--file <approval.json>β Private reviewed activation approval file. (required)--service <url>β Control-plane service URL.--auth-token <token>β Control-plane authentication token.--jsonβ Emit one JSON result envelope.
enforcement activation activateβ Activate billing enforcement from reviewed evidence.--file <approval.json>β Private reviewed activation approval file. (required)--preview-file <ready-preview.json>β Private reviewed READY preview file. (required)--reason <text>β Operator reason recorded with the billing operation. (required)--idempotency-key <key>β Private replay key for a billing mutation. (required)--yesβ Confirm the requested billing operation.--service <url>β Control-plane service URL.--auth-token <token>β Control-plane authentication token.--jsonβ Emit one JSON result envelope.
enforcement activation rollbackβ Roll back one billing-enforcement activation generation.--epoch <epoch-id>β Billing activation epoch identifier. (required)--generation <n>β Activation generation expected for rollback. (required; minimum 1)--reason <text>β Operator reason recorded with the billing operation. (required)--idempotency-key <key>β Private replay key for a billing mutation. (required)--yesβ Confirm the requested billing operation.--service <url>β Control-plane service URL.--auth-token <token>β Control-plane authentication token.--jsonβ Emit one JSON result envelope.
metering readinessβ Inspect authoritative-meter technical readiness.--service <url>β Control-plane service URL.--auth-token <token>β Control-plane authentication token.--jsonβ Emit one JSON result envelope.
metering validation prepareβ Prepare a validation-only meter epoch.--reason <text>β Operator reason recorded with the billing operation. (required)--idempotency-key <key>β Private replay key for a billing mutation. (required)--yesβ Confirm the requested billing operation.--service <url>β Control-plane service URL.--auth-token <token>β Control-plane authentication token.--jsonβ Emit one JSON result envelope.
metering validation retireβ Retire a validation-only meter epoch.--epoch <epoch-id>β Validation epoch identifier. (required)--reason <text>β Operator reason recorded with the billing operation. (required)--idempotency-key <key>β Private replay key for a billing mutation. (required)--yesβ Confirm the requested billing operation.--service <url>β Control-plane service URL.--auth-token <token>β Control-plane authentication token.--jsonβ Emit one JSON result envelope.
migration previewβ Preview the legacy billing migration.--file <mapping.json>β Private legacy billing mapping file.--service <url>β Control-plane service URL.--auth-token <token>β Control-plane authentication token.--jsonβ Emit one JSON result envelope.
migration applyβ Apply a reviewed legacy billing migration in shadow mode.--file <mapping.json>β Private legacy billing mapping file. (required)--preview-file <ready-preview.json>β Private reviewed READY preview evidence file. (required)--plan-evidence <plan-evidence.json>β Private reviewed plan evidence file. (required)--mode shadowβ Legacy migration application mode. (required)--reason <text>β Operator reason recorded with the billing operation. (required)--idempotency-key <key>β Private replay key for a billing mutation. (required)--yesβ Confirm the requested billing operation.--service <url>β Control-plane service URL.--auth-token <token>β Control-plane authentication token.--jsonβ Emit one JSON result envelope.
Run noodle billing --help for the latest options and details.