sfdx-hardis 5.24.3-alpha202504040902.0 → 5.24.3
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/oclif.manifest.json +407 -407
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -57,12 +57,13 @@
|
|
|
57
57
|
"world:hello"
|
|
58
58
|
]
|
|
59
59
|
},
|
|
60
|
-
"hardis:
|
|
60
|
+
"hardis:auth:login": {
|
|
61
61
|
"aliases": [],
|
|
62
62
|
"args": {},
|
|
63
|
-
"description": "
|
|
63
|
+
"description": "Login to salesforce org",
|
|
64
64
|
"examples": [
|
|
65
|
-
"$ sf hardis:
|
|
65
|
+
"$ sf hardis:auth:login",
|
|
66
|
+
"CI=true sf hardis:auth:login"
|
|
66
67
|
],
|
|
67
68
|
"flags": {
|
|
68
69
|
"json": {
|
|
@@ -80,6 +81,28 @@
|
|
|
80
81
|
"multiple": false,
|
|
81
82
|
"type": "option"
|
|
82
83
|
},
|
|
84
|
+
"instanceurl": {
|
|
85
|
+
"char": "r",
|
|
86
|
+
"description": "URL of org instance",
|
|
87
|
+
"name": "instanceurl",
|
|
88
|
+
"hasDynamicHelp": false,
|
|
89
|
+
"multiple": false,
|
|
90
|
+
"type": "option"
|
|
91
|
+
},
|
|
92
|
+
"devhub": {
|
|
93
|
+
"char": "h",
|
|
94
|
+
"description": "Also connect associated DevHub",
|
|
95
|
+
"name": "devhub",
|
|
96
|
+
"allowNo": false,
|
|
97
|
+
"type": "boolean"
|
|
98
|
+
},
|
|
99
|
+
"scratchorg": {
|
|
100
|
+
"char": "s",
|
|
101
|
+
"description": "Scratch org",
|
|
102
|
+
"name": "scratchorg",
|
|
103
|
+
"allowNo": false,
|
|
104
|
+
"type": "boolean"
|
|
105
|
+
},
|
|
83
106
|
"debug": {
|
|
84
107
|
"char": "d",
|
|
85
108
|
"description": "Activate debug mode (more logs)",
|
|
@@ -103,39 +126,38 @@
|
|
|
103
126
|
},
|
|
104
127
|
"hasDynamicHelp": false,
|
|
105
128
|
"hiddenAliases": [],
|
|
106
|
-
"id": "hardis:
|
|
129
|
+
"id": "hardis:auth:login",
|
|
107
130
|
"pluginAlias": "sfdx-hardis",
|
|
108
131
|
"pluginName": "sfdx-hardis",
|
|
109
132
|
"pluginType": "core",
|
|
110
133
|
"strict": true,
|
|
111
134
|
"enableJsonFlag": true,
|
|
112
|
-
"title": "
|
|
135
|
+
"title": "Login",
|
|
113
136
|
"requiresProject": false,
|
|
114
137
|
"isESM": true,
|
|
115
138
|
"relativePath": [
|
|
116
139
|
"lib",
|
|
117
140
|
"commands",
|
|
118
141
|
"hardis",
|
|
119
|
-
"
|
|
120
|
-
"
|
|
142
|
+
"auth",
|
|
143
|
+
"login.js"
|
|
121
144
|
],
|
|
122
145
|
"aliasPermutations": [],
|
|
123
146
|
"permutations": [
|
|
124
|
-
"hardis:
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"hardis:
|
|
128
|
-
"
|
|
129
|
-
"
|
|
147
|
+
"hardis:auth:login",
|
|
148
|
+
"auth:hardis:login",
|
|
149
|
+
"auth:login:hardis",
|
|
150
|
+
"hardis:login:auth",
|
|
151
|
+
"login:hardis:auth",
|
|
152
|
+
"login:auth:hardis"
|
|
130
153
|
]
|
|
131
154
|
},
|
|
132
|
-
"hardis:
|
|
155
|
+
"hardis:cache:clear": {
|
|
133
156
|
"aliases": [],
|
|
134
157
|
"args": {},
|
|
135
|
-
"description": "
|
|
158
|
+
"description": "Clear cache generated by sfdx-hardis",
|
|
136
159
|
"examples": [
|
|
137
|
-
"$ sf hardis:
|
|
138
|
-
"CI=true sf hardis:auth:login"
|
|
160
|
+
"$ sf hardis:cache:clear"
|
|
139
161
|
],
|
|
140
162
|
"flags": {
|
|
141
163
|
"json": {
|
|
@@ -153,28 +175,6 @@
|
|
|
153
175
|
"multiple": false,
|
|
154
176
|
"type": "option"
|
|
155
177
|
},
|
|
156
|
-
"instanceurl": {
|
|
157
|
-
"char": "r",
|
|
158
|
-
"description": "URL of org instance",
|
|
159
|
-
"name": "instanceurl",
|
|
160
|
-
"hasDynamicHelp": false,
|
|
161
|
-
"multiple": false,
|
|
162
|
-
"type": "option"
|
|
163
|
-
},
|
|
164
|
-
"devhub": {
|
|
165
|
-
"char": "h",
|
|
166
|
-
"description": "Also connect associated DevHub",
|
|
167
|
-
"name": "devhub",
|
|
168
|
-
"allowNo": false,
|
|
169
|
-
"type": "boolean"
|
|
170
|
-
},
|
|
171
|
-
"scratchorg": {
|
|
172
|
-
"char": "s",
|
|
173
|
-
"description": "Scratch org",
|
|
174
|
-
"name": "scratchorg",
|
|
175
|
-
"allowNo": false,
|
|
176
|
-
"type": "boolean"
|
|
177
|
-
},
|
|
178
178
|
"debug": {
|
|
179
179
|
"char": "d",
|
|
180
180
|
"description": "Activate debug mode (more logs)",
|
|
@@ -198,30 +198,30 @@
|
|
|
198
198
|
},
|
|
199
199
|
"hasDynamicHelp": false,
|
|
200
200
|
"hiddenAliases": [],
|
|
201
|
-
"id": "hardis:
|
|
201
|
+
"id": "hardis:cache:clear",
|
|
202
202
|
"pluginAlias": "sfdx-hardis",
|
|
203
203
|
"pluginName": "sfdx-hardis",
|
|
204
204
|
"pluginType": "core",
|
|
205
205
|
"strict": true,
|
|
206
206
|
"enableJsonFlag": true,
|
|
207
|
-
"title": "
|
|
207
|
+
"title": "Clear sfdx-hardis cache",
|
|
208
208
|
"requiresProject": false,
|
|
209
209
|
"isESM": true,
|
|
210
210
|
"relativePath": [
|
|
211
211
|
"lib",
|
|
212
212
|
"commands",
|
|
213
213
|
"hardis",
|
|
214
|
-
"
|
|
215
|
-
"
|
|
214
|
+
"cache",
|
|
215
|
+
"clear.js"
|
|
216
216
|
],
|
|
217
217
|
"aliasPermutations": [],
|
|
218
218
|
"permutations": [
|
|
219
|
-
"hardis:
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"hardis:
|
|
223
|
-
"
|
|
224
|
-
"
|
|
219
|
+
"hardis:cache:clear",
|
|
220
|
+
"cache:hardis:clear",
|
|
221
|
+
"cache:clear:hardis",
|
|
222
|
+
"hardis:clear:cache",
|
|
223
|
+
"clear:hardis:cache",
|
|
224
|
+
"clear:cache:hardis"
|
|
225
225
|
]
|
|
226
226
|
},
|
|
227
227
|
"hardis:config:get": {
|
|
@@ -2386,12 +2386,12 @@
|
|
|
2386
2386
|
"mergexml:package:hardis"
|
|
2387
2387
|
]
|
|
2388
2388
|
},
|
|
2389
|
-
"hardis:
|
|
2389
|
+
"hardis:project:create": {
|
|
2390
2390
|
"aliases": [],
|
|
2391
2391
|
"args": {},
|
|
2392
|
-
"description": "
|
|
2392
|
+
"description": "Create a new SFDX Project",
|
|
2393
2393
|
"examples": [
|
|
2394
|
-
"$ sf hardis
|
|
2394
|
+
"$ sf hardis:project:create"
|
|
2395
2395
|
],
|
|
2396
2396
|
"flags": {
|
|
2397
2397
|
"json": {
|
|
@@ -2409,70 +2409,62 @@
|
|
|
2409
2409
|
"multiple": false,
|
|
2410
2410
|
"type": "option"
|
|
2411
2411
|
},
|
|
2412
|
-
"packagexmls": {
|
|
2413
|
-
"char": "p",
|
|
2414
|
-
"description": "package.xml files path (separated by commas)",
|
|
2415
|
-
"name": "packagexmls",
|
|
2416
|
-
"required": true,
|
|
2417
|
-
"hasDynamicHelp": false,
|
|
2418
|
-
"multiple": false,
|
|
2419
|
-
"type": "option"
|
|
2420
|
-
},
|
|
2421
|
-
"outputfile": {
|
|
2422
|
-
"char": "f",
|
|
2423
|
-
"description": "package.xml output file",
|
|
2424
|
-
"name": "outputfile",
|
|
2425
|
-
"required": true,
|
|
2426
|
-
"hasDynamicHelp": false,
|
|
2427
|
-
"multiple": false,
|
|
2428
|
-
"type": "option"
|
|
2429
|
-
},
|
|
2430
2412
|
"debug": {
|
|
2431
|
-
"
|
|
2413
|
+
"char": "d",
|
|
2414
|
+
"description": "Activate debug mode (more logs)",
|
|
2432
2415
|
"name": "debug",
|
|
2433
2416
|
"allowNo": false,
|
|
2434
2417
|
"type": "boolean"
|
|
2435
2418
|
},
|
|
2436
2419
|
"websocket": {
|
|
2437
|
-
"description": "
|
|
2420
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
2438
2421
|
"name": "websocket",
|
|
2439
2422
|
"hasDynamicHelp": false,
|
|
2440
2423
|
"multiple": false,
|
|
2441
2424
|
"type": "option"
|
|
2425
|
+
},
|
|
2426
|
+
"skipauth": {
|
|
2427
|
+
"description": "Skip authentication check when a default username is required",
|
|
2428
|
+
"name": "skipauth",
|
|
2429
|
+
"allowNo": false,
|
|
2430
|
+
"type": "boolean"
|
|
2442
2431
|
}
|
|
2443
2432
|
},
|
|
2444
2433
|
"hasDynamicHelp": false,
|
|
2445
2434
|
"hiddenAliases": [],
|
|
2446
|
-
"id": "hardis:
|
|
2435
|
+
"id": "hardis:project:create",
|
|
2447
2436
|
"pluginAlias": "sfdx-hardis",
|
|
2448
2437
|
"pluginName": "sfdx-hardis",
|
|
2449
2438
|
"pluginType": "core",
|
|
2450
2439
|
"strict": true,
|
|
2451
2440
|
"enableJsonFlag": true,
|
|
2441
|
+
"title": "Login",
|
|
2442
|
+
"requiresProject": false,
|
|
2452
2443
|
"isESM": true,
|
|
2453
2444
|
"relativePath": [
|
|
2454
2445
|
"lib",
|
|
2455
2446
|
"commands",
|
|
2456
2447
|
"hardis",
|
|
2457
|
-
"
|
|
2458
|
-
"
|
|
2448
|
+
"project",
|
|
2449
|
+
"create.js"
|
|
2459
2450
|
],
|
|
2460
2451
|
"aliasPermutations": [],
|
|
2461
2452
|
"permutations": [
|
|
2462
|
-
"hardis:
|
|
2463
|
-
"
|
|
2464
|
-
"
|
|
2465
|
-
"hardis:
|
|
2466
|
-
"
|
|
2467
|
-
"
|
|
2453
|
+
"hardis:project:create",
|
|
2454
|
+
"project:hardis:create",
|
|
2455
|
+
"project:create:hardis",
|
|
2456
|
+
"hardis:create:project",
|
|
2457
|
+
"create:hardis:project",
|
|
2458
|
+
"create:project:hardis"
|
|
2468
2459
|
]
|
|
2469
2460
|
},
|
|
2470
|
-
"hardis:
|
|
2461
|
+
"hardis:project:lint": {
|
|
2471
2462
|
"aliases": [],
|
|
2472
2463
|
"args": {},
|
|
2473
|
-
"description": "
|
|
2464
|
+
"description": "Apply syntactic analysis (linters) on the repository sources, using Mega-Linter",
|
|
2474
2465
|
"examples": [
|
|
2475
|
-
"$ sf hardis
|
|
2466
|
+
"$ sf hardis:project:lint",
|
|
2467
|
+
"$ sf hardis:project:lint --fix"
|
|
2476
2468
|
],
|
|
2477
2469
|
"flags": {
|
|
2478
2470
|
"json": {
|
|
@@ -2490,85 +2482,82 @@
|
|
|
2490
2482
|
"multiple": false,
|
|
2491
2483
|
"type": "option"
|
|
2492
2484
|
},
|
|
2493
|
-
"
|
|
2494
|
-
"char": "
|
|
2495
|
-
"description": "
|
|
2496
|
-
"name": "
|
|
2497
|
-
"hasDynamicHelp": false,
|
|
2498
|
-
"multiple": false,
|
|
2499
|
-
"type": "option"
|
|
2500
|
-
},
|
|
2501
|
-
"removepackagexml": {
|
|
2502
|
-
"char": "r",
|
|
2503
|
-
"description": "package.xml file to use to filter input package.xml",
|
|
2504
|
-
"name": "removepackagexml",
|
|
2505
|
-
"hasDynamicHelp": false,
|
|
2506
|
-
"multiple": false,
|
|
2507
|
-
"type": "option"
|
|
2508
|
-
},
|
|
2509
|
-
"removedonly": {
|
|
2510
|
-
"char": "z",
|
|
2511
|
-
"description": "Use this flag to generate a package.xml with only removed items",
|
|
2512
|
-
"name": "removedonly",
|
|
2485
|
+
"fix": {
|
|
2486
|
+
"char": "f",
|
|
2487
|
+
"description": "Apply linters fixes",
|
|
2488
|
+
"name": "fix",
|
|
2513
2489
|
"allowNo": false,
|
|
2514
2490
|
"type": "boolean"
|
|
2515
2491
|
},
|
|
2516
|
-
"outputfile": {
|
|
2517
|
-
"char": "f",
|
|
2518
|
-
"description": "package.xml output file",
|
|
2519
|
-
"name": "outputfile",
|
|
2520
|
-
"required": true,
|
|
2521
|
-
"hasDynamicHelp": false,
|
|
2522
|
-
"multiple": false,
|
|
2523
|
-
"type": "option"
|
|
2524
|
-
},
|
|
2525
2492
|
"debug": {
|
|
2526
|
-
"
|
|
2493
|
+
"char": "d",
|
|
2494
|
+
"description": "Activate debug mode (more logs)",
|
|
2527
2495
|
"name": "debug",
|
|
2528
2496
|
"allowNo": false,
|
|
2529
2497
|
"type": "boolean"
|
|
2530
2498
|
},
|
|
2531
2499
|
"websocket": {
|
|
2532
|
-
"description": "
|
|
2500
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
2533
2501
|
"name": "websocket",
|
|
2534
2502
|
"hasDynamicHelp": false,
|
|
2535
2503
|
"multiple": false,
|
|
2536
2504
|
"type": "option"
|
|
2505
|
+
},
|
|
2506
|
+
"skipauth": {
|
|
2507
|
+
"description": "Skip authentication check when a default username is required",
|
|
2508
|
+
"name": "skipauth",
|
|
2509
|
+
"allowNo": false,
|
|
2510
|
+
"type": "boolean"
|
|
2511
|
+
},
|
|
2512
|
+
"target-org": {
|
|
2513
|
+
"aliases": [
|
|
2514
|
+
"targetusername",
|
|
2515
|
+
"u"
|
|
2516
|
+
],
|
|
2517
|
+
"char": "o",
|
|
2518
|
+
"deprecateAliases": true,
|
|
2519
|
+
"name": "target-org",
|
|
2520
|
+
"noCacheDefault": true,
|
|
2521
|
+
"summary": "Username or alias of the target org.",
|
|
2522
|
+
"hasDynamicHelp": true,
|
|
2523
|
+
"multiple": false,
|
|
2524
|
+
"type": "option"
|
|
2537
2525
|
}
|
|
2538
2526
|
},
|
|
2539
|
-
"hasDynamicHelp":
|
|
2527
|
+
"hasDynamicHelp": true,
|
|
2540
2528
|
"hiddenAliases": [],
|
|
2541
|
-
"id": "hardis:
|
|
2529
|
+
"id": "hardis:project:lint",
|
|
2542
2530
|
"pluginAlias": "sfdx-hardis",
|
|
2543
2531
|
"pluginName": "sfdx-hardis",
|
|
2544
2532
|
"pluginType": "core",
|
|
2545
2533
|
"strict": true,
|
|
2546
2534
|
"enableJsonFlag": true,
|
|
2535
|
+
"title": "Lint",
|
|
2547
2536
|
"requiresProject": false,
|
|
2548
2537
|
"isESM": true,
|
|
2549
2538
|
"relativePath": [
|
|
2550
2539
|
"lib",
|
|
2551
2540
|
"commands",
|
|
2552
2541
|
"hardis",
|
|
2553
|
-
"
|
|
2554
|
-
"
|
|
2542
|
+
"project",
|
|
2543
|
+
"lint.js"
|
|
2555
2544
|
],
|
|
2556
2545
|
"aliasPermutations": [],
|
|
2557
2546
|
"permutations": [
|
|
2558
|
-
"hardis:
|
|
2559
|
-
"
|
|
2560
|
-
"
|
|
2561
|
-
"hardis:
|
|
2562
|
-
"
|
|
2563
|
-
"
|
|
2547
|
+
"hardis:project:lint",
|
|
2548
|
+
"project:hardis:lint",
|
|
2549
|
+
"project:lint:hardis",
|
|
2550
|
+
"hardis:lint:project",
|
|
2551
|
+
"lint:hardis:project",
|
|
2552
|
+
"lint:project:hardis"
|
|
2564
2553
|
]
|
|
2565
2554
|
},
|
|
2566
|
-
"hardis:
|
|
2555
|
+
"hardis:scratch:create": {
|
|
2567
2556
|
"aliases": [],
|
|
2568
2557
|
"args": {},
|
|
2569
|
-
"description": "Create a
|
|
2558
|
+
"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 ",
|
|
2570
2559
|
"examples": [
|
|
2571
|
-
"$ sf hardis:
|
|
2560
|
+
"$ sf hardis:scratch:create"
|
|
2572
2561
|
],
|
|
2573
2562
|
"flags": {
|
|
2574
2563
|
"json": {
|
|
@@ -2586,16 +2575,29 @@
|
|
|
2586
2575
|
"multiple": false,
|
|
2587
2576
|
"type": "option"
|
|
2588
2577
|
},
|
|
2589
|
-
"
|
|
2590
|
-
"char": "
|
|
2591
|
-
"description": "
|
|
2592
|
-
"name": "
|
|
2578
|
+
"forcenew": {
|
|
2579
|
+
"char": "n",
|
|
2580
|
+
"description": "If an existing scratch org exists, do not reuse it but create a new one",
|
|
2581
|
+
"name": "forcenew",
|
|
2593
2582
|
"allowNo": false,
|
|
2594
2583
|
"type": "boolean"
|
|
2595
2584
|
},
|
|
2596
|
-
"
|
|
2597
|
-
"description": "
|
|
2598
|
-
"name": "
|
|
2585
|
+
"pool": {
|
|
2586
|
+
"description": "Creates the scratch org for a scratch org pool",
|
|
2587
|
+
"name": "pool",
|
|
2588
|
+
"allowNo": false,
|
|
2589
|
+
"type": "boolean"
|
|
2590
|
+
},
|
|
2591
|
+
"debug": {
|
|
2592
|
+
"char": "d",
|
|
2593
|
+
"description": "Activate debug mode (more logs)",
|
|
2594
|
+
"name": "debug",
|
|
2595
|
+
"allowNo": false,
|
|
2596
|
+
"type": "boolean"
|
|
2597
|
+
},
|
|
2598
|
+
"websocket": {
|
|
2599
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
2600
|
+
"name": "websocket",
|
|
2599
2601
|
"hasDynamicHelp": false,
|
|
2600
2602
|
"multiple": false,
|
|
2601
2603
|
"type": "option"
|
|
@@ -2605,43 +2607,60 @@
|
|
|
2605
2607
|
"name": "skipauth",
|
|
2606
2608
|
"allowNo": false,
|
|
2607
2609
|
"type": "boolean"
|
|
2610
|
+
},
|
|
2611
|
+
"target-dev-hub": {
|
|
2612
|
+
"aliases": [
|
|
2613
|
+
"targetdevhubusername"
|
|
2614
|
+
],
|
|
2615
|
+
"char": "v",
|
|
2616
|
+
"deprecateAliases": true,
|
|
2617
|
+
"name": "target-dev-hub",
|
|
2618
|
+
"noCacheDefault": true,
|
|
2619
|
+
"required": true,
|
|
2620
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
2621
|
+
"hasDynamicHelp": true,
|
|
2622
|
+
"multiple": false,
|
|
2623
|
+
"type": "option"
|
|
2608
2624
|
}
|
|
2609
2625
|
},
|
|
2610
|
-
"hasDynamicHelp":
|
|
2626
|
+
"hasDynamicHelp": true,
|
|
2611
2627
|
"hiddenAliases": [],
|
|
2612
|
-
"id": "hardis:
|
|
2628
|
+
"id": "hardis:scratch:create",
|
|
2613
2629
|
"pluginAlias": "sfdx-hardis",
|
|
2614
2630
|
"pluginName": "sfdx-hardis",
|
|
2615
2631
|
"pluginType": "core",
|
|
2616
2632
|
"strict": true,
|
|
2617
2633
|
"enableJsonFlag": true,
|
|
2618
|
-
"title": "
|
|
2619
|
-
"requiresProject":
|
|
2634
|
+
"title": "Create and initialize scratch org",
|
|
2635
|
+
"requiresProject": true,
|
|
2636
|
+
"requiresSfdxPlugins": [
|
|
2637
|
+
"sfdmu",
|
|
2638
|
+
"texei-sfdx-plugin"
|
|
2639
|
+
],
|
|
2620
2640
|
"isESM": true,
|
|
2621
2641
|
"relativePath": [
|
|
2622
2642
|
"lib",
|
|
2623
2643
|
"commands",
|
|
2624
2644
|
"hardis",
|
|
2625
|
-
"
|
|
2645
|
+
"scratch",
|
|
2626
2646
|
"create.js"
|
|
2627
2647
|
],
|
|
2628
2648
|
"aliasPermutations": [],
|
|
2629
2649
|
"permutations": [
|
|
2630
|
-
"hardis:
|
|
2631
|
-
"
|
|
2632
|
-
"
|
|
2633
|
-
"hardis:create:
|
|
2634
|
-
"create:hardis:
|
|
2635
|
-
"create:
|
|
2650
|
+
"hardis:scratch:create",
|
|
2651
|
+
"scratch:hardis:create",
|
|
2652
|
+
"scratch:create:hardis",
|
|
2653
|
+
"hardis:create:scratch",
|
|
2654
|
+
"create:hardis:scratch",
|
|
2655
|
+
"create:scratch:hardis"
|
|
2636
2656
|
]
|
|
2637
2657
|
},
|
|
2638
|
-
"hardis:
|
|
2658
|
+
"hardis:scratch:delete": {
|
|
2639
2659
|
"aliases": [],
|
|
2640
2660
|
"args": {},
|
|
2641
|
-
"description": "
|
|
2661
|
+
"description": "Assisted menu to delete scratch orgs associated to a DevHub",
|
|
2642
2662
|
"examples": [
|
|
2643
|
-
"$ sf hardis:
|
|
2644
|
-
"$ sf hardis:project:lint --fix"
|
|
2663
|
+
"$ sf hardis:scratch:delete"
|
|
2645
2664
|
],
|
|
2646
2665
|
"flags": {
|
|
2647
2666
|
"json": {
|
|
@@ -2659,13 +2678,6 @@
|
|
|
2659
2678
|
"multiple": false,
|
|
2660
2679
|
"type": "option"
|
|
2661
2680
|
},
|
|
2662
|
-
"fix": {
|
|
2663
|
-
"char": "f",
|
|
2664
|
-
"description": "Apply linters fixes",
|
|
2665
|
-
"name": "fix",
|
|
2666
|
-
"allowNo": false,
|
|
2667
|
-
"type": "boolean"
|
|
2668
|
-
},
|
|
2669
2681
|
"debug": {
|
|
2670
2682
|
"char": "d",
|
|
2671
2683
|
"description": "Activate debug mode (more logs)",
|
|
@@ -2686,16 +2698,16 @@
|
|
|
2686
2698
|
"allowNo": false,
|
|
2687
2699
|
"type": "boolean"
|
|
2688
2700
|
},
|
|
2689
|
-
"target-
|
|
2701
|
+
"target-dev-hub": {
|
|
2690
2702
|
"aliases": [
|
|
2691
|
-
"
|
|
2692
|
-
"u"
|
|
2703
|
+
"targetdevhubusername"
|
|
2693
2704
|
],
|
|
2694
|
-
"char": "
|
|
2705
|
+
"char": "v",
|
|
2695
2706
|
"deprecateAliases": true,
|
|
2696
|
-
"name": "target-
|
|
2707
|
+
"name": "target-dev-hub",
|
|
2697
2708
|
"noCacheDefault": true,
|
|
2698
|
-
"
|
|
2709
|
+
"required": true,
|
|
2710
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
2699
2711
|
"hasDynamicHelp": true,
|
|
2700
2712
|
"multiple": false,
|
|
2701
2713
|
"type": "option"
|
|
@@ -2703,38 +2715,37 @@
|
|
|
2703
2715
|
},
|
|
2704
2716
|
"hasDynamicHelp": true,
|
|
2705
2717
|
"hiddenAliases": [],
|
|
2706
|
-
"id": "hardis:
|
|
2718
|
+
"id": "hardis:scratch:delete",
|
|
2707
2719
|
"pluginAlias": "sfdx-hardis",
|
|
2708
2720
|
"pluginName": "sfdx-hardis",
|
|
2709
2721
|
"pluginType": "core",
|
|
2710
2722
|
"strict": true,
|
|
2711
2723
|
"enableJsonFlag": true,
|
|
2712
|
-
"title": "
|
|
2713
|
-
"requiresProject": false,
|
|
2724
|
+
"title": "Delete scratch orgs(s)",
|
|
2714
2725
|
"isESM": true,
|
|
2715
2726
|
"relativePath": [
|
|
2716
2727
|
"lib",
|
|
2717
2728
|
"commands",
|
|
2718
2729
|
"hardis",
|
|
2719
|
-
"
|
|
2720
|
-
"
|
|
2730
|
+
"scratch",
|
|
2731
|
+
"delete.js"
|
|
2721
2732
|
],
|
|
2722
2733
|
"aliasPermutations": [],
|
|
2723
2734
|
"permutations": [
|
|
2724
|
-
"hardis:
|
|
2725
|
-
"
|
|
2726
|
-
"
|
|
2727
|
-
"hardis:
|
|
2728
|
-
"
|
|
2729
|
-
"
|
|
2735
|
+
"hardis:scratch:delete",
|
|
2736
|
+
"scratch:hardis:delete",
|
|
2737
|
+
"scratch:delete:hardis",
|
|
2738
|
+
"hardis:delete:scratch",
|
|
2739
|
+
"delete:hardis:scratch",
|
|
2740
|
+
"delete:scratch:hardis"
|
|
2730
2741
|
]
|
|
2731
2742
|
},
|
|
2732
|
-
"hardis:scratch:
|
|
2743
|
+
"hardis:scratch:pull": {
|
|
2733
2744
|
"aliases": [],
|
|
2734
2745
|
"args": {},
|
|
2735
|
-
"description": "
|
|
2746
|
+
"description": "This commands pulls the updates you performed in your scratch or sandbox org, into your local files\n\nThen, you probably want to stage and commit the files containing the updates you want to keep, as explained in this video.\n\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Ik6whtflmfY\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n\n- Calls `sf project retrieve start` under the hood\n- If there are errors, proposes to automatically add erroneous item in `.forceignore`, then pull again\n- If you don't see your updated items in the results, you can manually retrieve [using SF Extension **Org Browser** or **Salesforce CLI**](https://sfdx-hardis.cloudity.com/salesforce-ci-cd-publish-task/#retrieve-metadatas)\n- If you want to always retrieve sources like CustomApplication that are not always detected as updates by project:retrieve:start , you can define property **autoRetrieveWhenPull** in .sfdx-hardis.yml\n\nExample:\n```yaml\nautoRetrieveWhenPull:\n - CustomApplication:MyCustomApplication\n - CustomApplication:MyOtherCustomApplication\n - CustomApplication:MyThirdCustomApp\n```\n",
|
|
2736
2747
|
"examples": [
|
|
2737
|
-
"$ sf hardis:scratch:
|
|
2748
|
+
"$ sf hardis:scratch:pull"
|
|
2738
2749
|
],
|
|
2739
2750
|
"flags": {
|
|
2740
2751
|
"json": {
|
|
@@ -2752,19 +2763,6 @@
|
|
|
2752
2763
|
"multiple": false,
|
|
2753
2764
|
"type": "option"
|
|
2754
2765
|
},
|
|
2755
|
-
"forcenew": {
|
|
2756
|
-
"char": "n",
|
|
2757
|
-
"description": "If an existing scratch org exists, do not reuse it but create a new one",
|
|
2758
|
-
"name": "forcenew",
|
|
2759
|
-
"allowNo": false,
|
|
2760
|
-
"type": "boolean"
|
|
2761
|
-
},
|
|
2762
|
-
"pool": {
|
|
2763
|
-
"description": "Creates the scratch org for a scratch org pool",
|
|
2764
|
-
"name": "pool",
|
|
2765
|
-
"allowNo": false,
|
|
2766
|
-
"type": "boolean"
|
|
2767
|
-
},
|
|
2768
2766
|
"debug": {
|
|
2769
2767
|
"char": "d",
|
|
2770
2768
|
"description": "Activate debug mode (more logs)",
|
|
@@ -2785,16 +2783,17 @@
|
|
|
2785
2783
|
"allowNo": false,
|
|
2786
2784
|
"type": "boolean"
|
|
2787
2785
|
},
|
|
2788
|
-
"target-
|
|
2786
|
+
"target-org": {
|
|
2789
2787
|
"aliases": [
|
|
2790
|
-
"
|
|
2788
|
+
"targetusername",
|
|
2789
|
+
"u"
|
|
2791
2790
|
],
|
|
2792
|
-
"char": "
|
|
2791
|
+
"char": "o",
|
|
2793
2792
|
"deprecateAliases": true,
|
|
2794
|
-
"name": "target-
|
|
2793
|
+
"name": "target-org",
|
|
2795
2794
|
"noCacheDefault": true,
|
|
2796
2795
|
"required": true,
|
|
2797
|
-
"summary": "Username or alias of the
|
|
2796
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2798
2797
|
"hasDynamicHelp": true,
|
|
2799
2798
|
"multiple": false,
|
|
2800
2799
|
"type": "option"
|
|
@@ -2802,42 +2801,38 @@
|
|
|
2802
2801
|
},
|
|
2803
2802
|
"hasDynamicHelp": true,
|
|
2804
2803
|
"hiddenAliases": [],
|
|
2805
|
-
"id": "hardis:scratch:
|
|
2804
|
+
"id": "hardis:scratch:pull",
|
|
2806
2805
|
"pluginAlias": "sfdx-hardis",
|
|
2807
2806
|
"pluginName": "sfdx-hardis",
|
|
2808
2807
|
"pluginType": "core",
|
|
2809
2808
|
"strict": true,
|
|
2810
2809
|
"enableJsonFlag": true,
|
|
2811
|
-
"title": "
|
|
2810
|
+
"title": "Scratch PULL",
|
|
2812
2811
|
"requiresProject": true,
|
|
2813
|
-
"requiresSfdxPlugins": [
|
|
2814
|
-
"sfdmu",
|
|
2815
|
-
"texei-sfdx-plugin"
|
|
2816
|
-
],
|
|
2817
2812
|
"isESM": true,
|
|
2818
2813
|
"relativePath": [
|
|
2819
2814
|
"lib",
|
|
2820
2815
|
"commands",
|
|
2821
2816
|
"hardis",
|
|
2822
2817
|
"scratch",
|
|
2823
|
-
"
|
|
2818
|
+
"pull.js"
|
|
2824
2819
|
],
|
|
2825
2820
|
"aliasPermutations": [],
|
|
2826
2821
|
"permutations": [
|
|
2827
|
-
"hardis:scratch:
|
|
2828
|
-
"scratch:hardis:
|
|
2829
|
-
"scratch:
|
|
2830
|
-
"hardis:
|
|
2831
|
-
"
|
|
2832
|
-
"
|
|
2822
|
+
"hardis:scratch:pull",
|
|
2823
|
+
"scratch:hardis:pull",
|
|
2824
|
+
"scratch:pull:hardis",
|
|
2825
|
+
"hardis:pull:scratch",
|
|
2826
|
+
"pull:hardis:scratch",
|
|
2827
|
+
"pull:scratch:hardis"
|
|
2833
2828
|
]
|
|
2834
2829
|
},
|
|
2835
|
-
"hardis:scratch:
|
|
2830
|
+
"hardis:scratch:push": {
|
|
2836
2831
|
"aliases": [],
|
|
2837
2832
|
"args": {},
|
|
2838
|
-
"description": "
|
|
2833
|
+
"description": "Push local files to scratch org\n\nCalls `sf project deploy start` under the hood\n",
|
|
2839
2834
|
"examples": [
|
|
2840
|
-
"$ sf hardis:scratch:
|
|
2835
|
+
"$ sf hardis:scratch:push"
|
|
2841
2836
|
],
|
|
2842
2837
|
"flags": {
|
|
2843
2838
|
"json": {
|
|
@@ -2875,16 +2870,17 @@
|
|
|
2875
2870
|
"allowNo": false,
|
|
2876
2871
|
"type": "boolean"
|
|
2877
2872
|
},
|
|
2878
|
-
"target-
|
|
2873
|
+
"target-org": {
|
|
2879
2874
|
"aliases": [
|
|
2880
|
-
"
|
|
2875
|
+
"targetusername",
|
|
2876
|
+
"u"
|
|
2881
2877
|
],
|
|
2882
|
-
"char": "
|
|
2878
|
+
"char": "o",
|
|
2883
2879
|
"deprecateAliases": true,
|
|
2884
|
-
"name": "target-
|
|
2880
|
+
"name": "target-org",
|
|
2885
2881
|
"noCacheDefault": true,
|
|
2886
2882
|
"required": true,
|
|
2887
|
-
"summary": "Username or alias of the
|
|
2883
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2888
2884
|
"hasDynamicHelp": true,
|
|
2889
2885
|
"multiple": false,
|
|
2890
2886
|
"type": "option"
|
|
@@ -2892,37 +2888,38 @@
|
|
|
2892
2888
|
},
|
|
2893
2889
|
"hasDynamicHelp": true,
|
|
2894
2890
|
"hiddenAliases": [],
|
|
2895
|
-
"id": "hardis:scratch:
|
|
2891
|
+
"id": "hardis:scratch:push",
|
|
2896
2892
|
"pluginAlias": "sfdx-hardis",
|
|
2897
2893
|
"pluginName": "sfdx-hardis",
|
|
2898
2894
|
"pluginType": "core",
|
|
2899
2895
|
"strict": true,
|
|
2900
2896
|
"enableJsonFlag": true,
|
|
2901
|
-
"title": "
|
|
2897
|
+
"title": "Scratch PUSH",
|
|
2898
|
+
"requiresProject": true,
|
|
2902
2899
|
"isESM": true,
|
|
2903
2900
|
"relativePath": [
|
|
2904
2901
|
"lib",
|
|
2905
2902
|
"commands",
|
|
2906
2903
|
"hardis",
|
|
2907
2904
|
"scratch",
|
|
2908
|
-
"
|
|
2905
|
+
"push.js"
|
|
2909
2906
|
],
|
|
2910
2907
|
"aliasPermutations": [],
|
|
2911
2908
|
"permutations": [
|
|
2912
|
-
"hardis:scratch:
|
|
2913
|
-
"scratch:hardis:
|
|
2914
|
-
"scratch:
|
|
2915
|
-
"hardis:
|
|
2916
|
-
"
|
|
2917
|
-
"
|
|
2909
|
+
"hardis:scratch:push",
|
|
2910
|
+
"scratch:hardis:push",
|
|
2911
|
+
"scratch:push:hardis",
|
|
2912
|
+
"hardis:push:scratch",
|
|
2913
|
+
"push:hardis:scratch",
|
|
2914
|
+
"push:scratch:hardis"
|
|
2918
2915
|
]
|
|
2919
2916
|
},
|
|
2920
|
-
"hardis:
|
|
2917
|
+
"hardis:packagexml:append": {
|
|
2921
2918
|
"aliases": [],
|
|
2922
2919
|
"args": {},
|
|
2923
|
-
"description": "
|
|
2920
|
+
"description": "Append one or multiple package.xml files into a single one",
|
|
2924
2921
|
"examples": [
|
|
2925
|
-
"$ sf hardis
|
|
2922
|
+
"$ sf hardis packagexml append -p package1.xml,package2.xml -o package3.xml"
|
|
2926
2923
|
],
|
|
2927
2924
|
"flags": {
|
|
2928
2925
|
"json": {
|
|
@@ -2940,76 +2937,70 @@
|
|
|
2940
2937
|
"multiple": false,
|
|
2941
2938
|
"type": "option"
|
|
2942
2939
|
},
|
|
2943
|
-
"
|
|
2944
|
-
"char": "
|
|
2945
|
-
"description": "
|
|
2946
|
-
"name": "
|
|
2947
|
-
"
|
|
2948
|
-
"
|
|
2940
|
+
"packagexmls": {
|
|
2941
|
+
"char": "p",
|
|
2942
|
+
"description": "package.xml files path (separated by commas)",
|
|
2943
|
+
"name": "packagexmls",
|
|
2944
|
+
"required": true,
|
|
2945
|
+
"hasDynamicHelp": false,
|
|
2946
|
+
"multiple": false,
|
|
2947
|
+
"type": "option"
|
|
2949
2948
|
},
|
|
2950
|
-
"
|
|
2951
|
-
"
|
|
2952
|
-
"
|
|
2949
|
+
"outputfile": {
|
|
2950
|
+
"char": "f",
|
|
2951
|
+
"description": "package.xml output file",
|
|
2952
|
+
"name": "outputfile",
|
|
2953
|
+
"required": true,
|
|
2953
2954
|
"hasDynamicHelp": false,
|
|
2954
2955
|
"multiple": false,
|
|
2955
2956
|
"type": "option"
|
|
2956
2957
|
},
|
|
2957
|
-
"
|
|
2958
|
-
"description": "
|
|
2959
|
-
"name": "
|
|
2958
|
+
"debug": {
|
|
2959
|
+
"description": "debug",
|
|
2960
|
+
"name": "debug",
|
|
2960
2961
|
"allowNo": false,
|
|
2961
2962
|
"type": "boolean"
|
|
2962
2963
|
},
|
|
2963
|
-
"
|
|
2964
|
-
"
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
],
|
|
2968
|
-
"char": "o",
|
|
2969
|
-
"deprecateAliases": true,
|
|
2970
|
-
"name": "target-org",
|
|
2971
|
-
"noCacheDefault": true,
|
|
2972
|
-
"required": true,
|
|
2973
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2974
|
-
"hasDynamicHelp": true,
|
|
2964
|
+
"websocket": {
|
|
2965
|
+
"description": "websocket",
|
|
2966
|
+
"name": "websocket",
|
|
2967
|
+
"hasDynamicHelp": false,
|
|
2975
2968
|
"multiple": false,
|
|
2976
2969
|
"type": "option"
|
|
2977
2970
|
}
|
|
2978
2971
|
},
|
|
2979
|
-
"hasDynamicHelp":
|
|
2972
|
+
"hasDynamicHelp": false,
|
|
2980
2973
|
"hiddenAliases": [],
|
|
2981
|
-
"id": "hardis:
|
|
2974
|
+
"id": "hardis:packagexml:append",
|
|
2982
2975
|
"pluginAlias": "sfdx-hardis",
|
|
2983
2976
|
"pluginName": "sfdx-hardis",
|
|
2984
2977
|
"pluginType": "core",
|
|
2985
2978
|
"strict": true,
|
|
2986
2979
|
"enableJsonFlag": true,
|
|
2987
|
-
"title": "Scratch PULL",
|
|
2988
|
-
"requiresProject": true,
|
|
2989
2980
|
"isESM": true,
|
|
2990
2981
|
"relativePath": [
|
|
2991
2982
|
"lib",
|
|
2992
2983
|
"commands",
|
|
2993
2984
|
"hardis",
|
|
2994
|
-
"
|
|
2995
|
-
"
|
|
2985
|
+
"packagexml",
|
|
2986
|
+
"append.js"
|
|
2996
2987
|
],
|
|
2997
2988
|
"aliasPermutations": [],
|
|
2998
2989
|
"permutations": [
|
|
2999
|
-
"hardis:
|
|
3000
|
-
"
|
|
3001
|
-
"
|
|
3002
|
-
"hardis:
|
|
3003
|
-
"
|
|
3004
|
-
"
|
|
2990
|
+
"hardis:packagexml:append",
|
|
2991
|
+
"packagexml:hardis:append",
|
|
2992
|
+
"packagexml:append:hardis",
|
|
2993
|
+
"hardis:append:packagexml",
|
|
2994
|
+
"append:hardis:packagexml",
|
|
2995
|
+
"append:packagexml:hardis"
|
|
3005
2996
|
]
|
|
3006
2997
|
},
|
|
3007
|
-
"hardis:
|
|
2998
|
+
"hardis:packagexml:remove": {
|
|
3008
2999
|
"aliases": [],
|
|
3009
3000
|
"args": {},
|
|
3010
|
-
"description": "
|
|
3001
|
+
"description": "Removes the content of a package.xml file matching another package.xml file",
|
|
3011
3002
|
"examples": [
|
|
3012
|
-
"$ sf hardis:
|
|
3003
|
+
"$ sf hardis packagexml:remove -p package.xml -r destructiveChanges.xml -o my-reduced-package.xml"
|
|
3013
3004
|
],
|
|
3014
3005
|
"flags": {
|
|
3015
3006
|
"json": {
|
|
@@ -3019,76 +3010,85 @@
|
|
|
3019
3010
|
"allowNo": false,
|
|
3020
3011
|
"type": "boolean"
|
|
3021
3012
|
},
|
|
3022
|
-
"flags-dir": {
|
|
3023
|
-
"helpGroup": "GLOBAL",
|
|
3024
|
-
"name": "flags-dir",
|
|
3025
|
-
"summary": "Import flag values from a directory.",
|
|
3013
|
+
"flags-dir": {
|
|
3014
|
+
"helpGroup": "GLOBAL",
|
|
3015
|
+
"name": "flags-dir",
|
|
3016
|
+
"summary": "Import flag values from a directory.",
|
|
3017
|
+
"hasDynamicHelp": false,
|
|
3018
|
+
"multiple": false,
|
|
3019
|
+
"type": "option"
|
|
3020
|
+
},
|
|
3021
|
+
"packagexml": {
|
|
3022
|
+
"char": "p",
|
|
3023
|
+
"description": "package.xml file to reduce",
|
|
3024
|
+
"name": "packagexml",
|
|
3025
|
+
"hasDynamicHelp": false,
|
|
3026
|
+
"multiple": false,
|
|
3027
|
+
"type": "option"
|
|
3028
|
+
},
|
|
3029
|
+
"removepackagexml": {
|
|
3030
|
+
"char": "r",
|
|
3031
|
+
"description": "package.xml file to use to filter input package.xml",
|
|
3032
|
+
"name": "removepackagexml",
|
|
3033
|
+
"hasDynamicHelp": false,
|
|
3034
|
+
"multiple": false,
|
|
3035
|
+
"type": "option"
|
|
3036
|
+
},
|
|
3037
|
+
"removedonly": {
|
|
3038
|
+
"char": "z",
|
|
3039
|
+
"description": "Use this flag to generate a package.xml with only removed items",
|
|
3040
|
+
"name": "removedonly",
|
|
3041
|
+
"allowNo": false,
|
|
3042
|
+
"type": "boolean"
|
|
3043
|
+
},
|
|
3044
|
+
"outputfile": {
|
|
3045
|
+
"char": "f",
|
|
3046
|
+
"description": "package.xml output file",
|
|
3047
|
+
"name": "outputfile",
|
|
3048
|
+
"required": true,
|
|
3026
3049
|
"hasDynamicHelp": false,
|
|
3027
3050
|
"multiple": false,
|
|
3028
3051
|
"type": "option"
|
|
3029
3052
|
},
|
|
3030
3053
|
"debug": {
|
|
3031
|
-
"
|
|
3032
|
-
"description": "Activate debug mode (more logs)",
|
|
3054
|
+
"description": "debug",
|
|
3033
3055
|
"name": "debug",
|
|
3034
3056
|
"allowNo": false,
|
|
3035
3057
|
"type": "boolean"
|
|
3036
3058
|
},
|
|
3037
3059
|
"websocket": {
|
|
3038
|
-
"description": "
|
|
3060
|
+
"description": "websocket",
|
|
3039
3061
|
"name": "websocket",
|
|
3040
3062
|
"hasDynamicHelp": false,
|
|
3041
3063
|
"multiple": false,
|
|
3042
3064
|
"type": "option"
|
|
3043
|
-
},
|
|
3044
|
-
"skipauth": {
|
|
3045
|
-
"description": "Skip authentication check when a default username is required",
|
|
3046
|
-
"name": "skipauth",
|
|
3047
|
-
"allowNo": false,
|
|
3048
|
-
"type": "boolean"
|
|
3049
|
-
},
|
|
3050
|
-
"target-org": {
|
|
3051
|
-
"aliases": [
|
|
3052
|
-
"targetusername",
|
|
3053
|
-
"u"
|
|
3054
|
-
],
|
|
3055
|
-
"char": "o",
|
|
3056
|
-
"deprecateAliases": true,
|
|
3057
|
-
"name": "target-org",
|
|
3058
|
-
"noCacheDefault": true,
|
|
3059
|
-
"required": true,
|
|
3060
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3061
|
-
"hasDynamicHelp": true,
|
|
3062
|
-
"multiple": false,
|
|
3063
|
-
"type": "option"
|
|
3064
3065
|
}
|
|
3065
3066
|
},
|
|
3066
|
-
"hasDynamicHelp":
|
|
3067
|
+
"hasDynamicHelp": false,
|
|
3067
3068
|
"hiddenAliases": [],
|
|
3068
|
-
"id": "hardis:
|
|
3069
|
+
"id": "hardis:packagexml:remove",
|
|
3069
3070
|
"pluginAlias": "sfdx-hardis",
|
|
3070
3071
|
"pluginName": "sfdx-hardis",
|
|
3071
3072
|
"pluginType": "core",
|
|
3072
3073
|
"strict": true,
|
|
3073
3074
|
"enableJsonFlag": true,
|
|
3074
|
-
"
|
|
3075
|
-
"requiresProject": true,
|
|
3075
|
+
"requiresProject": false,
|
|
3076
3076
|
"isESM": true,
|
|
3077
3077
|
"relativePath": [
|
|
3078
3078
|
"lib",
|
|
3079
3079
|
"commands",
|
|
3080
3080
|
"hardis",
|
|
3081
|
-
"
|
|
3082
|
-
"
|
|
3081
|
+
"packagexml",
|
|
3082
|
+
"remove.js"
|
|
3083
3083
|
],
|
|
3084
3084
|
"aliasPermutations": [],
|
|
3085
3085
|
"permutations": [
|
|
3086
|
-
"hardis:
|
|
3087
|
-
"
|
|
3088
|
-
"
|
|
3089
|
-
"hardis:
|
|
3090
|
-
"
|
|
3091
|
-
"
|
|
3086
|
+
"hardis:packagexml:remove",
|
|
3087
|
+
"packagexml:hardis:remove",
|
|
3088
|
+
"packagexml:remove:hardis",
|
|
3089
|
+
"hardis:remove:packagexml",
|
|
3090
|
+
"remove:hardis:packagexml",
|
|
3091
|
+
"remove:packagexml:hardis"
|
|
3092
3092
|
]
|
|
3093
3093
|
},
|
|
3094
3094
|
"hardis:source:deploy": {
|
|
@@ -4114,105 +4114,6 @@
|
|
|
4114
4114
|
"ws:work:hardis"
|
|
4115
4115
|
]
|
|
4116
4116
|
},
|
|
4117
|
-
"hardis:doc:extract:permsetgroups": {
|
|
4118
|
-
"aliases": [],
|
|
4119
|
-
"args": {},
|
|
4120
|
-
"description": "Generate markdown files with project documentation",
|
|
4121
|
-
"examples": [
|
|
4122
|
-
"$ sf hardis:doc:extract:permsetgroups"
|
|
4123
|
-
],
|
|
4124
|
-
"flags": {
|
|
4125
|
-
"json": {
|
|
4126
|
-
"description": "Format output as json.",
|
|
4127
|
-
"helpGroup": "GLOBAL",
|
|
4128
|
-
"name": "json",
|
|
4129
|
-
"allowNo": false,
|
|
4130
|
-
"type": "boolean"
|
|
4131
|
-
},
|
|
4132
|
-
"flags-dir": {
|
|
4133
|
-
"helpGroup": "GLOBAL",
|
|
4134
|
-
"name": "flags-dir",
|
|
4135
|
-
"summary": "Import flag values from a directory.",
|
|
4136
|
-
"hasDynamicHelp": false,
|
|
4137
|
-
"multiple": false,
|
|
4138
|
-
"type": "option"
|
|
4139
|
-
},
|
|
4140
|
-
"outputfile": {
|
|
4141
|
-
"char": "f",
|
|
4142
|
-
"description": "Force the path and name of output report file. Must end with .csv",
|
|
4143
|
-
"name": "outputfile",
|
|
4144
|
-
"hasDynamicHelp": false,
|
|
4145
|
-
"multiple": false,
|
|
4146
|
-
"type": "option"
|
|
4147
|
-
},
|
|
4148
|
-
"debug": {
|
|
4149
|
-
"char": "d",
|
|
4150
|
-
"description": "Activate debug mode (more logs)",
|
|
4151
|
-
"name": "debug",
|
|
4152
|
-
"allowNo": false,
|
|
4153
|
-
"type": "boolean"
|
|
4154
|
-
},
|
|
4155
|
-
"websocket": {
|
|
4156
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
4157
|
-
"name": "websocket",
|
|
4158
|
-
"hasDynamicHelp": false,
|
|
4159
|
-
"multiple": false,
|
|
4160
|
-
"type": "option"
|
|
4161
|
-
},
|
|
4162
|
-
"skipauth": {
|
|
4163
|
-
"description": "Skip authentication check when a default username is required",
|
|
4164
|
-
"name": "skipauth",
|
|
4165
|
-
"allowNo": false,
|
|
4166
|
-
"type": "boolean"
|
|
4167
|
-
}
|
|
4168
|
-
},
|
|
4169
|
-
"hasDynamicHelp": false,
|
|
4170
|
-
"hiddenAliases": [],
|
|
4171
|
-
"id": "hardis:doc:extract:permsetgroups",
|
|
4172
|
-
"pluginAlias": "sfdx-hardis",
|
|
4173
|
-
"pluginName": "sfdx-hardis",
|
|
4174
|
-
"pluginType": "core",
|
|
4175
|
-
"strict": true,
|
|
4176
|
-
"enableJsonFlag": true,
|
|
4177
|
-
"title": "Generate project documentation",
|
|
4178
|
-
"requiresProject": true,
|
|
4179
|
-
"isESM": true,
|
|
4180
|
-
"relativePath": [
|
|
4181
|
-
"lib",
|
|
4182
|
-
"commands",
|
|
4183
|
-
"hardis",
|
|
4184
|
-
"doc",
|
|
4185
|
-
"extract",
|
|
4186
|
-
"permsetgroups.js"
|
|
4187
|
-
],
|
|
4188
|
-
"aliasPermutations": [],
|
|
4189
|
-
"permutations": [
|
|
4190
|
-
"hardis:doc:extract:permsetgroups",
|
|
4191
|
-
"doc:hardis:extract:permsetgroups",
|
|
4192
|
-
"doc:extract:hardis:permsetgroups",
|
|
4193
|
-
"doc:extract:permsetgroups:hardis",
|
|
4194
|
-
"hardis:extract:doc:permsetgroups",
|
|
4195
|
-
"extract:hardis:doc:permsetgroups",
|
|
4196
|
-
"extract:doc:hardis:permsetgroups",
|
|
4197
|
-
"extract:doc:permsetgroups:hardis",
|
|
4198
|
-
"hardis:extract:permsetgroups:doc",
|
|
4199
|
-
"extract:hardis:permsetgroups:doc",
|
|
4200
|
-
"extract:permsetgroups:hardis:doc",
|
|
4201
|
-
"extract:permsetgroups:doc:hardis",
|
|
4202
|
-
"hardis:doc:permsetgroups:extract",
|
|
4203
|
-
"doc:hardis:permsetgroups:extract",
|
|
4204
|
-
"doc:permsetgroups:hardis:extract",
|
|
4205
|
-
"doc:permsetgroups:extract:hardis",
|
|
4206
|
-
"hardis:permsetgroups:doc:extract",
|
|
4207
|
-
"permsetgroups:hardis:doc:extract",
|
|
4208
|
-
"permsetgroups:doc:hardis:extract",
|
|
4209
|
-
"permsetgroups:doc:extract:hardis",
|
|
4210
|
-
"hardis:permsetgroups:extract:doc",
|
|
4211
|
-
"permsetgroups:hardis:extract:doc",
|
|
4212
|
-
"permsetgroups:extract:hardis:doc",
|
|
4213
|
-
"permsetgroups:extract:doc:hardis"
|
|
4214
|
-
]
|
|
4215
|
-
},
|
|
4216
4117
|
"hardis:doc:plugin:generate": {
|
|
4217
4118
|
"aliases": [],
|
|
4218
4119
|
"args": {},
|
|
@@ -4433,6 +4334,105 @@
|
|
|
4433
4334
|
"extract:pull-requests:git:hardis"
|
|
4434
4335
|
]
|
|
4435
4336
|
},
|
|
4337
|
+
"hardis:doc:extract:permsetgroups": {
|
|
4338
|
+
"aliases": [],
|
|
4339
|
+
"args": {},
|
|
4340
|
+
"description": "Generate markdown files with project documentation",
|
|
4341
|
+
"examples": [
|
|
4342
|
+
"$ sf hardis:doc:extract:permsetgroups"
|
|
4343
|
+
],
|
|
4344
|
+
"flags": {
|
|
4345
|
+
"json": {
|
|
4346
|
+
"description": "Format output as json.",
|
|
4347
|
+
"helpGroup": "GLOBAL",
|
|
4348
|
+
"name": "json",
|
|
4349
|
+
"allowNo": false,
|
|
4350
|
+
"type": "boolean"
|
|
4351
|
+
},
|
|
4352
|
+
"flags-dir": {
|
|
4353
|
+
"helpGroup": "GLOBAL",
|
|
4354
|
+
"name": "flags-dir",
|
|
4355
|
+
"summary": "Import flag values from a directory.",
|
|
4356
|
+
"hasDynamicHelp": false,
|
|
4357
|
+
"multiple": false,
|
|
4358
|
+
"type": "option"
|
|
4359
|
+
},
|
|
4360
|
+
"outputfile": {
|
|
4361
|
+
"char": "f",
|
|
4362
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
4363
|
+
"name": "outputfile",
|
|
4364
|
+
"hasDynamicHelp": false,
|
|
4365
|
+
"multiple": false,
|
|
4366
|
+
"type": "option"
|
|
4367
|
+
},
|
|
4368
|
+
"debug": {
|
|
4369
|
+
"char": "d",
|
|
4370
|
+
"description": "Activate debug mode (more logs)",
|
|
4371
|
+
"name": "debug",
|
|
4372
|
+
"allowNo": false,
|
|
4373
|
+
"type": "boolean"
|
|
4374
|
+
},
|
|
4375
|
+
"websocket": {
|
|
4376
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
4377
|
+
"name": "websocket",
|
|
4378
|
+
"hasDynamicHelp": false,
|
|
4379
|
+
"multiple": false,
|
|
4380
|
+
"type": "option"
|
|
4381
|
+
},
|
|
4382
|
+
"skipauth": {
|
|
4383
|
+
"description": "Skip authentication check when a default username is required",
|
|
4384
|
+
"name": "skipauth",
|
|
4385
|
+
"allowNo": false,
|
|
4386
|
+
"type": "boolean"
|
|
4387
|
+
}
|
|
4388
|
+
},
|
|
4389
|
+
"hasDynamicHelp": false,
|
|
4390
|
+
"hiddenAliases": [],
|
|
4391
|
+
"id": "hardis:doc:extract:permsetgroups",
|
|
4392
|
+
"pluginAlias": "sfdx-hardis",
|
|
4393
|
+
"pluginName": "sfdx-hardis",
|
|
4394
|
+
"pluginType": "core",
|
|
4395
|
+
"strict": true,
|
|
4396
|
+
"enableJsonFlag": true,
|
|
4397
|
+
"title": "Generate project documentation",
|
|
4398
|
+
"requiresProject": true,
|
|
4399
|
+
"isESM": true,
|
|
4400
|
+
"relativePath": [
|
|
4401
|
+
"lib",
|
|
4402
|
+
"commands",
|
|
4403
|
+
"hardis",
|
|
4404
|
+
"doc",
|
|
4405
|
+
"extract",
|
|
4406
|
+
"permsetgroups.js"
|
|
4407
|
+
],
|
|
4408
|
+
"aliasPermutations": [],
|
|
4409
|
+
"permutations": [
|
|
4410
|
+
"hardis:doc:extract:permsetgroups",
|
|
4411
|
+
"doc:hardis:extract:permsetgroups",
|
|
4412
|
+
"doc:extract:hardis:permsetgroups",
|
|
4413
|
+
"doc:extract:permsetgroups:hardis",
|
|
4414
|
+
"hardis:extract:doc:permsetgroups",
|
|
4415
|
+
"extract:hardis:doc:permsetgroups",
|
|
4416
|
+
"extract:doc:hardis:permsetgroups",
|
|
4417
|
+
"extract:doc:permsetgroups:hardis",
|
|
4418
|
+
"hardis:extract:permsetgroups:doc",
|
|
4419
|
+
"extract:hardis:permsetgroups:doc",
|
|
4420
|
+
"extract:permsetgroups:hardis:doc",
|
|
4421
|
+
"extract:permsetgroups:doc:hardis",
|
|
4422
|
+
"hardis:doc:permsetgroups:extract",
|
|
4423
|
+
"doc:hardis:permsetgroups:extract",
|
|
4424
|
+
"doc:permsetgroups:hardis:extract",
|
|
4425
|
+
"doc:permsetgroups:extract:hardis",
|
|
4426
|
+
"hardis:permsetgroups:doc:extract",
|
|
4427
|
+
"permsetgroups:hardis:doc:extract",
|
|
4428
|
+
"permsetgroups:doc:hardis:extract",
|
|
4429
|
+
"permsetgroups:doc:extract:hardis",
|
|
4430
|
+
"hardis:permsetgroups:extract:doc",
|
|
4431
|
+
"permsetgroups:hardis:extract:doc",
|
|
4432
|
+
"permsetgroups:extract:hardis:doc",
|
|
4433
|
+
"permsetgroups:extract:doc:hardis"
|
|
4434
|
+
]
|
|
4435
|
+
},
|
|
4436
4436
|
"hardis:org:community:update": {
|
|
4437
4437
|
"aliases": [],
|
|
4438
4438
|
"args": {},
|
|
@@ -14517,5 +14517,5 @@
|
|
|
14517
14517
|
]
|
|
14518
14518
|
}
|
|
14519
14519
|
},
|
|
14520
|
-
"version": "5.24.3
|
|
14520
|
+
"version": "5.24.3"
|
|
14521
14521
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Swiss-army-knife Toolbox for Salesforce.\n Allows you to define a complete CD/CD Pipeline.\n Orchestrate base commands and assist users with interactive wizards",
|
|
4
4
|
"author": "NicolasVuillamy @nvuillam",
|
|
5
5
|
"bugs": "https://github.com/hardisgroupcom/sfdx-hardis/issues",
|
|
6
|
-
"version": "5.24.3
|
|
6
|
+
"version": "5.24.3",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@actions/github": "^6.0.0",
|
|
9
9
|
"@cparra/apexdocs": "^3.9.0",
|