This package has been deprecated

Author message:

stack-manager is deprecated - use the AWS CLI instead

stack-manager

0.5.1 • Public • Published

stack-manager

npm version

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.json file in the root of your project with a name field 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.

Readme

Keywords

none

Package Sidebar

Install

npm i stack-manager

Weekly Downloads

2

Version

0.5.1

License

MIT

Unpacked Size

1.05 MB

Total Files

47

Last publish

Collaborators

  • alexchesters