A command line tool that facilitates AWS CloudFormation deployments and stays out of your way.
Use npm to install.
npm install -g @echelon-solutions/regimentRun help to learn more about each command.
regiment help configure
regiment help deploy
regiment help retreatCreate a local config.json file.
regiment configure \
--region <aws-region> \
--profile <aws-profile> \
--stack <stack-name> \
--bucket <bucket-name> \
--parameters-file <parameters-file>Deploy the AWS CloudFormation Stack to the cloud.
regiment deployDelete the AWS CloudFormation Stack.
regiment retreatMIT, see LICENSE.md for details.
