8000 GitHub - bbc/cfn-events: Watch AWS CloudFormation stack events and wait for completion
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%
0