I have stored connections, they work fine if I attach them to a worksheet then run the worksheet in sqlcl.
I would like to start sqlcl from terminal and connect to one of the stored connections. In this case it will always ask for password even if the password is stored.
Itried
sql -name test_conn
and also
sql -nolog
connect -name test_conn