-
Notifications
You must be signed in to change notification settings - Fork 264
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
Ability to follow CloudFormation stack update/create events. #143
Comments
Good idea indeed, and As you have noticed rightly So for this type of objects we are more thinking in terms of a dedicated So the case of
So we might move in that direction (instead of augmenting the show command). |
Example of some Go tool for deployment of CloudFormation stacks: @fxaguessy @simcap do you practice assignment of people to the issue? Maybe I will have some spare time to work on this, I just want to know if somebody working on it before begin. |
@trane9991 Thanks for stack deployment tool link! We do not really assign yet. Basically we have to implement a Do not hesitate to take a stab at it with a PR. If we do the implementation on our side we will try to remember to assign ourselves to this issue. |
Would be nice to have to command something like:
awless show stack-events --follow stack=<stack_name>
Use case:
Using
awless
to deploy CloudFormation templates with CI and be able to keep track of the events.The text was updated successfully, but these errors were encountered: