Skip to content

patrickbcullen/cfn-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

cfn-stack

Command line helper for CloudFormation that uses the AWS CLI and simplifies the creation and deletion of stacks.

Install

wget https://raw.githubusercontent.com/patrickbcullen/cfn-stack/master/cfn-stack
chmod +x cfn-stack

Usage

cd myapp/
./cfn-stack init
# edit cfn-stack.ini to fit your environment
./cfn-stack up
./cfn-stack down

cfn-stack.ini

Cfn-stack uses a config file in the current directory called cfn-stack.ini to configure all the parameters for CloudFormation. You can create an initial version of this file with the cfn-stack init command or you can create it manually.

stack_name="my-stack"
region="us-east-1"
stack_template="my-template.yml"
template_config="my-config.yml"

About

Helper script for managing CloudFormation stacks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages