branches
branches list
List ephemeral database sandbox branches
List ephemeral database sandbox branches for the linked project. By default only active (non-discarded) branches are shown; pass --all to include discarded ones. Shows each branch's ID, name, source database, status, and creation time.
Usage
pgbeam branches list [flags]Options
| Option | Description | Required | Default |
|---|---|---|---|
--all | Include discarded branches | No | false |
Global options
All global options (--token, --profile,
--project, --org, --json, --no-color, --debug) are also available on
this command.
Examples
# List active branches
pgbeam branches list
# Include discarded branches
pgbeam branches list --allOutput
Displays a table with columns: ID, Name, Database, Status, and Created.