Show and manage Postgres configuration.
## Usage
~~~
fly postgres config [command] [flags]
~~~
## Available Commands
* [show](/docs/flyctl/postgres-config-show/) - Show Postgres configuration
* [update](/docs/flyctl/postgres-config-update/) - Update Postgres configuration.
## Options
~~~
-h, --help help for config
~~~
## Global Options
~~~
-t, --access-token string Fly API Access Token
--debug Print additional logs and traces
--verbose Verbose output
~~~
## See Also
* [fly postgres](/docs/flyctl/postgres/) - Unmanaged Postgres cluster commands
fly postgres config
Show and manage Postgres configuration.
Usage
fly postgres config [command] [flags]
Available Commands
- show - Show Postgres configuration
- update - Update Postgres configuration.
Options
-h, --help help for config
Global Options
-t, --access-token string Fly API Access Token
--debug Print additional logs and traces
--verbose Verbose output
See Also