New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

stack-manager

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stack-manager

Manage your AWS Cloudformation stacks a bit easier

latest
Source
npmnpm
Version
0.5.1
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 19 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts