Tools for AWS CloudFormation
Project description
cfn-tools
Tools for AWS CloudFormation
list stacks
diff a stack and a template
diff two stacks
validate a template
Installation
pip install cfn-tools
Usage
List stacks:
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:
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:
cfn-tools validate TEMPLATE
Credits
Huge thanks to @stefansundin and @dstokes
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cfn-tools-0.1.6.tar.gz
(3.9 kB
view details)
Built Distribution
File details
Details for the file cfn-tools-0.1.6.tar.gz
.
File metadata
- Download URL: cfn-tools-0.1.6.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84c04c7656702cd78abc1dbd08395aeda7429f64441eda4b9ebc29d4c77d1ec4 |
|
MD5 | 7aef24e80602235e927a9a44f8f07a7e |
|
BLAKE2b-256 | 6b18ed998ecff7689b83c64fec01dd13f4231576a38f8d472fc647947cbb1a05 |
File details
Details for the file cfn_tools-0.1.6-py2-none-any.whl
.
File metadata
- Download URL: cfn_tools-0.1.6-py2-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52f096122b1109c22adf0bb2c298b4dc7995f651375173d759611b0ad3d2ee5c |
|
MD5 | 7aebe25ff898a2d9295a2e1b54641da7 |
|
BLAKE2b-256 | 9b1c372c63e5e8218393d535192c0047b07a447ba303259903a379e32a486739 |