projects
projects list
List projects
Lists projects filtered by organization. Requires org_id query parameter.
Usage
pgbeam projects list [flags]Options
| Option | Description | Required | Default |
|---|---|---|---|
--sort-by <value> | Sort field for projects list. One of: name, created_at, active_connections. | No | - |
--limit <value> | Maximum number of items (1-100) | No | - |
--all | Fetch every page | No | - |
Global options
All global options (--token, --profile,
--project, --org, --json, --no-color, --no-trunc, --debug) are
also available on this command.
Examples
# List projects
pgbeam projects list
# Output as JSON
pgbeam projects list --jsonOutput
Renders a human-readable table or detail view by default; pass --json for the raw API response.