@echelon-solutions/regiment

0.0.8 • Public • Published

@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.

Package Sidebar

Install

npm i @echelon-solutions/regiment

Weekly Downloads

9

Version

0.0.8

License

MIT

Last publish

Collaborators

  • khalidx