cfbarbero / cfn-inspect

⚙️☁️ pretty print and inspect CloudFormation templates ⚙️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

⚙️☁️ pretty print and inspect CloudFormation templates ⚙️

License:MIT License


Languages

Language:Python 100.0%