cloudfriend icon indicating copy to clipboard operation
cloudfriend copied to clipboard

Validate cli tool should accept multi-files or directories

Open freenerd opened this issue 7 years ago • 1 comments

A side-effect of https://github.com/mapbox/cloudfriend/pull/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 https://github.com/mapbox/cloudfriend/pull/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

freenerd avatar Jul 30 '18 12:07 freenerd

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

vsmart avatar Jul 30 '18 13:07 vsmart