Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laardee/stackvalidator


https://github.com/laardee/stackvalidator

Last synced: 3 days ago
JSON representation

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
```