microsoft / microsoft/go-sqlcmd
Prompt for password (in config add-user) if not provided in env var
Open
@stuartpa is already working on this.
Since Nov 29, 2022.
bug
Security
sqlcmd switch
- Dominant language
- Go
- Stars
- 595
- Forks
- 91
- Avg merge
- 9h 35m
- Merged PRs (30d)
- 1
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.