Usage
Subcommands
| Subcommand | Description |
|---|---|
upgrade | Upgrade to a paid plan via Stripe checkout |
status | Show current plan, usage, and billing period |
ezforge billing upgrade
Flags
| Flag | Description |
|---|---|
--plan <plan> | Target plan: developer or pro |
Example
ezforge billing status
Example output
JSON output
API equivalent
Both subcommands map to REST endpoints if you prefer the API directly:| CLI | API |
|---|---|
ezforge billing upgrade | POST /v1/billing/subscribe |
ezforge billing status | GET /v1/billing |