https://github.com/echelon-solutions/regiment
A command line tool that facilitates AWS CloudFormation deployments and stays out of your way.
https://github.com/echelon-solutions/regiment
aws aws-cli cloudformation deploy-aws deployment
Last synced: about 2 months ago
JSON representation
A command line tool that facilitates AWS CloudFormation deployments and stays out of your way.
- Host: GitHub
- URL: https://github.com/echelon-solutions/regiment
- Owner: echelon-solutions
- License: mit
- Created: 2017-05-30T23:22:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T14:51:38.000Z (over 8 years ago)
- Last Synced: 2026-04-28T01:49:18.660Z (about 2 months ago)
- Topics: aws, aws-cli, cloudformation, deploy-aws, deployment
- Language: TypeScript
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# @echelon-solutions/regiment
[](http://github.com/badges/stability-badges)
A command line tool that facilitates AWS CloudFormation deployments and stays out of your way.
## Install
Use [npm](https://npmjs.com/) to install.
```sh
npm install -g @echelon-solutions/regiment
```
## Usage
[](https://www.npmjs.com/package/@echelon-solutions/regiment)
### Help
Run `help` to learn more about each command.
```sh
regiment help configure
regiment help deploy
regiment help retreat
```
### Configure
Create a local config.json file.
```sh
regiment configure \
--region \
--profile \
--stack \
--bucket \
--parameters-file
```
### Deploy
Deploy the AWS CloudFormation Stack to the cloud.
```sh
regiment deploy
```
### Retreat
Delete the AWS CloudFormation Stack.
```sh
regiment retreat
```
## License
MIT, see [LICENSE.md](http://github.com/echelon-solutions/regiment/blob/master/LICENSE.md) for details.