Visualises the changes described by an Amazon Web Services CloudFormation stack change set
Project description
stackdiff
stackdiff is a Python package and CLI tool for visualising the changes described by an Amazon Web Services CloudFormation stack change set.
For example:
Description: Foo deployer = Description: Foo deployer
Resources: = Resources:
Deployer: = Deployer:
Properties: = Properties:
Policies: = Policies:
- PolicyDocument: = - PolicyDocument:
Statement: = Statement:
- Action: = - Action:
- acm:DeleteCertificate = - acm:DeleteCertificate
- acm:DescribeCertificate = - acm:DescribeCertificate
- acm:RequestCertificate = - acm:RequestCertificate
Effect: Allow = Effect: Allow
Resource: '*' = Resource: '*'
PolicyName: CertificateManager = PolicyName: CertificateManager
> - PolicyDocument:
> Statement:
> - Action: cloudformation:*
> Effect: Allow
> Resource: '*'
> PolicyName: CloudFormation
UserName: FooDeployer = UserName: FooDeployer
Type: AWS::IAM::User = Type: AWS::IAM::User
Logical ID Physical ID Resource Type Action
Deployer FooDeployer AWS::IAM::User Update
Full documentation is online at cariad.github.io/stackdiff.
Installation
stackdiff requires Python 3.8 or later.
pip install stackdiff
CLI usage
Pass the ARN, ID or name of the stack and change set:
stackdiff --stack <STACK> --change <CHANGE>
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 Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stackdiff-1.1.0-py3-none-any.whl.
File metadata
- Download URL: stackdiff-1.1.0-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9df767e0c6990424b973b83d128f9f6bfbaf72f26d9bb30d7535b195abcdb32
|
|
| MD5 |
d967cdb1746921ef7161addc1b39f462
|
|
| BLAKE2b-256 |
9cc4d6e664ce39ac35abcb4865757f2a4d2b1ec657568b839575bb73fc526480
|