Ability to monitor activity beyond mere process execution #100
Labels
Area: CLI 🤖
Issues and PRs concerning the CLI
Area: Logic 🔎
Issues and PRs concerning the internal logic
Type: New Feature 📰
Issues and PRs relating to new features
Milestone
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)
eb
itself and let the child process become its own?The text was updated successfully, but these errors were encountered: