bcdock me billing portal
bcdock me billing portal¶
Print the Stripe Customer Portal URL for managing card / plan / invoices
Synopsis¶
Creates a short-lived Stripe Customer Portal session and returns the URL. Open it in a browser to update payment method, change plan, or cancel.
Returns 400 if your account has no Stripe Customer yet (still on free trial - use 'bcdock me billing checkout' to add a card and pick a tier first).
Options¶
-h, --help help for portal
--return-url string URL Stripe redirects back to after the user closes the portal
Options inherited from parent commands¶
--api-url string API base URL (overrides BCDOCK_API_URL env var)
--no-color Disable colored output
-o, --output string Output format: table, json, csv (default "table")
-q, --quiet Suppress non-essential output
--timeout duration Request timeout (default 30s)
--token string API token (overrides BCDOCK_TOKEN env var)
SEE ALSO¶
- bcdock me billing - View your subscription, payment method, and invoice history