PgBeam Docs
orgs

orgs list

List organizations from profiles

List all organizations associated with your saved authentication profiles. Shows the profile name, organization ID, and which profile is currently active. Organizations are extracted from stored profile credentials.

Usage

pgbeam orgs list

Global options

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

Examples

# List all organizations
pgbeam orgs list

# List organizations as JSON
pgbeam orgs list --json

Output

Displays a table with columns: active indicator, profile name, and organization ID. With --json, returns an array of organization entries.

On this page