Deploy CloudFormation stacks synchronously and watch the events
Project description
Deploy CloudFormation stacks synchronously using syntax similar to aws cloudformation deploy, and watch the events scroll until the create or update completes.
Installation
Install using pip/pypi:
pip install cfn-sync
Usage
Deploying (creating or updating) a stack:
cfn-sync deploy \ --stack-name <STACK_NAME> \ --template-file <FILE_PATH> \ [--parameter-overrides <KEY=VALUE> [<KEY=VALUE>...]] \ [--tags <KEY=VALUE> [<KEY=VALUE>...]] \ [--capabilities <VALUE> [<VALUE>...]]
Deleting a stack:
cfn-sync delete --stack-name <STACK_NAME>
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-sync-0.0.7.tar.gz
(12.9 kB
view hashes)