branches
branches list
List sandbox branches
Lists ephemeral sandbox branches for the project's databases.
Usage
pgbeam branches list [flags]Options
| Option | Description | Required | Default |
|---|---|---|---|
--status <value> | Filter to a single status. One of: pending, ready, error, discarded. | 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 sandbox branches
pgbeam branches list
# Output as JSON
pgbeam branches list --jsonOutput
Renders a human-readable table or detail view by default; pass --json for the raw API response.