CloudFormation printer and inspector
Project description


# cfn-inspect: pretty print and inspect CloudFormation templates
Simple pretty printer for CloudFormation templates, in future 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.
[](https://asciinema.org/a/142549)
# Installation
``` 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

# cfn-inspect: pretty print and inspect CloudFormation templates
Simple pretty printer for CloudFormation templates, in future 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.
[](https://asciinema.org/a/142549)
# Installation
```
Options:
--verbose / -v Be more verbose about the output
--validate Validate template with AWS
--help Show this message and exit.
```
# Author
Dariusz Dwornikowski, Nordcloud