Skip to content

Ability to monitor activity beyond mere process execution #100

@rye

Description

@rye

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 eb itself and let the child process become its own?

Metadata

Metadata

Assignees

Labels

Area: CLI 🤖Issues and PRs concerning the CLIArea: Logic 🔎Issues and PRs concerning the internal logicType: New Feature 📰Issues and PRs relating to new features

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions