hardisgroupcom / sfdx-hardis

Swiss-army-knife Toolbox for Salesforce. Orchestrates base commands and assist users with interactive wizards to make much more than native sfdx + Allows you to define a complete CI/CD Pipeline and Schedule a daily Metadata backup & monitoring of your orgs
https://sfdx-hardis.cloudity.com
GNU Affero General Public License v3.0
207 stars 40 forks source link

Default value for duplicate detector #346

Open przemekrcloudity opened 1 year ago

przemekrcloudity commented 1 year ago

When user runs metadata duplicate detector without any parameters (parameter files is not required), no duplicates are reported because no files are scanned. I think it would be a great enhancement to scan all supported files if parameter files was not specified.

I believe this could be achieved by joining keys of this map to global pattern like this:

 **/*.{labels,profile,permissionset}-meta.xml

but I could be wrong

nvuillam commented 1 year ago

A default glob value would be indeed great :)