A command line tool that facilitates AWS CloudFormation deployments and stays out of your way.
Use npm to install.
npm install -g @echelon-solutions/regiment
Run help
to learn more about each command.
regiment help configure
regiment help deploy
regiment help retreat
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 the AWS CloudFormation Stack to the cloud.
regiment deploy
Delete the AWS CloudFormation Stack.
regiment retreat
MIT, see LICENSE.md for details.