db
db inspect
Get a database
Returns a single database by ID.
Usage
pgbeam db inspect <id>Options
| Option | Description | Required | Default |
|---|---|---|---|
<id> | Yes | - |
Global options
All global options (--token, --profile,
--project, --org, --json, --no-color, --no-trunc, --debug) are
also available on this command.
Examples
# Get a database
pgbeam db inspect
# Output as JSON
pgbeam db inspect --jsonOutput
Renders a human-readable table or detail view by default; pass --json for the raw API response.