A CLI tool that converts the parseable output from cfn-lint (the Python AWS CloudFormation linter) into a human-friendly, code-frame style error display. Current version 1.0.6 takes stdin from cfn-lint's --format parseable output and reformats it with line-by-line context. Regular patch releases fix edge cases like multi-line messages and JSON parse errors. Simpler than using cfn-lint's own formatter, especially for CI pipelines.
npm install cfn-lint-to-codeframeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Pipes cfn-lint parseable output to cfn-lint-to-codeframe for pretty-printed code frames.
Use: cfn-lint --template <file> --format parseable | cfn-lint-to-codeframe
Ensure cfn-lint is run with --format parseable and produces output