upcmd / up

UP - Ultimate Provisioner CLI
https://upcmd.netlify.app/
MIT License
50 stars 4 forks source link

make exec command run asynchronous output #12

Closed stephencheng closed 4 years ago

stephencheng commented 4 years ago

It is observed that the current implementation print out the exec output in shell func when the whole script finishes. It's lagging when shell func invokes a long running script, eg a lengthy Ansible task

stephencheng commented 4 years ago

Fixed

However the same async need to be applied to GOSH: https://github.com/mvdan/sh/issues/592

For whoever may be concerned, please raise this agin to follow it up