projects
projects list
List projects
List all projects in the current organization. Shows each project's ID, name,
status, and creation date. Requires an active organization set via
pgbeam orgs switch or --org.
Usage
pgbeam projects listGlobal options
All global options (--token, --profile,
--project, --org, --json, --no-color, --debug) are also available on
this command.
Examples
# List projects in the active organization
pgbeam projects list
# List projects in a specific organization
pgbeam projects list --org org_xxx
# List projects as JSON
pgbeam projects list --jsonOutput
Displays a table with columns: ID, Name, Status, and Created. With --json,
returns the full project list response from the API.