aws / aws/aws-elastic-beanstalk-cli
Add eb events --since and --tail
- Dominant language
- Python
- Stars
- 181
- Forks
- 88
- PR merge metrics
- No merged PRs in 30d
Description
## Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request. If you are interested in working on this issue or have submitted a pull request, please leave a comment.
### Tell us about your request
Please add `--since=TIMESTAMP` and/or `--tail=LINES` options to `eb events` command.
I would like to follow logs since some timestamp (for example deploy started), similar to kubectl has.
I would also accept `--tail=0` option to start following for new entries only.
### Additional context
I'm attempting to build CI workflow that starts update an environment and print events as they occur until deploy is finished.
Contributor guide
Research direction
Start with the implementation of the `eb events` command and trace how it retrieves and follows environment events. Add support for `--since=TIMESTAMP` and `--tail=LINES`, including `--tail=0` for new entries only, and verify that the command can follow events for CI workflows until deployment finishes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- cli, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100