go-sqlcmd icon indicating copy to clipboard operation
go-sqlcmd copied to clipboard

Prompt for password (in config add-user) if not provided in env var

Open stuartpa opened this issue 2 years ago • 0 comments

In add-user.go line 83:

we should prompt for the password on the console. we could also allow reading it from redirected stdin

sqlcmd config add-user --username myuser < somefile.txt

stuartpa avatar Nov 29 '22 05:11 stuartpa