Skip to content

tongueroo/guard-cloudformation

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Guard::Cloudformation

Build History Dependency Status

Guard::Cloudformation automatically runs validates cloud formation templates via cfn-validate-template.

Installation

Please be sure to AWS cfn cli tools install:

$ brew install aws-cfn-tools

Please be sure to have Guard installed before continuing.

Install the gem:

$ gem install guard-cloudformation

Add the guard-cloudformation definition to your Guardfile by running this command:

$ guard init cloudformation

Options

:all_on_start => false    # Whether to run validate all Cloudformation templates on start up
                          # default: true

:templates_path => "."    # The path(s) to your Cloudformation templates
                          # default: ["templates"]

:notification => false    # Whether to display notifications after the validation is done running
                          # default: true

About

Automatically validates cloud formation templates

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages