Open
Description
We have env up command, which is currently very useful:
for example it allows me to use the test env to manually reproduce some issue.
However, when the environment is secured, it is hard today to run connect to it with Presto CLI.
Provide an easy way to connect Presto CLI to such secured environment
- correct port number (it's not always 8080)
- a CA bundle or --insecure option
- keytab when kerberos auth is required
Relates to: #4911