sfdx-hardis 5.44.1 → 5.44.2-alpha202507220958.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/oclif.lock +796 -1004
- package/oclif.manifest.json +1036 -1036
- package/package.json +6 -6
package/oclif.manifest.json
CHANGED
|
@@ -57,13 +57,12 @@
|
|
|
57
57
|
"world:hello"
|
|
58
58
|
]
|
|
59
59
|
},
|
|
60
|
-
"hardis:
|
|
60
|
+
"hardis:cache:clear": {
|
|
61
61
|
"aliases": [],
|
|
62
62
|
"args": {},
|
|
63
|
-
"description": "
|
|
63
|
+
"description": "Clear cache generated by sfdx-hardis",
|
|
64
64
|
"examples": [
|
|
65
|
-
"$ sf hardis:
|
|
66
|
-
"CI=true sf hardis:auth:login"
|
|
65
|
+
"$ sf hardis:cache:clear"
|
|
67
66
|
],
|
|
68
67
|
"flags": {
|
|
69
68
|
"json": {
|
|
@@ -81,28 +80,6 @@
|
|
|
81
80
|
"multiple": false,
|
|
82
81
|
"type": "option"
|
|
83
82
|
},
|
|
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
|
-
},
|
|
106
83
|
"debug": {
|
|
107
84
|
"char": "d",
|
|
108
85
|
"description": "Activate debug mode (more logs)",
|
|
@@ -126,38 +103,38 @@
|
|
|
126
103
|
},
|
|
127
104
|
"hasDynamicHelp": false,
|
|
128
105
|
"hiddenAliases": [],
|
|
129
|
-
"id": "hardis:
|
|
106
|
+
"id": "hardis:cache:clear",
|
|
130
107
|
"pluginAlias": "sfdx-hardis",
|
|
131
108
|
"pluginName": "sfdx-hardis",
|
|
132
109
|
"pluginType": "core",
|
|
133
110
|
"strict": true,
|
|
134
111
|
"enableJsonFlag": true,
|
|
135
|
-
"title": "
|
|
112
|
+
"title": "Clear sfdx-hardis cache",
|
|
136
113
|
"requiresProject": false,
|
|
137
114
|
"isESM": true,
|
|
138
115
|
"relativePath": [
|
|
139
116
|
"lib",
|
|
140
117
|
"commands",
|
|
141
118
|
"hardis",
|
|
142
|
-
"
|
|
143
|
-
"
|
|
119
|
+
"cache",
|
|
120
|
+
"clear.js"
|
|
144
121
|
],
|
|
145
122
|
"aliasPermutations": [],
|
|
146
123
|
"permutations": [
|
|
147
|
-
"hardis:
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"hardis:
|
|
151
|
-
"
|
|
152
|
-
"
|
|
124
|
+
"hardis:cache:clear",
|
|
125
|
+
"cache:hardis:clear",
|
|
126
|
+
"cache:clear:hardis",
|
|
127
|
+
"hardis:clear:cache",
|
|
128
|
+
"clear:hardis:cache",
|
|
129
|
+
"clear:cache:hardis"
|
|
153
130
|
]
|
|
154
131
|
},
|
|
155
|
-
"hardis:
|
|
132
|
+
"hardis:config:get": {
|
|
156
133
|
"aliases": [],
|
|
157
134
|
"args": {},
|
|
158
|
-
"description": "
|
|
135
|
+
"description": "Returns sfdx-hardis project config for a given level",
|
|
159
136
|
"examples": [
|
|
160
|
-
"$ sf hardis:
|
|
137
|
+
"$ sf hardis:project:deploy:sources:metadata"
|
|
161
138
|
],
|
|
162
139
|
"flags": {
|
|
163
140
|
"json": {
|
|
@@ -175,6 +152,20 @@
|
|
|
175
152
|
"multiple": false,
|
|
176
153
|
"type": "option"
|
|
177
154
|
},
|
|
155
|
+
"level": {
|
|
156
|
+
"char": "l",
|
|
157
|
+
"description": "project,branch or user",
|
|
158
|
+
"name": "level",
|
|
159
|
+
"default": "project",
|
|
160
|
+
"hasDynamicHelp": false,
|
|
161
|
+
"multiple": false,
|
|
162
|
+
"options": [
|
|
163
|
+
"project",
|
|
164
|
+
"branch",
|
|
165
|
+
"user"
|
|
166
|
+
],
|
|
167
|
+
"type": "option"
|
|
168
|
+
},
|
|
178
169
|
"debug": {
|
|
179
170
|
"char": "d",
|
|
180
171
|
"description": "Activate debug mode (more logs)",
|
|
@@ -198,38 +189,39 @@
|
|
|
198
189
|
},
|
|
199
190
|
"hasDynamicHelp": false,
|
|
200
191
|
"hiddenAliases": [],
|
|
201
|
-
"id": "hardis:
|
|
192
|
+
"id": "hardis:config:get",
|
|
202
193
|
"pluginAlias": "sfdx-hardis",
|
|
203
194
|
"pluginName": "sfdx-hardis",
|
|
204
195
|
"pluginType": "core",
|
|
205
196
|
"strict": true,
|
|
206
197
|
"enableJsonFlag": true,
|
|
207
|
-
"title": "
|
|
198
|
+
"title": "Deploy metadata sources to org",
|
|
208
199
|
"requiresProject": false,
|
|
209
200
|
"isESM": true,
|
|
210
201
|
"relativePath": [
|
|
211
202
|
"lib",
|
|
212
203
|
"commands",
|
|
213
204
|
"hardis",
|
|
214
|
-
"
|
|
215
|
-
"
|
|
205
|
+
"config",
|
|
206
|
+
"get.js"
|
|
216
207
|
],
|
|
217
208
|
"aliasPermutations": [],
|
|
218
209
|
"permutations": [
|
|
219
|
-
"hardis:
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"hardis:
|
|
223
|
-
"
|
|
224
|
-
"
|
|
210
|
+
"hardis:config:get",
|
|
211
|
+
"config:hardis:get",
|
|
212
|
+
"config:get:hardis",
|
|
213
|
+
"hardis:get:config",
|
|
214
|
+
"get:hardis:config",
|
|
215
|
+
"get:config:hardis"
|
|
225
216
|
]
|
|
226
217
|
},
|
|
227
|
-
"hardis:
|
|
218
|
+
"hardis:auth:login": {
|
|
228
219
|
"aliases": [],
|
|
229
220
|
"args": {},
|
|
230
|
-
"description": "
|
|
221
|
+
"description": "\nLogins to a Salesforce org from CI/CD workflows.\n\nWill use the variables and files defined by configuration commands:\n\n- CI/CD repos: [Configure Org CI Authentication](https://sfdx-hardis.cloudity.com/hardis/project/configure/auth/)\n- Monitoring repos: [Configure Org Monitoring](https://sfdx-hardis.cloudity.com/hardis/org/configure/monitoring/)\n\nIf you have a technical org (for example to call Agentforce from another org, you can define variable SFDX_AUTH_URL_TECHNICAL_ORG and it will authenticate it with alias TECHNICAL_ORG)\n\nYou can get SFDX_AUTH_URL_TECHNICAL_ORG value by running the command: `sf org display --verbose --json` and copy the value of the field `sfdxAuthUrl` in the output.\n",
|
|
231
222
|
"examples": [
|
|
232
|
-
"$ sf hardis:
|
|
223
|
+
"$ sf hardis:auth:login",
|
|
224
|
+
"CI=true sf hardis:auth:login"
|
|
233
225
|
],
|
|
234
226
|
"flags": {
|
|
235
227
|
"json": {
|
|
@@ -247,20 +239,28 @@
|
|
|
247
239
|
"multiple": false,
|
|
248
240
|
"type": "option"
|
|
249
241
|
},
|
|
250
|
-
"
|
|
251
|
-
"char": "
|
|
252
|
-
"description": "
|
|
253
|
-
"name": "
|
|
254
|
-
"default": "project",
|
|
242
|
+
"instanceurl": {
|
|
243
|
+
"char": "r",
|
|
244
|
+
"description": "URL of org instance",
|
|
245
|
+
"name": "instanceurl",
|
|
255
246
|
"hasDynamicHelp": false,
|
|
256
247
|
"multiple": false,
|
|
257
|
-
"options": [
|
|
258
|
-
"project",
|
|
259
|
-
"branch",
|
|
260
|
-
"user"
|
|
261
|
-
],
|
|
262
248
|
"type": "option"
|
|
263
249
|
},
|
|
250
|
+
"devhub": {
|
|
251
|
+
"char": "h",
|
|
252
|
+
"description": "Also connect associated DevHub",
|
|
253
|
+
"name": "devhub",
|
|
254
|
+
"allowNo": false,
|
|
255
|
+
"type": "boolean"
|
|
256
|
+
},
|
|
257
|
+
"scratchorg": {
|
|
258
|
+
"char": "s",
|
|
259
|
+
"description": "Scratch org",
|
|
260
|
+
"name": "scratchorg",
|
|
261
|
+
"allowNo": false,
|
|
262
|
+
"type": "boolean"
|
|
263
|
+
},
|
|
264
264
|
"debug": {
|
|
265
265
|
"char": "d",
|
|
266
266
|
"description": "Activate debug mode (more logs)",
|
|
@@ -284,30 +284,30 @@
|
|
|
284
284
|
},
|
|
285
285
|
"hasDynamicHelp": false,
|
|
286
286
|
"hiddenAliases": [],
|
|
287
|
-
"id": "hardis:
|
|
287
|
+
"id": "hardis:auth:login",
|
|
288
288
|
"pluginAlias": "sfdx-hardis",
|
|
289
289
|
"pluginName": "sfdx-hardis",
|
|
290
290
|
"pluginType": "core",
|
|
291
291
|
"strict": true,
|
|
292
292
|
"enableJsonFlag": true,
|
|
293
|
-
"title": "
|
|
293
|
+
"title": "Login",
|
|
294
294
|
"requiresProject": false,
|
|
295
295
|
"isESM": true,
|
|
296
296
|
"relativePath": [
|
|
297
297
|
"lib",
|
|
298
298
|
"commands",
|
|
299
299
|
"hardis",
|
|
300
|
-
"
|
|
301
|
-
"
|
|
300
|
+
"auth",
|
|
301
|
+
"login.js"
|
|
302
302
|
],
|
|
303
303
|
"aliasPermutations": [],
|
|
304
304
|
"permutations": [
|
|
305
|
-
"hardis:
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"hardis:
|
|
309
|
-
"
|
|
310
|
-
"
|
|
305
|
+
"hardis:auth:login",
|
|
306
|
+
"auth:hardis:login",
|
|
307
|
+
"auth:login:hardis",
|
|
308
|
+
"hardis:login:auth",
|
|
309
|
+
"login:hardis:auth",
|
|
310
|
+
"login:auth:hardis"
|
|
311
311
|
]
|
|
312
312
|
},
|
|
313
313
|
"hardis:doc:fieldusage": {
|
|
@@ -5476,15 +5476,12 @@
|
|
|
5476
5476
|
"import:data:org:hardis"
|
|
5477
5477
|
]
|
|
5478
5478
|
},
|
|
5479
|
-
"hardis:org:
|
|
5479
|
+
"hardis:org:files:export": {
|
|
5480
5480
|
"aliases": [],
|
|
5481
5481
|
"args": {},
|
|
5482
|
-
"description": "Export
|
|
5482
|
+
"description": "Export file attachments from a Salesforce org\n\nHandles:\n\n- ContentVersion\n- Attachment\n\nSee article below:\n\n[](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
|
|
5483
5483
|
"examples": [
|
|
5484
|
-
"$ sf hardis:org:
|
|
5485
|
-
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com",
|
|
5486
|
-
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com,bertrand@titi.com",
|
|
5487
|
-
"$ sf hardis:org:diagnose:audittrail --lastndays 5"
|
|
5484
|
+
"$ sf hardis:org:files:export"
|
|
5488
5485
|
],
|
|
5489
5486
|
"flags": {
|
|
5490
5487
|
"json": {
|
|
@@ -5502,26 +5499,37 @@
|
|
|
5502
5499
|
"multiple": false,
|
|
5503
5500
|
"type": "option"
|
|
5504
5501
|
},
|
|
5505
|
-
"
|
|
5506
|
-
"char": "
|
|
5507
|
-
"description": "
|
|
5508
|
-
"name": "
|
|
5502
|
+
"path": {
|
|
5503
|
+
"char": "p",
|
|
5504
|
+
"description": "Path to the file export project",
|
|
5505
|
+
"name": "path",
|
|
5509
5506
|
"hasDynamicHelp": false,
|
|
5510
5507
|
"multiple": false,
|
|
5511
5508
|
"type": "option"
|
|
5512
5509
|
},
|
|
5513
|
-
"
|
|
5510
|
+
"chunksize": {
|
|
5511
|
+
"char": "c",
|
|
5512
|
+
"description": "Number of records to add in a chunk before it is processed",
|
|
5513
|
+
"name": "chunksize",
|
|
5514
|
+
"default": 1000,
|
|
5515
|
+
"hasDynamicHelp": false,
|
|
5516
|
+
"multiple": false,
|
|
5517
|
+
"type": "option"
|
|
5518
|
+
},
|
|
5519
|
+
"polltimeout": {
|
|
5514
5520
|
"char": "t",
|
|
5515
|
-
"description": "
|
|
5516
|
-
"name": "
|
|
5521
|
+
"description": "Timeout in MS for Bulk API calls",
|
|
5522
|
+
"name": "polltimeout",
|
|
5523
|
+
"default": 300000,
|
|
5517
5524
|
"hasDynamicHelp": false,
|
|
5518
5525
|
"multiple": false,
|
|
5519
5526
|
"type": "option"
|
|
5520
5527
|
},
|
|
5521
|
-
"
|
|
5522
|
-
"char": "
|
|
5523
|
-
"description": "
|
|
5524
|
-
"name": "
|
|
5528
|
+
"startchunknumber": {
|
|
5529
|
+
"char": "s",
|
|
5530
|
+
"description": "Chunk number to start from",
|
|
5531
|
+
"name": "startchunknumber",
|
|
5532
|
+
"default": 0,
|
|
5525
5533
|
"hasDynamicHelp": false,
|
|
5526
5534
|
"multiple": false,
|
|
5527
5535
|
"type": "option"
|
|
@@ -5564,13 +5572,13 @@
|
|
|
5564
5572
|
},
|
|
5565
5573
|
"hasDynamicHelp": true,
|
|
5566
5574
|
"hiddenAliases": [],
|
|
5567
|
-
"id": "hardis:org:
|
|
5575
|
+
"id": "hardis:org:files:export",
|
|
5568
5576
|
"pluginAlias": "sfdx-hardis",
|
|
5569
5577
|
"pluginName": "sfdx-hardis",
|
|
5570
5578
|
"pluginType": "core",
|
|
5571
5579
|
"strict": true,
|
|
5572
5580
|
"enableJsonFlag": true,
|
|
5573
|
-
"title": "
|
|
5581
|
+
"title": "Export files",
|
|
5574
5582
|
"requiresProject": false,
|
|
5575
5583
|
"isESM": true,
|
|
5576
5584
|
"relativePath": [
|
|
@@ -5578,43 +5586,43 @@
|
|
|
5578
5586
|
"commands",
|
|
5579
5587
|
"hardis",
|
|
5580
5588
|
"org",
|
|
5581
|
-
"
|
|
5582
|
-
"
|
|
5589
|
+
"files",
|
|
5590
|
+
"export.js"
|
|
5583
5591
|
],
|
|
5584
5592
|
"aliasPermutations": [],
|
|
5585
5593
|
"permutations": [
|
|
5586
|
-
"hardis:org:
|
|
5587
|
-
"org:hardis:
|
|
5588
|
-
"org:
|
|
5589
|
-
"org:
|
|
5590
|
-
"hardis:
|
|
5591
|
-
"
|
|
5592
|
-
"
|
|
5593
|
-
"
|
|
5594
|
-
"hardis:
|
|
5595
|
-
"
|
|
5596
|
-
"
|
|
5597
|
-
"
|
|
5598
|
-
"hardis:org:
|
|
5599
|
-
"org:hardis:
|
|
5600
|
-
"org:
|
|
5601
|
-
"org:
|
|
5602
|
-
"hardis:
|
|
5603
|
-
"
|
|
5604
|
-
"
|
|
5605
|
-
"
|
|
5606
|
-
"hardis:
|
|
5607
|
-
"
|
|
5608
|
-
"
|
|
5609
|
-
"
|
|
5594
|
+
"hardis:org:files:export",
|
|
5595
|
+
"org:hardis:files:export",
|
|
5596
|
+
"org:files:hardis:export",
|
|
5597
|
+
"org:files:export:hardis",
|
|
5598
|
+
"hardis:files:org:export",
|
|
5599
|
+
"files:hardis:org:export",
|
|
5600
|
+
"files:org:hardis:export",
|
|
5601
|
+
"files:org:export:hardis",
|
|
5602
|
+
"hardis:files:export:org",
|
|
5603
|
+
"files:hardis:export:org",
|
|
5604
|
+
"files:export:hardis:org",
|
|
5605
|
+
"files:export:org:hardis",
|
|
5606
|
+
"hardis:org:export:files",
|
|
5607
|
+
"org:hardis:export:files",
|
|
5608
|
+
"org:export:hardis:files",
|
|
5609
|
+
"org:export:files:hardis",
|
|
5610
|
+
"hardis:export:org:files",
|
|
5611
|
+
"export:hardis:org:files",
|
|
5612
|
+
"export:org:hardis:files",
|
|
5613
|
+
"export:org:files:hardis",
|
|
5614
|
+
"hardis:export:files:org",
|
|
5615
|
+
"export:hardis:files:org",
|
|
5616
|
+
"export:files:hardis:org",
|
|
5617
|
+
"export:files:org:hardis"
|
|
5610
5618
|
]
|
|
5611
5619
|
},
|
|
5612
|
-
"hardis:org:
|
|
5620
|
+
"hardis:org:files:import": {
|
|
5613
5621
|
"aliases": [],
|
|
5614
5622
|
"args": {},
|
|
5615
|
-
"description": "
|
|
5623
|
+
"description": "Import file attachments into a Salesforce org\n\nSee article below to see how to Export them.\n\n[](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
|
|
5616
5624
|
"examples": [
|
|
5617
|
-
"$ sf hardis:org:
|
|
5625
|
+
"$ sf hardis:org:files:import"
|
|
5618
5626
|
],
|
|
5619
5627
|
"flags": {
|
|
5620
5628
|
"json": {
|
|
@@ -5632,14 +5640,29 @@
|
|
|
5632
5640
|
"multiple": false,
|
|
5633
5641
|
"type": "option"
|
|
5634
5642
|
},
|
|
5635
|
-
"
|
|
5636
|
-
"char": "
|
|
5637
|
-
"description": "
|
|
5638
|
-
"name": "
|
|
5639
|
-
"
|
|
5640
|
-
"
|
|
5641
|
-
|
|
5642
|
-
|
|
5643
|
+
"path": {
|
|
5644
|
+
"char": "p",
|
|
5645
|
+
"description": "Path to the file export project",
|
|
5646
|
+
"name": "path",
|
|
5647
|
+
"hasDynamicHelp": false,
|
|
5648
|
+
"multiple": false,
|
|
5649
|
+
"type": "option"
|
|
5650
|
+
},
|
|
5651
|
+
"overwrite": {
|
|
5652
|
+
"char": "f",
|
|
5653
|
+
"description": "Override existing files (doubles the number of API calls)",
|
|
5654
|
+
"name": "overwrite",
|
|
5655
|
+
"allowNo": false,
|
|
5656
|
+
"type": "boolean"
|
|
5657
|
+
},
|
|
5658
|
+
"debug": {
|
|
5659
|
+
"char": "d",
|
|
5660
|
+
"description": "Activate debug mode (more logs)",
|
|
5661
|
+
"name": "debug",
|
|
5662
|
+
"allowNo": false,
|
|
5663
|
+
"type": "boolean"
|
|
5664
|
+
},
|
|
5665
|
+
"websocket": {
|
|
5643
5666
|
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
5644
5667
|
"name": "websocket",
|
|
5645
5668
|
"hasDynamicHelp": false,
|
|
@@ -5670,13 +5693,13 @@
|
|
|
5670
5693
|
},
|
|
5671
5694
|
"hasDynamicHelp": true,
|
|
5672
5695
|
"hiddenAliases": [],
|
|
5673
|
-
"id": "hardis:org:
|
|
5696
|
+
"id": "hardis:org:files:import",
|
|
5674
5697
|
"pluginAlias": "sfdx-hardis",
|
|
5675
5698
|
"pluginName": "sfdx-hardis",
|
|
5676
5699
|
"pluginType": "core",
|
|
5677
5700
|
"strict": true,
|
|
5678
5701
|
"enableJsonFlag": true,
|
|
5679
|
-
"title": "
|
|
5702
|
+
"title": "Import files",
|
|
5680
5703
|
"requiresProject": false,
|
|
5681
5704
|
"isESM": true,
|
|
5682
5705
|
"relativePath": [
|
|
@@ -5684,46 +5707,46 @@
|
|
|
5684
5707
|
"commands",
|
|
5685
5708
|
"hardis",
|
|
5686
5709
|
"org",
|
|
5687
|
-
"
|
|
5688
|
-
"
|
|
5710
|
+
"files",
|
|
5711
|
+
"import.js"
|
|
5689
5712
|
],
|
|
5690
5713
|
"aliasPermutations": [],
|
|
5691
5714
|
"permutations": [
|
|
5692
|
-
"hardis:org:
|
|
5693
|
-
"org:hardis:
|
|
5694
|
-
"org:
|
|
5695
|
-
"org:
|
|
5696
|
-
"hardis:
|
|
5697
|
-
"
|
|
5698
|
-
"
|
|
5699
|
-
"
|
|
5700
|
-
"hardis:
|
|
5701
|
-
"
|
|
5702
|
-
"
|
|
5703
|
-
"
|
|
5704
|
-
"hardis:org:
|
|
5705
|
-
"org:hardis:
|
|
5706
|
-
"org:
|
|
5707
|
-
"org:
|
|
5708
|
-
"hardis:
|
|
5709
|
-
"
|
|
5710
|
-
"
|
|
5711
|
-
"
|
|
5712
|
-
"hardis:
|
|
5713
|
-
"
|
|
5714
|
-
"
|
|
5715
|
-
"
|
|
5715
|
+
"hardis:org:files:import",
|
|
5716
|
+
"org:hardis:files:import",
|
|
5717
|
+
"org:files:hardis:import",
|
|
5718
|
+
"org:files:import:hardis",
|
|
5719
|
+
"hardis:files:org:import",
|
|
5720
|
+
"files:hardis:org:import",
|
|
5721
|
+
"files:org:hardis:import",
|
|
5722
|
+
"files:org:import:hardis",
|
|
5723
|
+
"hardis:files:import:org",
|
|
5724
|
+
"files:hardis:import:org",
|
|
5725
|
+
"files:import:hardis:org",
|
|
5726
|
+
"files:import:org:hardis",
|
|
5727
|
+
"hardis:org:import:files",
|
|
5728
|
+
"org:hardis:import:files",
|
|
5729
|
+
"org:import:hardis:files",
|
|
5730
|
+
"org:import:files:hardis",
|
|
5731
|
+
"hardis:import:org:files",
|
|
5732
|
+
"import:hardis:org:files",
|
|
5733
|
+
"import:org:hardis:files",
|
|
5734
|
+
"import:org:files:hardis",
|
|
5735
|
+
"hardis:import:files:org",
|
|
5736
|
+
"import:hardis:files:org",
|
|
5737
|
+
"import:files:hardis:org",
|
|
5738
|
+
"import:files:org:hardis"
|
|
5716
5739
|
]
|
|
5717
5740
|
},
|
|
5718
|
-
"hardis:org:diagnose:
|
|
5741
|
+
"hardis:org:diagnose:audittrail": {
|
|
5719
5742
|
"aliases": [],
|
|
5720
5743
|
"args": {},
|
|
5721
|
-
"description": "
|
|
5744
|
+
"description": "Export Audit trail into a CSV file with selected criteria, and highlight suspect actions\n\nAlso detects updates of Custom Settings values (disable by defining `SKIP_AUDIT_TRAIL_CUSTOM_SETTINGS=true`)\n\nRegular setup actions performed in major orgs are filtered.\n\n- \"\"\n - createScratchOrg\n - changedsenderemail\n - deleteScratchOrg\n - loginasgrantedtopartnerbt\n- Certificate and Key Management\n - insertCertificate\n- Custom App Licenses\n - addeduserpackagelicense\n - granteduserpackagelicense\n - revokeduserpackagelicense\n- Customer Portal\n - createdcustomersuccessuser\n - CSPUserDisabled\n- Currency\n - updateddatedexchrate\n- Data Management\n - queueMembership\n- Email Administration\n - dkimRotationPreparationSuccessful\n - dkimRotationSuccessful\n- External Objects\n - xdsEncryptedFieldChange\n- Groups\n - groupMembership\n- Holidays\n - holiday_insert\n- Inbox mobile and legacy desktop apps\n - enableSIQUserNonEAC\n - siqUserAcceptedTOS\n- Manage Users\n - activateduser\n - createduser\n - changedcommunitynickname\n - changedemail\n - changedfederationid\n - changedpassword\n - changedinteractionuseroffon\n - changedinteractionuseronoff\n - changedmarketinguseroffon\n - changedmarketinguseronoff\n - changedofflineuseroffon\n - changedprofileforuserstdtostd\n - changedprofileforuser\n - changedprofileforusercusttostd\n - changedprofileforuserstdtocust\n - changedroleforusertonone\n - changedroleforuser\n - changedroleforuserfromnone\n - changedUserAdminVerifiedStatusVerified\n - changedUserEmailVerifiedStatusUnverified\n - changedUserEmailVerifiedStatusVerified\n - changedknowledgeuseroffon\n - changedsfcontentuseroffon\n - changedsupportuseroffon\n - changedusername\n - changedUserPhoneNumber\n - changedUserPhoneVerifiedStatusUnverified\n - changedUserPhoneVerifiedStatusVerified\n - deactivateduser\n - deleteAuthenticatorPairing\n - deleteTwoFactorInfo2\n - deleteTwoFactorTempCode\n - frozeuser\n - insertAuthenticatorPairing\n - insertTwoFactorInfo2\n - insertTwoFactorTempCode\n - lightningloginenroll\n - PermSetAssign\n - PermSetGroupAssign\n - PermSetGroupUnassign\n - PermSetLicenseAssign\n - PermSetUnassign\n - PermSetLicenseUnassign\n - registeredUserPhoneNumber\n - resetpassword\n - suNetworkAdminLogin\n - suNetworkAdminLogout\n - suOrgAdminLogin\n - suOrgAdminLogout\n - unfrozeuser\n - useremailchangesent\n- Mobile Administration\n - assigneduserstomobileconfig\n- Reporting Snapshots\n - createdReportJob\n - deletedReportJob\n- Sandboxes\n - DeleteSandbox\n\nBy default, deployment user defined in .sfdx-hardis.yml targetUsername property will be excluded.\n\nYou can define additional users to exclude in .sfdx-hardis.yml **monitoringExcludeUsernames** property.\n\nYou can also add more sections / actions considered as not suspect using property **monitoringAllowedSectionsActions**\n\nExample:\n\n```yaml\nmonitoringExcludeUsernames:\n - deploymentuser@cloudity.com\n - marketingcloud@cloudity.com\n - integration-user@cloudity.com\n\nmonitoringAllowedSectionsActions:\n \"Some section\": [] // Will ignore all actions from such section\n \"Some other section\": [\"actionType1\",\"actionType2\",\"actionType3\"] // Will ignore only those 3 actions from section \"Some other section\". Other actions in the same section will be considered as suspect.\n```\n\n## Excel output example\n\n\n\n## Local output example\n\n\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-suspect-audit-trail/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
5722
5745
|
"examples": [
|
|
5723
|
-
"$ sf hardis:org:diagnose:
|
|
5724
|
-
"$ sf hardis:org:diagnose:
|
|
5725
|
-
"$ sf hardis:org:diagnose:
|
|
5726
|
-
"$ sf hardis:org:diagnose:
|
|
5746
|
+
"$ sf hardis:org:diagnose:audittrail",
|
|
5747
|
+
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com",
|
|
5748
|
+
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com,bertrand@titi.com",
|
|
5749
|
+
"$ sf hardis:org:diagnose:audittrail --lastndays 5"
|
|
5727
5750
|
],
|
|
5728
5751
|
"flags": {
|
|
5729
5752
|
"json": {
|
|
@@ -5741,20 +5764,18 @@
|
|
|
5741
5764
|
"multiple": false,
|
|
5742
5765
|
"type": "option"
|
|
5743
5766
|
},
|
|
5744
|
-
"
|
|
5767
|
+
"excludeusers": {
|
|
5745
5768
|
"char": "e",
|
|
5746
|
-
"description": "
|
|
5747
|
-
"name": "
|
|
5748
|
-
"default": "ApiTotalUsage",
|
|
5769
|
+
"description": "Comma-separated list of usernames to exclude",
|
|
5770
|
+
"name": "excludeusers",
|
|
5749
5771
|
"hasDynamicHelp": false,
|
|
5750
5772
|
"multiple": false,
|
|
5751
5773
|
"type": "option"
|
|
5752
5774
|
},
|
|
5753
|
-
"
|
|
5754
|
-
"char": "
|
|
5755
|
-
"description": "Number of
|
|
5756
|
-
"name": "
|
|
5757
|
-
"default": 999,
|
|
5775
|
+
"lastndays": {
|
|
5776
|
+
"char": "t",
|
|
5777
|
+
"description": "Number of days to extract from today (included)",
|
|
5778
|
+
"name": "lastndays",
|
|
5758
5779
|
"hasDynamicHelp": false,
|
|
5759
5780
|
"multiple": false,
|
|
5760
5781
|
"type": "option"
|
|
@@ -5805,13 +5826,13 @@
|
|
|
5805
5826
|
},
|
|
5806
5827
|
"hasDynamicHelp": true,
|
|
5807
5828
|
"hiddenAliases": [],
|
|
5808
|
-
"id": "hardis:org:diagnose:
|
|
5829
|
+
"id": "hardis:org:diagnose:audittrail",
|
|
5809
5830
|
"pluginAlias": "sfdx-hardis",
|
|
5810
5831
|
"pluginName": "sfdx-hardis",
|
|
5811
5832
|
"pluginType": "core",
|
|
5812
5833
|
"strict": true,
|
|
5813
5834
|
"enableJsonFlag": true,
|
|
5814
|
-
"title": "
|
|
5835
|
+
"title": "Diagnose content of Setup Audit Trail",
|
|
5815
5836
|
"requiresProject": false,
|
|
5816
5837
|
"isESM": true,
|
|
5817
5838
|
"relativePath": [
|
|
@@ -5820,42 +5841,42 @@
|
|
|
5820
5841
|
"hardis",
|
|
5821
5842
|
"org",
|
|
5822
5843
|
"diagnose",
|
|
5823
|
-
"
|
|
5844
|
+
"audittrail.js"
|
|
5824
5845
|
],
|
|
5825
5846
|
"aliasPermutations": [],
|
|
5826
5847
|
"permutations": [
|
|
5827
|
-
"hardis:org:diagnose:
|
|
5828
|
-
"org:hardis:diagnose:
|
|
5829
|
-
"org:diagnose:hardis:
|
|
5830
|
-
"org:diagnose:
|
|
5831
|
-
"hardis:diagnose:org:
|
|
5832
|
-
"diagnose:hardis:org:
|
|
5833
|
-
"diagnose:org:hardis:
|
|
5834
|
-
"diagnose:org:
|
|
5835
|
-
"hardis:diagnose:
|
|
5836
|
-
"diagnose:hardis:
|
|
5837
|
-
"diagnose:
|
|
5838
|
-
"diagnose:
|
|
5839
|
-
"hardis:org:
|
|
5840
|
-
"org:hardis:
|
|
5841
|
-
"org:
|
|
5842
|
-
"org:
|
|
5843
|
-
"hardis:
|
|
5844
|
-
"
|
|
5845
|
-
"
|
|
5846
|
-
"
|
|
5847
|
-
"hardis:
|
|
5848
|
-
"
|
|
5849
|
-
"
|
|
5850
|
-
"
|
|
5848
|
+
"hardis:org:diagnose:audittrail",
|
|
5849
|
+
"org:hardis:diagnose:audittrail",
|
|
5850
|
+
"org:diagnose:hardis:audittrail",
|
|
5851
|
+
"org:diagnose:audittrail:hardis",
|
|
5852
|
+
"hardis:diagnose:org:audittrail",
|
|
5853
|
+
"diagnose:hardis:org:audittrail",
|
|
5854
|
+
"diagnose:org:hardis:audittrail",
|
|
5855
|
+
"diagnose:org:audittrail:hardis",
|
|
5856
|
+
"hardis:diagnose:audittrail:org",
|
|
5857
|
+
"diagnose:hardis:audittrail:org",
|
|
5858
|
+
"diagnose:audittrail:hardis:org",
|
|
5859
|
+
"diagnose:audittrail:org:hardis",
|
|
5860
|
+
"hardis:org:audittrail:diagnose",
|
|
5861
|
+
"org:hardis:audittrail:diagnose",
|
|
5862
|
+
"org:audittrail:hardis:diagnose",
|
|
5863
|
+
"org:audittrail:diagnose:hardis",
|
|
5864
|
+
"hardis:audittrail:org:diagnose",
|
|
5865
|
+
"audittrail:hardis:org:diagnose",
|
|
5866
|
+
"audittrail:org:hardis:diagnose",
|
|
5867
|
+
"audittrail:org:diagnose:hardis",
|
|
5868
|
+
"hardis:audittrail:diagnose:org",
|
|
5869
|
+
"audittrail:hardis:diagnose:org",
|
|
5870
|
+
"audittrail:diagnose:hardis:org",
|
|
5871
|
+
"audittrail:diagnose:org:hardis"
|
|
5851
5872
|
]
|
|
5852
5873
|
},
|
|
5853
|
-
"hardis:org:diagnose:
|
|
5874
|
+
"hardis:org:diagnose:instanceupgrade": {
|
|
5854
5875
|
"aliases": [],
|
|
5855
5876
|
"args": {},
|
|
5856
|
-
"description": "
|
|
5877
|
+
"description": "Get the date when the org instance will be upgraded (to Spring, Summer or Winter)\n ",
|
|
5857
5878
|
"examples": [
|
|
5858
|
-
"$ sf hardis:org:diagnose:
|
|
5879
|
+
"$ sf hardis:org:diagnose:instanceupgrade"
|
|
5859
5880
|
],
|
|
5860
5881
|
"flags": {
|
|
5861
5882
|
"json": {
|
|
@@ -5873,21 +5894,6 @@
|
|
|
5873
5894
|
"multiple": false,
|
|
5874
5895
|
"type": "option"
|
|
5875
5896
|
},
|
|
5876
|
-
"outputfile": {
|
|
5877
|
-
"char": "f",
|
|
5878
|
-
"description": "Force the path and name of output report file. Must end with .csv",
|
|
5879
|
-
"name": "outputfile",
|
|
5880
|
-
"hasDynamicHelp": false,
|
|
5881
|
-
"multiple": false,
|
|
5882
|
-
"type": "option"
|
|
5883
|
-
},
|
|
5884
|
-
"usedonly": {
|
|
5885
|
-
"char": "u",
|
|
5886
|
-
"description": "Filter to have only used licenses",
|
|
5887
|
-
"name": "usedonly",
|
|
5888
|
-
"allowNo": false,
|
|
5889
|
-
"type": "boolean"
|
|
5890
|
-
},
|
|
5891
5897
|
"debug": {
|
|
5892
5898
|
"char": "d",
|
|
5893
5899
|
"description": "Activate debug mode (more logs)",
|
|
@@ -5926,13 +5932,13 @@
|
|
|
5926
5932
|
},
|
|
5927
5933
|
"hasDynamicHelp": true,
|
|
5928
5934
|
"hiddenAliases": [],
|
|
5929
|
-
"id": "hardis:org:diagnose:
|
|
5935
|
+
"id": "hardis:org:diagnose:instanceupgrade",
|
|
5930
5936
|
"pluginAlias": "sfdx-hardis",
|
|
5931
5937
|
"pluginName": "sfdx-hardis",
|
|
5932
5938
|
"pluginType": "core",
|
|
5933
5939
|
"strict": true,
|
|
5934
5940
|
"enableJsonFlag": true,
|
|
5935
|
-
"title": "
|
|
5941
|
+
"title": "Get Instance Upgrade date",
|
|
5936
5942
|
"requiresProject": false,
|
|
5937
5943
|
"isESM": true,
|
|
5938
5944
|
"relativePath": [
|
|
@@ -5941,42 +5947,45 @@
|
|
|
5941
5947
|
"hardis",
|
|
5942
5948
|
"org",
|
|
5943
5949
|
"diagnose",
|
|
5944
|
-
"
|
|
5950
|
+
"instanceupgrade.js"
|
|
5945
5951
|
],
|
|
5946
5952
|
"aliasPermutations": [],
|
|
5947
5953
|
"permutations": [
|
|
5948
|
-
"hardis:org:diagnose:
|
|
5949
|
-
"org:hardis:diagnose:
|
|
5950
|
-
"org:diagnose:hardis:
|
|
5951
|
-
"org:diagnose:
|
|
5952
|
-
"hardis:diagnose:org:
|
|
5953
|
-
"diagnose:hardis:org:
|
|
5954
|
-
"diagnose:org:hardis:
|
|
5955
|
-
"diagnose:org:
|
|
5956
|
-
"hardis:diagnose:
|
|
5957
|
-
"diagnose:hardis:
|
|
5958
|
-
"diagnose:
|
|
5959
|
-
"diagnose:
|
|
5960
|
-
"hardis:org:
|
|
5961
|
-
"org:hardis:
|
|
5962
|
-
"org:
|
|
5963
|
-
"org:
|
|
5964
|
-
"hardis:
|
|
5965
|
-
"
|
|
5966
|
-
"
|
|
5967
|
-
"
|
|
5968
|
-
"hardis:
|
|
5969
|
-
"
|
|
5970
|
-
"
|
|
5971
|
-
"
|
|
5954
|
+
"hardis:org:diagnose:instanceupgrade",
|
|
5955
|
+
"org:hardis:diagnose:instanceupgrade",
|
|
5956
|
+
"org:diagnose:hardis:instanceupgrade",
|
|
5957
|
+
"org:diagnose:instanceupgrade:hardis",
|
|
5958
|
+
"hardis:diagnose:org:instanceupgrade",
|
|
5959
|
+
"diagnose:hardis:org:instanceupgrade",
|
|
5960
|
+
"diagnose:org:hardis:instanceupgrade",
|
|
5961
|
+
"diagnose:org:instanceupgrade:hardis",
|
|
5962
|
+
"hardis:diagnose:instanceupgrade:org",
|
|
5963
|
+
"diagnose:hardis:instanceupgrade:org",
|
|
5964
|
+
"diagnose:instanceupgrade:hardis:org",
|
|
5965
|
+
"diagnose:instanceupgrade:org:hardis",
|
|
5966
|
+
"hardis:org:instanceupgrade:diagnose",
|
|
5967
|
+
"org:hardis:instanceupgrade:diagnose",
|
|
5968
|
+
"org:instanceupgrade:hardis:diagnose",
|
|
5969
|
+
"org:instanceupgrade:diagnose:hardis",
|
|
5970
|
+
"hardis:instanceupgrade:org:diagnose",
|
|
5971
|
+
"instanceupgrade:hardis:org:diagnose",
|
|
5972
|
+
"instanceupgrade:org:hardis:diagnose",
|
|
5973
|
+
"instanceupgrade:org:diagnose:hardis",
|
|
5974
|
+
"hardis:instanceupgrade:diagnose:org",
|
|
5975
|
+
"instanceupgrade:hardis:diagnose:org",
|
|
5976
|
+
"instanceupgrade:diagnose:hardis:org",
|
|
5977
|
+
"instanceupgrade:diagnose:org:hardis"
|
|
5972
5978
|
]
|
|
5973
5979
|
},
|
|
5974
|
-
"hardis:org:diagnose:
|
|
5980
|
+
"hardis:org:diagnose:legacyapi": {
|
|
5975
5981
|
"aliases": [],
|
|
5976
5982
|
"args": {},
|
|
5977
|
-
"description": "
|
|
5983
|
+
"description": "Checks if an org uses retired or someday retired API version\n\n\nSee article below\n\n[](https://nicolas.vuillamy.fr/handle-salesforce-api-versions-deprecation-like-a-pro-335065f52238)\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-deprecated-api-calls/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
5978
5984
|
"examples": [
|
|
5979
|
-
"$ sf hardis:org:diagnose:
|
|
5985
|
+
"$ sf hardis:org:diagnose:legacyapi",
|
|
5986
|
+
"$ sf hardis:org:diagnose:legacyapi -u hardis@myclient.com",
|
|
5987
|
+
"$ sf hardis:org:diagnose:legacyapi --outputfile 'c:/path/to/folder/legacyapi.csv'",
|
|
5988
|
+
"$ sf hardis:org:diagnose:legacyapi -u hardis@myclient.com --outputfile ./tmp/legacyapi.csv"
|
|
5980
5989
|
],
|
|
5981
5990
|
"flags": {
|
|
5982
5991
|
"json": {
|
|
@@ -5994,16 +6003,269 @@
|
|
|
5994
6003
|
"multiple": false,
|
|
5995
6004
|
"type": "option"
|
|
5996
6005
|
},
|
|
5997
|
-
"
|
|
5998
|
-
"char": "
|
|
5999
|
-
"description": "
|
|
6000
|
-
"name": "
|
|
6006
|
+
"eventtype": {
|
|
6007
|
+
"char": "e",
|
|
6008
|
+
"description": "Type of EventLogFile event to analyze",
|
|
6009
|
+
"name": "eventtype",
|
|
6010
|
+
"default": "ApiTotalUsage",
|
|
6001
6011
|
"hasDynamicHelp": false,
|
|
6002
6012
|
"multiple": false,
|
|
6003
6013
|
"type": "option"
|
|
6004
6014
|
},
|
|
6005
|
-
"
|
|
6006
|
-
"char": "
|
|
6015
|
+
"limit": {
|
|
6016
|
+
"char": "l",
|
|
6017
|
+
"description": "Number of latest EventLogFile events to analyze",
|
|
6018
|
+
"name": "limit",
|
|
6019
|
+
"default": 999,
|
|
6020
|
+
"hasDynamicHelp": false,
|
|
6021
|
+
"multiple": false,
|
|
6022
|
+
"type": "option"
|
|
6023
|
+
},
|
|
6024
|
+
"outputfile": {
|
|
6025
|
+
"char": "f",
|
|
6026
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
6027
|
+
"name": "outputfile",
|
|
6028
|
+
"hasDynamicHelp": false,
|
|
6029
|
+
"multiple": false,
|
|
6030
|
+
"type": "option"
|
|
6031
|
+
},
|
|
6032
|
+
"debug": {
|
|
6033
|
+
"char": "d",
|
|
6034
|
+
"description": "Activate debug mode (more logs)",
|
|
6035
|
+
"name": "debug",
|
|
6036
|
+
"allowNo": false,
|
|
6037
|
+
"type": "boolean"
|
|
6038
|
+
},
|
|
6039
|
+
"websocket": {
|
|
6040
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
6041
|
+
"name": "websocket",
|
|
6042
|
+
"hasDynamicHelp": false,
|
|
6043
|
+
"multiple": false,
|
|
6044
|
+
"type": "option"
|
|
6045
|
+
},
|
|
6046
|
+
"skipauth": {
|
|
6047
|
+
"description": "Skip authentication check when a default username is required",
|
|
6048
|
+
"name": "skipauth",
|
|
6049
|
+
"allowNo": false,
|
|
6050
|
+
"type": "boolean"
|
|
6051
|
+
},
|
|
6052
|
+
"target-org": {
|
|
6053
|
+
"aliases": [
|
|
6054
|
+
"targetusername",
|
|
6055
|
+
"u"
|
|
6056
|
+
],
|
|
6057
|
+
"char": "o",
|
|
6058
|
+
"deprecateAliases": true,
|
|
6059
|
+
"name": "target-org",
|
|
6060
|
+
"noCacheDefault": true,
|
|
6061
|
+
"required": true,
|
|
6062
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
6063
|
+
"hasDynamicHelp": true,
|
|
6064
|
+
"multiple": false,
|
|
6065
|
+
"type": "option"
|
|
6066
|
+
}
|
|
6067
|
+
},
|
|
6068
|
+
"hasDynamicHelp": true,
|
|
6069
|
+
"hiddenAliases": [],
|
|
6070
|
+
"id": "hardis:org:diagnose:legacyapi",
|
|
6071
|
+
"pluginAlias": "sfdx-hardis",
|
|
6072
|
+
"pluginName": "sfdx-hardis",
|
|
6073
|
+
"pluginType": "core",
|
|
6074
|
+
"strict": true,
|
|
6075
|
+
"enableJsonFlag": true,
|
|
6076
|
+
"title": "Check for legacy API use",
|
|
6077
|
+
"requiresProject": false,
|
|
6078
|
+
"isESM": true,
|
|
6079
|
+
"relativePath": [
|
|
6080
|
+
"lib",
|
|
6081
|
+
"commands",
|
|
6082
|
+
"hardis",
|
|
6083
|
+
"org",
|
|
6084
|
+
"diagnose",
|
|
6085
|
+
"legacyapi.js"
|
|
6086
|
+
],
|
|
6087
|
+
"aliasPermutations": [],
|
|
6088
|
+
"permutations": [
|
|
6089
|
+
"hardis:org:diagnose:legacyapi",
|
|
6090
|
+
"org:hardis:diagnose:legacyapi",
|
|
6091
|
+
"org:diagnose:hardis:legacyapi",
|
|
6092
|
+
"org:diagnose:legacyapi:hardis",
|
|
6093
|
+
"hardis:diagnose:org:legacyapi",
|
|
6094
|
+
"diagnose:hardis:org:legacyapi",
|
|
6095
|
+
"diagnose:org:hardis:legacyapi",
|
|
6096
|
+
"diagnose:org:legacyapi:hardis",
|
|
6097
|
+
"hardis:diagnose:legacyapi:org",
|
|
6098
|
+
"diagnose:hardis:legacyapi:org",
|
|
6099
|
+
"diagnose:legacyapi:hardis:org",
|
|
6100
|
+
"diagnose:legacyapi:org:hardis",
|
|
6101
|
+
"hardis:org:legacyapi:diagnose",
|
|
6102
|
+
"org:hardis:legacyapi:diagnose",
|
|
6103
|
+
"org:legacyapi:hardis:diagnose",
|
|
6104
|
+
"org:legacyapi:diagnose:hardis",
|
|
6105
|
+
"hardis:legacyapi:org:diagnose",
|
|
6106
|
+
"legacyapi:hardis:org:diagnose",
|
|
6107
|
+
"legacyapi:org:hardis:diagnose",
|
|
6108
|
+
"legacyapi:org:diagnose:hardis",
|
|
6109
|
+
"hardis:legacyapi:diagnose:org",
|
|
6110
|
+
"legacyapi:hardis:diagnose:org",
|
|
6111
|
+
"legacyapi:diagnose:hardis:org",
|
|
6112
|
+
"legacyapi:diagnose:org:hardis"
|
|
6113
|
+
]
|
|
6114
|
+
},
|
|
6115
|
+
"hardis:org:diagnose:licenses": {
|
|
6116
|
+
"aliases": [],
|
|
6117
|
+
"args": {},
|
|
6118
|
+
"description": "Mostly used for monitoring (Grafana) but you can also use it manually :)",
|
|
6119
|
+
"examples": [
|
|
6120
|
+
"$ sf hardis:org:diagnose:licenses"
|
|
6121
|
+
],
|
|
6122
|
+
"flags": {
|
|
6123
|
+
"json": {
|
|
6124
|
+
"description": "Format output as json.",
|
|
6125
|
+
"helpGroup": "GLOBAL",
|
|
6126
|
+
"name": "json",
|
|
6127
|
+
"allowNo": false,
|
|
6128
|
+
"type": "boolean"
|
|
6129
|
+
},
|
|
6130
|
+
"flags-dir": {
|
|
6131
|
+
"helpGroup": "GLOBAL",
|
|
6132
|
+
"name": "flags-dir",
|
|
6133
|
+
"summary": "Import flag values from a directory.",
|
|
6134
|
+
"hasDynamicHelp": false,
|
|
6135
|
+
"multiple": false,
|
|
6136
|
+
"type": "option"
|
|
6137
|
+
},
|
|
6138
|
+
"outputfile": {
|
|
6139
|
+
"char": "f",
|
|
6140
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
6141
|
+
"name": "outputfile",
|
|
6142
|
+
"hasDynamicHelp": false,
|
|
6143
|
+
"multiple": false,
|
|
6144
|
+
"type": "option"
|
|
6145
|
+
},
|
|
6146
|
+
"usedonly": {
|
|
6147
|
+
"char": "u",
|
|
6148
|
+
"description": "Filter to have only used licenses",
|
|
6149
|
+
"name": "usedonly",
|
|
6150
|
+
"allowNo": false,
|
|
6151
|
+
"type": "boolean"
|
|
6152
|
+
},
|
|
6153
|
+
"debug": {
|
|
6154
|
+
"char": "d",
|
|
6155
|
+
"description": "Activate debug mode (more logs)",
|
|
6156
|
+
"name": "debug",
|
|
6157
|
+
"allowNo": false,
|
|
6158
|
+
"type": "boolean"
|
|
6159
|
+
},
|
|
6160
|
+
"websocket": {
|
|
6161
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
6162
|
+
"name": "websocket",
|
|
6163
|
+
"hasDynamicHelp": false,
|
|
6164
|
+
"multiple": false,
|
|
6165
|
+
"type": "option"
|
|
6166
|
+
},
|
|
6167
|
+
"skipauth": {
|
|
6168
|
+
"description": "Skip authentication check when a default username is required",
|
|
6169
|
+
"name": "skipauth",
|
|
6170
|
+
"allowNo": false,
|
|
6171
|
+
"type": "boolean"
|
|
6172
|
+
},
|
|
6173
|
+
"target-org": {
|
|
6174
|
+
"aliases": [
|
|
6175
|
+
"targetusername",
|
|
6176
|
+
"u"
|
|
6177
|
+
],
|
|
6178
|
+
"char": "o",
|
|
6179
|
+
"deprecateAliases": true,
|
|
6180
|
+
"name": "target-org",
|
|
6181
|
+
"noCacheDefault": true,
|
|
6182
|
+
"required": true,
|
|
6183
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
6184
|
+
"hasDynamicHelp": true,
|
|
6185
|
+
"multiple": false,
|
|
6186
|
+
"type": "option"
|
|
6187
|
+
}
|
|
6188
|
+
},
|
|
6189
|
+
"hasDynamicHelp": true,
|
|
6190
|
+
"hiddenAliases": [],
|
|
6191
|
+
"id": "hardis:org:diagnose:licenses",
|
|
6192
|
+
"pluginAlias": "sfdx-hardis",
|
|
6193
|
+
"pluginName": "sfdx-hardis",
|
|
6194
|
+
"pluginType": "core",
|
|
6195
|
+
"strict": true,
|
|
6196
|
+
"enableJsonFlag": true,
|
|
6197
|
+
"title": "List licenses subscribed and used in a Salesforce org",
|
|
6198
|
+
"requiresProject": false,
|
|
6199
|
+
"isESM": true,
|
|
6200
|
+
"relativePath": [
|
|
6201
|
+
"lib",
|
|
6202
|
+
"commands",
|
|
6203
|
+
"hardis",
|
|
6204
|
+
"org",
|
|
6205
|
+
"diagnose",
|
|
6206
|
+
"licenses.js"
|
|
6207
|
+
],
|
|
6208
|
+
"aliasPermutations": [],
|
|
6209
|
+
"permutations": [
|
|
6210
|
+
"hardis:org:diagnose:licenses",
|
|
6211
|
+
"org:hardis:diagnose:licenses",
|
|
6212
|
+
"org:diagnose:hardis:licenses",
|
|
6213
|
+
"org:diagnose:licenses:hardis",
|
|
6214
|
+
"hardis:diagnose:org:licenses",
|
|
6215
|
+
"diagnose:hardis:org:licenses",
|
|
6216
|
+
"diagnose:org:hardis:licenses",
|
|
6217
|
+
"diagnose:org:licenses:hardis",
|
|
6218
|
+
"hardis:diagnose:licenses:org",
|
|
6219
|
+
"diagnose:hardis:licenses:org",
|
|
6220
|
+
"diagnose:licenses:hardis:org",
|
|
6221
|
+
"diagnose:licenses:org:hardis",
|
|
6222
|
+
"hardis:org:licenses:diagnose",
|
|
6223
|
+
"org:hardis:licenses:diagnose",
|
|
6224
|
+
"org:licenses:hardis:diagnose",
|
|
6225
|
+
"org:licenses:diagnose:hardis",
|
|
6226
|
+
"hardis:licenses:org:diagnose",
|
|
6227
|
+
"licenses:hardis:org:diagnose",
|
|
6228
|
+
"licenses:org:hardis:diagnose",
|
|
6229
|
+
"licenses:org:diagnose:hardis",
|
|
6230
|
+
"hardis:licenses:diagnose:org",
|
|
6231
|
+
"licenses:hardis:diagnose:org",
|
|
6232
|
+
"licenses:diagnose:hardis:org",
|
|
6233
|
+
"licenses:diagnose:org:hardis"
|
|
6234
|
+
]
|
|
6235
|
+
},
|
|
6236
|
+
"hardis:org:diagnose:releaseupdates": {
|
|
6237
|
+
"aliases": [],
|
|
6238
|
+
"args": {},
|
|
6239
|
+
"description": "Export Release Updates into a CSV file with selected criteria, and highlight Release Updates that should be checked.\n\nBefore publishing **Breaking Changes** ❌, Salesforce announce them in the setup menu [**Release Updates**](https://help.salesforce.com/s/articleView?id=sf.release_updates.htm&type=5)\n\n⚠️ Some of them are very important, because if you don't make the related upgrades in time (ex: before Winter 25) , your production org can crash !\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-release-updates/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
6240
|
+
"examples": [
|
|
6241
|
+
"$ sf hardis:org:diagnose:releaseupdates"
|
|
6242
|
+
],
|
|
6243
|
+
"flags": {
|
|
6244
|
+
"json": {
|
|
6245
|
+
"description": "Format output as json.",
|
|
6246
|
+
"helpGroup": "GLOBAL",
|
|
6247
|
+
"name": "json",
|
|
6248
|
+
"allowNo": false,
|
|
6249
|
+
"type": "boolean"
|
|
6250
|
+
},
|
|
6251
|
+
"flags-dir": {
|
|
6252
|
+
"helpGroup": "GLOBAL",
|
|
6253
|
+
"name": "flags-dir",
|
|
6254
|
+
"summary": "Import flag values from a directory.",
|
|
6255
|
+
"hasDynamicHelp": false,
|
|
6256
|
+
"multiple": false,
|
|
6257
|
+
"type": "option"
|
|
6258
|
+
},
|
|
6259
|
+
"outputfile": {
|
|
6260
|
+
"char": "f",
|
|
6261
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
6262
|
+
"name": "outputfile",
|
|
6263
|
+
"hasDynamicHelp": false,
|
|
6264
|
+
"multiple": false,
|
|
6265
|
+
"type": "option"
|
|
6266
|
+
},
|
|
6267
|
+
"debug": {
|
|
6268
|
+
"char": "d",
|
|
6007
6269
|
"description": "Activate debug mode (more logs)",
|
|
6008
6270
|
"name": "debug",
|
|
6009
6271
|
"allowNo": false,
|
|
@@ -6605,286 +6867,24 @@
|
|
|
6605
6867
|
"org:diagnose:unusedusers:hardis",
|
|
6606
6868
|
"hardis:diagnose:org:unusedusers",
|
|
6607
6869
|
"diagnose:hardis:org:unusedusers",
|
|
6608
|
-
"diagnose:org:hardis:unusedusers",
|
|
6609
|
-
"diagnose:org:unusedusers:hardis",
|
|
6610
|
-
"hardis:diagnose:unusedusers:org",
|
|
6611
|
-
"diagnose:hardis:unusedusers:org",
|
|
6612
|
-
"diagnose:unusedusers:hardis:org",
|
|
6613
|
-
"diagnose:unusedusers:org:hardis",
|
|
6614
|
-
"hardis:org:unusedusers:diagnose",
|
|
6615
|
-
"org:hardis:unusedusers:diagnose",
|
|
6616
|
-
"org:unusedusers:hardis:diagnose",
|
|
6617
|
-
"org:unusedusers:diagnose:hardis",
|
|
6618
|
-
"hardis:unusedusers:org:diagnose",
|
|
6619
|
-
"unusedusers:hardis:org:diagnose",
|
|
6620
|
-
"unusedusers:org:hardis:diagnose",
|
|
6621
|
-
"unusedusers:org:diagnose:hardis",
|
|
6622
|
-
"hardis:unusedusers:diagnose:org",
|
|
6623
|
-
"unusedusers:hardis:diagnose:org",
|
|
6624
|
-
"unusedusers:diagnose:hardis:org",
|
|
6625
|
-
"unusedusers:diagnose:org:hardis"
|
|
6626
|
-
]
|
|
6627
|
-
},
|
|
6628
|
-
"hardis:org:files:export": {
|
|
6629
|
-
"aliases": [],
|
|
6630
|
-
"args": {},
|
|
6631
|
-
"description": "Export file attachments from a Salesforce org\n\nHandles:\n\n- ContentVersion\n- Attachment\n\nSee article below:\n\n[](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
|
|
6632
|
-
"examples": [
|
|
6633
|
-
"$ sf hardis:org:files:export"
|
|
6634
|
-
],
|
|
6635
|
-
"flags": {
|
|
6636
|
-
"json": {
|
|
6637
|
-
"description": "Format output as json.",
|
|
6638
|
-
"helpGroup": "GLOBAL",
|
|
6639
|
-
"name": "json",
|
|
6640
|
-
"allowNo": false,
|
|
6641
|
-
"type": "boolean"
|
|
6642
|
-
},
|
|
6643
|
-
"flags-dir": {
|
|
6644
|
-
"helpGroup": "GLOBAL",
|
|
6645
|
-
"name": "flags-dir",
|
|
6646
|
-
"summary": "Import flag values from a directory.",
|
|
6647
|
-
"hasDynamicHelp": false,
|
|
6648
|
-
"multiple": false,
|
|
6649
|
-
"type": "option"
|
|
6650
|
-
},
|
|
6651
|
-
"path": {
|
|
6652
|
-
"char": "p",
|
|
6653
|
-
"description": "Path to the file export project",
|
|
6654
|
-
"name": "path",
|
|
6655
|
-
"hasDynamicHelp": false,
|
|
6656
|
-
"multiple": false,
|
|
6657
|
-
"type": "option"
|
|
6658
|
-
},
|
|
6659
|
-
"chunksize": {
|
|
6660
|
-
"char": "c",
|
|
6661
|
-
"description": "Number of records to add in a chunk before it is processed",
|
|
6662
|
-
"name": "chunksize",
|
|
6663
|
-
"default": 1000,
|
|
6664
|
-
"hasDynamicHelp": false,
|
|
6665
|
-
"multiple": false,
|
|
6666
|
-
"type": "option"
|
|
6667
|
-
},
|
|
6668
|
-
"polltimeout": {
|
|
6669
|
-
"char": "t",
|
|
6670
|
-
"description": "Timeout in MS for Bulk API calls",
|
|
6671
|
-
"name": "polltimeout",
|
|
6672
|
-
"default": 300000,
|
|
6673
|
-
"hasDynamicHelp": false,
|
|
6674
|
-
"multiple": false,
|
|
6675
|
-
"type": "option"
|
|
6676
|
-
},
|
|
6677
|
-
"startchunknumber": {
|
|
6678
|
-
"char": "s",
|
|
6679
|
-
"description": "Chunk number to start from",
|
|
6680
|
-
"name": "startchunknumber",
|
|
6681
|
-
"default": 0,
|
|
6682
|
-
"hasDynamicHelp": false,
|
|
6683
|
-
"multiple": false,
|
|
6684
|
-
"type": "option"
|
|
6685
|
-
},
|
|
6686
|
-
"debug": {
|
|
6687
|
-
"char": "d",
|
|
6688
|
-
"description": "Activate debug mode (more logs)",
|
|
6689
|
-
"name": "debug",
|
|
6690
|
-
"allowNo": false,
|
|
6691
|
-
"type": "boolean"
|
|
6692
|
-
},
|
|
6693
|
-
"websocket": {
|
|
6694
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
6695
|
-
"name": "websocket",
|
|
6696
|
-
"hasDynamicHelp": false,
|
|
6697
|
-
"multiple": false,
|
|
6698
|
-
"type": "option"
|
|
6699
|
-
},
|
|
6700
|
-
"skipauth": {
|
|
6701
|
-
"description": "Skip authentication check when a default username is required",
|
|
6702
|
-
"name": "skipauth",
|
|
6703
|
-
"allowNo": false,
|
|
6704
|
-
"type": "boolean"
|
|
6705
|
-
},
|
|
6706
|
-
"target-org": {
|
|
6707
|
-
"aliases": [
|
|
6708
|
-
"targetusername",
|
|
6709
|
-
"u"
|
|
6710
|
-
],
|
|
6711
|
-
"char": "o",
|
|
6712
|
-
"deprecateAliases": true,
|
|
6713
|
-
"name": "target-org",
|
|
6714
|
-
"noCacheDefault": true,
|
|
6715
|
-
"required": true,
|
|
6716
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
6717
|
-
"hasDynamicHelp": true,
|
|
6718
|
-
"multiple": false,
|
|
6719
|
-
"type": "option"
|
|
6720
|
-
}
|
|
6721
|
-
},
|
|
6722
|
-
"hasDynamicHelp": true,
|
|
6723
|
-
"hiddenAliases": [],
|
|
6724
|
-
"id": "hardis:org:files:export",
|
|
6725
|
-
"pluginAlias": "sfdx-hardis",
|
|
6726
|
-
"pluginName": "sfdx-hardis",
|
|
6727
|
-
"pluginType": "core",
|
|
6728
|
-
"strict": true,
|
|
6729
|
-
"enableJsonFlag": true,
|
|
6730
|
-
"title": "Export files",
|
|
6731
|
-
"requiresProject": false,
|
|
6732
|
-
"isESM": true,
|
|
6733
|
-
"relativePath": [
|
|
6734
|
-
"lib",
|
|
6735
|
-
"commands",
|
|
6736
|
-
"hardis",
|
|
6737
|
-
"org",
|
|
6738
|
-
"files",
|
|
6739
|
-
"export.js"
|
|
6740
|
-
],
|
|
6741
|
-
"aliasPermutations": [],
|
|
6742
|
-
"permutations": [
|
|
6743
|
-
"hardis:org:files:export",
|
|
6744
|
-
"org:hardis:files:export",
|
|
6745
|
-
"org:files:hardis:export",
|
|
6746
|
-
"org:files:export:hardis",
|
|
6747
|
-
"hardis:files:org:export",
|
|
6748
|
-
"files:hardis:org:export",
|
|
6749
|
-
"files:org:hardis:export",
|
|
6750
|
-
"files:org:export:hardis",
|
|
6751
|
-
"hardis:files:export:org",
|
|
6752
|
-
"files:hardis:export:org",
|
|
6753
|
-
"files:export:hardis:org",
|
|
6754
|
-
"files:export:org:hardis",
|
|
6755
|
-
"hardis:org:export:files",
|
|
6756
|
-
"org:hardis:export:files",
|
|
6757
|
-
"org:export:hardis:files",
|
|
6758
|
-
"org:export:files:hardis",
|
|
6759
|
-
"hardis:export:org:files",
|
|
6760
|
-
"export:hardis:org:files",
|
|
6761
|
-
"export:org:hardis:files",
|
|
6762
|
-
"export:org:files:hardis",
|
|
6763
|
-
"hardis:export:files:org",
|
|
6764
|
-
"export:hardis:files:org",
|
|
6765
|
-
"export:files:hardis:org",
|
|
6766
|
-
"export:files:org:hardis"
|
|
6767
|
-
]
|
|
6768
|
-
},
|
|
6769
|
-
"hardis:org:files:import": {
|
|
6770
|
-
"aliases": [],
|
|
6771
|
-
"args": {},
|
|
6772
|
-
"description": "Import file attachments into a Salesforce org\n\nSee article below to see how to Export them.\n\n[](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
|
|
6773
|
-
"examples": [
|
|
6774
|
-
"$ sf hardis:org:files:import"
|
|
6775
|
-
],
|
|
6776
|
-
"flags": {
|
|
6777
|
-
"json": {
|
|
6778
|
-
"description": "Format output as json.",
|
|
6779
|
-
"helpGroup": "GLOBAL",
|
|
6780
|
-
"name": "json",
|
|
6781
|
-
"allowNo": false,
|
|
6782
|
-
"type": "boolean"
|
|
6783
|
-
},
|
|
6784
|
-
"flags-dir": {
|
|
6785
|
-
"helpGroup": "GLOBAL",
|
|
6786
|
-
"name": "flags-dir",
|
|
6787
|
-
"summary": "Import flag values from a directory.",
|
|
6788
|
-
"hasDynamicHelp": false,
|
|
6789
|
-
"multiple": false,
|
|
6790
|
-
"type": "option"
|
|
6791
|
-
},
|
|
6792
|
-
"path": {
|
|
6793
|
-
"char": "p",
|
|
6794
|
-
"description": "Path to the file export project",
|
|
6795
|
-
"name": "path",
|
|
6796
|
-
"hasDynamicHelp": false,
|
|
6797
|
-
"multiple": false,
|
|
6798
|
-
"type": "option"
|
|
6799
|
-
},
|
|
6800
|
-
"overwrite": {
|
|
6801
|
-
"char": "f",
|
|
6802
|
-
"description": "Override existing files (doubles the number of API calls)",
|
|
6803
|
-
"name": "overwrite",
|
|
6804
|
-
"allowNo": false,
|
|
6805
|
-
"type": "boolean"
|
|
6806
|
-
},
|
|
6807
|
-
"debug": {
|
|
6808
|
-
"char": "d",
|
|
6809
|
-
"description": "Activate debug mode (more logs)",
|
|
6810
|
-
"name": "debug",
|
|
6811
|
-
"allowNo": false,
|
|
6812
|
-
"type": "boolean"
|
|
6813
|
-
},
|
|
6814
|
-
"websocket": {
|
|
6815
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
6816
|
-
"name": "websocket",
|
|
6817
|
-
"hasDynamicHelp": false,
|
|
6818
|
-
"multiple": false,
|
|
6819
|
-
"type": "option"
|
|
6820
|
-
},
|
|
6821
|
-
"skipauth": {
|
|
6822
|
-
"description": "Skip authentication check when a default username is required",
|
|
6823
|
-
"name": "skipauth",
|
|
6824
|
-
"allowNo": false,
|
|
6825
|
-
"type": "boolean"
|
|
6826
|
-
},
|
|
6827
|
-
"target-org": {
|
|
6828
|
-
"aliases": [
|
|
6829
|
-
"targetusername",
|
|
6830
|
-
"u"
|
|
6831
|
-
],
|
|
6832
|
-
"char": "o",
|
|
6833
|
-
"deprecateAliases": true,
|
|
6834
|
-
"name": "target-org",
|
|
6835
|
-
"noCacheDefault": true,
|
|
6836
|
-
"required": true,
|
|
6837
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
6838
|
-
"hasDynamicHelp": true,
|
|
6839
|
-
"multiple": false,
|
|
6840
|
-
"type": "option"
|
|
6841
|
-
}
|
|
6842
|
-
},
|
|
6843
|
-
"hasDynamicHelp": true,
|
|
6844
|
-
"hiddenAliases": [],
|
|
6845
|
-
"id": "hardis:org:files:import",
|
|
6846
|
-
"pluginAlias": "sfdx-hardis",
|
|
6847
|
-
"pluginName": "sfdx-hardis",
|
|
6848
|
-
"pluginType": "core",
|
|
6849
|
-
"strict": true,
|
|
6850
|
-
"enableJsonFlag": true,
|
|
6851
|
-
"title": "Import files",
|
|
6852
|
-
"requiresProject": false,
|
|
6853
|
-
"isESM": true,
|
|
6854
|
-
"relativePath": [
|
|
6855
|
-
"lib",
|
|
6856
|
-
"commands",
|
|
6857
|
-
"hardis",
|
|
6858
|
-
"org",
|
|
6859
|
-
"files",
|
|
6860
|
-
"import.js"
|
|
6861
|
-
],
|
|
6862
|
-
"aliasPermutations": [],
|
|
6863
|
-
"permutations": [
|
|
6864
|
-
"hardis:org:files:import",
|
|
6865
|
-
"org:hardis:files:import",
|
|
6866
|
-
"org:files:hardis:import",
|
|
6867
|
-
"org:files:import:hardis",
|
|
6868
|
-
"hardis:files:org:import",
|
|
6869
|
-
"files:hardis:org:import",
|
|
6870
|
-
"files:org:hardis:import",
|
|
6871
|
-
"files:org:import:hardis",
|
|
6872
|
-
"hardis:files:import:org",
|
|
6873
|
-
"files:hardis:import:org",
|
|
6874
|
-
"files:import:hardis:org",
|
|
6875
|
-
"files:import:org:hardis",
|
|
6876
|
-
"hardis:org:import:files",
|
|
6877
|
-
"org:hardis:import:files",
|
|
6878
|
-
"org:import:hardis:files",
|
|
6879
|
-
"org:import:files:hardis",
|
|
6880
|
-
"hardis:import:org:files",
|
|
6881
|
-
"import:hardis:org:files",
|
|
6882
|
-
"import:org:hardis:files",
|
|
6883
|
-
"import:org:files:hardis",
|
|
6884
|
-
"hardis:import:files:org",
|
|
6885
|
-
"import:hardis:files:org",
|
|
6886
|
-
"import:files:hardis:org",
|
|
6887
|
-
"import:files:org:hardis"
|
|
6870
|
+
"diagnose:org:hardis:unusedusers",
|
|
6871
|
+
"diagnose:org:unusedusers:hardis",
|
|
6872
|
+
"hardis:diagnose:unusedusers:org",
|
|
6873
|
+
"diagnose:hardis:unusedusers:org",
|
|
6874
|
+
"diagnose:unusedusers:hardis:org",
|
|
6875
|
+
"diagnose:unusedusers:org:hardis",
|
|
6876
|
+
"hardis:org:unusedusers:diagnose",
|
|
6877
|
+
"org:hardis:unusedusers:diagnose",
|
|
6878
|
+
"org:unusedusers:hardis:diagnose",
|
|
6879
|
+
"org:unusedusers:diagnose:hardis",
|
|
6880
|
+
"hardis:unusedusers:org:diagnose",
|
|
6881
|
+
"unusedusers:hardis:org:diagnose",
|
|
6882
|
+
"unusedusers:org:hardis:diagnose",
|
|
6883
|
+
"unusedusers:org:diagnose:hardis",
|
|
6884
|
+
"hardis:unusedusers:diagnose:org",
|
|
6885
|
+
"unusedusers:hardis:diagnose:org",
|
|
6886
|
+
"unusedusers:diagnose:hardis:org",
|
|
6887
|
+
"unusedusers:diagnose:org:hardis"
|
|
6888
6888
|
]
|
|
6889
6889
|
},
|
|
6890
6890
|
"hardis:org:fix:listviewmine": {
|
|
@@ -7967,12 +7967,14 @@
|
|
|
7967
7967
|
"packageconfig:retrieve:org:hardis"
|
|
7968
7968
|
]
|
|
7969
7969
|
},
|
|
7970
|
-
"hardis:org:
|
|
7970
|
+
"hardis:org:user:activateinvalid": {
|
|
7971
7971
|
"aliases": [],
|
|
7972
7972
|
"args": {},
|
|
7973
|
-
"description": "
|
|
7973
|
+
"description": "Update sandbox users so their email is valid\n\n Example: replaces `toto@company.com.dev.invalid` with `toto@company.com.dev.invalid`\n\nSee article below\n\n[](https://nicolas.vuillamy.fr/reactivate-all-the-sandbox-users-with-invalid-emails-in-3-clicks-2265af4e3a3d)\n",
|
|
7974
7974
|
"examples": [
|
|
7975
|
-
"$ sf hardis:org:
|
|
7975
|
+
"$ sf hardis:org:user:activateinvalid",
|
|
7976
|
+
"$ sf hardis:org:user:activateinvalid --target-org my-user@myorg.com",
|
|
7977
|
+
"$ sf hardis:org:user:activateinvalid --profiles 'System Administrator,MyCustomProfile' --target-org my-user@myorg.com"
|
|
7976
7978
|
],
|
|
7977
7979
|
"flags": {
|
|
7978
7980
|
"json": {
|
|
@@ -7990,19 +7992,12 @@
|
|
|
7990
7992
|
"multiple": false,
|
|
7991
7993
|
"type": "option"
|
|
7992
7994
|
},
|
|
7993
|
-
"
|
|
7994
|
-
"char": "
|
|
7995
|
-
"description": "
|
|
7996
|
-
"name": "
|
|
7997
|
-
"default": "RunLocalTests",
|
|
7995
|
+
"profiles": {
|
|
7996
|
+
"char": "p",
|
|
7997
|
+
"description": "Comma-separated list of profiles names that you want to reactive users assigned to and with a .invalid email",
|
|
7998
|
+
"name": "profiles",
|
|
7998
7999
|
"hasDynamicHelp": false,
|
|
7999
8000
|
"multiple": false,
|
|
8000
|
-
"options": [
|
|
8001
|
-
"NoTestRun",
|
|
8002
|
-
"RunSpecifiedTests",
|
|
8003
|
-
"RunLocalTests",
|
|
8004
|
-
"RunAllTestsInOrg"
|
|
8005
|
-
],
|
|
8006
8001
|
"type": "option"
|
|
8007
8002
|
},
|
|
8008
8003
|
"debug": {
|
|
@@ -8043,58 +8038,60 @@
|
|
|
8043
8038
|
},
|
|
8044
8039
|
"hasDynamicHelp": true,
|
|
8045
8040
|
"hiddenAliases": [],
|
|
8046
|
-
"id": "hardis:org:
|
|
8041
|
+
"id": "hardis:org:user:activateinvalid",
|
|
8047
8042
|
"pluginAlias": "sfdx-hardis",
|
|
8048
8043
|
"pluginName": "sfdx-hardis",
|
|
8049
8044
|
"pluginType": "core",
|
|
8050
8045
|
"strict": true,
|
|
8051
8046
|
"enableJsonFlag": true,
|
|
8052
|
-
"title": "
|
|
8047
|
+
"title": "Reactivate sandbox invalid users",
|
|
8048
|
+
"requiresProject": false,
|
|
8053
8049
|
"isESM": true,
|
|
8054
8050
|
"relativePath": [
|
|
8055
8051
|
"lib",
|
|
8056
8052
|
"commands",
|
|
8057
8053
|
"hardis",
|
|
8058
8054
|
"org",
|
|
8059
|
-
"
|
|
8060
|
-
"
|
|
8055
|
+
"user",
|
|
8056
|
+
"activateinvalid.js"
|
|
8061
8057
|
],
|
|
8062
8058
|
"aliasPermutations": [],
|
|
8063
8059
|
"permutations": [
|
|
8064
|
-
"hardis:org:
|
|
8065
|
-
"org:hardis:
|
|
8066
|
-
"org:
|
|
8067
|
-
"org:
|
|
8068
|
-
"hardis:
|
|
8069
|
-
"
|
|
8070
|
-
"
|
|
8071
|
-
"
|
|
8072
|
-
"hardis:
|
|
8073
|
-
"
|
|
8074
|
-
"
|
|
8075
|
-
"
|
|
8076
|
-
"hardis:org:
|
|
8077
|
-
"org:hardis:
|
|
8078
|
-
"org:
|
|
8079
|
-
"org:
|
|
8080
|
-
"hardis:
|
|
8081
|
-
"
|
|
8082
|
-
"
|
|
8083
|
-
"
|
|
8084
|
-
"hardis:
|
|
8085
|
-
"
|
|
8086
|
-
"
|
|
8087
|
-
"
|
|
8060
|
+
"hardis:org:user:activateinvalid",
|
|
8061
|
+
"org:hardis:user:activateinvalid",
|
|
8062
|
+
"org:user:hardis:activateinvalid",
|
|
8063
|
+
"org:user:activateinvalid:hardis",
|
|
8064
|
+
"hardis:user:org:activateinvalid",
|
|
8065
|
+
"user:hardis:org:activateinvalid",
|
|
8066
|
+
"user:org:hardis:activateinvalid",
|
|
8067
|
+
"user:org:activateinvalid:hardis",
|
|
8068
|
+
"hardis:user:activateinvalid:org",
|
|
8069
|
+
"user:hardis:activateinvalid:org",
|
|
8070
|
+
"user:activateinvalid:hardis:org",
|
|
8071
|
+
"user:activateinvalid:org:hardis",
|
|
8072
|
+
"hardis:org:activateinvalid:user",
|
|
8073
|
+
"org:hardis:activateinvalid:user",
|
|
8074
|
+
"org:activateinvalid:hardis:user",
|
|
8075
|
+
"org:activateinvalid:user:hardis",
|
|
8076
|
+
"hardis:activateinvalid:org:user",
|
|
8077
|
+
"activateinvalid:hardis:org:user",
|
|
8078
|
+
"activateinvalid:org:hardis:user",
|
|
8079
|
+
"activateinvalid:org:user:hardis",
|
|
8080
|
+
"hardis:activateinvalid:user:org",
|
|
8081
|
+
"activateinvalid:hardis:user:org",
|
|
8082
|
+
"activateinvalid:user:hardis:org",
|
|
8083
|
+
"activateinvalid:user:org:hardis"
|
|
8088
8084
|
]
|
|
8089
8085
|
},
|
|
8090
|
-
"hardis:org:user:
|
|
8086
|
+
"hardis:org:user:freeze": {
|
|
8091
8087
|
"aliases": [],
|
|
8092
8088
|
"args": {},
|
|
8093
|
-
"description": "
|
|
8089
|
+
"description": "Mass freeze users in org before a maintenance or go live\n\nSee user guide in the following article\n\n<https://medium.com/@dimitrimonge/freeze-unfreeze-users-during-salesforce-deployment-8a1488bf8dd3>\n\n[](https://medium.com/@dimitrimonge/freeze-unfreeze-users-during-salesforce-deployment-8a1488bf8dd3)",
|
|
8094
8090
|
"examples": [
|
|
8095
|
-
"$ sf hardis:org:user:
|
|
8096
|
-
"$ sf hardis:org:user:
|
|
8097
|
-
"$ sf hardis:org:user:
|
|
8091
|
+
"$ sf hardis:org:user:freeze",
|
|
8092
|
+
"$ sf hardis:org:user:freeze --target-org my-user@myorg.com",
|
|
8093
|
+
"$ sf hardis:org:user:freeze --includeprofiles 'Standard'",
|
|
8094
|
+
"$ sf hardis:org:user:freeze --excludeprofiles 'System Administrator,Some Other Profile'"
|
|
8098
8095
|
],
|
|
8099
8096
|
"flags": {
|
|
8100
8097
|
"json": {
|
|
@@ -8112,10 +8109,35 @@
|
|
|
8112
8109
|
"multiple": false,
|
|
8113
8110
|
"type": "option"
|
|
8114
8111
|
},
|
|
8115
|
-
"
|
|
8112
|
+
"name": {
|
|
8113
|
+
"char": "n",
|
|
8114
|
+
"description": "Filter according to Name criteria",
|
|
8115
|
+
"name": "name",
|
|
8116
|
+
"hasDynamicHelp": false,
|
|
8117
|
+
"multiple": false,
|
|
8118
|
+
"type": "option"
|
|
8119
|
+
},
|
|
8120
|
+
"includeprofiles": {
|
|
8116
8121
|
"char": "p",
|
|
8117
|
-
"description": "
|
|
8118
|
-
"name": "
|
|
8122
|
+
"description": "List of profiles that you want to freeze, separated by commas",
|
|
8123
|
+
"name": "includeprofiles",
|
|
8124
|
+
"hasDynamicHelp": false,
|
|
8125
|
+
"multiple": false,
|
|
8126
|
+
"type": "option"
|
|
8127
|
+
},
|
|
8128
|
+
"excludeprofiles": {
|
|
8129
|
+
"char": "e",
|
|
8130
|
+
"description": "List of profiles that you want to NOT freeze, separated by commas",
|
|
8131
|
+
"name": "excludeprofiles",
|
|
8132
|
+
"hasDynamicHelp": false,
|
|
8133
|
+
"multiple": false,
|
|
8134
|
+
"type": "option"
|
|
8135
|
+
},
|
|
8136
|
+
"maxuserdisplay": {
|
|
8137
|
+
"char": "m",
|
|
8138
|
+
"description": "Maximum users to display in logs",
|
|
8139
|
+
"name": "maxuserdisplay",
|
|
8140
|
+
"default": 100,
|
|
8119
8141
|
"hasDynamicHelp": false,
|
|
8120
8142
|
"multiple": false,
|
|
8121
8143
|
"type": "option"
|
|
@@ -8158,13 +8180,13 @@
|
|
|
8158
8180
|
},
|
|
8159
8181
|
"hasDynamicHelp": true,
|
|
8160
8182
|
"hiddenAliases": [],
|
|
8161
|
-
"id": "hardis:org:user:
|
|
8183
|
+
"id": "hardis:org:user:freeze",
|
|
8162
8184
|
"pluginAlias": "sfdx-hardis",
|
|
8163
8185
|
"pluginName": "sfdx-hardis",
|
|
8164
8186
|
"pluginType": "core",
|
|
8165
8187
|
"strict": true,
|
|
8166
8188
|
"enableJsonFlag": true,
|
|
8167
|
-
"title": "
|
|
8189
|
+
"title": "Freeze user logins",
|
|
8168
8190
|
"requiresProject": false,
|
|
8169
8191
|
"isESM": true,
|
|
8170
8192
|
"relativePath": [
|
|
@@ -8173,45 +8195,45 @@
|
|
|
8173
8195
|
"hardis",
|
|
8174
8196
|
"org",
|
|
8175
8197
|
"user",
|
|
8176
|
-
"
|
|
8198
|
+
"freeze.js"
|
|
8177
8199
|
],
|
|
8178
8200
|
"aliasPermutations": [],
|
|
8179
8201
|
"permutations": [
|
|
8180
|
-
"hardis:org:user:
|
|
8181
|
-
"org:hardis:user:
|
|
8182
|
-
"org:user:hardis:
|
|
8183
|
-
"org:user:
|
|
8184
|
-
"hardis:user:org:
|
|
8185
|
-
"user:hardis:org:
|
|
8186
|
-
"user:org:hardis:
|
|
8187
|
-
"user:org:
|
|
8188
|
-
"hardis:user:
|
|
8189
|
-
"user:hardis:
|
|
8190
|
-
"user:
|
|
8191
|
-
"user:
|
|
8192
|
-
"hardis:org:
|
|
8193
|
-
"org:hardis:
|
|
8194
|
-
"org:
|
|
8195
|
-
"org:
|
|
8196
|
-
"hardis:
|
|
8197
|
-
"
|
|
8198
|
-
"
|
|
8199
|
-
"
|
|
8200
|
-
"hardis:
|
|
8201
|
-
"
|
|
8202
|
-
"
|
|
8203
|
-
"
|
|
8202
|
+
"hardis:org:user:freeze",
|
|
8203
|
+
"org:hardis:user:freeze",
|
|
8204
|
+
"org:user:hardis:freeze",
|
|
8205
|
+
"org:user:freeze:hardis",
|
|
8206
|
+
"hardis:user:org:freeze",
|
|
8207
|
+
"user:hardis:org:freeze",
|
|
8208
|
+
"user:org:hardis:freeze",
|
|
8209
|
+
"user:org:freeze:hardis",
|
|
8210
|
+
"hardis:user:freeze:org",
|
|
8211
|
+
"user:hardis:freeze:org",
|
|
8212
|
+
"user:freeze:hardis:org",
|
|
8213
|
+
"user:freeze:org:hardis",
|
|
8214
|
+
"hardis:org:freeze:user",
|
|
8215
|
+
"org:hardis:freeze:user",
|
|
8216
|
+
"org:freeze:hardis:user",
|
|
8217
|
+
"org:freeze:user:hardis",
|
|
8218
|
+
"hardis:freeze:org:user",
|
|
8219
|
+
"freeze:hardis:org:user",
|
|
8220
|
+
"freeze:org:hardis:user",
|
|
8221
|
+
"freeze:org:user:hardis",
|
|
8222
|
+
"hardis:freeze:user:org",
|
|
8223
|
+
"freeze:hardis:user:org",
|
|
8224
|
+
"freeze:user:hardis:org",
|
|
8225
|
+
"freeze:user:org:hardis"
|
|
8204
8226
|
]
|
|
8205
8227
|
},
|
|
8206
|
-
"hardis:org:user:
|
|
8228
|
+
"hardis:org:user:unfreeze": {
|
|
8207
8229
|
"aliases": [],
|
|
8208
8230
|
"args": {},
|
|
8209
|
-
"description": "Mass
|
|
8231
|
+
"description": "Mass unfreeze users in org after a maintenance or go live\n\nSee user guide in the following article\n\n<https://medium.com/@dimitrimonge/freeze-unfreeze-users-during-salesforce-deployment-8a1488bf8dd3>\n\n[](https://medium.com/@dimitrimonge/freeze-unfreeze-users-during-salesforce-deployment-8a1488bf8dd3)",
|
|
8210
8232
|
"examples": [
|
|
8211
|
-
"$ sf hardis:org:user:
|
|
8212
|
-
"$ sf hardis:org:user:
|
|
8213
|
-
"$ sf hardis:org:user:
|
|
8214
|
-
"$ sf hardis:org:user:
|
|
8233
|
+
"$ sf hardis:org:user:unfreeze",
|
|
8234
|
+
"$ sf hardis:org:user:unfreeze --target-org my-user@myorg.com",
|
|
8235
|
+
"$ sf hardis:org:user:unfreeze --includeprofiles 'Standard'",
|
|
8236
|
+
"$ sf hardis:org:user:unfreeze --excludeprofiles 'System Administrator,Some Other Profile'"
|
|
8215
8237
|
],
|
|
8216
8238
|
"flags": {
|
|
8217
8239
|
"json": {
|
|
@@ -8239,7 +8261,7 @@
|
|
|
8239
8261
|
},
|
|
8240
8262
|
"includeprofiles": {
|
|
8241
8263
|
"char": "p",
|
|
8242
|
-
"description": "List of profiles that you want to
|
|
8264
|
+
"description": "List of profiles that you want to unfreeze, separated by commas",
|
|
8243
8265
|
"name": "includeprofiles",
|
|
8244
8266
|
"hasDynamicHelp": false,
|
|
8245
8267
|
"multiple": false,
|
|
@@ -8247,7 +8269,7 @@
|
|
|
8247
8269
|
},
|
|
8248
8270
|
"excludeprofiles": {
|
|
8249
8271
|
"char": "e",
|
|
8250
|
-
"description": "List of profiles that you want to NOT
|
|
8272
|
+
"description": "List of profiles that you want to NOT unfreeze, separated by commas",
|
|
8251
8273
|
"name": "excludeprofiles",
|
|
8252
8274
|
"hasDynamicHelp": false,
|
|
8253
8275
|
"multiple": false,
|
|
@@ -8300,13 +8322,13 @@
|
|
|
8300
8322
|
},
|
|
8301
8323
|
"hasDynamicHelp": true,
|
|
8302
8324
|
"hiddenAliases": [],
|
|
8303
|
-
"id": "hardis:org:user:
|
|
8325
|
+
"id": "hardis:org:user:unfreeze",
|
|
8304
8326
|
"pluginAlias": "sfdx-hardis",
|
|
8305
8327
|
"pluginName": "sfdx-hardis",
|
|
8306
8328
|
"pluginType": "core",
|
|
8307
8329
|
"strict": true,
|
|
8308
8330
|
"enableJsonFlag": true,
|
|
8309
|
-
"title": "
|
|
8331
|
+
"title": "Unfreeze user logins",
|
|
8310
8332
|
"requiresProject": false,
|
|
8311
8333
|
"isESM": true,
|
|
8312
8334
|
"relativePath": [
|
|
@@ -8315,45 +8337,42 @@
|
|
|
8315
8337
|
"hardis",
|
|
8316
8338
|
"org",
|
|
8317
8339
|
"user",
|
|
8318
|
-
"
|
|
8340
|
+
"unfreeze.js"
|
|
8319
8341
|
],
|
|
8320
8342
|
"aliasPermutations": [],
|
|
8321
8343
|
"permutations": [
|
|
8322
|
-
"hardis:org:user:
|
|
8323
|
-
"org:hardis:user:
|
|
8324
|
-
"org:user:hardis:
|
|
8325
|
-
"org:user:
|
|
8326
|
-
"hardis:user:org:
|
|
8327
|
-
"user:hardis:org:
|
|
8328
|
-
"user:org:hardis:
|
|
8329
|
-
"user:org:
|
|
8330
|
-
"hardis:user:
|
|
8331
|
-
"user:hardis:
|
|
8332
|
-
"user:
|
|
8333
|
-
"user:
|
|
8334
|
-
"hardis:org:
|
|
8335
|
-
"org:hardis:
|
|
8336
|
-
"org:
|
|
8337
|
-
"org:
|
|
8338
|
-
"hardis:
|
|
8339
|
-
"
|
|
8340
|
-
"
|
|
8341
|
-
"
|
|
8342
|
-
"hardis:
|
|
8343
|
-
"
|
|
8344
|
-
"
|
|
8345
|
-
"
|
|
8344
|
+
"hardis:org:user:unfreeze",
|
|
8345
|
+
"org:hardis:user:unfreeze",
|
|
8346
|
+
"org:user:hardis:unfreeze",
|
|
8347
|
+
"org:user:unfreeze:hardis",
|
|
8348
|
+
"hardis:user:org:unfreeze",
|
|
8349
|
+
"user:hardis:org:unfreeze",
|
|
8350
|
+
"user:org:hardis:unfreeze",
|
|
8351
|
+
"user:org:unfreeze:hardis",
|
|
8352
|
+
"hardis:user:unfreeze:org",
|
|
8353
|
+
"user:hardis:unfreeze:org",
|
|
8354
|
+
"user:unfreeze:hardis:org",
|
|
8355
|
+
"user:unfreeze:org:hardis",
|
|
8356
|
+
"hardis:org:unfreeze:user",
|
|
8357
|
+
"org:hardis:unfreeze:user",
|
|
8358
|
+
"org:unfreeze:hardis:user",
|
|
8359
|
+
"org:unfreeze:user:hardis",
|
|
8360
|
+
"hardis:unfreeze:org:user",
|
|
8361
|
+
"unfreeze:hardis:org:user",
|
|
8362
|
+
"unfreeze:org:hardis:user",
|
|
8363
|
+
"unfreeze:org:user:hardis",
|
|
8364
|
+
"hardis:unfreeze:user:org",
|
|
8365
|
+
"unfreeze:hardis:user:org",
|
|
8366
|
+
"unfreeze:user:hardis:org",
|
|
8367
|
+
"unfreeze:user:org:hardis"
|
|
8346
8368
|
]
|
|
8347
8369
|
},
|
|
8348
|
-
"hardis:org:
|
|
8370
|
+
"hardis:org:test:apex": {
|
|
8349
8371
|
"aliases": [],
|
|
8350
8372
|
"args": {},
|
|
8351
|
-
"description": "
|
|
8373
|
+
"description": "Run apex tests in Salesforce org\n\nIf following configuration is defined, it will fail if apex coverage target is not reached:\n\n- Env `APEX_TESTS_MIN_COVERAGE_ORG_WIDE` or `.sfdx-hardis` property `apexTestsMinCoverageOrgWide`\n- Env `APEX_TESTS_MIN_COVERAGE_ORG_WIDE` or `.sfdx-hardis` property `apexTestsMinCoverageOrgWide`\n\nYou can override env var SFDX_TEST_WAIT_MINUTES to wait more than 60 minutes.\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-apex-tests/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
8352
8374
|
"examples": [
|
|
8353
|
-
"$ sf hardis:org:
|
|
8354
|
-
"$ sf hardis:org:user:unfreeze --target-org my-user@myorg.com",
|
|
8355
|
-
"$ sf hardis:org:user:unfreeze --includeprofiles 'Standard'",
|
|
8356
|
-
"$ sf hardis:org:user:unfreeze --excludeprofiles 'System Administrator,Some Other Profile'"
|
|
8375
|
+
"$ sf hardis:org:test:apex"
|
|
8357
8376
|
],
|
|
8358
8377
|
"flags": {
|
|
8359
8378
|
"json": {
|
|
@@ -8371,37 +8390,19 @@
|
|
|
8371
8390
|
"multiple": false,
|
|
8372
8391
|
"type": "option"
|
|
8373
8392
|
},
|
|
8374
|
-
"
|
|
8375
|
-
"char": "
|
|
8376
|
-
"description": "
|
|
8377
|
-
"name": "
|
|
8378
|
-
"
|
|
8379
|
-
"multiple": false,
|
|
8380
|
-
"type": "option"
|
|
8381
|
-
},
|
|
8382
|
-
"includeprofiles": {
|
|
8383
|
-
"char": "p",
|
|
8384
|
-
"description": "List of profiles that you want to unfreeze, separated by commas",
|
|
8385
|
-
"name": "includeprofiles",
|
|
8386
|
-
"hasDynamicHelp": false,
|
|
8387
|
-
"multiple": false,
|
|
8388
|
-
"type": "option"
|
|
8389
|
-
},
|
|
8390
|
-
"excludeprofiles": {
|
|
8391
|
-
"char": "e",
|
|
8392
|
-
"description": "List of profiles that you want to NOT unfreeze, separated by commas",
|
|
8393
|
-
"name": "excludeprofiles",
|
|
8394
|
-
"hasDynamicHelp": false,
|
|
8395
|
-
"multiple": false,
|
|
8396
|
-
"type": "option"
|
|
8397
|
-
},
|
|
8398
|
-
"maxuserdisplay": {
|
|
8399
|
-
"char": "m",
|
|
8400
|
-
"description": "Maximum users to display in logs",
|
|
8401
|
-
"name": "maxuserdisplay",
|
|
8402
|
-
"default": 100,
|
|
8393
|
+
"testlevel": {
|
|
8394
|
+
"char": "l",
|
|
8395
|
+
"description": "Level of tests to apply to validate deployment",
|
|
8396
|
+
"name": "testlevel",
|
|
8397
|
+
"default": "RunLocalTests",
|
|
8403
8398
|
"hasDynamicHelp": false,
|
|
8404
8399
|
"multiple": false,
|
|
8400
|
+
"options": [
|
|
8401
|
+
"NoTestRun",
|
|
8402
|
+
"RunSpecifiedTests",
|
|
8403
|
+
"RunLocalTests",
|
|
8404
|
+
"RunAllTestsInOrg"
|
|
8405
|
+
],
|
|
8405
8406
|
"type": "option"
|
|
8406
8407
|
},
|
|
8407
8408
|
"debug": {
|
|
@@ -8442,49 +8443,48 @@
|
|
|
8442
8443
|
},
|
|
8443
8444
|
"hasDynamicHelp": true,
|
|
8444
8445
|
"hiddenAliases": [],
|
|
8445
|
-
"id": "hardis:org:
|
|
8446
|
+
"id": "hardis:org:test:apex",
|
|
8446
8447
|
"pluginAlias": "sfdx-hardis",
|
|
8447
8448
|
"pluginName": "sfdx-hardis",
|
|
8448
8449
|
"pluginType": "core",
|
|
8449
8450
|
"strict": true,
|
|
8450
8451
|
"enableJsonFlag": true,
|
|
8451
|
-
"title": "
|
|
8452
|
-
"requiresProject": false,
|
|
8452
|
+
"title": "Run apex tests",
|
|
8453
8453
|
"isESM": true,
|
|
8454
8454
|
"relativePath": [
|
|
8455
8455
|
"lib",
|
|
8456
8456
|
"commands",
|
|
8457
8457
|
"hardis",
|
|
8458
8458
|
"org",
|
|
8459
|
-
"
|
|
8460
|
-
"
|
|
8459
|
+
"test",
|
|
8460
|
+
"apex.js"
|
|
8461
8461
|
],
|
|
8462
8462
|
"aliasPermutations": [],
|
|
8463
8463
|
"permutations": [
|
|
8464
|
-
"hardis:org:
|
|
8465
|
-
"org:hardis:
|
|
8466
|
-
"org:
|
|
8467
|
-
"org:
|
|
8468
|
-
"hardis:
|
|
8469
|
-
"
|
|
8470
|
-
"
|
|
8471
|
-
"
|
|
8472
|
-
"hardis:
|
|
8473
|
-
"
|
|
8474
|
-
"
|
|
8475
|
-
"
|
|
8476
|
-
"hardis:org:
|
|
8477
|
-
"org:hardis:
|
|
8478
|
-
"org:
|
|
8479
|
-
"org:
|
|
8480
|
-
"hardis:
|
|
8481
|
-
"
|
|
8482
|
-
"
|
|
8483
|
-
"
|
|
8484
|
-
"hardis:
|
|
8485
|
-
"
|
|
8486
|
-
"
|
|
8487
|
-
"
|
|
8464
|
+
"hardis:org:test:apex",
|
|
8465
|
+
"org:hardis:test:apex",
|
|
8466
|
+
"org:test:hardis:apex",
|
|
8467
|
+
"org:test:apex:hardis",
|
|
8468
|
+
"hardis:test:org:apex",
|
|
8469
|
+
"test:hardis:org:apex",
|
|
8470
|
+
"test:org:hardis:apex",
|
|
8471
|
+
"test:org:apex:hardis",
|
|
8472
|
+
"hardis:test:apex:org",
|
|
8473
|
+
"test:hardis:apex:org",
|
|
8474
|
+
"test:apex:hardis:org",
|
|
8475
|
+
"test:apex:org:hardis",
|
|
8476
|
+
"hardis:org:apex:test",
|
|
8477
|
+
"org:hardis:apex:test",
|
|
8478
|
+
"org:apex:hardis:test",
|
|
8479
|
+
"org:apex:test:hardis",
|
|
8480
|
+
"hardis:apex:org:test",
|
|
8481
|
+
"apex:hardis:org:test",
|
|
8482
|
+
"apex:org:hardis:test",
|
|
8483
|
+
"apex:org:test:hardis",
|
|
8484
|
+
"hardis:apex:test:org",
|
|
8485
|
+
"apex:hardis:test:org",
|
|
8486
|
+
"apex:test:hardis:org",
|
|
8487
|
+
"apex:test:org:hardis"
|
|
8488
8488
|
]
|
|
8489
8489
|
},
|
|
8490
8490
|
"hardis:package:version:create": {
|
|
@@ -8841,6 +8841,135 @@
|
|
|
8841
8841
|
"promote:version:package:hardis"
|
|
8842
8842
|
]
|
|
8843
8843
|
},
|
|
8844
|
+
"hardis:project:configure:auth": {
|
|
8845
|
+
"aliases": [],
|
|
8846
|
+
"args": {},
|
|
8847
|
+
"description": "Configure authentication from git branch to target org",
|
|
8848
|
+
"examples": [
|
|
8849
|
+
"$ sf hardis:project:configure:auth"
|
|
8850
|
+
],
|
|
8851
|
+
"flags": {
|
|
8852
|
+
"json": {
|
|
8853
|
+
"description": "Format output as json.",
|
|
8854
|
+
"helpGroup": "GLOBAL",
|
|
8855
|
+
"name": "json",
|
|
8856
|
+
"allowNo": false,
|
|
8857
|
+
"type": "boolean"
|
|
8858
|
+
},
|
|
8859
|
+
"flags-dir": {
|
|
8860
|
+
"helpGroup": "GLOBAL",
|
|
8861
|
+
"name": "flags-dir",
|
|
8862
|
+
"summary": "Import flag values from a directory.",
|
|
8863
|
+
"hasDynamicHelp": false,
|
|
8864
|
+
"multiple": false,
|
|
8865
|
+
"type": "option"
|
|
8866
|
+
},
|
|
8867
|
+
"devhub": {
|
|
8868
|
+
"char": "b",
|
|
8869
|
+
"description": "Configure project DevHub",
|
|
8870
|
+
"name": "devhub",
|
|
8871
|
+
"allowNo": false,
|
|
8872
|
+
"type": "boolean"
|
|
8873
|
+
},
|
|
8874
|
+
"debug": {
|
|
8875
|
+
"char": "d",
|
|
8876
|
+
"description": "Activate debug mode (more logs)",
|
|
8877
|
+
"name": "debug",
|
|
8878
|
+
"allowNo": false,
|
|
8879
|
+
"type": "boolean"
|
|
8880
|
+
},
|
|
8881
|
+
"websocket": {
|
|
8882
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
8883
|
+
"name": "websocket",
|
|
8884
|
+
"hasDynamicHelp": false,
|
|
8885
|
+
"multiple": false,
|
|
8886
|
+
"type": "option"
|
|
8887
|
+
},
|
|
8888
|
+
"skipauth": {
|
|
8889
|
+
"description": "Skip authentication check when a default username is required",
|
|
8890
|
+
"name": "skipauth",
|
|
8891
|
+
"allowNo": false,
|
|
8892
|
+
"type": "boolean"
|
|
8893
|
+
},
|
|
8894
|
+
"target-org": {
|
|
8895
|
+
"aliases": [
|
|
8896
|
+
"targetusername",
|
|
8897
|
+
"u"
|
|
8898
|
+
],
|
|
8899
|
+
"char": "o",
|
|
8900
|
+
"deprecateAliases": true,
|
|
8901
|
+
"name": "target-org",
|
|
8902
|
+
"noCacheDefault": true,
|
|
8903
|
+
"summary": "Username or alias of the target org.",
|
|
8904
|
+
"hasDynamicHelp": true,
|
|
8905
|
+
"multiple": false,
|
|
8906
|
+
"type": "option"
|
|
8907
|
+
},
|
|
8908
|
+
"target-dev-hub": {
|
|
8909
|
+
"aliases": [
|
|
8910
|
+
"targetdevhubusername"
|
|
8911
|
+
],
|
|
8912
|
+
"char": "v",
|
|
8913
|
+
"deprecateAliases": true,
|
|
8914
|
+
"name": "target-dev-hub",
|
|
8915
|
+
"noCacheDefault": true,
|
|
8916
|
+
"required": false,
|
|
8917
|
+
"summary": "Username or alias of the Dev Hub org.",
|
|
8918
|
+
"hasDynamicHelp": true,
|
|
8919
|
+
"multiple": false,
|
|
8920
|
+
"type": "option"
|
|
8921
|
+
}
|
|
8922
|
+
},
|
|
8923
|
+
"hasDynamicHelp": true,
|
|
8924
|
+
"hiddenAliases": [],
|
|
8925
|
+
"id": "hardis:project:configure:auth",
|
|
8926
|
+
"pluginAlias": "sfdx-hardis",
|
|
8927
|
+
"pluginName": "sfdx-hardis",
|
|
8928
|
+
"pluginType": "core",
|
|
8929
|
+
"strict": true,
|
|
8930
|
+
"enableJsonFlag": true,
|
|
8931
|
+
"title": "Configure authentication",
|
|
8932
|
+
"requiresProject": false,
|
|
8933
|
+
"requiresDependencies": [
|
|
8934
|
+
"openssl"
|
|
8935
|
+
],
|
|
8936
|
+
"isESM": true,
|
|
8937
|
+
"relativePath": [
|
|
8938
|
+
"lib",
|
|
8939
|
+
"commands",
|
|
8940
|
+
"hardis",
|
|
8941
|
+
"project",
|
|
8942
|
+
"configure",
|
|
8943
|
+
"auth.js"
|
|
8944
|
+
],
|
|
8945
|
+
"aliasPermutations": [],
|
|
8946
|
+
"permutations": [
|
|
8947
|
+
"hardis:project:configure:auth",
|
|
8948
|
+
"project:hardis:configure:auth",
|
|
8949
|
+
"project:configure:hardis:auth",
|
|
8950
|
+
"project:configure:auth:hardis",
|
|
8951
|
+
"hardis:configure:project:auth",
|
|
8952
|
+
"configure:hardis:project:auth",
|
|
8953
|
+
"configure:project:hardis:auth",
|
|
8954
|
+
"configure:project:auth:hardis",
|
|
8955
|
+
"hardis:configure:auth:project",
|
|
8956
|
+
"configure:hardis:auth:project",
|
|
8957
|
+
"configure:auth:hardis:project",
|
|
8958
|
+
"configure:auth:project:hardis",
|
|
8959
|
+
"hardis:project:auth:configure",
|
|
8960
|
+
"project:hardis:auth:configure",
|
|
8961
|
+
"project:auth:hardis:configure",
|
|
8962
|
+
"project:auth:configure:hardis",
|
|
8963
|
+
"hardis:auth:project:configure",
|
|
8964
|
+
"auth:hardis:project:configure",
|
|
8965
|
+
"auth:project:hardis:configure",
|
|
8966
|
+
"auth:project:configure:hardis",
|
|
8967
|
+
"hardis:auth:configure:project",
|
|
8968
|
+
"auth:hardis:configure:project",
|
|
8969
|
+
"auth:configure:hardis:project",
|
|
8970
|
+
"auth:configure:project:hardis"
|
|
8971
|
+
]
|
|
8972
|
+
},
|
|
8844
8973
|
"hardis:project:audit:apiversion": {
|
|
8845
8974
|
"aliases": [],
|
|
8846
8975
|
"args": {},
|
|
@@ -9254,12 +9383,12 @@
|
|
|
9254
9383
|
"remotesites:audit:project:hardis"
|
|
9255
9384
|
]
|
|
9256
9385
|
},
|
|
9257
|
-
"hardis:project:
|
|
9386
|
+
"hardis:project:convert:profilestopermsets": {
|
|
9258
9387
|
"aliases": [],
|
|
9259
9388
|
"args": {},
|
|
9260
|
-
"description": "
|
|
9389
|
+
"description": "Creates permission sets from existing profiles, with id PS_PROFILENAME",
|
|
9261
9390
|
"examples": [
|
|
9262
|
-
"$ sf hardis:project:
|
|
9391
|
+
"$ sf hardis:project:convert:profilestopermsets"
|
|
9263
9392
|
],
|
|
9264
9393
|
"flags": {
|
|
9265
9394
|
"json": {
|
|
@@ -9274,16 +9403,18 @@
|
|
|
9274
9403
|
"name": "flags-dir",
|
|
9275
9404
|
"summary": "Import flag values from a directory.",
|
|
9276
9405
|
"hasDynamicHelp": false,
|
|
9277
|
-
"multiple": false,
|
|
9406
|
+
"multiple": false,
|
|
9407
|
+
"type": "option"
|
|
9408
|
+
},
|
|
9409
|
+
"except": {
|
|
9410
|
+
"char": "e",
|
|
9411
|
+
"description": "List of filters",
|
|
9412
|
+
"name": "except",
|
|
9413
|
+
"default": [],
|
|
9414
|
+
"hasDynamicHelp": false,
|
|
9415
|
+
"multiple": true,
|
|
9278
9416
|
"type": "option"
|
|
9279
9417
|
},
|
|
9280
|
-
"devhub": {
|
|
9281
|
-
"char": "b",
|
|
9282
|
-
"description": "Configure project DevHub",
|
|
9283
|
-
"name": "devhub",
|
|
9284
|
-
"allowNo": false,
|
|
9285
|
-
"type": "boolean"
|
|
9286
|
-
},
|
|
9287
9418
|
"debug": {
|
|
9288
9419
|
"char": "d",
|
|
9289
9420
|
"description": "Activate debug mode (more logs)",
|
|
@@ -9303,48 +9434,20 @@
|
|
|
9303
9434
|
"name": "skipauth",
|
|
9304
9435
|
"allowNo": false,
|
|
9305
9436
|
"type": "boolean"
|
|
9306
|
-
},
|
|
9307
|
-
"target-org": {
|
|
9308
|
-
"aliases": [
|
|
9309
|
-
"targetusername",
|
|
9310
|
-
"u"
|
|
9311
|
-
],
|
|
9312
|
-
"char": "o",
|
|
9313
|
-
"deprecateAliases": true,
|
|
9314
|
-
"name": "target-org",
|
|
9315
|
-
"noCacheDefault": true,
|
|
9316
|
-
"summary": "Username or alias of the target org.",
|
|
9317
|
-
"hasDynamicHelp": true,
|
|
9318
|
-
"multiple": false,
|
|
9319
|
-
"type": "option"
|
|
9320
|
-
},
|
|
9321
|
-
"target-dev-hub": {
|
|
9322
|
-
"aliases": [
|
|
9323
|
-
"targetdevhubusername"
|
|
9324
|
-
],
|
|
9325
|
-
"char": "v",
|
|
9326
|
-
"deprecateAliases": true,
|
|
9327
|
-
"name": "target-dev-hub",
|
|
9328
|
-
"noCacheDefault": true,
|
|
9329
|
-
"required": false,
|
|
9330
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
9331
|
-
"hasDynamicHelp": true,
|
|
9332
|
-
"multiple": false,
|
|
9333
|
-
"type": "option"
|
|
9334
9437
|
}
|
|
9335
9438
|
},
|
|
9336
|
-
"hasDynamicHelp":
|
|
9439
|
+
"hasDynamicHelp": false,
|
|
9337
9440
|
"hiddenAliases": [],
|
|
9338
|
-
"id": "hardis:project:
|
|
9441
|
+
"id": "hardis:project:convert:profilestopermsets",
|
|
9339
9442
|
"pluginAlias": "sfdx-hardis",
|
|
9340
9443
|
"pluginName": "sfdx-hardis",
|
|
9341
9444
|
"pluginType": "core",
|
|
9342
9445
|
"strict": true,
|
|
9343
9446
|
"enableJsonFlag": true,
|
|
9344
|
-
"title": "
|
|
9345
|
-
"requiresProject":
|
|
9346
|
-
"
|
|
9347
|
-
"
|
|
9447
|
+
"title": "Convert Profiles into Permission Sets",
|
|
9448
|
+
"requiresProject": true,
|
|
9449
|
+
"requiresSfdxPlugins": [
|
|
9450
|
+
"shane-sfdx-plugins"
|
|
9348
9451
|
],
|
|
9349
9452
|
"isESM": true,
|
|
9350
9453
|
"relativePath": [
|
|
@@ -9352,35 +9455,35 @@
|
|
|
9352
9455
|
"commands",
|
|
9353
9456
|
"hardis",
|
|
9354
9457
|
"project",
|
|
9355
|
-
"
|
|
9356
|
-
"
|
|
9458
|
+
"convert",
|
|
9459
|
+
"profilestopermsets.js"
|
|
9357
9460
|
],
|
|
9358
9461
|
"aliasPermutations": [],
|
|
9359
9462
|
"permutations": [
|
|
9360
|
-
"hardis:project:
|
|
9361
|
-
"project:hardis:
|
|
9362
|
-
"project:
|
|
9363
|
-
"project:
|
|
9364
|
-
"hardis:
|
|
9365
|
-
"
|
|
9366
|
-
"
|
|
9367
|
-
"
|
|
9368
|
-
"hardis:
|
|
9369
|
-
"
|
|
9370
|
-
"
|
|
9371
|
-
"
|
|
9372
|
-
"hardis:project:
|
|
9373
|
-
"project:hardis:
|
|
9374
|
-
"project:
|
|
9375
|
-
"project:
|
|
9376
|
-
"hardis:
|
|
9377
|
-
"
|
|
9378
|
-
"
|
|
9379
|
-
"
|
|
9380
|
-
"hardis:
|
|
9381
|
-
"
|
|
9382
|
-
"
|
|
9383
|
-
"
|
|
9463
|
+
"hardis:project:convert:profilestopermsets",
|
|
9464
|
+
"project:hardis:convert:profilestopermsets",
|
|
9465
|
+
"project:convert:hardis:profilestopermsets",
|
|
9466
|
+
"project:convert:profilestopermsets:hardis",
|
|
9467
|
+
"hardis:convert:project:profilestopermsets",
|
|
9468
|
+
"convert:hardis:project:profilestopermsets",
|
|
9469
|
+
"convert:project:hardis:profilestopermsets",
|
|
9470
|
+
"convert:project:profilestopermsets:hardis",
|
|
9471
|
+
"hardis:convert:profilestopermsets:project",
|
|
9472
|
+
"convert:hardis:profilestopermsets:project",
|
|
9473
|
+
"convert:profilestopermsets:hardis:project",
|
|
9474
|
+
"convert:profilestopermsets:project:hardis",
|
|
9475
|
+
"hardis:project:profilestopermsets:convert",
|
|
9476
|
+
"project:hardis:profilestopermsets:convert",
|
|
9477
|
+
"project:profilestopermsets:hardis:convert",
|
|
9478
|
+
"project:profilestopermsets:convert:hardis",
|
|
9479
|
+
"hardis:profilestopermsets:project:convert",
|
|
9480
|
+
"profilestopermsets:hardis:project:convert",
|
|
9481
|
+
"profilestopermsets:project:hardis:convert",
|
|
9482
|
+
"profilestopermsets:project:convert:hardis",
|
|
9483
|
+
"hardis:profilestopermsets:convert:project",
|
|
9484
|
+
"profilestopermsets:hardis:convert:project",
|
|
9485
|
+
"profilestopermsets:convert:hardis:project",
|
|
9486
|
+
"profilestopermsets:convert:project:hardis"
|
|
9384
9487
|
]
|
|
9385
9488
|
},
|
|
9386
9489
|
"hardis:project:clean:emptyitems": {
|
|
@@ -10868,12 +10971,12 @@
|
|
|
10868
10971
|
"xml:clean:project:hardis"
|
|
10869
10972
|
]
|
|
10870
10973
|
},
|
|
10871
|
-
"hardis:project:
|
|
10974
|
+
"hardis:project:fix:profiletabs": {
|
|
10872
10975
|
"aliases": [],
|
|
10873
10976
|
"args": {},
|
|
10874
|
-
"description": "
|
|
10977
|
+
"description": "Interactive prompts to add tab visibilities that are not retrieved by project retrieve start",
|
|
10875
10978
|
"examples": [
|
|
10876
|
-
"$ sf hardis:project:
|
|
10979
|
+
"$ sf hardis:project:fix:profiletabs"
|
|
10877
10980
|
],
|
|
10878
10981
|
"flags": {
|
|
10879
10982
|
"json": {
|
|
@@ -10891,13 +10994,13 @@
|
|
|
10891
10994
|
"multiple": false,
|
|
10892
10995
|
"type": "option"
|
|
10893
10996
|
},
|
|
10894
|
-
"
|
|
10895
|
-
"char": "
|
|
10896
|
-
"description": "
|
|
10897
|
-
"name": "
|
|
10898
|
-
"default":
|
|
10997
|
+
"path": {
|
|
10998
|
+
"char": "p",
|
|
10999
|
+
"description": "Root folder",
|
|
11000
|
+
"name": "path",
|
|
11001
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
10899
11002
|
"hasDynamicHelp": false,
|
|
10900
|
-
"multiple":
|
|
11003
|
+
"multiple": false,
|
|
10901
11004
|
"type": "option"
|
|
10902
11005
|
},
|
|
10903
11006
|
"debug": {
|
|
@@ -10919,56 +11022,168 @@
|
|
|
10919
11022
|
"name": "skipauth",
|
|
10920
11023
|
"allowNo": false,
|
|
10921
11024
|
"type": "boolean"
|
|
11025
|
+
},
|
|
11026
|
+
"target-org": {
|
|
11027
|
+
"aliases": [
|
|
11028
|
+
"targetusername",
|
|
11029
|
+
"u"
|
|
11030
|
+
],
|
|
11031
|
+
"char": "o",
|
|
11032
|
+
"deprecateAliases": true,
|
|
11033
|
+
"name": "target-org",
|
|
11034
|
+
"noCacheDefault": true,
|
|
11035
|
+
"required": true,
|
|
11036
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
11037
|
+
"hasDynamicHelp": true,
|
|
11038
|
+
"multiple": false,
|
|
11039
|
+
"type": "option"
|
|
10922
11040
|
}
|
|
10923
11041
|
},
|
|
10924
|
-
"hasDynamicHelp":
|
|
11042
|
+
"hasDynamicHelp": true,
|
|
10925
11043
|
"hiddenAliases": [],
|
|
10926
|
-
"id": "hardis:project:
|
|
11044
|
+
"id": "hardis:project:fix:profiletabs",
|
|
10927
11045
|
"pluginAlias": "sfdx-hardis",
|
|
10928
11046
|
"pluginName": "sfdx-hardis",
|
|
10929
11047
|
"pluginType": "core",
|
|
10930
11048
|
"strict": true,
|
|
10931
11049
|
"enableJsonFlag": true,
|
|
10932
|
-
"title": "
|
|
11050
|
+
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
10933
11051
|
"requiresProject": true,
|
|
10934
|
-
"requiresSfdxPlugins": [
|
|
10935
|
-
"shane-sfdx-plugins"
|
|
10936
|
-
],
|
|
10937
11052
|
"isESM": true,
|
|
10938
11053
|
"relativePath": [
|
|
10939
11054
|
"lib",
|
|
10940
11055
|
"commands",
|
|
10941
11056
|
"hardis",
|
|
10942
11057
|
"project",
|
|
10943
|
-
"
|
|
10944
|
-
"
|
|
11058
|
+
"fix",
|
|
11059
|
+
"profiletabs.js"
|
|
10945
11060
|
],
|
|
10946
11061
|
"aliasPermutations": [],
|
|
10947
11062
|
"permutations": [
|
|
10948
|
-
"hardis:project:
|
|
10949
|
-
"project:hardis:
|
|
10950
|
-
"project:
|
|
10951
|
-
"project:
|
|
10952
|
-
"hardis:
|
|
10953
|
-
"
|
|
10954
|
-
"
|
|
10955
|
-
"
|
|
10956
|
-
"hardis:
|
|
10957
|
-
"
|
|
10958
|
-
"
|
|
10959
|
-
"
|
|
10960
|
-
"hardis:project:
|
|
10961
|
-
"project:hardis:
|
|
10962
|
-
"project:
|
|
10963
|
-
"project:
|
|
10964
|
-
"hardis:
|
|
10965
|
-
"
|
|
10966
|
-
"
|
|
10967
|
-
"
|
|
10968
|
-
"hardis:
|
|
10969
|
-
"
|
|
10970
|
-
"
|
|
10971
|
-
"
|
|
11063
|
+
"hardis:project:fix:profiletabs",
|
|
11064
|
+
"project:hardis:fix:profiletabs",
|
|
11065
|
+
"project:fix:hardis:profiletabs",
|
|
11066
|
+
"project:fix:profiletabs:hardis",
|
|
11067
|
+
"hardis:fix:project:profiletabs",
|
|
11068
|
+
"fix:hardis:project:profiletabs",
|
|
11069
|
+
"fix:project:hardis:profiletabs",
|
|
11070
|
+
"fix:project:profiletabs:hardis",
|
|
11071
|
+
"hardis:fix:profiletabs:project",
|
|
11072
|
+
"fix:hardis:profiletabs:project",
|
|
11073
|
+
"fix:profiletabs:hardis:project",
|
|
11074
|
+
"fix:profiletabs:project:hardis",
|
|
11075
|
+
"hardis:project:profiletabs:fix",
|
|
11076
|
+
"project:hardis:profiletabs:fix",
|
|
11077
|
+
"project:profiletabs:hardis:fix",
|
|
11078
|
+
"project:profiletabs:fix:hardis",
|
|
11079
|
+
"hardis:profiletabs:project:fix",
|
|
11080
|
+
"profiletabs:hardis:project:fix",
|
|
11081
|
+
"profiletabs:project:hardis:fix",
|
|
11082
|
+
"profiletabs:project:fix:hardis",
|
|
11083
|
+
"hardis:profiletabs:fix:project",
|
|
11084
|
+
"profiletabs:hardis:fix:project",
|
|
11085
|
+
"profiletabs:fix:hardis:project",
|
|
11086
|
+
"profiletabs:fix:project:hardis"
|
|
11087
|
+
]
|
|
11088
|
+
},
|
|
11089
|
+
"hardis:project:fix:v53flexipages": {
|
|
11090
|
+
"aliases": [],
|
|
11091
|
+
"args": {},
|
|
11092
|
+
"description": "Fix flexipages for apiVersion v53 (Winter22).\n\nNote: Update api version to 53.0 in package.xml and sfdx-project.json",
|
|
11093
|
+
"examples": [
|
|
11094
|
+
"$ sf hardis:project:fix:v53flexipages"
|
|
11095
|
+
],
|
|
11096
|
+
"flags": {
|
|
11097
|
+
"json": {
|
|
11098
|
+
"description": "Format output as json.",
|
|
11099
|
+
"helpGroup": "GLOBAL",
|
|
11100
|
+
"name": "json",
|
|
11101
|
+
"allowNo": false,
|
|
11102
|
+
"type": "boolean"
|
|
11103
|
+
},
|
|
11104
|
+
"flags-dir": {
|
|
11105
|
+
"helpGroup": "GLOBAL",
|
|
11106
|
+
"name": "flags-dir",
|
|
11107
|
+
"summary": "Import flag values from a directory.",
|
|
11108
|
+
"hasDynamicHelp": false,
|
|
11109
|
+
"multiple": false,
|
|
11110
|
+
"type": "option"
|
|
11111
|
+
},
|
|
11112
|
+
"path": {
|
|
11113
|
+
"char": "p",
|
|
11114
|
+
"description": "Root folder",
|
|
11115
|
+
"name": "path",
|
|
11116
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
11117
|
+
"hasDynamicHelp": false,
|
|
11118
|
+
"multiple": false,
|
|
11119
|
+
"type": "option"
|
|
11120
|
+
},
|
|
11121
|
+
"debug": {
|
|
11122
|
+
"char": "d",
|
|
11123
|
+
"description": "Activate debug mode (more logs)",
|
|
11124
|
+
"name": "debug",
|
|
11125
|
+
"allowNo": false,
|
|
11126
|
+
"type": "boolean"
|
|
11127
|
+
},
|
|
11128
|
+
"websocket": {
|
|
11129
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
11130
|
+
"name": "websocket",
|
|
11131
|
+
"hasDynamicHelp": false,
|
|
11132
|
+
"multiple": false,
|
|
11133
|
+
"type": "option"
|
|
11134
|
+
},
|
|
11135
|
+
"skipauth": {
|
|
11136
|
+
"description": "Skip authentication check when a default username is required",
|
|
11137
|
+
"name": "skipauth",
|
|
11138
|
+
"allowNo": false,
|
|
11139
|
+
"type": "boolean"
|
|
11140
|
+
}
|
|
11141
|
+
},
|
|
11142
|
+
"hasDynamicHelp": false,
|
|
11143
|
+
"hiddenAliases": [],
|
|
11144
|
+
"id": "hardis:project:fix:v53flexipages",
|
|
11145
|
+
"pluginAlias": "sfdx-hardis",
|
|
11146
|
+
"pluginName": "sfdx-hardis",
|
|
11147
|
+
"pluginType": "core",
|
|
11148
|
+
"strict": true,
|
|
11149
|
+
"enableJsonFlag": true,
|
|
11150
|
+
"title": "Fix flexipages for v53",
|
|
11151
|
+
"requiresProject": true,
|
|
11152
|
+
"isESM": true,
|
|
11153
|
+
"relativePath": [
|
|
11154
|
+
"lib",
|
|
11155
|
+
"commands",
|
|
11156
|
+
"hardis",
|
|
11157
|
+
"project",
|
|
11158
|
+
"fix",
|
|
11159
|
+
"v53flexipages.js"
|
|
11160
|
+
],
|
|
11161
|
+
"aliasPermutations": [],
|
|
11162
|
+
"permutations": [
|
|
11163
|
+
"hardis:project:fix:v53flexipages",
|
|
11164
|
+
"project:hardis:fix:v53flexipages",
|
|
11165
|
+
"project:fix:hardis:v53flexipages",
|
|
11166
|
+
"project:fix:v53flexipages:hardis",
|
|
11167
|
+
"hardis:fix:project:v53flexipages",
|
|
11168
|
+
"fix:hardis:project:v53flexipages",
|
|
11169
|
+
"fix:project:hardis:v53flexipages",
|
|
11170
|
+
"fix:project:v53flexipages:hardis",
|
|
11171
|
+
"hardis:fix:v53flexipages:project",
|
|
11172
|
+
"fix:hardis:v53flexipages:project",
|
|
11173
|
+
"fix:v53flexipages:hardis:project",
|
|
11174
|
+
"fix:v53flexipages:project:hardis",
|
|
11175
|
+
"hardis:project:v53flexipages:fix",
|
|
11176
|
+
"project:hardis:v53flexipages:fix",
|
|
11177
|
+
"project:v53flexipages:hardis:fix",
|
|
11178
|
+
"project:v53flexipages:fix:hardis",
|
|
11179
|
+
"hardis:v53flexipages:project:fix",
|
|
11180
|
+
"v53flexipages:hardis:project:fix",
|
|
11181
|
+
"v53flexipages:project:hardis:fix",
|
|
11182
|
+
"v53flexipages:project:fix:hardis",
|
|
11183
|
+
"hardis:v53flexipages:fix:project",
|
|
11184
|
+
"v53flexipages:hardis:fix:project",
|
|
11185
|
+
"v53flexipages:fix:hardis:project",
|
|
11186
|
+
"v53flexipages:fix:project:hardis"
|
|
10972
11187
|
]
|
|
10973
11188
|
},
|
|
10974
11189
|
"hardis:project:deploy:notify": {
|
|
@@ -12146,221 +12361,6 @@
|
|
|
12146
12361
|
"validate:deploy:project:hardis"
|
|
12147
12362
|
]
|
|
12148
12363
|
},
|
|
12149
|
-
"hardis:project:fix:profiletabs": {
|
|
12150
|
-
"aliases": [],
|
|
12151
|
-
"args": {},
|
|
12152
|
-
"description": "Interactive prompts to add tab visibilities that are not retrieved by project retrieve start",
|
|
12153
|
-
"examples": [
|
|
12154
|
-
"$ sf hardis:project:fix:profiletabs"
|
|
12155
|
-
],
|
|
12156
|
-
"flags": {
|
|
12157
|
-
"json": {
|
|
12158
|
-
"description": "Format output as json.",
|
|
12159
|
-
"helpGroup": "GLOBAL",
|
|
12160
|
-
"name": "json",
|
|
12161
|
-
"allowNo": false,
|
|
12162
|
-
"type": "boolean"
|
|
12163
|
-
},
|
|
12164
|
-
"flags-dir": {
|
|
12165
|
-
"helpGroup": "GLOBAL",
|
|
12166
|
-
"name": "flags-dir",
|
|
12167
|
-
"summary": "Import flag values from a directory.",
|
|
12168
|
-
"hasDynamicHelp": false,
|
|
12169
|
-
"multiple": false,
|
|
12170
|
-
"type": "option"
|
|
12171
|
-
},
|
|
12172
|
-
"path": {
|
|
12173
|
-
"char": "p",
|
|
12174
|
-
"description": "Root folder",
|
|
12175
|
-
"name": "path",
|
|
12176
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
12177
|
-
"hasDynamicHelp": false,
|
|
12178
|
-
"multiple": false,
|
|
12179
|
-
"type": "option"
|
|
12180
|
-
},
|
|
12181
|
-
"debug": {
|
|
12182
|
-
"char": "d",
|
|
12183
|
-
"description": "Activate debug mode (more logs)",
|
|
12184
|
-
"name": "debug",
|
|
12185
|
-
"allowNo": false,
|
|
12186
|
-
"type": "boolean"
|
|
12187
|
-
},
|
|
12188
|
-
"websocket": {
|
|
12189
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12190
|
-
"name": "websocket",
|
|
12191
|
-
"hasDynamicHelp": false,
|
|
12192
|
-
"multiple": false,
|
|
12193
|
-
"type": "option"
|
|
12194
|
-
},
|
|
12195
|
-
"skipauth": {
|
|
12196
|
-
"description": "Skip authentication check when a default username is required",
|
|
12197
|
-
"name": "skipauth",
|
|
12198
|
-
"allowNo": false,
|
|
12199
|
-
"type": "boolean"
|
|
12200
|
-
},
|
|
12201
|
-
"target-org": {
|
|
12202
|
-
"aliases": [
|
|
12203
|
-
"targetusername",
|
|
12204
|
-
"u"
|
|
12205
|
-
],
|
|
12206
|
-
"char": "o",
|
|
12207
|
-
"deprecateAliases": true,
|
|
12208
|
-
"name": "target-org",
|
|
12209
|
-
"noCacheDefault": true,
|
|
12210
|
-
"required": true,
|
|
12211
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
12212
|
-
"hasDynamicHelp": true,
|
|
12213
|
-
"multiple": false,
|
|
12214
|
-
"type": "option"
|
|
12215
|
-
}
|
|
12216
|
-
},
|
|
12217
|
-
"hasDynamicHelp": true,
|
|
12218
|
-
"hiddenAliases": [],
|
|
12219
|
-
"id": "hardis:project:fix:profiletabs",
|
|
12220
|
-
"pluginAlias": "sfdx-hardis",
|
|
12221
|
-
"pluginName": "sfdx-hardis",
|
|
12222
|
-
"pluginType": "core",
|
|
12223
|
-
"strict": true,
|
|
12224
|
-
"enableJsonFlag": true,
|
|
12225
|
-
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
12226
|
-
"requiresProject": true,
|
|
12227
|
-
"isESM": true,
|
|
12228
|
-
"relativePath": [
|
|
12229
|
-
"lib",
|
|
12230
|
-
"commands",
|
|
12231
|
-
"hardis",
|
|
12232
|
-
"project",
|
|
12233
|
-
"fix",
|
|
12234
|
-
"profiletabs.js"
|
|
12235
|
-
],
|
|
12236
|
-
"aliasPermutations": [],
|
|
12237
|
-
"permutations": [
|
|
12238
|
-
"hardis:project:fix:profiletabs",
|
|
12239
|
-
"project:hardis:fix:profiletabs",
|
|
12240
|
-
"project:fix:hardis:profiletabs",
|
|
12241
|
-
"project:fix:profiletabs:hardis",
|
|
12242
|
-
"hardis:fix:project:profiletabs",
|
|
12243
|
-
"fix:hardis:project:profiletabs",
|
|
12244
|
-
"fix:project:hardis:profiletabs",
|
|
12245
|
-
"fix:project:profiletabs:hardis",
|
|
12246
|
-
"hardis:fix:profiletabs:project",
|
|
12247
|
-
"fix:hardis:profiletabs:project",
|
|
12248
|
-
"fix:profiletabs:hardis:project",
|
|
12249
|
-
"fix:profiletabs:project:hardis",
|
|
12250
|
-
"hardis:project:profiletabs:fix",
|
|
12251
|
-
"project:hardis:profiletabs:fix",
|
|
12252
|
-
"project:profiletabs:hardis:fix",
|
|
12253
|
-
"project:profiletabs:fix:hardis",
|
|
12254
|
-
"hardis:profiletabs:project:fix",
|
|
12255
|
-
"profiletabs:hardis:project:fix",
|
|
12256
|
-
"profiletabs:project:hardis:fix",
|
|
12257
|
-
"profiletabs:project:fix:hardis",
|
|
12258
|
-
"hardis:profiletabs:fix:project",
|
|
12259
|
-
"profiletabs:hardis:fix:project",
|
|
12260
|
-
"profiletabs:fix:hardis:project",
|
|
12261
|
-
"profiletabs:fix:project:hardis"
|
|
12262
|
-
]
|
|
12263
|
-
},
|
|
12264
|
-
"hardis:project:fix:v53flexipages": {
|
|
12265
|
-
"aliases": [],
|
|
12266
|
-
"args": {},
|
|
12267
|
-
"description": "Fix flexipages for apiVersion v53 (Winter22).\n\nNote: Update api version to 53.0 in package.xml and sfdx-project.json",
|
|
12268
|
-
"examples": [
|
|
12269
|
-
"$ sf hardis:project:fix:v53flexipages"
|
|
12270
|
-
],
|
|
12271
|
-
"flags": {
|
|
12272
|
-
"json": {
|
|
12273
|
-
"description": "Format output as json.",
|
|
12274
|
-
"helpGroup": "GLOBAL",
|
|
12275
|
-
"name": "json",
|
|
12276
|
-
"allowNo": false,
|
|
12277
|
-
"type": "boolean"
|
|
12278
|
-
},
|
|
12279
|
-
"flags-dir": {
|
|
12280
|
-
"helpGroup": "GLOBAL",
|
|
12281
|
-
"name": "flags-dir",
|
|
12282
|
-
"summary": "Import flag values from a directory.",
|
|
12283
|
-
"hasDynamicHelp": false,
|
|
12284
|
-
"multiple": false,
|
|
12285
|
-
"type": "option"
|
|
12286
|
-
},
|
|
12287
|
-
"path": {
|
|
12288
|
-
"char": "p",
|
|
12289
|
-
"description": "Root folder",
|
|
12290
|
-
"name": "path",
|
|
12291
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
12292
|
-
"hasDynamicHelp": false,
|
|
12293
|
-
"multiple": false,
|
|
12294
|
-
"type": "option"
|
|
12295
|
-
},
|
|
12296
|
-
"debug": {
|
|
12297
|
-
"char": "d",
|
|
12298
|
-
"description": "Activate debug mode (more logs)",
|
|
12299
|
-
"name": "debug",
|
|
12300
|
-
"allowNo": false,
|
|
12301
|
-
"type": "boolean"
|
|
12302
|
-
},
|
|
12303
|
-
"websocket": {
|
|
12304
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12305
|
-
"name": "websocket",
|
|
12306
|
-
"hasDynamicHelp": false,
|
|
12307
|
-
"multiple": false,
|
|
12308
|
-
"type": "option"
|
|
12309
|
-
},
|
|
12310
|
-
"skipauth": {
|
|
12311
|
-
"description": "Skip authentication check when a default username is required",
|
|
12312
|
-
"name": "skipauth",
|
|
12313
|
-
"allowNo": false,
|
|
12314
|
-
"type": "boolean"
|
|
12315
|
-
}
|
|
12316
|
-
},
|
|
12317
|
-
"hasDynamicHelp": false,
|
|
12318
|
-
"hiddenAliases": [],
|
|
12319
|
-
"id": "hardis:project:fix:v53flexipages",
|
|
12320
|
-
"pluginAlias": "sfdx-hardis",
|
|
12321
|
-
"pluginName": "sfdx-hardis",
|
|
12322
|
-
"pluginType": "core",
|
|
12323
|
-
"strict": true,
|
|
12324
|
-
"enableJsonFlag": true,
|
|
12325
|
-
"title": "Fix flexipages for v53",
|
|
12326
|
-
"requiresProject": true,
|
|
12327
|
-
"isESM": true,
|
|
12328
|
-
"relativePath": [
|
|
12329
|
-
"lib",
|
|
12330
|
-
"commands",
|
|
12331
|
-
"hardis",
|
|
12332
|
-
"project",
|
|
12333
|
-
"fix",
|
|
12334
|
-
"v53flexipages.js"
|
|
12335
|
-
],
|
|
12336
|
-
"aliasPermutations": [],
|
|
12337
|
-
"permutations": [
|
|
12338
|
-
"hardis:project:fix:v53flexipages",
|
|
12339
|
-
"project:hardis:fix:v53flexipages",
|
|
12340
|
-
"project:fix:hardis:v53flexipages",
|
|
12341
|
-
"project:fix:v53flexipages:hardis",
|
|
12342
|
-
"hardis:fix:project:v53flexipages",
|
|
12343
|
-
"fix:hardis:project:v53flexipages",
|
|
12344
|
-
"fix:project:hardis:v53flexipages",
|
|
12345
|
-
"fix:project:v53flexipages:hardis",
|
|
12346
|
-
"hardis:fix:v53flexipages:project",
|
|
12347
|
-
"fix:hardis:v53flexipages:project",
|
|
12348
|
-
"fix:v53flexipages:hardis:project",
|
|
12349
|
-
"fix:v53flexipages:project:hardis",
|
|
12350
|
-
"hardis:project:v53flexipages:fix",
|
|
12351
|
-
"project:hardis:v53flexipages:fix",
|
|
12352
|
-
"project:v53flexipages:hardis:fix",
|
|
12353
|
-
"project:v53flexipages:fix:hardis",
|
|
12354
|
-
"hardis:v53flexipages:project:fix",
|
|
12355
|
-
"v53flexipages:hardis:project:fix",
|
|
12356
|
-
"v53flexipages:project:hardis:fix",
|
|
12357
|
-
"v53flexipages:project:fix:hardis",
|
|
12358
|
-
"hardis:v53flexipages:fix:project",
|
|
12359
|
-
"v53flexipages:hardis:fix:project",
|
|
12360
|
-
"v53flexipages:fix:hardis:project",
|
|
12361
|
-
"v53flexipages:fix:project:hardis"
|
|
12362
|
-
]
|
|
12363
|
-
},
|
|
12364
12364
|
"hardis:project:generate:bypass": {
|
|
12365
12365
|
"aliases": [],
|
|
12366
12366
|
"args": {},
|
|
@@ -14843,5 +14843,5 @@
|
|
|
14843
14843
|
]
|
|
14844
14844
|
}
|
|
14845
14845
|
},
|
|
14846
|
-
"version": "5.44.
|
|
14846
|
+
"version": "5.44.2-alpha202507220958.0"
|
|
14847
14847
|
}
|