It would be great if I could call `bundle exec middleman invalidate --dry-run` which would then just output `list_files(options.filter)` (see [commands.rb#L58](https://github.com/andrusha/middleman-cloudfront/blob/master/lib/middleman-cloudfront/commands.rb#L58)). This would allow me to see if my filter regex is correct or if I did some mistake
It would be great if I could call
bundle exec middleman invalidate --dry-runwhich would then just output
list_files(options.filter)(see commands.rb#L58).This would allow me to see if my filter regex is correct or if I did some mistake