-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Area: CLI 🤖Issues and PRs concerning the CLIIssues and PRs concerning the CLIArea: Logic 🔎Issues and PRs concerning the internal logicIssues and PRs concerning the internal logicType: New Feature 📰Issues and PRs relating to new featuresIssues and PRs relating to new features
Milestone
Description
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)
- Can we stop
ebitself and let the child process become its own?
Metadata
Metadata
Assignees
Labels
Area: CLI 🤖Issues and PRs concerning the CLIIssues and PRs concerning the CLIArea: Logic 🔎Issues and PRs concerning the internal logicIssues and PRs concerning the internal logicType: New Feature 📰Issues and PRs relating to new featuresIssues and PRs relating to new features