projectsreplicas
replicas list
List read replicas
List all read replicas configured for a database. Shows each replica's ID, host, port, and SSL mode.
Usage
pgbeam replicas list [flags]Options
| Option | Description | Required | Default |
|---|---|---|---|
--database-id <value> | ID of the database whose replicas to list | Yes | - |
Global options
All global options (--token, --profile,
--project, --org, --json, --no-color, --debug) are also available on
this command.
Examples
# List replicas for a database
pgbeam replicas list --database-id db_xxx
# List replicas as JSON
pgbeam replicas list --database-id db_xxx --jsonOutput
Displays a table with columns: ID, Host, Port, and SSL. With --json, returns
the full replica list from the API.