Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add eb events --since and --tail #517

Open
glensc opened this issue May 14, 2024 · 1 comment
Open

Add eb events --since and --tail #517

glensc opened this issue May 14, 2024 · 1 comment

Comments

@glensc
Copy link

glensc commented May 14, 2024

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.

@glensc
Copy link
Author

glensc commented Jun 4, 2024

Could use aws elasticbeanstalk describe-events because it has --start-time, but it doesn't have --follow...

$ aws elasticbeanstalk describe-events --application-name="..." --environment-name="..." --start-time="2024-06-04T00:00:00+00:00" --output=text 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant