We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A side-effect of #31 is that validate-template cloudformation/*.js doesn't work anymore. Some ways of mitigating:
validate-template cloudformation/*.js
validate-template cloudformation/template1.js && validate-template cloudformation/template2.js
validate-template cloudformation/
/bin/validate-template.js
--region
I think I'd prefer option 3, since it's the most compatible with how aws-cli works (which in a way is the godfather convention here).
/cc @rclark @vsmart
The text was updated successfully, but these errors were encountered:
Can you clarify what error you are seeing? I cannot reproduce.
Sorry, something went wrong.
No branches or pull requests
A side-effect of #31 is that
validate-template cloudformation/*.js
doesn't work anymore. Some ways of mitigating:validate-template cloudformation/template1.js && validate-template cloudformation/template2.js
validate-template cloudformation/
and loop over the template in/bin/validate-template.js
--region
instead.I think I'd prefer option 3, since it's the most compatible with how aws-cli works (which in a way is the godfather convention here).
/cc @rclark @vsmart
The text was updated successfully, but these errors were encountered: