Noodle Seed
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|migration

Subcommands

  • 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.

On this page