Commands
tunnee billing plans # list available plans
tunnee billing subscribe # subscribe to the monthly plan
tunnee billing subscribe <key> # subscribe to a specific plan
tunnee billing portal # open the Stripe customer portal Plans
Lists available plans - shows the lookup key, price, and billing interval.
Subscribe
Creates a Stripe Checkout session. Without a lookup key it defaults to the monthly plan. Pass a key like standart_monthly to pick a different one.
The CLI prints the checkout URL and asks if you want to open it in your browser.
Portal
Opens the Stripe Customer Portal so you can manage your subscription, update payment methods, or view invoices.
Notes
- All billing commands require authentication.
- After printing the URL, the CLI waits for you to press Enter to open it or Esc to skip.