MathieuLoutre / grunt-aws-s3

Grunt plugin to interact with AWS S3 using the AWS SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alias `--debug` as `--no-write`

sumeetattree opened this issue · comments

This would help make it more consistent with the underlying grunt api. I was kind of surprised when --no-write didn't work.

Edit: Passing --debug from command didn't actually work. Is there a reason why --debug from command line isn't supported? It'd help a lot while testing if we could just pass a flag on the command line.