Skip to content

Deploy CloudFormation stacks synchronously using syntax similar to aws cloudformation deploy, and watch the events scroll until the create or update completes.

License

Notifications You must be signed in to change notification settings

samjarrett/cfn-sync

Repository files navigation

CFN-Sync

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>

About

Deploy CloudFormation stacks synchronously using syntax similar to aws cloudformation deploy, and watch the events scroll until the create or update completes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published