Connect to the Postgres console
Usage
flyctl postgres connect [flags]
Options
-a, --app string Application name
-c, --config string Path to application configuration file
-d, --database string The name of the database you would like to connect to (default "postgres")
-h, --help help for connect
-p, --password string The postgres user password
-u, --user string The postgres user to connect with (default "postgres")
Global Options
-t, --access-token string Fly API Access Token
-j, --json json output
--verbose verbose output
See Also
- flyctl postgres - Manage Postgre clusters.