Skip to main content

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


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.9.tar.gz (13.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page