"install tarantool-ee" - add "*" for password
Open
Beginner friendly
Nobody has claimed this yet.
feature
teamE
- Dominant language
- Go
- Stars
- 113
- Forks
- 18
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 23
Description
When trying to install tarantool-ee using tt iit requests login + password.
I suggest that showing characters of password as "*" will be more user-friendly since now I cannot tell how much characters I type/delete.
Now:
sudo tt install tarantool-ee gc64-2.11.0-rc2-0-r549
Enter Username: f.terekhin@vk.team
Enter Password:
Suggestion:
sudo tt install tarantool-ee gc64-2.11.0-rc2-0-r549
Enter Username: f.terekhin@vk.team
Enter Password: *********************
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.
Research direction
Start by locating the authentication prompt used by the tt install command, then inspect how password input is read. Done means password characters are visibly masked while entering or deleting the password, without exposing the actual password; add or update the relevant CLI test if one exists.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100