Skip to content

jaws-team/staws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

staws

CLI for AWS Stacks and Stacksets Management

Installation

Not available for now in npm registry so you need to clone and install deps locally.

  • First clone this repository
  • Install dependencies Using yarn
yarn

or npm

npm install 

If you want to make the command staws globally available, run :

npm install -g

Usage

Launch the help command to view all available commands :

./cmd.js -h

To view options available for a commands :

./cmd.js <command> -h

Releases

No releases published

Packages

No packages published