photon billing commands let you view available plans, check your current subscription, start a checkout, and manage billing through the Stripe Customer Portal.
All billing commands require an active project. Set $PHOTON_PROJECT_ID or pass --project <id>.
List available plans
checkout to subscribe.
View current subscription
Start a checkout
[tier] positional or --plan <price-id> to skip the picker.
Available tiers: pro, business, enterprise.
For project-scoped subscription management (which smart-routes between Checkout and the Stripe Portal), use
photon projects upgrade instead.Manage subscription (Stripe Portal)
--no-browser to get the portal URL printed to the terminal.
Aliases: billing portal.