Currently, all eb does is run a command.
It'd Be Nice™ if, instead, eb could also watch for activity.
For example, if I run eb ssh <server that is restarting>, I'd like to be able to have it wait until some kind of trigger is hit, like new console output or network activity or something.
Currently, the loop just waits until the command fully completes and checks the status code.
Question(s)
Currently, all
ebdoes is run a command.It'd Be Nice™ if, instead,
ebcould also watch for activity.For example, if I run
eb ssh <server that is restarting>, I'd like to be able to have it wait until some kind of trigger is hit, like new console output or network activity or something.Currently, the
loopjust waits until the command fully completes and checks the status code.Question(s)
ebitself and let the child process become its own?