0.5.1 • Published 7 years ago
stack-manager v0.5.1
stack-manager
Manage your AWS Cloudformation stacks a bit easier
Disclaimer
stack-manager is very opinionated, it probably insists on certain
things which you may not like. It's quite possible this tool isn't for
you. If it is, however, great! :)
Here are some things stack-manager assumes about your project:
- You have a
package.jsonfile in the root of your project with anamefield and you would like to prefix your stack definitions with this name - Your templates are stored in a directory called
infrastructure/stacks/templates- They can be nested at any level below this
- Any CloudFormation parameters must have the same file name as your template
and be in a directory called
infrastructure/stacks/parameters - Any CLI commands are ran from the root of your project
Installation
npm install stack-manager --save-dev
Usage
stack-manager has both a command-line and JavaScript interface.
CLI
stack-manager --help
JavaScript
See the documentation.