Package Exports
- cfn-lint-to-codeframe
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cfn-lint-to-codeframe) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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:
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