-
Notifications
You must be signed in to change notification settings - Fork 151
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
init: rework command #2792
Comments
Potential workflow:
|
Currently init with a profile argument is not superb.
Fixed in #3097 |
To question variables:
|
Autocomplete promptWe should check if completion is already installed for current shell and skip prompt |
New ideasFrom community slack
We could prompt if no SSH key were found, we would need to add a no-prompt option to be sure no prompt will be used. Also we could see if we can use the ssh-agent to get the key, I don't know how it works.
When prompting for access-key and secret-key, set a default that would let user just press enter. Those default keys would be printed in the prompt but the anonymized version, to avoid key leak when making a demo |
The text was updated successfully, but these errors were encountered: