middleman-cloudfront icon indicating copy to clipboard operation
middleman-cloudfront copied to clipboard

Add something like a dry-run

Open tmaier opened this issue 10 years ago • 1 comments

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).

This would allow me to see if my filter regex is correct or if I did some mistake

tmaier avatar Jul 31 '14 15:07 tmaier

Good idea! I'm a bit short on time right now, but if you or someone else would like to take a stab at implementing this, go for it! :smile_cat:

manuelmeurer avatar Aug 01 '14 12:08 manuelmeurer