PgBeam Docs
orgs

orgs plan

Show organization plan details

Display the subscription plan and resource limits for the active organization. Shows the plan name, subscription status, billing period, and limits for projects, databases, connections, and queries.

Usage

pgbeam orgs plan

Global options

All global options (--token, --profile, --project, --org, --json, --no-color, --debug) are also available on this command.

Examples

# Show plan details
pgbeam orgs plan

# Show plan details for a specific org
pgbeam orgs plan --org org_xxx

# Get plan details as JSON
pgbeam orgs plan --json

Output

Displays the organization ID, plan name, subscription status, period end date, and a breakdown of limits (projects, databases, connections, queries/day, queries/sec). With --json, returns the full plan object.

On this page