Documentation Index
Fetch the complete documentation index at: https://docs.pgconsole.com/llms.txt
Use this file to discover all available pages before exploring further.
Available Flags
| Setting | Flag | Environment Variable | Default |
|---|---|---|---|
| Port | --port | PORT | 9876 |
| Config file | --config | PGCONSOLE_CONFIG | Demo mode |
Examples
npx
Docker
PGCONSOLE_CONFIG contains the full TOML configuration as a string. When set, pgconsole parses it directly instead of reading from a file. --config takes precedence over PGCONSOLE_CONFIG. This is useful for PaaS platforms (Railway, Cloudflare, etc.) where you cannot mount files.