This CLI tool reads the `parseable` output from the python tool [cfn-lint][] from stdin and prints out a more human friendly output.
npm install cfn-lint-to-codeframeThis CLI tool reads the parseable output from the python tool [cfn-lint][]
from stdin and prints out a more human friendly output.
Example:
[cfn-lint]: https://github.com/aws-cloudformation/cfn-python-lint
``sh`
npm install -g cfn-lint-to-codeframe
Make sure to pass --format parseable to cfn-lint
```
cfn-lint --template my-template.json --format parseable | cfn-lint-to-codeframe