sfdx-hardis 5.35.1-beta202505181019.0 → 5.36.1
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.
- package/CHANGELOG.md +6 -0
- package/lib/commands/hardis/doc/project2markdown.js +3 -2
- package/lib/commands/hardis/doc/project2markdown.js.map +1 -1
- package/lib/common/docBuilder/docBuilderPackage.d.ts +2 -0
- package/lib/common/docBuilder/docBuilderPackage.js +16 -0
- package/lib/common/docBuilder/docBuilderPackage.js.map +1 -1
- package/lib/common/docBuilder/docBuilderPackageXml.js +4 -0
- package/lib/common/docBuilder/docBuilderPackageXml.js.map +1 -1
- package/oclif.manifest.json +812 -812
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -2180,12 +2180,12 @@
|
|
|
2180
2180
|
"select:org:hardis"
|
|
2181
2181
|
]
|
|
2182
2182
|
},
|
|
2183
|
-
"hardis:
|
|
2183
|
+
"hardis:packagexml:append": {
|
|
2184
2184
|
"aliases": [],
|
|
2185
2185
|
"args": {},
|
|
2186
|
-
"description": "
|
|
2186
|
+
"description": "Append one or multiple package.xml files into a single one",
|
|
2187
2187
|
"examples": [
|
|
2188
|
-
"$ sf hardis
|
|
2188
|
+
"$ sf hardis packagexml append -p package1.xml,package2.xml -o package3.xml"
|
|
2189
2189
|
],
|
|
2190
2190
|
"flags": {
|
|
2191
2191
|
"json": {
|
|
@@ -2203,75 +2203,70 @@
|
|
|
2203
2203
|
"multiple": false,
|
|
2204
2204
|
"type": "option"
|
|
2205
2205
|
},
|
|
2206
|
-
"
|
|
2207
|
-
"char": "
|
|
2208
|
-
"description": "
|
|
2209
|
-
"name": "
|
|
2210
|
-
"
|
|
2211
|
-
"
|
|
2206
|
+
"packagexmls": {
|
|
2207
|
+
"char": "p",
|
|
2208
|
+
"description": "package.xml files path (separated by commas)",
|
|
2209
|
+
"name": "packagexmls",
|
|
2210
|
+
"required": true,
|
|
2211
|
+
"hasDynamicHelp": false,
|
|
2212
|
+
"multiple": false,
|
|
2213
|
+
"type": "option"
|
|
2212
2214
|
},
|
|
2213
|
-
"
|
|
2214
|
-
"
|
|
2215
|
-
"
|
|
2215
|
+
"outputfile": {
|
|
2216
|
+
"char": "f",
|
|
2217
|
+
"description": "package.xml output file",
|
|
2218
|
+
"name": "outputfile",
|
|
2219
|
+
"required": true,
|
|
2216
2220
|
"hasDynamicHelp": false,
|
|
2217
2221
|
"multiple": false,
|
|
2218
2222
|
"type": "option"
|
|
2219
2223
|
},
|
|
2220
|
-
"
|
|
2221
|
-
"description": "
|
|
2222
|
-
"name": "
|
|
2224
|
+
"debug": {
|
|
2225
|
+
"description": "debug",
|
|
2226
|
+
"name": "debug",
|
|
2223
2227
|
"allowNo": false,
|
|
2224
2228
|
"type": "boolean"
|
|
2225
2229
|
},
|
|
2226
|
-
"
|
|
2227
|
-
"
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
"char": "v",
|
|
2231
|
-
"deprecateAliases": true,
|
|
2232
|
-
"name": "target-dev-hub",
|
|
2233
|
-
"noCacheDefault": true,
|
|
2234
|
-
"required": true,
|
|
2235
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
2236
|
-
"hasDynamicHelp": true,
|
|
2230
|
+
"websocket": {
|
|
2231
|
+
"description": "websocket",
|
|
2232
|
+
"name": "websocket",
|
|
2233
|
+
"hasDynamicHelp": false,
|
|
2237
2234
|
"multiple": false,
|
|
2238
2235
|
"type": "option"
|
|
2239
2236
|
}
|
|
2240
2237
|
},
|
|
2241
|
-
"hasDynamicHelp":
|
|
2238
|
+
"hasDynamicHelp": false,
|
|
2242
2239
|
"hiddenAliases": [],
|
|
2243
|
-
"id": "hardis:
|
|
2240
|
+
"id": "hardis:packagexml:append",
|
|
2244
2241
|
"pluginAlias": "sfdx-hardis",
|
|
2245
2242
|
"pluginName": "sfdx-hardis",
|
|
2246
2243
|
"pluginType": "core",
|
|
2247
2244
|
"strict": true,
|
|
2248
2245
|
"enableJsonFlag": true,
|
|
2249
|
-
"title": "Create a new package",
|
|
2250
|
-
"requiresProject": true,
|
|
2251
2246
|
"isESM": true,
|
|
2252
2247
|
"relativePath": [
|
|
2253
2248
|
"lib",
|
|
2254
2249
|
"commands",
|
|
2255
2250
|
"hardis",
|
|
2256
|
-
"
|
|
2257
|
-
"
|
|
2251
|
+
"packagexml",
|
|
2252
|
+
"append.js"
|
|
2258
2253
|
],
|
|
2259
2254
|
"aliasPermutations": [],
|
|
2260
2255
|
"permutations": [
|
|
2261
|
-
"hardis:
|
|
2262
|
-
"
|
|
2263
|
-
"
|
|
2264
|
-
"hardis:
|
|
2265
|
-
"
|
|
2266
|
-
"
|
|
2256
|
+
"hardis:packagexml:append",
|
|
2257
|
+
"packagexml:hardis:append",
|
|
2258
|
+
"packagexml:append:hardis",
|
|
2259
|
+
"hardis:append:packagexml",
|
|
2260
|
+
"append:hardis:packagexml",
|
|
2261
|
+
"append:packagexml:hardis"
|
|
2267
2262
|
]
|
|
2268
2263
|
},
|
|
2269
|
-
"hardis:
|
|
2264
|
+
"hardis:packagexml:remove": {
|
|
2270
2265
|
"aliases": [],
|
|
2271
2266
|
"args": {},
|
|
2272
|
-
"description": "
|
|
2267
|
+
"description": "Removes the content of a package.xml file matching another package.xml file",
|
|
2273
2268
|
"examples": [
|
|
2274
|
-
"$ sf hardis:package
|
|
2269
|
+
"$ sf hardis packagexml:remove -p package.xml -r destructiveChanges.xml -o my-reduced-package.xml"
|
|
2275
2270
|
],
|
|
2276
2271
|
"flags": {
|
|
2277
2272
|
"json": {
|
|
@@ -2289,94 +2284,85 @@
|
|
|
2289
2284
|
"multiple": false,
|
|
2290
2285
|
"type": "option"
|
|
2291
2286
|
},
|
|
2292
|
-
"
|
|
2287
|
+
"packagexml": {
|
|
2293
2288
|
"char": "p",
|
|
2294
|
-
"description": "
|
|
2295
|
-
"name": "
|
|
2289
|
+
"description": "package.xml file to reduce",
|
|
2290
|
+
"name": "packagexml",
|
|
2296
2291
|
"hasDynamicHelp": false,
|
|
2297
2292
|
"multiple": false,
|
|
2298
2293
|
"type": "option"
|
|
2299
2294
|
},
|
|
2300
|
-
"
|
|
2301
|
-
"char": "
|
|
2302
|
-
"description": "
|
|
2303
|
-
"name": "
|
|
2304
|
-
"allowNo": false,
|
|
2305
|
-
"type": "boolean"
|
|
2306
|
-
},
|
|
2307
|
-
"websocket": {
|
|
2308
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
2309
|
-
"name": "websocket",
|
|
2295
|
+
"removepackagexml": {
|
|
2296
|
+
"char": "r",
|
|
2297
|
+
"description": "package.xml file to use to filter input package.xml",
|
|
2298
|
+
"name": "removepackagexml",
|
|
2310
2299
|
"hasDynamicHelp": false,
|
|
2311
2300
|
"multiple": false,
|
|
2312
2301
|
"type": "option"
|
|
2313
2302
|
},
|
|
2314
|
-
"
|
|
2315
|
-
"char": "
|
|
2316
|
-
"description": "
|
|
2317
|
-
"name": "
|
|
2318
|
-
"
|
|
2303
|
+
"removedonly": {
|
|
2304
|
+
"char": "z",
|
|
2305
|
+
"description": "Use this flag to generate a package.xml with only removed items",
|
|
2306
|
+
"name": "removedonly",
|
|
2307
|
+
"allowNo": false,
|
|
2308
|
+
"type": "boolean"
|
|
2309
|
+
},
|
|
2310
|
+
"outputfile": {
|
|
2311
|
+
"char": "f",
|
|
2312
|
+
"description": "package.xml output file",
|
|
2313
|
+
"name": "outputfile",
|
|
2314
|
+
"required": true,
|
|
2319
2315
|
"hasDynamicHelp": false,
|
|
2320
2316
|
"multiple": false,
|
|
2321
2317
|
"type": "option"
|
|
2322
2318
|
},
|
|
2323
|
-
"
|
|
2324
|
-
"description": "
|
|
2325
|
-
"name": "
|
|
2319
|
+
"debug": {
|
|
2320
|
+
"description": "debug",
|
|
2321
|
+
"name": "debug",
|
|
2326
2322
|
"allowNo": false,
|
|
2327
2323
|
"type": "boolean"
|
|
2328
2324
|
},
|
|
2329
|
-
"
|
|
2330
|
-
"
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
],
|
|
2334
|
-
"char": "o",
|
|
2335
|
-
"deprecateAliases": true,
|
|
2336
|
-
"name": "target-org",
|
|
2337
|
-
"noCacheDefault": true,
|
|
2338
|
-
"required": true,
|
|
2339
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2340
|
-
"hasDynamicHelp": true,
|
|
2325
|
+
"websocket": {
|
|
2326
|
+
"description": "websocket",
|
|
2327
|
+
"name": "websocket",
|
|
2328
|
+
"hasDynamicHelp": false,
|
|
2341
2329
|
"multiple": false,
|
|
2342
2330
|
"type": "option"
|
|
2343
2331
|
}
|
|
2344
2332
|
},
|
|
2345
|
-
"hasDynamicHelp":
|
|
2333
|
+
"hasDynamicHelp": false,
|
|
2346
2334
|
"hiddenAliases": [],
|
|
2347
|
-
"id": "hardis:
|
|
2335
|
+
"id": "hardis:packagexml:remove",
|
|
2348
2336
|
"pluginAlias": "sfdx-hardis",
|
|
2349
2337
|
"pluginName": "sfdx-hardis",
|
|
2350
2338
|
"pluginType": "core",
|
|
2351
2339
|
"strict": true,
|
|
2352
2340
|
"enableJsonFlag": true,
|
|
2353
|
-
"
|
|
2341
|
+
"requiresProject": false,
|
|
2354
2342
|
"isESM": true,
|
|
2355
2343
|
"relativePath": [
|
|
2356
2344
|
"lib",
|
|
2357
2345
|
"commands",
|
|
2358
2346
|
"hardis",
|
|
2359
|
-
"
|
|
2360
|
-
"
|
|
2347
|
+
"packagexml",
|
|
2348
|
+
"remove.js"
|
|
2361
2349
|
],
|
|
2362
2350
|
"aliasPermutations": [],
|
|
2363
2351
|
"permutations": [
|
|
2364
|
-
"hardis:
|
|
2365
|
-
"
|
|
2366
|
-
"
|
|
2367
|
-
"hardis:
|
|
2368
|
-
"
|
|
2369
|
-
"
|
|
2352
|
+
"hardis:packagexml:remove",
|
|
2353
|
+
"packagexml:hardis:remove",
|
|
2354
|
+
"packagexml:remove:hardis",
|
|
2355
|
+
"hardis:remove:packagexml",
|
|
2356
|
+
"remove:hardis:packagexml",
|
|
2357
|
+
"remove:packagexml:hardis"
|
|
2370
2358
|
]
|
|
2371
2359
|
},
|
|
2372
|
-
"hardis:
|
|
2360
|
+
"hardis:project:create": {
|
|
2373
2361
|
"aliases": [],
|
|
2374
2362
|
"args": {},
|
|
2375
|
-
"description": "
|
|
2363
|
+
"description": "Create a new SFDX Project",
|
|
2376
2364
|
"examples": [
|
|
2377
|
-
"$ sf hardis:
|
|
2378
|
-
"$ sf hardis:package:mergexml --folder packages --pattern /**/*.xml --result myMergedPackage.xml",
|
|
2379
|
-
"$ sf hardis:package:mergexml --packagexmls \"config/mypackage1.xml,config/mypackage2.xml,config/mypackage3.xml\" --result myMergedPackage.xml"
|
|
2365
|
+
"$ sf hardis:project:create"
|
|
2380
2366
|
],
|
|
2381
2367
|
"flags": {
|
|
2382
2368
|
"json": {
|
|
@@ -2394,42 +2380,9 @@
|
|
|
2394
2380
|
"multiple": false,
|
|
2395
2381
|
"type": "option"
|
|
2396
2382
|
},
|
|
2397
|
-
"folder": {
|
|
2398
|
-
"char": "f",
|
|
2399
|
-
"description": "Root folder",
|
|
2400
|
-
"name": "folder",
|
|
2401
|
-
"default": "manifest",
|
|
2402
|
-
"hasDynamicHelp": false,
|
|
2403
|
-
"multiple": false,
|
|
2404
|
-
"type": "option"
|
|
2405
|
-
},
|
|
2406
|
-
"packagexmls": {
|
|
2407
|
-
"char": "p",
|
|
2408
|
-
"description": "Comma separated list of package.xml files to merge. Will be prompted to user if not provided",
|
|
2409
|
-
"name": "packagexmls",
|
|
2410
|
-
"hasDynamicHelp": false,
|
|
2411
|
-
"multiple": false,
|
|
2412
|
-
"type": "option"
|
|
2413
|
-
},
|
|
2414
|
-
"pattern": {
|
|
2415
|
-
"char": "x",
|
|
2416
|
-
"description": "Name criteria to list package.xml files",
|
|
2417
|
-
"name": "pattern",
|
|
2418
|
-
"default": "/**/*package*.xml",
|
|
2419
|
-
"hasDynamicHelp": false,
|
|
2420
|
-
"multiple": false,
|
|
2421
|
-
"type": "option"
|
|
2422
|
-
},
|
|
2423
|
-
"result": {
|
|
2424
|
-
"char": "r",
|
|
2425
|
-
"description": "Result package.xml file name",
|
|
2426
|
-
"name": "result",
|
|
2427
|
-
"hasDynamicHelp": false,
|
|
2428
|
-
"multiple": false,
|
|
2429
|
-
"type": "option"
|
|
2430
|
-
},
|
|
2431
2383
|
"debug": {
|
|
2432
|
-
"
|
|
2384
|
+
"char": "d",
|
|
2385
|
+
"description": "Activate debug mode (more logs)",
|
|
2433
2386
|
"name": "debug",
|
|
2434
2387
|
"allowNo": false,
|
|
2435
2388
|
"type": "boolean"
|
|
@@ -2450,38 +2403,39 @@
|
|
|
2450
2403
|
},
|
|
2451
2404
|
"hasDynamicHelp": false,
|
|
2452
2405
|
"hiddenAliases": [],
|
|
2453
|
-
"id": "hardis:
|
|
2406
|
+
"id": "hardis:project:create",
|
|
2454
2407
|
"pluginAlias": "sfdx-hardis",
|
|
2455
2408
|
"pluginName": "sfdx-hardis",
|
|
2456
2409
|
"pluginType": "core",
|
|
2457
2410
|
"strict": true,
|
|
2458
2411
|
"enableJsonFlag": true,
|
|
2459
|
-
"title": "
|
|
2412
|
+
"title": "Login",
|
|
2460
2413
|
"requiresProject": false,
|
|
2461
2414
|
"isESM": true,
|
|
2462
2415
|
"relativePath": [
|
|
2463
2416
|
"lib",
|
|
2464
2417
|
"commands",
|
|
2465
2418
|
"hardis",
|
|
2466
|
-
"
|
|
2467
|
-
"
|
|
2419
|
+
"project",
|
|
2420
|
+
"create.js"
|
|
2468
2421
|
],
|
|
2469
2422
|
"aliasPermutations": [],
|
|
2470
2423
|
"permutations": [
|
|
2471
|
-
"hardis:
|
|
2472
|
-
"
|
|
2473
|
-
"
|
|
2474
|
-
"hardis:
|
|
2475
|
-
"
|
|
2476
|
-
"
|
|
2424
|
+
"hardis:project:create",
|
|
2425
|
+
"project:hardis:create",
|
|
2426
|
+
"project:create:hardis",
|
|
2427
|
+
"hardis:create:project",
|
|
2428
|
+
"create:hardis:project",
|
|
2429
|
+
"create:project:hardis"
|
|
2477
2430
|
]
|
|
2478
2431
|
},
|
|
2479
|
-
"hardis:
|
|
2432
|
+
"hardis:project:lint": {
|
|
2480
2433
|
"aliases": [],
|
|
2481
2434
|
"args": {},
|
|
2482
|
-
"description": "
|
|
2435
|
+
"description": "Apply syntactic analysis (linters) on the repository sources, using Mega-Linter",
|
|
2483
2436
|
"examples": [
|
|
2484
|
-
"$ sf hardis
|
|
2437
|
+
"$ sf hardis:project:lint",
|
|
2438
|
+
"$ sf hardis:project:lint --fix"
|
|
2485
2439
|
],
|
|
2486
2440
|
"flags": {
|
|
2487
2441
|
"json": {
|
|
@@ -2499,166 +2453,82 @@
|
|
|
2499
2453
|
"multiple": false,
|
|
2500
2454
|
"type": "option"
|
|
2501
2455
|
},
|
|
2502
|
-
"
|
|
2503
|
-
"char": "p",
|
|
2504
|
-
"description": "package.xml files path (separated by commas)",
|
|
2505
|
-
"name": "packagexmls",
|
|
2506
|
-
"required": true,
|
|
2507
|
-
"hasDynamicHelp": false,
|
|
2508
|
-
"multiple": false,
|
|
2509
|
-
"type": "option"
|
|
2510
|
-
},
|
|
2511
|
-
"outputfile": {
|
|
2456
|
+
"fix": {
|
|
2512
2457
|
"char": "f",
|
|
2513
|
-
"description": "
|
|
2514
|
-
"name": "
|
|
2515
|
-
"
|
|
2516
|
-
"
|
|
2517
|
-
"multiple": false,
|
|
2518
|
-
"type": "option"
|
|
2458
|
+
"description": "Apply linters fixes",
|
|
2459
|
+
"name": "fix",
|
|
2460
|
+
"allowNo": false,
|
|
2461
|
+
"type": "boolean"
|
|
2519
2462
|
},
|
|
2520
2463
|
"debug": {
|
|
2521
|
-
"
|
|
2464
|
+
"char": "d",
|
|
2465
|
+
"description": "Activate debug mode (more logs)",
|
|
2522
2466
|
"name": "debug",
|
|
2523
2467
|
"allowNo": false,
|
|
2524
2468
|
"type": "boolean"
|
|
2525
2469
|
},
|
|
2526
2470
|
"websocket": {
|
|
2527
|
-
"description": "
|
|
2471
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
2528
2472
|
"name": "websocket",
|
|
2529
2473
|
"hasDynamicHelp": false,
|
|
2530
2474
|
"multiple": false,
|
|
2531
2475
|
"type": "option"
|
|
2532
|
-
}
|
|
2533
|
-
},
|
|
2534
|
-
"hasDynamicHelp": false,
|
|
2535
|
-
"hiddenAliases": [],
|
|
2536
|
-
"id": "hardis:packagexml:append",
|
|
2537
|
-
"pluginAlias": "sfdx-hardis",
|
|
2538
|
-
"pluginName": "sfdx-hardis",
|
|
2539
|
-
"pluginType": "core",
|
|
2540
|
-
"strict": true,
|
|
2541
|
-
"enableJsonFlag": true,
|
|
2542
|
-
"isESM": true,
|
|
2543
|
-
"relativePath": [
|
|
2544
|
-
"lib",
|
|
2545
|
-
"commands",
|
|
2546
|
-
"hardis",
|
|
2547
|
-
"packagexml",
|
|
2548
|
-
"append.js"
|
|
2549
|
-
],
|
|
2550
|
-
"aliasPermutations": [],
|
|
2551
|
-
"permutations": [
|
|
2552
|
-
"hardis:packagexml:append",
|
|
2553
|
-
"packagexml:hardis:append",
|
|
2554
|
-
"packagexml:append:hardis",
|
|
2555
|
-
"hardis:append:packagexml",
|
|
2556
|
-
"append:hardis:packagexml",
|
|
2557
|
-
"append:packagexml:hardis"
|
|
2558
|
-
]
|
|
2559
|
-
},
|
|
2560
|
-
"hardis:packagexml:remove": {
|
|
2561
|
-
"aliases": [],
|
|
2562
|
-
"args": {},
|
|
2563
|
-
"description": "Removes the content of a package.xml file matching another package.xml file",
|
|
2564
|
-
"examples": [
|
|
2565
|
-
"$ sf hardis packagexml:remove -p package.xml -r destructiveChanges.xml -o my-reduced-package.xml"
|
|
2566
|
-
],
|
|
2567
|
-
"flags": {
|
|
2568
|
-
"json": {
|
|
2569
|
-
"description": "Format output as json.",
|
|
2570
|
-
"helpGroup": "GLOBAL",
|
|
2571
|
-
"name": "json",
|
|
2572
|
-
"allowNo": false,
|
|
2573
|
-
"type": "boolean"
|
|
2574
|
-
},
|
|
2575
|
-
"flags-dir": {
|
|
2576
|
-
"helpGroup": "GLOBAL",
|
|
2577
|
-
"name": "flags-dir",
|
|
2578
|
-
"summary": "Import flag values from a directory.",
|
|
2579
|
-
"hasDynamicHelp": false,
|
|
2580
|
-
"multiple": false,
|
|
2581
|
-
"type": "option"
|
|
2582
|
-
},
|
|
2583
|
-
"packagexml": {
|
|
2584
|
-
"char": "p",
|
|
2585
|
-
"description": "package.xml file to reduce",
|
|
2586
|
-
"name": "packagexml",
|
|
2587
|
-
"hasDynamicHelp": false,
|
|
2588
|
-
"multiple": false,
|
|
2589
|
-
"type": "option"
|
|
2590
|
-
},
|
|
2591
|
-
"removepackagexml": {
|
|
2592
|
-
"char": "r",
|
|
2593
|
-
"description": "package.xml file to use to filter input package.xml",
|
|
2594
|
-
"name": "removepackagexml",
|
|
2595
|
-
"hasDynamicHelp": false,
|
|
2596
|
-
"multiple": false,
|
|
2597
|
-
"type": "option"
|
|
2598
|
-
},
|
|
2599
|
-
"removedonly": {
|
|
2600
|
-
"char": "z",
|
|
2601
|
-
"description": "Use this flag to generate a package.xml with only removed items",
|
|
2602
|
-
"name": "removedonly",
|
|
2603
|
-
"allowNo": false,
|
|
2604
|
-
"type": "boolean"
|
|
2605
|
-
},
|
|
2606
|
-
"outputfile": {
|
|
2607
|
-
"char": "f",
|
|
2608
|
-
"description": "package.xml output file",
|
|
2609
|
-
"name": "outputfile",
|
|
2610
|
-
"required": true,
|
|
2611
|
-
"hasDynamicHelp": false,
|
|
2612
|
-
"multiple": false,
|
|
2613
|
-
"type": "option"
|
|
2614
2476
|
},
|
|
2615
|
-
"
|
|
2616
|
-
"description": "
|
|
2617
|
-
"name": "
|
|
2477
|
+
"skipauth": {
|
|
2478
|
+
"description": "Skip authentication check when a default username is required",
|
|
2479
|
+
"name": "skipauth",
|
|
2618
2480
|
"allowNo": false,
|
|
2619
2481
|
"type": "boolean"
|
|
2620
2482
|
},
|
|
2621
|
-
"
|
|
2622
|
-
"
|
|
2623
|
-
|
|
2624
|
-
|
|
2483
|
+
"target-org": {
|
|
2484
|
+
"aliases": [
|
|
2485
|
+
"targetusername",
|
|
2486
|
+
"u"
|
|
2487
|
+
],
|
|
2488
|
+
"char": "o",
|
|
2489
|
+
"deprecateAliases": true,
|
|
2490
|
+
"name": "target-org",
|
|
2491
|
+
"noCacheDefault": true,
|
|
2492
|
+
"summary": "Username or alias of the target org.",
|
|
2493
|
+
"hasDynamicHelp": true,
|
|
2625
2494
|
"multiple": false,
|
|
2626
2495
|
"type": "option"
|
|
2627
2496
|
}
|
|
2628
2497
|
},
|
|
2629
|
-
"hasDynamicHelp":
|
|
2498
|
+
"hasDynamicHelp": true,
|
|
2630
2499
|
"hiddenAliases": [],
|
|
2631
|
-
"id": "hardis:
|
|
2500
|
+
"id": "hardis:project:lint",
|
|
2632
2501
|
"pluginAlias": "sfdx-hardis",
|
|
2633
2502
|
"pluginName": "sfdx-hardis",
|
|
2634
2503
|
"pluginType": "core",
|
|
2635
2504
|
"strict": true,
|
|
2636
2505
|
"enableJsonFlag": true,
|
|
2506
|
+
"title": "Lint",
|
|
2637
2507
|
"requiresProject": false,
|
|
2638
2508
|
"isESM": true,
|
|
2639
2509
|
"relativePath": [
|
|
2640
2510
|
"lib",
|
|
2641
2511
|
"commands",
|
|
2642
2512
|
"hardis",
|
|
2643
|
-
"
|
|
2644
|
-
"
|
|
2513
|
+
"project",
|
|
2514
|
+
"lint.js"
|
|
2645
2515
|
],
|
|
2646
2516
|
"aliasPermutations": [],
|
|
2647
2517
|
"permutations": [
|
|
2648
|
-
"hardis:
|
|
2649
|
-
"
|
|
2650
|
-
"
|
|
2651
|
-
"hardis:
|
|
2652
|
-
"
|
|
2653
|
-
"
|
|
2518
|
+
"hardis:project:lint",
|
|
2519
|
+
"project:hardis:lint",
|
|
2520
|
+
"project:lint:hardis",
|
|
2521
|
+
"hardis:lint:project",
|
|
2522
|
+
"lint:hardis:project",
|
|
2523
|
+
"lint:project:hardis"
|
|
2654
2524
|
]
|
|
2655
2525
|
},
|
|
2656
|
-
"hardis:
|
|
2526
|
+
"hardis:package:create": {
|
|
2657
2527
|
"aliases": [],
|
|
2658
2528
|
"args": {},
|
|
2659
|
-
"description": "Create a new
|
|
2529
|
+
"description": "Create a new package",
|
|
2660
2530
|
"examples": [
|
|
2661
|
-
"$ sf hardis:
|
|
2531
|
+
"$ sf hardis:package:create"
|
|
2662
2532
|
],
|
|
2663
2533
|
"flags": {
|
|
2664
2534
|
"json": {
|
|
@@ -2695,43 +2565,56 @@
|
|
|
2695
2565
|
"name": "skipauth",
|
|
2696
2566
|
"allowNo": false,
|
|
2697
2567
|
"type": "boolean"
|
|
2568
|
+
},
|
|
2569
|
+
"target-dev-hub": {
|
|
2570
|
+
"aliases": [
|
|
2571
|
+
"targetdevhubusername"
|
|
2572
|
+
],
|
|
2573
|
+
"char": "v",
|
|
2574
|
+
"deprecateAliases": true,
|
|
2575
|
+
"name": "target-dev-hub",
|
|
2576
|
+
"noCacheDefault": true,
|
|
2577
|
+
"required": true,
|
|
2578
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
2579
|
+
"hasDynamicHelp": true,
|
|
2580
|
+
"multiple": false,
|
|
2581
|
+
"type": "option"
|
|
2698
2582
|
}
|
|
2699
2583
|
},
|
|
2700
|
-
"hasDynamicHelp":
|
|
2584
|
+
"hasDynamicHelp": true,
|
|
2701
2585
|
"hiddenAliases": [],
|
|
2702
|
-
"id": "hardis:
|
|
2586
|
+
"id": "hardis:package:create",
|
|
2703
2587
|
"pluginAlias": "sfdx-hardis",
|
|
2704
2588
|
"pluginName": "sfdx-hardis",
|
|
2705
2589
|
"pluginType": "core",
|
|
2706
2590
|
"strict": true,
|
|
2707
2591
|
"enableJsonFlag": true,
|
|
2708
|
-
"title": "
|
|
2709
|
-
"requiresProject":
|
|
2592
|
+
"title": "Create a new package",
|
|
2593
|
+
"requiresProject": true,
|
|
2710
2594
|
"isESM": true,
|
|
2711
2595
|
"relativePath": [
|
|
2712
2596
|
"lib",
|
|
2713
2597
|
"commands",
|
|
2714
2598
|
"hardis",
|
|
2715
|
-
"
|
|
2599
|
+
"package",
|
|
2716
2600
|
"create.js"
|
|
2717
2601
|
],
|
|
2718
2602
|
"aliasPermutations": [],
|
|
2719
2603
|
"permutations": [
|
|
2720
|
-
"hardis:
|
|
2721
|
-
"
|
|
2722
|
-
"
|
|
2723
|
-
"hardis:create:
|
|
2724
|
-
"create:hardis:
|
|
2725
|
-
"create:
|
|
2604
|
+
"hardis:package:create",
|
|
2605
|
+
"package:hardis:create",
|
|
2606
|
+
"package:create:hardis",
|
|
2607
|
+
"hardis:create:package",
|
|
2608
|
+
"create:hardis:package",
|
|
2609
|
+
"create:package:hardis"
|
|
2726
2610
|
]
|
|
2727
2611
|
},
|
|
2728
|
-
"hardis:
|
|
2612
|
+
"hardis:package:install": {
|
|
2729
2613
|
"aliases": [],
|
|
2730
2614
|
"args": {},
|
|
2731
|
-
"description": "
|
|
2615
|
+
"description": "Install a package in an org using its id (starting with **04t**)\n\nAssisted menu to propose to update `installedPackages` property in `.sfdx-hardis.yml`\n",
|
|
2732
2616
|
"examples": [
|
|
2733
|
-
"$ sf hardis:
|
|
2734
|
-
"$ sf hardis:project:lint --fix"
|
|
2617
|
+
"$ sf hardis:package:install"
|
|
2735
2618
|
],
|
|
2736
2619
|
"flags": {
|
|
2737
2620
|
"json": {
|
|
@@ -2749,12 +2632,13 @@
|
|
|
2749
2632
|
"multiple": false,
|
|
2750
2633
|
"type": "option"
|
|
2751
2634
|
},
|
|
2752
|
-
"
|
|
2753
|
-
"char": "
|
|
2754
|
-
"description": "
|
|
2755
|
-
"name": "
|
|
2756
|
-
"
|
|
2757
|
-
"
|
|
2635
|
+
"package": {
|
|
2636
|
+
"char": "p",
|
|
2637
|
+
"description": "Package Version Id to install (04t...)",
|
|
2638
|
+
"name": "package",
|
|
2639
|
+
"hasDynamicHelp": false,
|
|
2640
|
+
"multiple": false,
|
|
2641
|
+
"type": "option"
|
|
2758
2642
|
},
|
|
2759
2643
|
"debug": {
|
|
2760
2644
|
"char": "d",
|
|
@@ -2770,6 +2654,15 @@
|
|
|
2770
2654
|
"multiple": false,
|
|
2771
2655
|
"type": "option"
|
|
2772
2656
|
},
|
|
2657
|
+
"installationkey": {
|
|
2658
|
+
"char": "k",
|
|
2659
|
+
"description": "installation key for key-protected package (default: null)",
|
|
2660
|
+
"name": "installationkey",
|
|
2661
|
+
"default": "",
|
|
2662
|
+
"hasDynamicHelp": false,
|
|
2663
|
+
"multiple": false,
|
|
2664
|
+
"type": "option"
|
|
2665
|
+
},
|
|
2773
2666
|
"skipauth": {
|
|
2774
2667
|
"description": "Skip authentication check when a default username is required",
|
|
2775
2668
|
"name": "skipauth",
|
|
@@ -2785,7 +2678,8 @@
|
|
|
2785
2678
|
"deprecateAliases": true,
|
|
2786
2679
|
"name": "target-org",
|
|
2787
2680
|
"noCacheDefault": true,
|
|
2788
|
-
"
|
|
2681
|
+
"required": true,
|
|
2682
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2789
2683
|
"hasDynamicHelp": true,
|
|
2790
2684
|
"multiple": false,
|
|
2791
2685
|
"type": "option"
|
|
@@ -2793,38 +2687,39 @@
|
|
|
2793
2687
|
},
|
|
2794
2688
|
"hasDynamicHelp": true,
|
|
2795
2689
|
"hiddenAliases": [],
|
|
2796
|
-
"id": "hardis:
|
|
2690
|
+
"id": "hardis:package:install",
|
|
2797
2691
|
"pluginAlias": "sfdx-hardis",
|
|
2798
2692
|
"pluginName": "sfdx-hardis",
|
|
2799
2693
|
"pluginType": "core",
|
|
2800
2694
|
"strict": true,
|
|
2801
2695
|
"enableJsonFlag": true,
|
|
2802
|
-
"title": "
|
|
2803
|
-
"requiresProject": false,
|
|
2696
|
+
"title": "Install packages in an org",
|
|
2804
2697
|
"isESM": true,
|
|
2805
2698
|
"relativePath": [
|
|
2806
2699
|
"lib",
|
|
2807
2700
|
"commands",
|
|
2808
2701
|
"hardis",
|
|
2809
|
-
"
|
|
2810
|
-
"
|
|
2702
|
+
"package",
|
|
2703
|
+
"install.js"
|
|
2811
2704
|
],
|
|
2812
2705
|
"aliasPermutations": [],
|
|
2813
2706
|
"permutations": [
|
|
2814
|
-
"hardis:
|
|
2815
|
-
"
|
|
2816
|
-
"
|
|
2817
|
-
"hardis:
|
|
2818
|
-
"
|
|
2819
|
-
"
|
|
2707
|
+
"hardis:package:install",
|
|
2708
|
+
"package:hardis:install",
|
|
2709
|
+
"package:install:hardis",
|
|
2710
|
+
"hardis:install:package",
|
|
2711
|
+
"install:hardis:package",
|
|
2712
|
+
"install:package:hardis"
|
|
2820
2713
|
]
|
|
2821
2714
|
},
|
|
2822
|
-
"hardis:
|
|
2715
|
+
"hardis:package:mergexml": {
|
|
2823
2716
|
"aliases": [],
|
|
2824
2717
|
"args": {},
|
|
2825
|
-
"description": "
|
|
2718
|
+
"description": "Select and merge package.xml files",
|
|
2826
2719
|
"examples": [
|
|
2827
|
-
"$ sf hardis:
|
|
2720
|
+
"$ sf hardis:package:mergexml",
|
|
2721
|
+
"$ sf hardis:package:mergexml --folder packages --pattern /**/*.xml --result myMergedPackage.xml",
|
|
2722
|
+
"$ sf hardis:package:mergexml --packagexmls \"config/mypackage1.xml,config/mypackage2.xml,config/mypackage3.xml\" --result myMergedPackage.xml"
|
|
2828
2723
|
],
|
|
2829
2724
|
"flags": {
|
|
2830
2725
|
"json": {
|
|
@@ -2842,34 +2737,139 @@
|
|
|
2842
2737
|
"multiple": false,
|
|
2843
2738
|
"type": "option"
|
|
2844
2739
|
},
|
|
2845
|
-
"
|
|
2846
|
-
"char": "
|
|
2847
|
-
"description": "
|
|
2848
|
-
"name": "
|
|
2849
|
-
"
|
|
2850
|
-
"type": "boolean"
|
|
2851
|
-
},
|
|
2852
|
-
"pool": {
|
|
2853
|
-
"description": "Creates the scratch org for a scratch org pool",
|
|
2854
|
-
"name": "pool",
|
|
2855
|
-
"allowNo": false,
|
|
2856
|
-
"type": "boolean"
|
|
2857
|
-
},
|
|
2858
|
-
"debug": {
|
|
2859
|
-
"char": "d",
|
|
2860
|
-
"description": "Activate debug mode (more logs)",
|
|
2861
|
-
"name": "debug",
|
|
2862
|
-
"allowNo": false,
|
|
2863
|
-
"type": "boolean"
|
|
2864
|
-
},
|
|
2865
|
-
"websocket": {
|
|
2866
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
2867
|
-
"name": "websocket",
|
|
2740
|
+
"folder": {
|
|
2741
|
+
"char": "f",
|
|
2742
|
+
"description": "Root folder",
|
|
2743
|
+
"name": "folder",
|
|
2744
|
+
"default": "manifest",
|
|
2868
2745
|
"hasDynamicHelp": false,
|
|
2869
2746
|
"multiple": false,
|
|
2870
2747
|
"type": "option"
|
|
2871
2748
|
},
|
|
2872
|
-
"
|
|
2749
|
+
"packagexmls": {
|
|
2750
|
+
"char": "p",
|
|
2751
|
+
"description": "Comma separated list of package.xml files to merge. Will be prompted to user if not provided",
|
|
2752
|
+
"name": "packagexmls",
|
|
2753
|
+
"hasDynamicHelp": false,
|
|
2754
|
+
"multiple": false,
|
|
2755
|
+
"type": "option"
|
|
2756
|
+
},
|
|
2757
|
+
"pattern": {
|
|
2758
|
+
"char": "x",
|
|
2759
|
+
"description": "Name criteria to list package.xml files",
|
|
2760
|
+
"name": "pattern",
|
|
2761
|
+
"default": "/**/*package*.xml",
|
|
2762
|
+
"hasDynamicHelp": false,
|
|
2763
|
+
"multiple": false,
|
|
2764
|
+
"type": "option"
|
|
2765
|
+
},
|
|
2766
|
+
"result": {
|
|
2767
|
+
"char": "r",
|
|
2768
|
+
"description": "Result package.xml file name",
|
|
2769
|
+
"name": "result",
|
|
2770
|
+
"hasDynamicHelp": false,
|
|
2771
|
+
"multiple": false,
|
|
2772
|
+
"type": "option"
|
|
2773
|
+
},
|
|
2774
|
+
"debug": {
|
|
2775
|
+
"description": "debug",
|
|
2776
|
+
"name": "debug",
|
|
2777
|
+
"allowNo": false,
|
|
2778
|
+
"type": "boolean"
|
|
2779
|
+
},
|
|
2780
|
+
"websocket": {
|
|
2781
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
2782
|
+
"name": "websocket",
|
|
2783
|
+
"hasDynamicHelp": false,
|
|
2784
|
+
"multiple": false,
|
|
2785
|
+
"type": "option"
|
|
2786
|
+
},
|
|
2787
|
+
"skipauth": {
|
|
2788
|
+
"description": "Skip authentication check when a default username is required",
|
|
2789
|
+
"name": "skipauth",
|
|
2790
|
+
"allowNo": false,
|
|
2791
|
+
"type": "boolean"
|
|
2792
|
+
}
|
|
2793
|
+
},
|
|
2794
|
+
"hasDynamicHelp": false,
|
|
2795
|
+
"hiddenAliases": [],
|
|
2796
|
+
"id": "hardis:package:mergexml",
|
|
2797
|
+
"pluginAlias": "sfdx-hardis",
|
|
2798
|
+
"pluginName": "sfdx-hardis",
|
|
2799
|
+
"pluginType": "core",
|
|
2800
|
+
"strict": true,
|
|
2801
|
+
"enableJsonFlag": true,
|
|
2802
|
+
"title": "Merge package.xml files",
|
|
2803
|
+
"requiresProject": false,
|
|
2804
|
+
"isESM": true,
|
|
2805
|
+
"relativePath": [
|
|
2806
|
+
"lib",
|
|
2807
|
+
"commands",
|
|
2808
|
+
"hardis",
|
|
2809
|
+
"package",
|
|
2810
|
+
"mergexml.js"
|
|
2811
|
+
],
|
|
2812
|
+
"aliasPermutations": [],
|
|
2813
|
+
"permutations": [
|
|
2814
|
+
"hardis:package:mergexml",
|
|
2815
|
+
"package:hardis:mergexml",
|
|
2816
|
+
"package:mergexml:hardis",
|
|
2817
|
+
"hardis:mergexml:package",
|
|
2818
|
+
"mergexml:hardis:package",
|
|
2819
|
+
"mergexml:package:hardis"
|
|
2820
|
+
]
|
|
2821
|
+
},
|
|
2822
|
+
"hardis:scratch:create": {
|
|
2823
|
+
"aliases": [],
|
|
2824
|
+
"args": {},
|
|
2825
|
+
"description": "Create and initialize a scratch org or a source-tracked sandbox (config can be defined using `config/.sfdx-hardis.yml`):\n\n- **Install packages**\n - Use property `installedPackages`\n- **Push sources**\n- **Assign permission sets**\n - Use property `initPermissionSets`\n- **Run apex initialization scripts**\n - Use property `scratchOrgInitApexScripts`\n- **Load data**\n - Use property `dataPackages`\n ",
|
|
2826
|
+
"examples": [
|
|
2827
|
+
"$ sf hardis:scratch:create"
|
|
2828
|
+
],
|
|
2829
|
+
"flags": {
|
|
2830
|
+
"json": {
|
|
2831
|
+
"description": "Format output as json.",
|
|
2832
|
+
"helpGroup": "GLOBAL",
|
|
2833
|
+
"name": "json",
|
|
2834
|
+
"allowNo": false,
|
|
2835
|
+
"type": "boolean"
|
|
2836
|
+
},
|
|
2837
|
+
"flags-dir": {
|
|
2838
|
+
"helpGroup": "GLOBAL",
|
|
2839
|
+
"name": "flags-dir",
|
|
2840
|
+
"summary": "Import flag values from a directory.",
|
|
2841
|
+
"hasDynamicHelp": false,
|
|
2842
|
+
"multiple": false,
|
|
2843
|
+
"type": "option"
|
|
2844
|
+
},
|
|
2845
|
+
"forcenew": {
|
|
2846
|
+
"char": "n",
|
|
2847
|
+
"description": "If an existing scratch org exists, do not reuse it but create a new one",
|
|
2848
|
+
"name": "forcenew",
|
|
2849
|
+
"allowNo": false,
|
|
2850
|
+
"type": "boolean"
|
|
2851
|
+
},
|
|
2852
|
+
"pool": {
|
|
2853
|
+
"description": "Creates the scratch org for a scratch org pool",
|
|
2854
|
+
"name": "pool",
|
|
2855
|
+
"allowNo": false,
|
|
2856
|
+
"type": "boolean"
|
|
2857
|
+
},
|
|
2858
|
+
"debug": {
|
|
2859
|
+
"char": "d",
|
|
2860
|
+
"description": "Activate debug mode (more logs)",
|
|
2861
|
+
"name": "debug",
|
|
2862
|
+
"allowNo": false,
|
|
2863
|
+
"type": "boolean"
|
|
2864
|
+
},
|
|
2865
|
+
"websocket": {
|
|
2866
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
2867
|
+
"name": "websocket",
|
|
2868
|
+
"hasDynamicHelp": false,
|
|
2869
|
+
"multiple": false,
|
|
2870
|
+
"type": "option"
|
|
2871
|
+
},
|
|
2872
|
+
"skipauth": {
|
|
2873
2873
|
"description": "Skip authentication check when a default username is required",
|
|
2874
2874
|
"name": "skipauth",
|
|
2875
2875
|
"allowNo": false,
|
|
@@ -8297,12 +8297,14 @@
|
|
|
8297
8297
|
"unfreeze:user:org:hardis"
|
|
8298
8298
|
]
|
|
8299
8299
|
},
|
|
8300
|
-
"hardis:
|
|
8300
|
+
"hardis:project:audit:apiversion": {
|
|
8301
8301
|
"aliases": [],
|
|
8302
8302
|
"args": {},
|
|
8303
|
-
"description": "
|
|
8303
|
+
"description": "This command detects metadatas whose apiVersion is lower than parameter --minimumapiversion\n\n It can also fix the apiVersions with the latest one, if parameter --fix is sent\n\n Example to handle [ApexClass / Trigger & ApexPage mandatory version upgrade](https://help.salesforce.com/s/articleView?id=sf.admin_locales_update_api.htm&type=5) :\n \n `sf hardis:project:audit:apiversion --metadatatype ApexClass,ApexTrigger,ApexPage --minimumapiversion 45.0 --fix`\n ",
|
|
8304
8304
|
"examples": [
|
|
8305
|
-
"$ sf hardis:
|
|
8305
|
+
"$ sf hardis:project:audit:apiversion",
|
|
8306
|
+
"$ sf hardis:project:audit:apiversion --metadatatype ApexClass,ApexTrigger,ApexPage --minimumapiversion 45",
|
|
8307
|
+
"$ sf hardis:project:audit:apiversion --metadatatype ApexClass,ApexTrigger,ApexPage --minimumapiversion 45 --fix"
|
|
8306
8308
|
],
|
|
8307
8309
|
"flags": {
|
|
8308
8310
|
"json": {
|
|
@@ -8320,41 +8322,26 @@
|
|
|
8320
8322
|
"multiple": false,
|
|
8321
8323
|
"type": "option"
|
|
8322
8324
|
},
|
|
8323
|
-
"
|
|
8324
|
-
"char": "
|
|
8325
|
-
"description": "
|
|
8326
|
-
"name": "
|
|
8327
|
-
"
|
|
8328
|
-
"type": "boolean"
|
|
8329
|
-
},
|
|
8330
|
-
"package": {
|
|
8331
|
-
"char": "p",
|
|
8332
|
-
"description": "Package identifier that you want to use to generate a new package version",
|
|
8333
|
-
"name": "package",
|
|
8334
|
-
"default": "",
|
|
8335
|
-
"hasDynamicHelp": false,
|
|
8336
|
-
"multiple": false,
|
|
8337
|
-
"type": "option"
|
|
8338
|
-
},
|
|
8339
|
-
"installkey": {
|
|
8340
|
-
"char": "k",
|
|
8341
|
-
"description": "Package installation key",
|
|
8342
|
-
"name": "installkey",
|
|
8343
|
-
"default": "",
|
|
8325
|
+
"minimumapiversion": {
|
|
8326
|
+
"char": "m",
|
|
8327
|
+
"description": "Minimum allowed API version",
|
|
8328
|
+
"name": "minimumapiversion",
|
|
8329
|
+
"default": 20,
|
|
8344
8330
|
"hasDynamicHelp": false,
|
|
8345
8331
|
"multiple": false,
|
|
8346
8332
|
"type": "option"
|
|
8347
8333
|
},
|
|
8348
|
-
"
|
|
8349
|
-
"
|
|
8350
|
-
"
|
|
8334
|
+
"failiferror": {
|
|
8335
|
+
"char": "f",
|
|
8336
|
+
"description": "Fails (exit code 1) if an error is found",
|
|
8337
|
+
"name": "failiferror",
|
|
8351
8338
|
"allowNo": false,
|
|
8352
8339
|
"type": "boolean"
|
|
8353
8340
|
},
|
|
8354
|
-
"
|
|
8355
|
-
"char": "
|
|
8356
|
-
"description": "
|
|
8357
|
-
"name": "
|
|
8341
|
+
"debug": {
|
|
8342
|
+
"char": "d",
|
|
8343
|
+
"description": "Activate debug mode (more logs)",
|
|
8344
|
+
"name": "debug",
|
|
8358
8345
|
"allowNo": false,
|
|
8359
8346
|
"type": "boolean"
|
|
8360
8347
|
},
|
|
@@ -8371,74 +8358,73 @@
|
|
|
8371
8358
|
"allowNo": false,
|
|
8372
8359
|
"type": "boolean"
|
|
8373
8360
|
},
|
|
8374
|
-
"
|
|
8375
|
-
"
|
|
8376
|
-
|
|
8377
|
-
|
|
8378
|
-
"char": "v",
|
|
8379
|
-
"deprecateAliases": true,
|
|
8380
|
-
"name": "target-dev-hub",
|
|
8381
|
-
"noCacheDefault": true,
|
|
8382
|
-
"required": true,
|
|
8383
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
8384
|
-
"hasDynamicHelp": true,
|
|
8361
|
+
"metadatatype": {
|
|
8362
|
+
"description": "Metadata Types to fix. Comma separated. Supported Metadata types: ApexClass, ApexTrigger, ApexPage",
|
|
8363
|
+
"name": "metadatatype",
|
|
8364
|
+
"hasDynamicHelp": false,
|
|
8385
8365
|
"multiple": false,
|
|
8386
8366
|
"type": "option"
|
|
8367
|
+
},
|
|
8368
|
+
"fix": {
|
|
8369
|
+
"description": "Fix ApiVersion on specified Metadata Types.",
|
|
8370
|
+
"name": "fix",
|
|
8371
|
+
"allowNo": false,
|
|
8372
|
+
"type": "boolean"
|
|
8387
8373
|
}
|
|
8388
8374
|
},
|
|
8389
|
-
"hasDynamicHelp":
|
|
8375
|
+
"hasDynamicHelp": false,
|
|
8390
8376
|
"hiddenAliases": [],
|
|
8391
|
-
"id": "hardis:
|
|
8377
|
+
"id": "hardis:project:audit:apiversion",
|
|
8392
8378
|
"pluginAlias": "sfdx-hardis",
|
|
8393
8379
|
"pluginName": "sfdx-hardis",
|
|
8394
8380
|
"pluginType": "core",
|
|
8395
8381
|
"strict": true,
|
|
8396
8382
|
"enableJsonFlag": true,
|
|
8397
|
-
"title": "
|
|
8383
|
+
"title": "Audit Metadatas API Version",
|
|
8398
8384
|
"requiresProject": true,
|
|
8399
8385
|
"isESM": true,
|
|
8400
8386
|
"relativePath": [
|
|
8401
8387
|
"lib",
|
|
8402
8388
|
"commands",
|
|
8403
8389
|
"hardis",
|
|
8404
|
-
"
|
|
8405
|
-
"
|
|
8406
|
-
"
|
|
8390
|
+
"project",
|
|
8391
|
+
"audit",
|
|
8392
|
+
"apiversion.js"
|
|
8407
8393
|
],
|
|
8408
8394
|
"aliasPermutations": [],
|
|
8409
8395
|
"permutations": [
|
|
8410
|
-
"hardis:
|
|
8411
|
-
"
|
|
8412
|
-
"
|
|
8413
|
-
"
|
|
8414
|
-
"hardis:
|
|
8415
|
-
"
|
|
8416
|
-
"
|
|
8417
|
-
"
|
|
8418
|
-
"hardis:
|
|
8419
|
-
"
|
|
8420
|
-
"
|
|
8421
|
-
"
|
|
8422
|
-
"hardis:
|
|
8423
|
-
"
|
|
8424
|
-
"
|
|
8425
|
-
"
|
|
8426
|
-
"hardis:
|
|
8427
|
-
"
|
|
8428
|
-
"
|
|
8429
|
-
"
|
|
8430
|
-
"hardis:
|
|
8431
|
-
"
|
|
8432
|
-
"
|
|
8433
|
-
"
|
|
8396
|
+
"hardis:project:audit:apiversion",
|
|
8397
|
+
"project:hardis:audit:apiversion",
|
|
8398
|
+
"project:audit:hardis:apiversion",
|
|
8399
|
+
"project:audit:apiversion:hardis",
|
|
8400
|
+
"hardis:audit:project:apiversion",
|
|
8401
|
+
"audit:hardis:project:apiversion",
|
|
8402
|
+
"audit:project:hardis:apiversion",
|
|
8403
|
+
"audit:project:apiversion:hardis",
|
|
8404
|
+
"hardis:audit:apiversion:project",
|
|
8405
|
+
"audit:hardis:apiversion:project",
|
|
8406
|
+
"audit:apiversion:hardis:project",
|
|
8407
|
+
"audit:apiversion:project:hardis",
|
|
8408
|
+
"hardis:project:apiversion:audit",
|
|
8409
|
+
"project:hardis:apiversion:audit",
|
|
8410
|
+
"project:apiversion:hardis:audit",
|
|
8411
|
+
"project:apiversion:audit:hardis",
|
|
8412
|
+
"hardis:apiversion:project:audit",
|
|
8413
|
+
"apiversion:hardis:project:audit",
|
|
8414
|
+
"apiversion:project:hardis:audit",
|
|
8415
|
+
"apiversion:project:audit:hardis",
|
|
8416
|
+
"hardis:apiversion:audit:project",
|
|
8417
|
+
"apiversion:hardis:audit:project",
|
|
8418
|
+
"apiversion:audit:hardis:project",
|
|
8419
|
+
"apiversion:audit:project:hardis"
|
|
8434
8420
|
]
|
|
8435
8421
|
},
|
|
8436
|
-
"hardis:
|
|
8422
|
+
"hardis:project:audit:callincallout": {
|
|
8437
8423
|
"aliases": [],
|
|
8438
8424
|
"args": {},
|
|
8439
|
-
"description": "
|
|
8425
|
+
"description": "Generate list of callIn and callouts from sfdx project",
|
|
8440
8426
|
"examples": [
|
|
8441
|
-
"$ sf hardis:
|
|
8427
|
+
"$ sf hardis:project:audit:callouts"
|
|
8442
8428
|
],
|
|
8443
8429
|
"flags": {
|
|
8444
8430
|
"json": {
|
|
@@ -8475,76 +8461,61 @@
|
|
|
8475
8461
|
"name": "skipauth",
|
|
8476
8462
|
"allowNo": false,
|
|
8477
8463
|
"type": "boolean"
|
|
8478
|
-
},
|
|
8479
|
-
"target-dev-hub": {
|
|
8480
|
-
"aliases": [
|
|
8481
|
-
"targetdevhubusername"
|
|
8482
|
-
],
|
|
8483
|
-
"char": "v",
|
|
8484
|
-
"deprecateAliases": true,
|
|
8485
|
-
"name": "target-dev-hub",
|
|
8486
|
-
"noCacheDefault": true,
|
|
8487
|
-
"required": true,
|
|
8488
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
8489
|
-
"hasDynamicHelp": true,
|
|
8490
|
-
"multiple": false,
|
|
8491
|
-
"type": "option"
|
|
8492
8464
|
}
|
|
8493
8465
|
},
|
|
8494
|
-
"hasDynamicHelp":
|
|
8466
|
+
"hasDynamicHelp": false,
|
|
8495
8467
|
"hiddenAliases": [],
|
|
8496
|
-
"id": "hardis:
|
|
8468
|
+
"id": "hardis:project:audit:callincallout",
|
|
8497
8469
|
"pluginAlias": "sfdx-hardis",
|
|
8498
8470
|
"pluginName": "sfdx-hardis",
|
|
8499
8471
|
"pluginType": "core",
|
|
8500
8472
|
"strict": true,
|
|
8501
8473
|
"enableJsonFlag": true,
|
|
8502
|
-
"title": "
|
|
8474
|
+
"title": "Audit CallIns and CallOuts",
|
|
8503
8475
|
"requiresProject": true,
|
|
8504
8476
|
"isESM": true,
|
|
8505
8477
|
"relativePath": [
|
|
8506
8478
|
"lib",
|
|
8507
8479
|
"commands",
|
|
8508
8480
|
"hardis",
|
|
8509
|
-
"
|
|
8510
|
-
"
|
|
8511
|
-
"
|
|
8481
|
+
"project",
|
|
8482
|
+
"audit",
|
|
8483
|
+
"callincallout.js"
|
|
8512
8484
|
],
|
|
8513
8485
|
"aliasPermutations": [],
|
|
8514
8486
|
"permutations": [
|
|
8515
|
-
"hardis:
|
|
8516
|
-
"
|
|
8517
|
-
"
|
|
8518
|
-
"
|
|
8519
|
-
"hardis:
|
|
8520
|
-
"
|
|
8521
|
-
"
|
|
8522
|
-
"
|
|
8523
|
-
"hardis:
|
|
8524
|
-
"
|
|
8525
|
-
"
|
|
8526
|
-
"
|
|
8527
|
-
"hardis:
|
|
8528
|
-
"
|
|
8529
|
-
"
|
|
8530
|
-
"
|
|
8531
|
-
"hardis:
|
|
8532
|
-
"
|
|
8533
|
-
"
|
|
8534
|
-
"
|
|
8535
|
-
"hardis:
|
|
8536
|
-
"
|
|
8537
|
-
"
|
|
8538
|
-
"
|
|
8487
|
+
"hardis:project:audit:callincallout",
|
|
8488
|
+
"project:hardis:audit:callincallout",
|
|
8489
|
+
"project:audit:hardis:callincallout",
|
|
8490
|
+
"project:audit:callincallout:hardis",
|
|
8491
|
+
"hardis:audit:project:callincallout",
|
|
8492
|
+
"audit:hardis:project:callincallout",
|
|
8493
|
+
"audit:project:hardis:callincallout",
|
|
8494
|
+
"audit:project:callincallout:hardis",
|
|
8495
|
+
"hardis:audit:callincallout:project",
|
|
8496
|
+
"audit:hardis:callincallout:project",
|
|
8497
|
+
"audit:callincallout:hardis:project",
|
|
8498
|
+
"audit:callincallout:project:hardis",
|
|
8499
|
+
"hardis:project:callincallout:audit",
|
|
8500
|
+
"project:hardis:callincallout:audit",
|
|
8501
|
+
"project:callincallout:hardis:audit",
|
|
8502
|
+
"project:callincallout:audit:hardis",
|
|
8503
|
+
"hardis:callincallout:project:audit",
|
|
8504
|
+
"callincallout:hardis:project:audit",
|
|
8505
|
+
"callincallout:project:hardis:audit",
|
|
8506
|
+
"callincallout:project:audit:hardis",
|
|
8507
|
+
"hardis:callincallout:audit:project",
|
|
8508
|
+
"callincallout:hardis:audit:project",
|
|
8509
|
+
"callincallout:audit:hardis:project",
|
|
8510
|
+
"callincallout:audit:project:hardis"
|
|
8539
8511
|
]
|
|
8540
8512
|
},
|
|
8541
|
-
"hardis:
|
|
8513
|
+
"hardis:project:audit:duplicatefiles": {
|
|
8542
8514
|
"aliases": [],
|
|
8543
8515
|
"args": {},
|
|
8544
|
-
"description": "
|
|
8516
|
+
"description": "Find duplicate files in sfdx folder (often from past @salesforce/cli bugs)",
|
|
8545
8517
|
"examples": [
|
|
8546
|
-
"$ sf hardis:
|
|
8547
|
-
"$ sf hardis:package:version:promote --auto"
|
|
8518
|
+
"$ sf hardis:project:audit:duplicatefiles"
|
|
8548
8519
|
],
|
|
8549
8520
|
"flags": {
|
|
8550
8521
|
"json": {
|
|
@@ -8562,12 +8533,14 @@
|
|
|
8562
8533
|
"multiple": false,
|
|
8563
8534
|
"type": "option"
|
|
8564
8535
|
},
|
|
8565
|
-
"
|
|
8566
|
-
"char": "
|
|
8567
|
-
"description": "
|
|
8568
|
-
"name": "
|
|
8569
|
-
"
|
|
8570
|
-
"
|
|
8536
|
+
"path": {
|
|
8537
|
+
"char": "p",
|
|
8538
|
+
"description": "Root path to check",
|
|
8539
|
+
"name": "path",
|
|
8540
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
8541
|
+
"hasDynamicHelp": false,
|
|
8542
|
+
"multiple": false,
|
|
8543
|
+
"type": "option"
|
|
8571
8544
|
},
|
|
8572
8545
|
"debug": {
|
|
8573
8546
|
"char": "d",
|
|
@@ -8588,77 +8561,61 @@
|
|
|
8588
8561
|
"name": "skipauth",
|
|
8589
8562
|
"allowNo": false,
|
|
8590
8563
|
"type": "boolean"
|
|
8591
|
-
},
|
|
8592
|
-
"target-dev-hub": {
|
|
8593
|
-
"aliases": [
|
|
8594
|
-
"targetdevhubusername"
|
|
8595
|
-
],
|
|
8596
|
-
"char": "v",
|
|
8597
|
-
"deprecateAliases": true,
|
|
8598
|
-
"name": "target-dev-hub",
|
|
8599
|
-
"noCacheDefault": true,
|
|
8600
|
-
"required": true,
|
|
8601
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
8602
|
-
"hasDynamicHelp": true,
|
|
8603
|
-
"multiple": false,
|
|
8604
|
-
"type": "option"
|
|
8605
8564
|
}
|
|
8606
8565
|
},
|
|
8607
|
-
"hasDynamicHelp":
|
|
8566
|
+
"hasDynamicHelp": false,
|
|
8608
8567
|
"hiddenAliases": [],
|
|
8609
|
-
"id": "hardis:
|
|
8568
|
+
"id": "hardis:project:audit:duplicatefiles",
|
|
8610
8569
|
"pluginAlias": "sfdx-hardis",
|
|
8611
8570
|
"pluginName": "sfdx-hardis",
|
|
8612
8571
|
"pluginType": "core",
|
|
8613
8572
|
"strict": true,
|
|
8614
8573
|
"enableJsonFlag": true,
|
|
8615
|
-
"title": "
|
|
8616
|
-
"requiresProject":
|
|
8574
|
+
"title": "Find duplicate sfdx files",
|
|
8575
|
+
"requiresProject": false,
|
|
8617
8576
|
"isESM": true,
|
|
8618
8577
|
"relativePath": [
|
|
8619
8578
|
"lib",
|
|
8620
8579
|
"commands",
|
|
8621
8580
|
"hardis",
|
|
8622
|
-
"
|
|
8623
|
-
"
|
|
8624
|
-
"
|
|
8581
|
+
"project",
|
|
8582
|
+
"audit",
|
|
8583
|
+
"duplicatefiles.js"
|
|
8625
8584
|
],
|
|
8626
8585
|
"aliasPermutations": [],
|
|
8627
8586
|
"permutations": [
|
|
8628
|
-
"hardis:
|
|
8629
|
-
"
|
|
8630
|
-
"
|
|
8631
|
-
"
|
|
8632
|
-
"hardis:
|
|
8633
|
-
"
|
|
8634
|
-
"
|
|
8635
|
-
"
|
|
8636
|
-
"hardis:
|
|
8637
|
-
"
|
|
8638
|
-
"
|
|
8639
|
-
"
|
|
8640
|
-
"hardis:
|
|
8641
|
-
"
|
|
8642
|
-
"
|
|
8643
|
-
"
|
|
8644
|
-
"hardis:
|
|
8645
|
-
"
|
|
8646
|
-
"
|
|
8647
|
-
"
|
|
8648
|
-
"hardis:
|
|
8649
|
-
"
|
|
8650
|
-
"
|
|
8651
|
-
"
|
|
8587
|
+
"hardis:project:audit:duplicatefiles",
|
|
8588
|
+
"project:hardis:audit:duplicatefiles",
|
|
8589
|
+
"project:audit:hardis:duplicatefiles",
|
|
8590
|
+
"project:audit:duplicatefiles:hardis",
|
|
8591
|
+
"hardis:audit:project:duplicatefiles",
|
|
8592
|
+
"audit:hardis:project:duplicatefiles",
|
|
8593
|
+
"audit:project:hardis:duplicatefiles",
|
|
8594
|
+
"audit:project:duplicatefiles:hardis",
|
|
8595
|
+
"hardis:audit:duplicatefiles:project",
|
|
8596
|
+
"audit:hardis:duplicatefiles:project",
|
|
8597
|
+
"audit:duplicatefiles:hardis:project",
|
|
8598
|
+
"audit:duplicatefiles:project:hardis",
|
|
8599
|
+
"hardis:project:duplicatefiles:audit",
|
|
8600
|
+
"project:hardis:duplicatefiles:audit",
|
|
8601
|
+
"project:duplicatefiles:hardis:audit",
|
|
8602
|
+
"project:duplicatefiles:audit:hardis",
|
|
8603
|
+
"hardis:duplicatefiles:project:audit",
|
|
8604
|
+
"duplicatefiles:hardis:project:audit",
|
|
8605
|
+
"duplicatefiles:project:hardis:audit",
|
|
8606
|
+
"duplicatefiles:project:audit:hardis",
|
|
8607
|
+
"hardis:duplicatefiles:audit:project",
|
|
8608
|
+
"duplicatefiles:hardis:audit:project",
|
|
8609
|
+
"duplicatefiles:audit:hardis:project",
|
|
8610
|
+
"duplicatefiles:audit:project:hardis"
|
|
8652
8611
|
]
|
|
8653
8612
|
},
|
|
8654
|
-
"hardis:project:audit:
|
|
8613
|
+
"hardis:project:audit:remotesites": {
|
|
8655
8614
|
"aliases": [],
|
|
8656
8615
|
"args": {},
|
|
8657
|
-
"description": "
|
|
8616
|
+
"description": "Generate list of remote sites",
|
|
8658
8617
|
"examples": [
|
|
8659
|
-
"$ sf hardis:project:audit:
|
|
8660
|
-
"$ sf hardis:project:audit:apiversion --metadatatype ApexClass,ApexTrigger,ApexPage --minimumapiversion 45",
|
|
8661
|
-
"$ sf hardis:project:audit:apiversion --metadatatype ApexClass,ApexTrigger,ApexPage --minimumapiversion 45 --fix"
|
|
8618
|
+
"$ sf hardis:project:audit:remotesites"
|
|
8662
8619
|
],
|
|
8663
8620
|
"flags": {
|
|
8664
8621
|
"json": {
|
|
@@ -8676,22 +8633,6 @@
|
|
|
8676
8633
|
"multiple": false,
|
|
8677
8634
|
"type": "option"
|
|
8678
8635
|
},
|
|
8679
|
-
"minimumapiversion": {
|
|
8680
|
-
"char": "m",
|
|
8681
|
-
"description": "Minimum allowed API version",
|
|
8682
|
-
"name": "minimumapiversion",
|
|
8683
|
-
"default": 20,
|
|
8684
|
-
"hasDynamicHelp": false,
|
|
8685
|
-
"multiple": false,
|
|
8686
|
-
"type": "option"
|
|
8687
|
-
},
|
|
8688
|
-
"failiferror": {
|
|
8689
|
-
"char": "f",
|
|
8690
|
-
"description": "Fails (exit code 1) if an error is found",
|
|
8691
|
-
"name": "failiferror",
|
|
8692
|
-
"allowNo": false,
|
|
8693
|
-
"type": "boolean"
|
|
8694
|
-
},
|
|
8695
8636
|
"debug": {
|
|
8696
8637
|
"char": "d",
|
|
8697
8638
|
"description": "Activate debug mode (more logs)",
|
|
@@ -8711,30 +8652,17 @@
|
|
|
8711
8652
|
"name": "skipauth",
|
|
8712
8653
|
"allowNo": false,
|
|
8713
8654
|
"type": "boolean"
|
|
8714
|
-
},
|
|
8715
|
-
"metadatatype": {
|
|
8716
|
-
"description": "Metadata Types to fix. Comma separated. Supported Metadata types: ApexClass, ApexTrigger, ApexPage",
|
|
8717
|
-
"name": "metadatatype",
|
|
8718
|
-
"hasDynamicHelp": false,
|
|
8719
|
-
"multiple": false,
|
|
8720
|
-
"type": "option"
|
|
8721
|
-
},
|
|
8722
|
-
"fix": {
|
|
8723
|
-
"description": "Fix ApiVersion on specified Metadata Types.",
|
|
8724
|
-
"name": "fix",
|
|
8725
|
-
"allowNo": false,
|
|
8726
|
-
"type": "boolean"
|
|
8727
8655
|
}
|
|
8728
8656
|
},
|
|
8729
8657
|
"hasDynamicHelp": false,
|
|
8730
8658
|
"hiddenAliases": [],
|
|
8731
|
-
"id": "hardis:project:audit:
|
|
8659
|
+
"id": "hardis:project:audit:remotesites",
|
|
8732
8660
|
"pluginAlias": "sfdx-hardis",
|
|
8733
8661
|
"pluginName": "sfdx-hardis",
|
|
8734
8662
|
"pluginType": "core",
|
|
8735
8663
|
"strict": true,
|
|
8736
8664
|
"enableJsonFlag": true,
|
|
8737
|
-
"title": "Audit
|
|
8665
|
+
"title": "Audit Remote Sites",
|
|
8738
8666
|
"requiresProject": true,
|
|
8739
8667
|
"isESM": true,
|
|
8740
8668
|
"relativePath": [
|
|
@@ -8743,289 +8671,7 @@
|
|
|
8743
8671
|
"hardis",
|
|
8744
8672
|
"project",
|
|
8745
8673
|
"audit",
|
|
8746
|
-
"
|
|
8747
|
-
],
|
|
8748
|
-
"aliasPermutations": [],
|
|
8749
|
-
"permutations": [
|
|
8750
|
-
"hardis:project:audit:apiversion",
|
|
8751
|
-
"project:hardis:audit:apiversion",
|
|
8752
|
-
"project:audit:hardis:apiversion",
|
|
8753
|
-
"project:audit:apiversion:hardis",
|
|
8754
|
-
"hardis:audit:project:apiversion",
|
|
8755
|
-
"audit:hardis:project:apiversion",
|
|
8756
|
-
"audit:project:hardis:apiversion",
|
|
8757
|
-
"audit:project:apiversion:hardis",
|
|
8758
|
-
"hardis:audit:apiversion:project",
|
|
8759
|
-
"audit:hardis:apiversion:project",
|
|
8760
|
-
"audit:apiversion:hardis:project",
|
|
8761
|
-
"audit:apiversion:project:hardis",
|
|
8762
|
-
"hardis:project:apiversion:audit",
|
|
8763
|
-
"project:hardis:apiversion:audit",
|
|
8764
|
-
"project:apiversion:hardis:audit",
|
|
8765
|
-
"project:apiversion:audit:hardis",
|
|
8766
|
-
"hardis:apiversion:project:audit",
|
|
8767
|
-
"apiversion:hardis:project:audit",
|
|
8768
|
-
"apiversion:project:hardis:audit",
|
|
8769
|
-
"apiversion:project:audit:hardis",
|
|
8770
|
-
"hardis:apiversion:audit:project",
|
|
8771
|
-
"apiversion:hardis:audit:project",
|
|
8772
|
-
"apiversion:audit:hardis:project",
|
|
8773
|
-
"apiversion:audit:project:hardis"
|
|
8774
|
-
]
|
|
8775
|
-
},
|
|
8776
|
-
"hardis:project:audit:callincallout": {
|
|
8777
|
-
"aliases": [],
|
|
8778
|
-
"args": {},
|
|
8779
|
-
"description": "Generate list of callIn and callouts from sfdx project",
|
|
8780
|
-
"examples": [
|
|
8781
|
-
"$ sf hardis:project:audit:callouts"
|
|
8782
|
-
],
|
|
8783
|
-
"flags": {
|
|
8784
|
-
"json": {
|
|
8785
|
-
"description": "Format output as json.",
|
|
8786
|
-
"helpGroup": "GLOBAL",
|
|
8787
|
-
"name": "json",
|
|
8788
|
-
"allowNo": false,
|
|
8789
|
-
"type": "boolean"
|
|
8790
|
-
},
|
|
8791
|
-
"flags-dir": {
|
|
8792
|
-
"helpGroup": "GLOBAL",
|
|
8793
|
-
"name": "flags-dir",
|
|
8794
|
-
"summary": "Import flag values from a directory.",
|
|
8795
|
-
"hasDynamicHelp": false,
|
|
8796
|
-
"multiple": false,
|
|
8797
|
-
"type": "option"
|
|
8798
|
-
},
|
|
8799
|
-
"debug": {
|
|
8800
|
-
"char": "d",
|
|
8801
|
-
"description": "Activate debug mode (more logs)",
|
|
8802
|
-
"name": "debug",
|
|
8803
|
-
"allowNo": false,
|
|
8804
|
-
"type": "boolean"
|
|
8805
|
-
},
|
|
8806
|
-
"websocket": {
|
|
8807
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
8808
|
-
"name": "websocket",
|
|
8809
|
-
"hasDynamicHelp": false,
|
|
8810
|
-
"multiple": false,
|
|
8811
|
-
"type": "option"
|
|
8812
|
-
},
|
|
8813
|
-
"skipauth": {
|
|
8814
|
-
"description": "Skip authentication check when a default username is required",
|
|
8815
|
-
"name": "skipauth",
|
|
8816
|
-
"allowNo": false,
|
|
8817
|
-
"type": "boolean"
|
|
8818
|
-
}
|
|
8819
|
-
},
|
|
8820
|
-
"hasDynamicHelp": false,
|
|
8821
|
-
"hiddenAliases": [],
|
|
8822
|
-
"id": "hardis:project:audit:callincallout",
|
|
8823
|
-
"pluginAlias": "sfdx-hardis",
|
|
8824
|
-
"pluginName": "sfdx-hardis",
|
|
8825
|
-
"pluginType": "core",
|
|
8826
|
-
"strict": true,
|
|
8827
|
-
"enableJsonFlag": true,
|
|
8828
|
-
"title": "Audit CallIns and CallOuts",
|
|
8829
|
-
"requiresProject": true,
|
|
8830
|
-
"isESM": true,
|
|
8831
|
-
"relativePath": [
|
|
8832
|
-
"lib",
|
|
8833
|
-
"commands",
|
|
8834
|
-
"hardis",
|
|
8835
|
-
"project",
|
|
8836
|
-
"audit",
|
|
8837
|
-
"callincallout.js"
|
|
8838
|
-
],
|
|
8839
|
-
"aliasPermutations": [],
|
|
8840
|
-
"permutations": [
|
|
8841
|
-
"hardis:project:audit:callincallout",
|
|
8842
|
-
"project:hardis:audit:callincallout",
|
|
8843
|
-
"project:audit:hardis:callincallout",
|
|
8844
|
-
"project:audit:callincallout:hardis",
|
|
8845
|
-
"hardis:audit:project:callincallout",
|
|
8846
|
-
"audit:hardis:project:callincallout",
|
|
8847
|
-
"audit:project:hardis:callincallout",
|
|
8848
|
-
"audit:project:callincallout:hardis",
|
|
8849
|
-
"hardis:audit:callincallout:project",
|
|
8850
|
-
"audit:hardis:callincallout:project",
|
|
8851
|
-
"audit:callincallout:hardis:project",
|
|
8852
|
-
"audit:callincallout:project:hardis",
|
|
8853
|
-
"hardis:project:callincallout:audit",
|
|
8854
|
-
"project:hardis:callincallout:audit",
|
|
8855
|
-
"project:callincallout:hardis:audit",
|
|
8856
|
-
"project:callincallout:audit:hardis",
|
|
8857
|
-
"hardis:callincallout:project:audit",
|
|
8858
|
-
"callincallout:hardis:project:audit",
|
|
8859
|
-
"callincallout:project:hardis:audit",
|
|
8860
|
-
"callincallout:project:audit:hardis",
|
|
8861
|
-
"hardis:callincallout:audit:project",
|
|
8862
|
-
"callincallout:hardis:audit:project",
|
|
8863
|
-
"callincallout:audit:hardis:project",
|
|
8864
|
-
"callincallout:audit:project:hardis"
|
|
8865
|
-
]
|
|
8866
|
-
},
|
|
8867
|
-
"hardis:project:audit:duplicatefiles": {
|
|
8868
|
-
"aliases": [],
|
|
8869
|
-
"args": {},
|
|
8870
|
-
"description": "Find duplicate files in sfdx folder (often from past @salesforce/cli bugs)",
|
|
8871
|
-
"examples": [
|
|
8872
|
-
"$ sf hardis:project:audit:duplicatefiles"
|
|
8873
|
-
],
|
|
8874
|
-
"flags": {
|
|
8875
|
-
"json": {
|
|
8876
|
-
"description": "Format output as json.",
|
|
8877
|
-
"helpGroup": "GLOBAL",
|
|
8878
|
-
"name": "json",
|
|
8879
|
-
"allowNo": false,
|
|
8880
|
-
"type": "boolean"
|
|
8881
|
-
},
|
|
8882
|
-
"flags-dir": {
|
|
8883
|
-
"helpGroup": "GLOBAL",
|
|
8884
|
-
"name": "flags-dir",
|
|
8885
|
-
"summary": "Import flag values from a directory.",
|
|
8886
|
-
"hasDynamicHelp": false,
|
|
8887
|
-
"multiple": false,
|
|
8888
|
-
"type": "option"
|
|
8889
|
-
},
|
|
8890
|
-
"path": {
|
|
8891
|
-
"char": "p",
|
|
8892
|
-
"description": "Root path to check",
|
|
8893
|
-
"name": "path",
|
|
8894
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
8895
|
-
"hasDynamicHelp": false,
|
|
8896
|
-
"multiple": false,
|
|
8897
|
-
"type": "option"
|
|
8898
|
-
},
|
|
8899
|
-
"debug": {
|
|
8900
|
-
"char": "d",
|
|
8901
|
-
"description": "Activate debug mode (more logs)",
|
|
8902
|
-
"name": "debug",
|
|
8903
|
-
"allowNo": false,
|
|
8904
|
-
"type": "boolean"
|
|
8905
|
-
},
|
|
8906
|
-
"websocket": {
|
|
8907
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
8908
|
-
"name": "websocket",
|
|
8909
|
-
"hasDynamicHelp": false,
|
|
8910
|
-
"multiple": false,
|
|
8911
|
-
"type": "option"
|
|
8912
|
-
},
|
|
8913
|
-
"skipauth": {
|
|
8914
|
-
"description": "Skip authentication check when a default username is required",
|
|
8915
|
-
"name": "skipauth",
|
|
8916
|
-
"allowNo": false,
|
|
8917
|
-
"type": "boolean"
|
|
8918
|
-
}
|
|
8919
|
-
},
|
|
8920
|
-
"hasDynamicHelp": false,
|
|
8921
|
-
"hiddenAliases": [],
|
|
8922
|
-
"id": "hardis:project:audit:duplicatefiles",
|
|
8923
|
-
"pluginAlias": "sfdx-hardis",
|
|
8924
|
-
"pluginName": "sfdx-hardis",
|
|
8925
|
-
"pluginType": "core",
|
|
8926
|
-
"strict": true,
|
|
8927
|
-
"enableJsonFlag": true,
|
|
8928
|
-
"title": "Find duplicate sfdx files",
|
|
8929
|
-
"requiresProject": false,
|
|
8930
|
-
"isESM": true,
|
|
8931
|
-
"relativePath": [
|
|
8932
|
-
"lib",
|
|
8933
|
-
"commands",
|
|
8934
|
-
"hardis",
|
|
8935
|
-
"project",
|
|
8936
|
-
"audit",
|
|
8937
|
-
"duplicatefiles.js"
|
|
8938
|
-
],
|
|
8939
|
-
"aliasPermutations": [],
|
|
8940
|
-
"permutations": [
|
|
8941
|
-
"hardis:project:audit:duplicatefiles",
|
|
8942
|
-
"project:hardis:audit:duplicatefiles",
|
|
8943
|
-
"project:audit:hardis:duplicatefiles",
|
|
8944
|
-
"project:audit:duplicatefiles:hardis",
|
|
8945
|
-
"hardis:audit:project:duplicatefiles",
|
|
8946
|
-
"audit:hardis:project:duplicatefiles",
|
|
8947
|
-
"audit:project:hardis:duplicatefiles",
|
|
8948
|
-
"audit:project:duplicatefiles:hardis",
|
|
8949
|
-
"hardis:audit:duplicatefiles:project",
|
|
8950
|
-
"audit:hardis:duplicatefiles:project",
|
|
8951
|
-
"audit:duplicatefiles:hardis:project",
|
|
8952
|
-
"audit:duplicatefiles:project:hardis",
|
|
8953
|
-
"hardis:project:duplicatefiles:audit",
|
|
8954
|
-
"project:hardis:duplicatefiles:audit",
|
|
8955
|
-
"project:duplicatefiles:hardis:audit",
|
|
8956
|
-
"project:duplicatefiles:audit:hardis",
|
|
8957
|
-
"hardis:duplicatefiles:project:audit",
|
|
8958
|
-
"duplicatefiles:hardis:project:audit",
|
|
8959
|
-
"duplicatefiles:project:hardis:audit",
|
|
8960
|
-
"duplicatefiles:project:audit:hardis",
|
|
8961
|
-
"hardis:duplicatefiles:audit:project",
|
|
8962
|
-
"duplicatefiles:hardis:audit:project",
|
|
8963
|
-
"duplicatefiles:audit:hardis:project",
|
|
8964
|
-
"duplicatefiles:audit:project:hardis"
|
|
8965
|
-
]
|
|
8966
|
-
},
|
|
8967
|
-
"hardis:project:audit:remotesites": {
|
|
8968
|
-
"aliases": [],
|
|
8969
|
-
"args": {},
|
|
8970
|
-
"description": "Generate list of remote sites",
|
|
8971
|
-
"examples": [
|
|
8972
|
-
"$ sf hardis:project:audit:remotesites"
|
|
8973
|
-
],
|
|
8974
|
-
"flags": {
|
|
8975
|
-
"json": {
|
|
8976
|
-
"description": "Format output as json.",
|
|
8977
|
-
"helpGroup": "GLOBAL",
|
|
8978
|
-
"name": "json",
|
|
8979
|
-
"allowNo": false,
|
|
8980
|
-
"type": "boolean"
|
|
8981
|
-
},
|
|
8982
|
-
"flags-dir": {
|
|
8983
|
-
"helpGroup": "GLOBAL",
|
|
8984
|
-
"name": "flags-dir",
|
|
8985
|
-
"summary": "Import flag values from a directory.",
|
|
8986
|
-
"hasDynamicHelp": false,
|
|
8987
|
-
"multiple": false,
|
|
8988
|
-
"type": "option"
|
|
8989
|
-
},
|
|
8990
|
-
"debug": {
|
|
8991
|
-
"char": "d",
|
|
8992
|
-
"description": "Activate debug mode (more logs)",
|
|
8993
|
-
"name": "debug",
|
|
8994
|
-
"allowNo": false,
|
|
8995
|
-
"type": "boolean"
|
|
8996
|
-
},
|
|
8997
|
-
"websocket": {
|
|
8998
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
8999
|
-
"name": "websocket",
|
|
9000
|
-
"hasDynamicHelp": false,
|
|
9001
|
-
"multiple": false,
|
|
9002
|
-
"type": "option"
|
|
9003
|
-
},
|
|
9004
|
-
"skipauth": {
|
|
9005
|
-
"description": "Skip authentication check when a default username is required",
|
|
9006
|
-
"name": "skipauth",
|
|
9007
|
-
"allowNo": false,
|
|
9008
|
-
"type": "boolean"
|
|
9009
|
-
}
|
|
9010
|
-
},
|
|
9011
|
-
"hasDynamicHelp": false,
|
|
9012
|
-
"hiddenAliases": [],
|
|
9013
|
-
"id": "hardis:project:audit:remotesites",
|
|
9014
|
-
"pluginAlias": "sfdx-hardis",
|
|
9015
|
-
"pluginName": "sfdx-hardis",
|
|
9016
|
-
"pluginType": "core",
|
|
9017
|
-
"strict": true,
|
|
9018
|
-
"enableJsonFlag": true,
|
|
9019
|
-
"title": "Audit Remote Sites",
|
|
9020
|
-
"requiresProject": true,
|
|
9021
|
-
"isESM": true,
|
|
9022
|
-
"relativePath": [
|
|
9023
|
-
"lib",
|
|
9024
|
-
"commands",
|
|
9025
|
-
"hardis",
|
|
9026
|
-
"project",
|
|
9027
|
-
"audit",
|
|
9028
|
-
"remotesites.js"
|
|
8674
|
+
"remotesites.js"
|
|
9029
8675
|
],
|
|
9030
8676
|
"aliasPermutations": [],
|
|
9031
8677
|
"permutations": [
|
|
@@ -12641,6 +12287,360 @@
|
|
|
12641
12287
|
"findduplicates:metadata:project:hardis"
|
|
12642
12288
|
]
|
|
12643
12289
|
},
|
|
12290
|
+
"hardis:package:version:create": {
|
|
12291
|
+
"aliases": [],
|
|
12292
|
+
"args": {},
|
|
12293
|
+
"description": "Create a new version of an unlocked package",
|
|
12294
|
+
"examples": [
|
|
12295
|
+
"$ sf hardis:package:version:create"
|
|
12296
|
+
],
|
|
12297
|
+
"flags": {
|
|
12298
|
+
"json": {
|
|
12299
|
+
"description": "Format output as json.",
|
|
12300
|
+
"helpGroup": "GLOBAL",
|
|
12301
|
+
"name": "json",
|
|
12302
|
+
"allowNo": false,
|
|
12303
|
+
"type": "boolean"
|
|
12304
|
+
},
|
|
12305
|
+
"flags-dir": {
|
|
12306
|
+
"helpGroup": "GLOBAL",
|
|
12307
|
+
"name": "flags-dir",
|
|
12308
|
+
"summary": "Import flag values from a directory.",
|
|
12309
|
+
"hasDynamicHelp": false,
|
|
12310
|
+
"multiple": false,
|
|
12311
|
+
"type": "option"
|
|
12312
|
+
},
|
|
12313
|
+
"debug": {
|
|
12314
|
+
"char": "d",
|
|
12315
|
+
"description": "Activate debug mode (more logs)",
|
|
12316
|
+
"name": "debug",
|
|
12317
|
+
"allowNo": false,
|
|
12318
|
+
"type": "boolean"
|
|
12319
|
+
},
|
|
12320
|
+
"package": {
|
|
12321
|
+
"char": "p",
|
|
12322
|
+
"description": "Package identifier that you want to use to generate a new package version",
|
|
12323
|
+
"name": "package",
|
|
12324
|
+
"default": "",
|
|
12325
|
+
"hasDynamicHelp": false,
|
|
12326
|
+
"multiple": false,
|
|
12327
|
+
"type": "option"
|
|
12328
|
+
},
|
|
12329
|
+
"installkey": {
|
|
12330
|
+
"char": "k",
|
|
12331
|
+
"description": "Package installation key",
|
|
12332
|
+
"name": "installkey",
|
|
12333
|
+
"default": "",
|
|
12334
|
+
"hasDynamicHelp": false,
|
|
12335
|
+
"multiple": false,
|
|
12336
|
+
"type": "option"
|
|
12337
|
+
},
|
|
12338
|
+
"deleteafter": {
|
|
12339
|
+
"description": "Delete package version after creating it",
|
|
12340
|
+
"name": "deleteafter",
|
|
12341
|
+
"allowNo": false,
|
|
12342
|
+
"type": "boolean"
|
|
12343
|
+
},
|
|
12344
|
+
"install": {
|
|
12345
|
+
"char": "i",
|
|
12346
|
+
"description": "Install package version on default org after generation",
|
|
12347
|
+
"name": "install",
|
|
12348
|
+
"allowNo": false,
|
|
12349
|
+
"type": "boolean"
|
|
12350
|
+
},
|
|
12351
|
+
"websocket": {
|
|
12352
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12353
|
+
"name": "websocket",
|
|
12354
|
+
"hasDynamicHelp": false,
|
|
12355
|
+
"multiple": false,
|
|
12356
|
+
"type": "option"
|
|
12357
|
+
},
|
|
12358
|
+
"skipauth": {
|
|
12359
|
+
"description": "Skip authentication check when a default username is required",
|
|
12360
|
+
"name": "skipauth",
|
|
12361
|
+
"allowNo": false,
|
|
12362
|
+
"type": "boolean"
|
|
12363
|
+
},
|
|
12364
|
+
"target-dev-hub": {
|
|
12365
|
+
"aliases": [
|
|
12366
|
+
"targetdevhubusername"
|
|
12367
|
+
],
|
|
12368
|
+
"char": "v",
|
|
12369
|
+
"deprecateAliases": true,
|
|
12370
|
+
"name": "target-dev-hub",
|
|
12371
|
+
"noCacheDefault": true,
|
|
12372
|
+
"required": true,
|
|
12373
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
12374
|
+
"hasDynamicHelp": true,
|
|
12375
|
+
"multiple": false,
|
|
12376
|
+
"type": "option"
|
|
12377
|
+
}
|
|
12378
|
+
},
|
|
12379
|
+
"hasDynamicHelp": true,
|
|
12380
|
+
"hiddenAliases": [],
|
|
12381
|
+
"id": "hardis:package:version:create",
|
|
12382
|
+
"pluginAlias": "sfdx-hardis",
|
|
12383
|
+
"pluginName": "sfdx-hardis",
|
|
12384
|
+
"pluginType": "core",
|
|
12385
|
+
"strict": true,
|
|
12386
|
+
"enableJsonFlag": true,
|
|
12387
|
+
"title": "Create a new version of a package",
|
|
12388
|
+
"requiresProject": true,
|
|
12389
|
+
"isESM": true,
|
|
12390
|
+
"relativePath": [
|
|
12391
|
+
"lib",
|
|
12392
|
+
"commands",
|
|
12393
|
+
"hardis",
|
|
12394
|
+
"package",
|
|
12395
|
+
"version",
|
|
12396
|
+
"create.js"
|
|
12397
|
+
],
|
|
12398
|
+
"aliasPermutations": [],
|
|
12399
|
+
"permutations": [
|
|
12400
|
+
"hardis:package:version:create",
|
|
12401
|
+
"package:hardis:version:create",
|
|
12402
|
+
"package:version:hardis:create",
|
|
12403
|
+
"package:version:create:hardis",
|
|
12404
|
+
"hardis:version:package:create",
|
|
12405
|
+
"version:hardis:package:create",
|
|
12406
|
+
"version:package:hardis:create",
|
|
12407
|
+
"version:package:create:hardis",
|
|
12408
|
+
"hardis:version:create:package",
|
|
12409
|
+
"version:hardis:create:package",
|
|
12410
|
+
"version:create:hardis:package",
|
|
12411
|
+
"version:create:package:hardis",
|
|
12412
|
+
"hardis:package:create:version",
|
|
12413
|
+
"package:hardis:create:version",
|
|
12414
|
+
"package:create:hardis:version",
|
|
12415
|
+
"package:create:version:hardis",
|
|
12416
|
+
"hardis:create:package:version",
|
|
12417
|
+
"create:hardis:package:version",
|
|
12418
|
+
"create:package:hardis:version",
|
|
12419
|
+
"create:package:version:hardis",
|
|
12420
|
+
"hardis:create:version:package",
|
|
12421
|
+
"create:hardis:version:package",
|
|
12422
|
+
"create:version:hardis:package",
|
|
12423
|
+
"create:version:package:hardis"
|
|
12424
|
+
]
|
|
12425
|
+
},
|
|
12426
|
+
"hardis:package:version:list": {
|
|
12427
|
+
"aliases": [],
|
|
12428
|
+
"args": {},
|
|
12429
|
+
"description": "List versions of unlocked package",
|
|
12430
|
+
"examples": [
|
|
12431
|
+
"$ sf hardis:package:version:list"
|
|
12432
|
+
],
|
|
12433
|
+
"flags": {
|
|
12434
|
+
"json": {
|
|
12435
|
+
"description": "Format output as json.",
|
|
12436
|
+
"helpGroup": "GLOBAL",
|
|
12437
|
+
"name": "json",
|
|
12438
|
+
"allowNo": false,
|
|
12439
|
+
"type": "boolean"
|
|
12440
|
+
},
|
|
12441
|
+
"flags-dir": {
|
|
12442
|
+
"helpGroup": "GLOBAL",
|
|
12443
|
+
"name": "flags-dir",
|
|
12444
|
+
"summary": "Import flag values from a directory.",
|
|
12445
|
+
"hasDynamicHelp": false,
|
|
12446
|
+
"multiple": false,
|
|
12447
|
+
"type": "option"
|
|
12448
|
+
},
|
|
12449
|
+
"debug": {
|
|
12450
|
+
"char": "d",
|
|
12451
|
+
"description": "Activate debug mode (more logs)",
|
|
12452
|
+
"name": "debug",
|
|
12453
|
+
"allowNo": false,
|
|
12454
|
+
"type": "boolean"
|
|
12455
|
+
},
|
|
12456
|
+
"websocket": {
|
|
12457
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12458
|
+
"name": "websocket",
|
|
12459
|
+
"hasDynamicHelp": false,
|
|
12460
|
+
"multiple": false,
|
|
12461
|
+
"type": "option"
|
|
12462
|
+
},
|
|
12463
|
+
"skipauth": {
|
|
12464
|
+
"description": "Skip authentication check when a default username is required",
|
|
12465
|
+
"name": "skipauth",
|
|
12466
|
+
"allowNo": false,
|
|
12467
|
+
"type": "boolean"
|
|
12468
|
+
},
|
|
12469
|
+
"target-dev-hub": {
|
|
12470
|
+
"aliases": [
|
|
12471
|
+
"targetdevhubusername"
|
|
12472
|
+
],
|
|
12473
|
+
"char": "v",
|
|
12474
|
+
"deprecateAliases": true,
|
|
12475
|
+
"name": "target-dev-hub",
|
|
12476
|
+
"noCacheDefault": true,
|
|
12477
|
+
"required": true,
|
|
12478
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
12479
|
+
"hasDynamicHelp": true,
|
|
12480
|
+
"multiple": false,
|
|
12481
|
+
"type": "option"
|
|
12482
|
+
}
|
|
12483
|
+
},
|
|
12484
|
+
"hasDynamicHelp": true,
|
|
12485
|
+
"hiddenAliases": [],
|
|
12486
|
+
"id": "hardis:package:version:list",
|
|
12487
|
+
"pluginAlias": "sfdx-hardis",
|
|
12488
|
+
"pluginName": "sfdx-hardis",
|
|
12489
|
+
"pluginType": "core",
|
|
12490
|
+
"strict": true,
|
|
12491
|
+
"enableJsonFlag": true,
|
|
12492
|
+
"title": "Create a new version of a package",
|
|
12493
|
+
"requiresProject": true,
|
|
12494
|
+
"isESM": true,
|
|
12495
|
+
"relativePath": [
|
|
12496
|
+
"lib",
|
|
12497
|
+
"commands",
|
|
12498
|
+
"hardis",
|
|
12499
|
+
"package",
|
|
12500
|
+
"version",
|
|
12501
|
+
"list.js"
|
|
12502
|
+
],
|
|
12503
|
+
"aliasPermutations": [],
|
|
12504
|
+
"permutations": [
|
|
12505
|
+
"hardis:package:version:list",
|
|
12506
|
+
"package:hardis:version:list",
|
|
12507
|
+
"package:version:hardis:list",
|
|
12508
|
+
"package:version:list:hardis",
|
|
12509
|
+
"hardis:version:package:list",
|
|
12510
|
+
"version:hardis:package:list",
|
|
12511
|
+
"version:package:hardis:list",
|
|
12512
|
+
"version:package:list:hardis",
|
|
12513
|
+
"hardis:version:list:package",
|
|
12514
|
+
"version:hardis:list:package",
|
|
12515
|
+
"version:list:hardis:package",
|
|
12516
|
+
"version:list:package:hardis",
|
|
12517
|
+
"hardis:package:list:version",
|
|
12518
|
+
"package:hardis:list:version",
|
|
12519
|
+
"package:list:hardis:version",
|
|
12520
|
+
"package:list:version:hardis",
|
|
12521
|
+
"hardis:list:package:version",
|
|
12522
|
+
"list:hardis:package:version",
|
|
12523
|
+
"list:package:hardis:version",
|
|
12524
|
+
"list:package:version:hardis",
|
|
12525
|
+
"hardis:list:version:package",
|
|
12526
|
+
"list:hardis:version:package",
|
|
12527
|
+
"list:version:hardis:package",
|
|
12528
|
+
"list:version:package:hardis"
|
|
12529
|
+
]
|
|
12530
|
+
},
|
|
12531
|
+
"hardis:package:version:promote": {
|
|
12532
|
+
"aliases": [],
|
|
12533
|
+
"args": {},
|
|
12534
|
+
"description": "Promote package(s) version(s): convert it from beta to released",
|
|
12535
|
+
"examples": [
|
|
12536
|
+
"$ sf hardis:package:version:promote",
|
|
12537
|
+
"$ sf hardis:package:version:promote --auto"
|
|
12538
|
+
],
|
|
12539
|
+
"flags": {
|
|
12540
|
+
"json": {
|
|
12541
|
+
"description": "Format output as json.",
|
|
12542
|
+
"helpGroup": "GLOBAL",
|
|
12543
|
+
"name": "json",
|
|
12544
|
+
"allowNo": false,
|
|
12545
|
+
"type": "boolean"
|
|
12546
|
+
},
|
|
12547
|
+
"flags-dir": {
|
|
12548
|
+
"helpGroup": "GLOBAL",
|
|
12549
|
+
"name": "flags-dir",
|
|
12550
|
+
"summary": "Import flag values from a directory.",
|
|
12551
|
+
"hasDynamicHelp": false,
|
|
12552
|
+
"multiple": false,
|
|
12553
|
+
"type": "option"
|
|
12554
|
+
},
|
|
12555
|
+
"auto": {
|
|
12556
|
+
"char": "f",
|
|
12557
|
+
"description": "Auto-detect which versions of which packages need to be promoted",
|
|
12558
|
+
"name": "auto",
|
|
12559
|
+
"allowNo": false,
|
|
12560
|
+
"type": "boolean"
|
|
12561
|
+
},
|
|
12562
|
+
"debug": {
|
|
12563
|
+
"char": "d",
|
|
12564
|
+
"description": "Activate debug mode (more logs)",
|
|
12565
|
+
"name": "debug",
|
|
12566
|
+
"allowNo": false,
|
|
12567
|
+
"type": "boolean"
|
|
12568
|
+
},
|
|
12569
|
+
"websocket": {
|
|
12570
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12571
|
+
"name": "websocket",
|
|
12572
|
+
"hasDynamicHelp": false,
|
|
12573
|
+
"multiple": false,
|
|
12574
|
+
"type": "option"
|
|
12575
|
+
},
|
|
12576
|
+
"skipauth": {
|
|
12577
|
+
"description": "Skip authentication check when a default username is required",
|
|
12578
|
+
"name": "skipauth",
|
|
12579
|
+
"allowNo": false,
|
|
12580
|
+
"type": "boolean"
|
|
12581
|
+
},
|
|
12582
|
+
"target-dev-hub": {
|
|
12583
|
+
"aliases": [
|
|
12584
|
+
"targetdevhubusername"
|
|
12585
|
+
],
|
|
12586
|
+
"char": "v",
|
|
12587
|
+
"deprecateAliases": true,
|
|
12588
|
+
"name": "target-dev-hub",
|
|
12589
|
+
"noCacheDefault": true,
|
|
12590
|
+
"required": true,
|
|
12591
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
12592
|
+
"hasDynamicHelp": true,
|
|
12593
|
+
"multiple": false,
|
|
12594
|
+
"type": "option"
|
|
12595
|
+
}
|
|
12596
|
+
},
|
|
12597
|
+
"hasDynamicHelp": true,
|
|
12598
|
+
"hiddenAliases": [],
|
|
12599
|
+
"id": "hardis:package:version:promote",
|
|
12600
|
+
"pluginAlias": "sfdx-hardis",
|
|
12601
|
+
"pluginName": "sfdx-hardis",
|
|
12602
|
+
"pluginType": "core",
|
|
12603
|
+
"strict": true,
|
|
12604
|
+
"enableJsonFlag": true,
|
|
12605
|
+
"title": "Promote new versions of package(s)",
|
|
12606
|
+
"requiresProject": true,
|
|
12607
|
+
"isESM": true,
|
|
12608
|
+
"relativePath": [
|
|
12609
|
+
"lib",
|
|
12610
|
+
"commands",
|
|
12611
|
+
"hardis",
|
|
12612
|
+
"package",
|
|
12613
|
+
"version",
|
|
12614
|
+
"promote.js"
|
|
12615
|
+
],
|
|
12616
|
+
"aliasPermutations": [],
|
|
12617
|
+
"permutations": [
|
|
12618
|
+
"hardis:package:version:promote",
|
|
12619
|
+
"package:hardis:version:promote",
|
|
12620
|
+
"package:version:hardis:promote",
|
|
12621
|
+
"package:version:promote:hardis",
|
|
12622
|
+
"hardis:version:package:promote",
|
|
12623
|
+
"version:hardis:package:promote",
|
|
12624
|
+
"version:package:hardis:promote",
|
|
12625
|
+
"version:package:promote:hardis",
|
|
12626
|
+
"hardis:version:promote:package",
|
|
12627
|
+
"version:hardis:promote:package",
|
|
12628
|
+
"version:promote:hardis:package",
|
|
12629
|
+
"version:promote:package:hardis",
|
|
12630
|
+
"hardis:package:promote:version",
|
|
12631
|
+
"package:hardis:promote:version",
|
|
12632
|
+
"package:promote:hardis:version",
|
|
12633
|
+
"package:promote:version:hardis",
|
|
12634
|
+
"hardis:promote:package:version",
|
|
12635
|
+
"promote:hardis:package:version",
|
|
12636
|
+
"promote:package:hardis:version",
|
|
12637
|
+
"promote:package:version:hardis",
|
|
12638
|
+
"hardis:promote:version:package",
|
|
12639
|
+
"promote:hardis:version:package",
|
|
12640
|
+
"promote:version:hardis:package",
|
|
12641
|
+
"promote:version:package:hardis"
|
|
12642
|
+
]
|
|
12643
|
+
},
|
|
12644
12644
|
"hardis:scratch:pool:create": {
|
|
12645
12645
|
"aliases": [],
|
|
12646
12646
|
"args": {},
|
|
@@ -14615,5 +14615,5 @@
|
|
|
14615
14615
|
]
|
|
14616
14616
|
}
|
|
14617
14617
|
},
|
|
14618
|
-
"version": "5.
|
|
14618
|
+
"version": "5.36.1"
|
|
14619
14619
|
}
|