@Jovian , There isn't a way to encode the password that is passed to the CLI. You can use loginCode option instead.
Command: ./sas-viya auth loginCode
This loginCode option gives a URL that you can access from browser, sign in with an ID that has admin privileges and then get the authorization code. You can then use the authorization code for the CLI.
... View more