spend-cap get
Show current spend cap and usage.JSON output
spend_cap is null when no cap is set.
spend-cap set
Set monthly spend cap in dollars. Use0 for no cap.
Arguments
| Argument | Description |
|---|---|
AMOUNT | Monthly spend cap in dollars. Range: 1,000,000. Use 0 for no cap. |
Examples
JSON output
upgrade
Open Stripe billing portal to upgrade plan.Flags
| Flag | Description |
|---|---|
--plan hobby|pro|team | Target plan |
Plans
| Plan | Price |
|---|---|
| Free | $0/mo |
| Hobby | $5/mo |
| Pro | $20/mo |
| Team | $200/mo |
| Enterprise | Custom pricing |
Examples
JSON output
usage
Show current plan, usage, and spend cap with visual progress bar.JSON output
contact
Print enterprise contact info.JSON output
Errors
| Code | Meaning |
|---|---|
NOT_AUTHENTICATED | Run floo auth login first |
INVALID_AMOUNT | Spend cap must be between 1,000,000 |