0.0.8 • Published 8 years ago

@echelon-solutions/regiment v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

@echelon-solutions/regiment

experimental

A command line tool that facilitates AWS CloudFormation deployments and stays out of your way.

Install

Use npm to install.

npm install -g @echelon-solutions/regiment

Usage

NPM

Help

Run help to learn more about each command.

regiment help configure
regiment help deploy
regiment help retreat

Configure

Create a local config.json file.

regiment configure \
  --region <aws-region> \
  --profile <aws-profile> \
  --stack <stack-name> \
  --bucket <bucket-name> \
  --parameters-file <parameters-file>

Deploy

Deploy the AWS CloudFormation Stack to the cloud.

regiment deploy

Retreat

Delete the AWS CloudFormation Stack.

regiment retreat

License

MIT, see LICENSE.md for details.

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago