Feature request: fly mpg connect --pgcli flag

Would it be possible to add a --pgcli flag to fly mpg connect? This would be helpful for people who prefer pgcli over psql, or who don’t have psql installed.

fly mpg connect is actually just a wrapper for fly mpg proxy followed by psql, so you should be able to fly mpg proxy manually and then run pgcli in another terminal, with the proxied port, to connect to your cluster.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.