-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
command config #26
command config #26
Conversation
I don't understand the question. Essentially we cannot ask via command line flags for values, because those might be sensitive information (a token) that will end up in the user sh history :/. So, the solution is to use a prompt. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests? :P saw it, never mind
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR will close #23 and #3
Relates to #2
Starting to design how to store the common config.
The idea is to introduce a config command that consent to users to store the key/value pair they use often and then load those settings when the other commands will execute.
Another aspect is to lock some keys, like
--major
and--npm-otp
.The config will be stored in
~/releasify
directory and not in clear textLet me know your considerations 👍