PgBeam
PgBeam Docs
db

db inspect

Get a database

Returns a single database by ID.

Usage

pgbeam db inspect <id>

Options

OptionDescriptionRequiredDefault
<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 --json

Output

Renders a human-readable table or detail view by default; pass --json for the raw API response.

On this page