Hey Vinai, I have some custom configuration files and I want your tool to handle them without rebuilding the source. A rules config file would be nice .. maybe something simple like that: vendor/bin/cache-clean.js -w --custom-rules=rules.json ```json { "/etc/custom\\.xml$": ["config", "block_html"] } ``` Or is it already possible? Regards Marcus