Singularity
Singularity copied to clipboard
user input via stdin for on-demand tasks
We have several tasks that prompt the user for input (for confirmation, etc). It would be helpful to have a way interact with a running task, as opposed to just tailing stdout.
suggested workaround for now:
use --preview command flags followed by the real run.
this requires executor work.