unbounce / iidy

iidy (Is it done yet?) -- CloudFormation with Confidence
MIT License
52 stars 7 forks source link

iidy v1.9.0 does not allow skipping template validation #187

Closed Kazzer closed 4 years ago

Kazzer commented 5 years ago

Primarily an issue when template validation is incorrectly considering the template invalid

tavisrudd commented 5 years ago

--lint-template=false should turn that off.

jpb commented 4 years ago

Or --no-lint-template

Kazzer commented 4 years ago

--no-lint-template does work to bypass the issues.