Skip to content

cfn-lint

Validate CloudFormation templates against the CloudFormation spec

Package Information

  • Domain: github.com/aws-cloudformation/cfn-lint
  • Name: cfn-lint
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install cfn-lint

Programs

This package provides the following executable programs:

  • cfn-lint

Available Versions

Show all 157 versions
  • 1.39.1, 1.39.0, 1.38.3, 1.38.2, 1.38.1
  • 1.38.0, 1.37.2, 1.37.1, 1.37.0, 1.36.1
  • 1.36.0, 1.35.4, 1.35.3, 1.35.2, 1.35.1
  • 1.35.0, 1.34.2, 1.34.1, 1.34.0, 1.33.2
  • 1.33.1, 1.33.0, 1.32.4, 1.32.3, 1.32.2
  • 1.32.1, 1.32.0, 1.31.3, 1.31.2, 1.31.1
  • 1.31.0, 1.30.0, 1.29.1, 1.29.0, 1.28.0
  • 1.27.0, 1.26.1, 1.26.0, 1.25.1, 1.25.0
  • 1.24.0, 1.23.1, 1.23.0, 1.22.7, 1.22.6
  • 1.22.5, 1.22.4, 1.22.3, 1.22.2, 1.22.1
  • 1.22.0, 1.21.0, 1.20.2, 1.20.1, 1.20.0
  • 1.19.0, 1.18.4, 1.18.3, 1.18.2, 1.18.1
  • 1.18.0, 1.17.2, 1.17.1, 1.17.0, 1.16.1
  • 1.16.0, 1.15.2, 1.15.1, 1.15.0, 1.14.2
  • 1.14.1, 1.14.0, 1.13.0, 1.12.4, 1.12.3
  • 1.12.2, 1.12.1, 1.12.0, 1.11.1, 1.11.0
  • 1.10.3, 1.10.2, 1.10.1, 1.10.0, 1.9.7
  • 1.9.6, 1.9.5, 1.9.4, 1.9.3, 1.9.2
  • 1.9.1, 1.9.0, 1.8.2, 1.8.1, 1.8.0
  • 1.7.2, 1.7.1, 1.7.0, 1.6.1, 1.6.0
  • 1.5.3, 1.5.2, 1.5.1, 1.5.0, 1.4.2
  • 1.4.1, 1.4.0, 1.3.7, 1.3.6, 1.3.5
  • 1.3.4, 1.3.3, 1.3.2, 1.3.1, 1.3.0
  • 0.87.11, 0.87.10, 0.87.9, 0.87.8, 0.87.7
  • 0.87.6, 0.87.5, 0.87.4, 0.87.3, 0.87.2
  • 0.87.1, 0.87.0, 0.86.4, 0.86.3, 0.86.2
  • 0.86.1, 0.86.0, 0.85.3, 0.85.2, 0.85.1
  • 0.85.0, 0.84.0, 0.83.8, 0.83.7, 0.83.6
  • 0.83.5, 0.83.4, 0.83.3, 0.83.2, 0.83.1
  • 0.83.0, 0.82.2, 0.82.1, 0.82.0, 0.81.0
  • 0.80.4, 0.80.3, 0.80.2, 0.80.1, 0.79.11
  • 0.79.10, 0.79.9

Latest Version: 1.39.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) cfn-lint -- $SHELL -i

Dependencies

This package depends on:

  • pkgx.sh@1
  • pyyaml.org
  • github.com/benjaminp/six

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry['cfn-lint']

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.