pyinfra
pyinfra copied to clipboard
Add option to await confirmation
Is your feature request related to a problem? Please describe
When deploying a new server, new SSH keys for this server and their new users are generated. It would be incredibly useful to be able to do something akin to this procedure:
- ssh-keygen
- echo public key
- Did you add the public key to your git repository? [Y/n]
- Await Y before continuing
Describe the solution you'd like
What I described above, a way to await user confirmation before continuing to the next task.