Skip to content
/ cfn-events Public
forked from rvedotrc/cfn-events

Watch AWS CloudFormation stack events and wait for completion

License

Notifications You must be signed in to change notification settings

bbc/cfn-events

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfn-events

Watch AWS CloudFormation stack events and wait for completion.

Installation

  gem build cfn-events.gemspec
  gem install cfn-events*.gem

Use

Example usages (all assuming the stack name MyStack):

  # Show recent events
  cfn-events MyStack

  # Show recent events, and poll for new events, forever (ctrl-C to end)
  cfn-events --forever MyStack

  # Show recent events, and poll for new events, until the stack reaches a
  # stable state
  cfn-events --wait MyStack

More options are available; see cfn-events --help.

cfn-events can also be used as a Ruby library. See bin/cfn-events for a guide for how to do this.

About

Watch AWS CloudFormation stack events and wait for completion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%