New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cfn-tools

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cfn-tools

Tools for AWS CloudFormation

pipPyPI
Version
0.1.6
Maintainers
1

cfn-tools

.. image:: https://img.shields.io/pypi/v/cfn-tools.svg :target: https://pypi.python.org/pypi/cfn-tools :alt: Latest PyPI version

.. image:: https://travis-ci.org/boroivanov/cfn-tools.png :target: https://travis-ci.org/boroivanov/cfn-tools :alt: Latest Travis CI build status

Tools for AWS CloudFormation

  • list stacks
  • diff a stack and a template
  • diff two stacks
  • validate a template

Installation

.. code:: bash

pip install cfn-tools

Usage

List stacks:

.. code:: bash

cfn-tools ls cfn-tools ls NAME

Filter stacks by status.

Returns stacks which status contains the filter string.

Deleted stacks are not returned by default. Use -f delete to get those.

cfn-tools ls -f create cfn-tools ls -f rollback NAME cfn-tools ls -f progress NAME

Filter out stacks by status.

Deleted stacks are not returned by default.

cfn-tools ls -f !create NAME

Diff Stacks/Templates:

.. code:: bash

cfn-tools diff TEMPLATE STACK cfn-tools diff STACK1 STACK2 cfn-tools diff -r us-west-2 STACK1 -r2 us-east-1 STACK2

Validate a template:

.. code:: bash

cfn-tools validate TEMPLATE

Credits

Huge thanks to @stefansundin_ and @dstokes_

.. _@stefansundin: https://github.com/stefansundin .. _@dstokes: https://github.com/dstokes

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts