Skip to content

tdi/cfn-inspect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://badge.fury.io/py/cfn-inspect https://pypi.python.org/pypi/cfn-inspect

cfn-inspect: pretty print and inspect CloudFormation templates

Simple pretty printer for CloudFormation templates, it will also provide some validation and deep inspection in the future.

Supports both json and yaml templates. You can validate templates with --validate switch.

asciicast

Installation

$ pip install cfn-inspect

Usage

$ Usage: cfn-inspect [OPTIONS] TEMPLATE

Options:
  --verbose / -v  Be more verbose about the output
  --validate      Validate template with AWS
  --help          Show this message and exit.  

Author

Dariusz Dwornikowski, Nordcloud