Difference between revisions of "Cfn-lint"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{Draft}}")
 
 
(31 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Draft}}
+
{{lowercase}}
 +
https://github.com/aws-cloudformation/cfn-lint
 +
 
 +
* Installation: <code>[[pip3 install]] cfn-lint</code>
 +
* Help: <code>[[cfn-lint --help]]</code>
 +
 
 +
Examples:
 +
* <code>[[cfn-lint file_with_your_stack.yml]]</code>
 +
* <code>cfn-lint -t</code>
 +
* <code>cfn-lint --version</code>
 +
 
 +
cfn-lint your_file.yml
 +
E0000 Null value at line 1 column 8
 +
your_file.yml:1:8
 +
 
 +
 
 +
===Configuration files===
 +
* <code>[[.cfnlintrc]]</code>
 +
 
 +
== Related ==
 +
* <code>[[terraform fmt]]</code>
 +
* [[Taskcat]]
 +
* <code>[[cfn-init]]</code>
 +
* <code>[[E1012]] Ref Your_Ref not found as a [[resource]] or [[parameter]]</code>
 +
 
 +
== See also ==
 +
* {{cfn-lint}}
 +
* {{aws cloudformation deploy}}
 +
* {{aws cloudformation}}
 +
* {{IDE}}
 +
* {{CloudFormation}}
 +
 
 +
[[Category:CloudFormation]]

Latest revision as of 09:01, 9 May 2022

Advertising: