Skip to content

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

License

Notifications You must be signed in to change notification settings

echelon-solutions/regiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published