1.0.6 • Published 3 years ago

cfn-lint-to-codeframe v1.0.6

Weekly downloads
874
License
MIT
Repository
github
Last release
3 years ago

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