tt icon indicating copy to clipboard operation
tt copied to clipboard

connect: interactive password input

Open 0x501D opened this issue 1 year ago • 0 comments

I propose to teach tt connect to interactively request a password if a username is specified but the password itself is not specified in the options, uri or environment variables.

Request example:

$ tt connect tcp://admin@localhost:3301
Password:

$ tt connect -u admin tcp://localhost:3301
Password:

0x501D avatar Dec 11 '23 12:12 0x501D