rflib-plugin 0.13.3 → 0.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -62,6 +62,23 @@
62
62
  "summary": "Skips any files where a logger is already present.",
63
63
  "allowNo": false,
64
64
  "type": "boolean"
65
+ },
66
+ "verbose": {
67
+ "char": "v",
68
+ "description": "When provided with --dryrun, prints the paths of the files that would be modified.",
69
+ "name": "verbose",
70
+ "summary": "Enable verbose output.",
71
+ "allowNo": false,
72
+ "type": "boolean"
73
+ },
74
+ "exclude": {
75
+ "char": "e",
76
+ "description": "Exclude specific files or directories that match the provided glob pattern. For example, use --exclude \"**/Generated_*.cmp\" to skip auto-generated components.",
77
+ "name": "exclude",
78
+ "summary": "Exclude files or directories from instrumentation based on a glob pattern.",
79
+ "hasDynamicHelp": false,
80
+ "multiple": false,
81
+ "type": "option"
65
82
  }
66
83
  },
67
84
  "hasDynamicHelp": false,
@@ -172,6 +189,23 @@
172
189
  "summary": "Skips any files where a logger is already present.",
173
190
  "allowNo": false,
174
191
  "type": "boolean"
192
+ },
193
+ "verbose": {
194
+ "char": "v",
195
+ "description": "When provided with --dryrun, prints the paths of the files that would be modified.",
196
+ "name": "verbose",
197
+ "summary": "Enable verbose output.",
198
+ "allowNo": false,
199
+ "type": "boolean"
200
+ },
201
+ "exclude": {
202
+ "char": "e",
203
+ "description": "Exclude specific files or directories that match the provided glob pattern. For example, use --exclude \"**/Generated_*.cls\" to skip auto-generated classes.",
204
+ "name": "exclude",
205
+ "summary": "Exclude files or directories from instrumentation based on a glob pattern.",
206
+ "hasDynamicHelp": false,
207
+ "multiple": false,
208
+ "type": "option"
175
209
  }
176
210
  },
177
211
  "hasDynamicHelp": false,
@@ -269,6 +303,23 @@
269
303
  "summary": "Skips any files where a logger is already present.",
270
304
  "allowNo": false,
271
305
  "type": "boolean"
306
+ },
307
+ "verbose": {
308
+ "char": "v",
309
+ "description": "When provided with --dryrun, prints the paths of the files that would be modified.",
310
+ "name": "verbose",
311
+ "summary": "Enable verbose output.",
312
+ "allowNo": false,
313
+ "type": "boolean"
314
+ },
315
+ "exclude": {
316
+ "char": "e",
317
+ "description": "Exclude specific files or directories that match the provided glob pattern. For example, use --exclude \"**/Test_*.flow-meta.xml\" to skip certain flows.",
318
+ "name": "exclude",
319
+ "summary": "Exclude files or directories from instrumentation based on a glob pattern.",
320
+ "hasDynamicHelp": false,
321
+ "multiple": false,
322
+ "type": "option"
272
323
  }
273
324
  },
274
325
  "hasDynamicHelp": false,
@@ -379,6 +430,23 @@
379
430
  "summary": "Skips any files where a logger is already present.",
380
431
  "allowNo": false,
381
432
  "type": "boolean"
433
+ },
434
+ "verbose": {
435
+ "char": "v",
436
+ "description": "When provided with --dryrun, prints the paths of the files that would be modified.",
437
+ "name": "verbose",
438
+ "summary": "Enable verbose output.",
439
+ "allowNo": false,
440
+ "type": "boolean"
441
+ },
442
+ "exclude": {
443
+ "char": "e",
444
+ "description": "Exclude specific files or directories that match the provided glob pattern. For example, use --exclude \"**/Generated_*.js\" to skip auto-generated components.",
445
+ "name": "exclude",
446
+ "summary": "Exclude files or directories from instrumentation based on a glob pattern.",
447
+ "hasDynamicHelp": false,
448
+ "multiple": false,
449
+ "type": "option"
382
450
  }
383
451
  },
384
452
  "hasDynamicHelp": false,
@@ -428,5 +496,5 @@
428
496
  ]
429
497
  }
430
498
  },
431
- "version": "0.13.3"
499
+ "version": "0.15.0"
432
500
  }
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "rflib-plugin",
3
3
  "description": "Utility commands to help with the adoption of the RFLIB open-source library for Salesforce.",
4
- "version": "0.13.3",
4
+ "version": "0.15.0",
5
5
  "dependencies": {
6
6
  "@oclif/core": "^4.8.0",
7
7
  "@salesforce/core": "^8.26.2",
8
8
  "@salesforce/sf-plugins-core": "^12.2.6",
9
9
  "@types/xml2js": "^0.4.14",
10
+ "minimatch": "^10.2.2",
10
11
  "prettier": "^3.8.1",
11
12
  "prettier-plugin-apex": "^2.2.6",
12
13
  "wireit": "^0.14.12",
@@ -20,6 +21,7 @@
20
21
  "@oclif/plugin-command-snapshot": "^5.3.9",
21
22
  "@salesforce/cli-plugins-testkit": "^5.3.41",
22
23
  "@salesforce/dev-scripts": "^11.0.4",
24
+ "@types/minimatch": "^5.1.2",
23
25
  "c8": "^10.1.3",
24
26
  "eslint": "^8.57.1",
25
27
  "eslint-plugin-sf-plugin": "^1.20.33",