Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laardee/stackvalidator
https://github.com/laardee/stackvalidator
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/laardee/stackvalidator
- Owner: laardee
- License: mit
- Created: 2017-11-30T14:28:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T12:27:39.000Z (almost 7 years ago)
- Last Synced: 2024-10-13T17:39:21.057Z (about 1 month ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS CloudFormation Stack Validator
WIP
```bash
npm install -g stackvalidator
```validates all templates recursively from current working directory
```bash
stackvalidator
````--path` defines path to the files you want to validate
`--delay` increases delay between validations, use if the rate exceeds
```bash
stackvalidator --path=path-to-files --delay=500
```