Skip to content
New issue

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

Validate cli tool should accept multi-files or directories #33

Open
freenerd opened this issue Jul 30, 2018 · 1 comment
Open

Validate cli tool should accept multi-files or directories #33

freenerd opened this issue Jul 30, 2018 · 1 comment

Comments

@freenerd
Copy link

A side-effect of #31 is that validate-template cloudformation/*.js doesn't work anymore. Some ways of mitigating:

  1. validate-template cloudformation/template1.js && validate-template cloudformation/template2.js
  2. Allow validate-template cloudformation/ and loop over the template in /bin/validate-template.js
  3. Revert Validate with region #31 to use --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

@vsmart
Copy link
Contributor

vsmart commented Jul 30, 2018

Can you clarify what error you are seeing? I cannot reproduce.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants