billing:*— the public plan catalog: subscription plans, per-plan feature matrices, and add-on SKUs. These endpoints are public and work without authentication.settings:*(billing-related) — your own subscription status, usage breakdown, and referral code. These require a valid API key (see API Keys).
Every command accepts the global flags
--json (default), --table, --verbose, --api-key <key>, and --api-url <url>. You can also set SOME_API_KEY / SOME_API_URL in the environment. None of the billing commands define their own flags.settings:billing
Get subscription status and plan info — your current plan, subscription status, and renewal details.Examples
settings:usage
Get the usage breakdown for the current billing period (posts, bio links, social accounts, media storage, team members, and AI text/image/video credits).Examples
settings:referral-code
Get your referral code and totals (total referrals, credits earned).Examples
billing:plans
List all available subscription plans. Only visible, non–add-on plans are returned, ordered by their display sort order. Each plan carries both monthly and yearly pricing (monthlyPrice, yearlyPrice), the corresponding Lemon Squeezy variant IDs (monthlyVariantId, yearlyVariantId), display name, and description.
Examples
billing:plan-features
Get the feature list (post limits, seat count, storage, AI credits, etc.) for a specific plan. Active features are returned first, followed bycoming_soon features; inactive features are omitted.
string
required
Internal plan identifier:
hobby (Free), solo (Lite), team (Standard), scale (Advanced), or lifetime (Lifetime).Examples
Plan identifiers are matched exactly (case-sensitive). An unknown identifier returns an empty list rather than an error. Use
hobby for Free, solo for Lite, team for Standard, scale for Advanced, or lifetime for Lifetime.billing:addons
List available add-on plans. Add-ons are the plans that carry anaddonType — MEMBER (extra team seats), TENANT (extra workspaces), or AI_CREDIT (AI credit packs).
Examples