Graham42 / cfn-lint-to-codeframe

Better cfn-lint output for humans

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Frame output for AWS CloudFormation Linter

This CLI tool reads the parseable output from the python tool cfn-lint from stdin and prints out a more human friendly output.

Example:

An example of the CLI output

Installation

npm install -g cfn-lint-to-codeframe

Usage

Make sure to pass --format parseable to cfn-lint

cfn-lint --template my-template.json --format parseable | cfn-lint-to-codeframe

About

Better cfn-lint output for humans

License:MIT License


Languages

Language:JavaScript 90.6%Language:Shell 8.7%Language:Python 0.7%