sfdx-hardis 5.39.1 → 5.40.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 +5 -0
- package/lib/commands/hardis/doc/project2markdown.d.ts +2 -0
- package/lib/commands/hardis/doc/project2markdown.js +32 -2
- package/lib/commands/hardis/doc/project2markdown.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_ROLES.d.ts +3 -0
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_ROLES.js +38 -0
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_ROLES.js.map +1 -0
- package/lib/common/aiProvider/promptTemplates/index.js +2 -0
- package/lib/common/aiProvider/promptTemplates/index.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates.d.ts +1 -1
- package/lib/common/aiProvider/promptTemplates.js.map +1 -1
- package/lib/common/docBuilder/docBuilderRoles.d.ts +9 -0
- package/lib/common/docBuilder/docBuilderRoles.js +105 -0
- package/lib/common/docBuilder/docBuilderRoles.js.map +1 -0
- package/lib/common/docBuilder/docBuilderRoot.js +2 -0
- package/lib/common/docBuilder/docBuilderRoot.js.map +1 -1
- package/oclif.lock +59 -72
- package/oclif.manifest.json +819 -819
- package/package.json +9 -9
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,39 @@
|
|
|
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:auth:login": {
|
|
156
133
|
"aliases": [],
|
|
157
134
|
"args": {},
|
|
158
|
-
"description": "
|
|
135
|
+
"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",
|
|
159
136
|
"examples": [
|
|
160
|
-
"$ sf hardis:
|
|
137
|
+
"$ sf hardis:auth:login",
|
|
138
|
+
"CI=true sf hardis:auth:login"
|
|
161
139
|
],
|
|
162
140
|
"flags": {
|
|
163
141
|
"json": {
|
|
@@ -175,6 +153,28 @@
|
|
|
175
153
|
"multiple": false,
|
|
176
154
|
"type": "option"
|
|
177
155
|
},
|
|
156
|
+
"instanceurl": {
|
|
157
|
+
"char": "r",
|
|
158
|
+
"description": "URL of org instance",
|
|
159
|
+
"name": "instanceurl",
|
|
160
|
+
"hasDynamicHelp": false,
|
|
161
|
+
"multiple": false,
|
|
162
|
+
"type": "option"
|
|
163
|
+
},
|
|
164
|
+
"devhub": {
|
|
165
|
+
"char": "h",
|
|
166
|
+
"description": "Also connect associated DevHub",
|
|
167
|
+
"name": "devhub",
|
|
168
|
+
"allowNo": false,
|
|
169
|
+
"type": "boolean"
|
|
170
|
+
},
|
|
171
|
+
"scratchorg": {
|
|
172
|
+
"char": "s",
|
|
173
|
+
"description": "Scratch org",
|
|
174
|
+
"name": "scratchorg",
|
|
175
|
+
"allowNo": false,
|
|
176
|
+
"type": "boolean"
|
|
177
|
+
},
|
|
178
178
|
"debug": {
|
|
179
179
|
"char": "d",
|
|
180
180
|
"description": "Activate debug mode (more logs)",
|
|
@@ -198,30 +198,30 @@
|
|
|
198
198
|
},
|
|
199
199
|
"hasDynamicHelp": false,
|
|
200
200
|
"hiddenAliases": [],
|
|
201
|
-
"id": "hardis:
|
|
201
|
+
"id": "hardis:auth:login",
|
|
202
202
|
"pluginAlias": "sfdx-hardis",
|
|
203
203
|
"pluginName": "sfdx-hardis",
|
|
204
204
|
"pluginType": "core",
|
|
205
205
|
"strict": true,
|
|
206
206
|
"enableJsonFlag": true,
|
|
207
|
-
"title": "
|
|
207
|
+
"title": "Login",
|
|
208
208
|
"requiresProject": false,
|
|
209
209
|
"isESM": true,
|
|
210
210
|
"relativePath": [
|
|
211
211
|
"lib",
|
|
212
212
|
"commands",
|
|
213
213
|
"hardis",
|
|
214
|
-
"
|
|
215
|
-
"
|
|
214
|
+
"auth",
|
|
215
|
+
"login.js"
|
|
216
216
|
],
|
|
217
217
|
"aliasPermutations": [],
|
|
218
218
|
"permutations": [
|
|
219
|
-
"hardis:
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"hardis:
|
|
223
|
-
"
|
|
224
|
-
"
|
|
219
|
+
"hardis:auth:login",
|
|
220
|
+
"auth:hardis:login",
|
|
221
|
+
"auth:login:hardis",
|
|
222
|
+
"hardis:login:auth",
|
|
223
|
+
"login:hardis:auth",
|
|
224
|
+
"login:auth:hardis"
|
|
225
225
|
]
|
|
226
226
|
},
|
|
227
227
|
"hardis:config:get": {
|
|
@@ -5397,15 +5397,12 @@
|
|
|
5397
5397
|
"import:data:org:hardis"
|
|
5398
5398
|
]
|
|
5399
5399
|
},
|
|
5400
|
-
"hardis:org:
|
|
5400
|
+
"hardis:org:files:export": {
|
|
5401
5401
|
"aliases": [],
|
|
5402
5402
|
"args": {},
|
|
5403
|
-
"description": "Export
|
|
5403
|
+
"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",
|
|
5404
5404
|
"examples": [
|
|
5405
|
-
"$ sf hardis:org:
|
|
5406
|
-
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com",
|
|
5407
|
-
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com,bertrand@titi.com",
|
|
5408
|
-
"$ sf hardis:org:diagnose:audittrail --lastndays 5"
|
|
5405
|
+
"$ sf hardis:org:files:export"
|
|
5409
5406
|
],
|
|
5410
5407
|
"flags": {
|
|
5411
5408
|
"json": {
|
|
@@ -5423,26 +5420,37 @@
|
|
|
5423
5420
|
"multiple": false,
|
|
5424
5421
|
"type": "option"
|
|
5425
5422
|
},
|
|
5426
|
-
"
|
|
5427
|
-
"char": "
|
|
5428
|
-
"description": "
|
|
5429
|
-
"name": "
|
|
5423
|
+
"path": {
|
|
5424
|
+
"char": "p",
|
|
5425
|
+
"description": "Path to the file export project",
|
|
5426
|
+
"name": "path",
|
|
5430
5427
|
"hasDynamicHelp": false,
|
|
5431
5428
|
"multiple": false,
|
|
5432
5429
|
"type": "option"
|
|
5433
5430
|
},
|
|
5434
|
-
"
|
|
5431
|
+
"chunksize": {
|
|
5432
|
+
"char": "c",
|
|
5433
|
+
"description": "Number of records to add in a chunk before it is processed",
|
|
5434
|
+
"name": "chunksize",
|
|
5435
|
+
"default": 1000,
|
|
5436
|
+
"hasDynamicHelp": false,
|
|
5437
|
+
"multiple": false,
|
|
5438
|
+
"type": "option"
|
|
5439
|
+
},
|
|
5440
|
+
"polltimeout": {
|
|
5435
5441
|
"char": "t",
|
|
5436
|
-
"description": "
|
|
5437
|
-
"name": "
|
|
5442
|
+
"description": "Timeout in MS for Bulk API calls",
|
|
5443
|
+
"name": "polltimeout",
|
|
5444
|
+
"default": 300000,
|
|
5438
5445
|
"hasDynamicHelp": false,
|
|
5439
5446
|
"multiple": false,
|
|
5440
5447
|
"type": "option"
|
|
5441
5448
|
},
|
|
5442
|
-
"
|
|
5443
|
-
"char": "
|
|
5444
|
-
"description": "
|
|
5445
|
-
"name": "
|
|
5449
|
+
"startchunknumber": {
|
|
5450
|
+
"char": "s",
|
|
5451
|
+
"description": "Chunk number to start from",
|
|
5452
|
+
"name": "startchunknumber",
|
|
5453
|
+
"default": 0,
|
|
5446
5454
|
"hasDynamicHelp": false,
|
|
5447
5455
|
"multiple": false,
|
|
5448
5456
|
"type": "option"
|
|
@@ -5485,13 +5493,13 @@
|
|
|
5485
5493
|
},
|
|
5486
5494
|
"hasDynamicHelp": true,
|
|
5487
5495
|
"hiddenAliases": [],
|
|
5488
|
-
"id": "hardis:org:
|
|
5496
|
+
"id": "hardis:org:files:export",
|
|
5489
5497
|
"pluginAlias": "sfdx-hardis",
|
|
5490
5498
|
"pluginName": "sfdx-hardis",
|
|
5491
5499
|
"pluginType": "core",
|
|
5492
5500
|
"strict": true,
|
|
5493
5501
|
"enableJsonFlag": true,
|
|
5494
|
-
"title": "
|
|
5502
|
+
"title": "Export files",
|
|
5495
5503
|
"requiresProject": false,
|
|
5496
5504
|
"isESM": true,
|
|
5497
5505
|
"relativePath": [
|
|
@@ -5499,43 +5507,43 @@
|
|
|
5499
5507
|
"commands",
|
|
5500
5508
|
"hardis",
|
|
5501
5509
|
"org",
|
|
5502
|
-
"
|
|
5503
|
-
"
|
|
5510
|
+
"files",
|
|
5511
|
+
"export.js"
|
|
5504
5512
|
],
|
|
5505
5513
|
"aliasPermutations": [],
|
|
5506
5514
|
"permutations": [
|
|
5507
|
-
"hardis:org:
|
|
5508
|
-
"org:hardis:
|
|
5509
|
-
"org:
|
|
5510
|
-
"org:
|
|
5511
|
-
"hardis:
|
|
5512
|
-
"
|
|
5513
|
-
"
|
|
5514
|
-
"
|
|
5515
|
-
"hardis:
|
|
5516
|
-
"
|
|
5517
|
-
"
|
|
5518
|
-
"
|
|
5519
|
-
"hardis:org:
|
|
5520
|
-
"org:hardis:
|
|
5521
|
-
"org:
|
|
5522
|
-
"org:
|
|
5523
|
-
"hardis:
|
|
5524
|
-
"
|
|
5525
|
-
"
|
|
5526
|
-
"
|
|
5527
|
-
"hardis:
|
|
5528
|
-
"
|
|
5529
|
-
"
|
|
5530
|
-
"
|
|
5515
|
+
"hardis:org:files:export",
|
|
5516
|
+
"org:hardis:files:export",
|
|
5517
|
+
"org:files:hardis:export",
|
|
5518
|
+
"org:files:export:hardis",
|
|
5519
|
+
"hardis:files:org:export",
|
|
5520
|
+
"files:hardis:org:export",
|
|
5521
|
+
"files:org:hardis:export",
|
|
5522
|
+
"files:org:export:hardis",
|
|
5523
|
+
"hardis:files:export:org",
|
|
5524
|
+
"files:hardis:export:org",
|
|
5525
|
+
"files:export:hardis:org",
|
|
5526
|
+
"files:export:org:hardis",
|
|
5527
|
+
"hardis:org:export:files",
|
|
5528
|
+
"org:hardis:export:files",
|
|
5529
|
+
"org:export:hardis:files",
|
|
5530
|
+
"org:export:files:hardis",
|
|
5531
|
+
"hardis:export:org:files",
|
|
5532
|
+
"export:hardis:org:files",
|
|
5533
|
+
"export:org:hardis:files",
|
|
5534
|
+
"export:org:files:hardis",
|
|
5535
|
+
"hardis:export:files:org",
|
|
5536
|
+
"export:hardis:files:org",
|
|
5537
|
+
"export:files:hardis:org",
|
|
5538
|
+
"export:files:org:hardis"
|
|
5531
5539
|
]
|
|
5532
5540
|
},
|
|
5533
|
-
"hardis:org:
|
|
5541
|
+
"hardis:org:files:import": {
|
|
5534
5542
|
"aliases": [],
|
|
5535
5543
|
"args": {},
|
|
5536
|
-
"description": "
|
|
5544
|
+
"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",
|
|
5537
5545
|
"examples": [
|
|
5538
|
-
"$ sf hardis:org:
|
|
5546
|
+
"$ sf hardis:org:files:import"
|
|
5539
5547
|
],
|
|
5540
5548
|
"flags": {
|
|
5541
5549
|
"json": {
|
|
@@ -5553,6 +5561,21 @@
|
|
|
5553
5561
|
"multiple": false,
|
|
5554
5562
|
"type": "option"
|
|
5555
5563
|
},
|
|
5564
|
+
"path": {
|
|
5565
|
+
"char": "p",
|
|
5566
|
+
"description": "Path to the file export project",
|
|
5567
|
+
"name": "path",
|
|
5568
|
+
"hasDynamicHelp": false,
|
|
5569
|
+
"multiple": false,
|
|
5570
|
+
"type": "option"
|
|
5571
|
+
},
|
|
5572
|
+
"overwrite": {
|
|
5573
|
+
"char": "f",
|
|
5574
|
+
"description": "Override existing files (doubles the number of API calls)",
|
|
5575
|
+
"name": "overwrite",
|
|
5576
|
+
"allowNo": false,
|
|
5577
|
+
"type": "boolean"
|
|
5578
|
+
},
|
|
5556
5579
|
"debug": {
|
|
5557
5580
|
"char": "d",
|
|
5558
5581
|
"description": "Activate debug mode (more logs)",
|
|
@@ -5591,13 +5614,13 @@
|
|
|
5591
5614
|
},
|
|
5592
5615
|
"hasDynamicHelp": true,
|
|
5593
5616
|
"hiddenAliases": [],
|
|
5594
|
-
"id": "hardis:org:
|
|
5617
|
+
"id": "hardis:org:files:import",
|
|
5595
5618
|
"pluginAlias": "sfdx-hardis",
|
|
5596
5619
|
"pluginName": "sfdx-hardis",
|
|
5597
5620
|
"pluginType": "core",
|
|
5598
5621
|
"strict": true,
|
|
5599
5622
|
"enableJsonFlag": true,
|
|
5600
|
-
"title": "
|
|
5623
|
+
"title": "Import files",
|
|
5601
5624
|
"requiresProject": false,
|
|
5602
5625
|
"isESM": true,
|
|
5603
5626
|
"relativePath": [
|
|
@@ -5605,46 +5628,44 @@
|
|
|
5605
5628
|
"commands",
|
|
5606
5629
|
"hardis",
|
|
5607
5630
|
"org",
|
|
5608
|
-
"
|
|
5609
|
-
"
|
|
5631
|
+
"files",
|
|
5632
|
+
"import.js"
|
|
5610
5633
|
],
|
|
5611
5634
|
"aliasPermutations": [],
|
|
5612
5635
|
"permutations": [
|
|
5613
|
-
"hardis:org:
|
|
5614
|
-
"org:hardis:
|
|
5615
|
-
"org:
|
|
5616
|
-
"org:
|
|
5617
|
-
"hardis:
|
|
5618
|
-
"
|
|
5619
|
-
"
|
|
5620
|
-
"
|
|
5621
|
-
"hardis:
|
|
5622
|
-
"
|
|
5623
|
-
"
|
|
5624
|
-
"
|
|
5625
|
-
"hardis:org:
|
|
5626
|
-
"org:hardis:
|
|
5627
|
-
"org:
|
|
5628
|
-
"org:
|
|
5629
|
-
"hardis:
|
|
5630
|
-
"
|
|
5631
|
-
"
|
|
5632
|
-
"
|
|
5633
|
-
"hardis:
|
|
5634
|
-
"
|
|
5635
|
-
"
|
|
5636
|
-
"
|
|
5637
|
-
]
|
|
5638
|
-
},
|
|
5639
|
-
"hardis:org:
|
|
5640
|
-
"aliases": [],
|
|
5641
|
-
"args": {},
|
|
5642
|
-
"description": "
|
|
5643
|
-
"examples": [
|
|
5644
|
-
"$ sf hardis:org:
|
|
5645
|
-
"$ sf hardis:org:
|
|
5646
|
-
"$ sf hardis:org:diagnose:legacyapi --outputfile 'c:/path/to/folder/legacyapi.csv'",
|
|
5647
|
-
"$ sf hardis:org:diagnose:legacyapi -u hardis@myclient.com --outputfile ./tmp/legacyapi.csv"
|
|
5636
|
+
"hardis:org:files:import",
|
|
5637
|
+
"org:hardis:files:import",
|
|
5638
|
+
"org:files:hardis:import",
|
|
5639
|
+
"org:files:import:hardis",
|
|
5640
|
+
"hardis:files:org:import",
|
|
5641
|
+
"files:hardis:org:import",
|
|
5642
|
+
"files:org:hardis:import",
|
|
5643
|
+
"files:org:import:hardis",
|
|
5644
|
+
"hardis:files:import:org",
|
|
5645
|
+
"files:hardis:import:org",
|
|
5646
|
+
"files:import:hardis:org",
|
|
5647
|
+
"files:import:org:hardis",
|
|
5648
|
+
"hardis:org:import:files",
|
|
5649
|
+
"org:hardis:import:files",
|
|
5650
|
+
"org:import:hardis:files",
|
|
5651
|
+
"org:import:files:hardis",
|
|
5652
|
+
"hardis:import:org:files",
|
|
5653
|
+
"import:hardis:org:files",
|
|
5654
|
+
"import:org:hardis:files",
|
|
5655
|
+
"import:org:files:hardis",
|
|
5656
|
+
"hardis:import:files:org",
|
|
5657
|
+
"import:hardis:files:org",
|
|
5658
|
+
"import:files:hardis:org",
|
|
5659
|
+
"import:files:org:hardis"
|
|
5660
|
+
]
|
|
5661
|
+
},
|
|
5662
|
+
"hardis:org:fix:listviewmine": {
|
|
5663
|
+
"aliases": [],
|
|
5664
|
+
"args": {},
|
|
5665
|
+
"description": "Fix listviews whose scope Mine has been replaced by Everything\n\n[](https://nicolas.vuillamy.fr/invalid-scope-mine-not-allowed-deploy-your-listviews-anyway-443aceca8ac7)\n\nList of ListViews can be:\n\n- read from .sfdx-hardis.yml file in property **listViewsToSetToMine**\n- sent in argument listviews\n\nNote: property **listViewsToSetToMine** can be auto-generated by command hardis:work:save if .sfdx-hardis.yml contains the following configuration\n\n```yaml\nautoCleanTypes:\n - listViewsMine\n```\n\n- Example of sfdx-hardis.yml property `listViewsToSetToMine`:\n\n```yaml\nlistViewsToSetToMine:\n - \"force-app/main/default/objects/Operation__c/listViews/MyCurrentOperations.listView-meta.xml\"\n - \"force-app/main/default/objects/Operation__c/listViews/MyFinalizedOperations.listView-meta.xml\"\n - \"force-app/main/default/objects/Opportunity/listViews/Default_Opportunity_Pipeline.listView-meta.xml\"\n - \"force-app/main/default/objects/Opportunity/listViews/MyCurrentSubscriptions.listView-meta.xml\"\n - \"force-app/main/default/objects/Opportunity/listViews/MySubscriptions.listView-meta.xml\"\n - \"force-app/main/default/objects/Account/listViews/MyActivePartners.listView-meta.xml\"\n```\n\n- If manually written, this could also be:\n\n```yaml\nlistViewsToSetToMine:\n - \"Operation__c:MyCurrentOperations\"\n - \"Operation__c:MyFinalizedOperations\"\n - \"Opportunity:Default_Opportunity_Pipeline\"\n - \"Opportunity:MyCurrentSubscriptions\"\n - \"Opportunity:MySubscriptions\"\n - \"Account:MyActivePartners\"\n```\n\nTroubleshooting: if you need to run this command from an alpine-linux based docker image, use this workaround in your dockerfile:\n\n```dockerfile\n# Do not use puppeteer embedded chromium\nRUN apk add --update --no-cache chromium\nENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=\"true\"\nENV CHROMIUM_PATH=\"/usr/bin/chromium-browser\"\nENV PUPPETEER_EXECUTABLE_PATH=\"$\\{CHROMIUM_PATH}\" // remove \\ before {\n```\n",
|
|
5666
|
+
"examples": [
|
|
5667
|
+
"$ sf hardis:org:fix:listviewmine",
|
|
5668
|
+
"$ sf hardis:org:fix:listviewmine --listviews Opportunity:MySubscriptions,Account:MyActivePartners"
|
|
5648
5669
|
],
|
|
5649
5670
|
"flags": {
|
|
5650
5671
|
"json": {
|
|
@@ -5662,28 +5683,10 @@
|
|
|
5662
5683
|
"multiple": false,
|
|
5663
5684
|
"type": "option"
|
|
5664
5685
|
},
|
|
5665
|
-
"
|
|
5666
|
-
"char": "e",
|
|
5667
|
-
"description": "Type of EventLogFile event to analyze",
|
|
5668
|
-
"name": "eventtype",
|
|
5669
|
-
"default": "ApiTotalUsage",
|
|
5670
|
-
"hasDynamicHelp": false,
|
|
5671
|
-
"multiple": false,
|
|
5672
|
-
"type": "option"
|
|
5673
|
-
},
|
|
5674
|
-
"limit": {
|
|
5686
|
+
"listviews": {
|
|
5675
5687
|
"char": "l",
|
|
5676
|
-
"description": "
|
|
5677
|
-
"name": "
|
|
5678
|
-
"default": 999,
|
|
5679
|
-
"hasDynamicHelp": false,
|
|
5680
|
-
"multiple": false,
|
|
5681
|
-
"type": "option"
|
|
5682
|
-
},
|
|
5683
|
-
"outputfile": {
|
|
5684
|
-
"char": "f",
|
|
5685
|
-
"description": "Force the path and name of output report file. Must end with .csv",
|
|
5686
|
-
"name": "outputfile",
|
|
5688
|
+
"description": "Comma-separated list of listviews following format Object:ListViewName\nExample: Contact:MyContacts,Contact:MyActiveContacts,Opportunity:MYClosedOpportunities",
|
|
5689
|
+
"name": "listviews",
|
|
5687
5690
|
"hasDynamicHelp": false,
|
|
5688
5691
|
"multiple": false,
|
|
5689
5692
|
"type": "option"
|
|
@@ -5726,57 +5729,60 @@
|
|
|
5726
5729
|
},
|
|
5727
5730
|
"hasDynamicHelp": true,
|
|
5728
5731
|
"hiddenAliases": [],
|
|
5729
|
-
"id": "hardis:org:
|
|
5732
|
+
"id": "hardis:org:fix:listviewmine",
|
|
5730
5733
|
"pluginAlias": "sfdx-hardis",
|
|
5731
5734
|
"pluginName": "sfdx-hardis",
|
|
5732
5735
|
"pluginType": "core",
|
|
5733
5736
|
"strict": true,
|
|
5734
5737
|
"enableJsonFlag": true,
|
|
5735
|
-
"title": "
|
|
5736
|
-
"requiresProject":
|
|
5738
|
+
"title": "Fix listviews with ",
|
|
5739
|
+
"requiresProject": true,
|
|
5737
5740
|
"isESM": true,
|
|
5738
5741
|
"relativePath": [
|
|
5739
5742
|
"lib",
|
|
5740
5743
|
"commands",
|
|
5741
5744
|
"hardis",
|
|
5742
5745
|
"org",
|
|
5743
|
-
"
|
|
5744
|
-
"
|
|
5746
|
+
"fix",
|
|
5747
|
+
"listviewmine.js"
|
|
5745
5748
|
],
|
|
5746
5749
|
"aliasPermutations": [],
|
|
5747
5750
|
"permutations": [
|
|
5748
|
-
"hardis:org:
|
|
5749
|
-
"org:hardis:
|
|
5750
|
-
"org:
|
|
5751
|
-
"org:
|
|
5752
|
-
"hardis:
|
|
5753
|
-
"
|
|
5754
|
-
"
|
|
5755
|
-
"
|
|
5756
|
-
"hardis:
|
|
5757
|
-
"
|
|
5758
|
-
"
|
|
5759
|
-
"
|
|
5760
|
-
"hardis:org:
|
|
5761
|
-
"org:hardis:
|
|
5762
|
-
"org:
|
|
5763
|
-
"org:
|
|
5764
|
-
"hardis:
|
|
5765
|
-
"
|
|
5766
|
-
"
|
|
5767
|
-
"
|
|
5768
|
-
"hardis:
|
|
5769
|
-
"
|
|
5770
|
-
"
|
|
5771
|
-
"
|
|
5751
|
+
"hardis:org:fix:listviewmine",
|
|
5752
|
+
"org:hardis:fix:listviewmine",
|
|
5753
|
+
"org:fix:hardis:listviewmine",
|
|
5754
|
+
"org:fix:listviewmine:hardis",
|
|
5755
|
+
"hardis:fix:org:listviewmine",
|
|
5756
|
+
"fix:hardis:org:listviewmine",
|
|
5757
|
+
"fix:org:hardis:listviewmine",
|
|
5758
|
+
"fix:org:listviewmine:hardis",
|
|
5759
|
+
"hardis:fix:listviewmine:org",
|
|
5760
|
+
"fix:hardis:listviewmine:org",
|
|
5761
|
+
"fix:listviewmine:hardis:org",
|
|
5762
|
+
"fix:listviewmine:org:hardis",
|
|
5763
|
+
"hardis:org:listviewmine:fix",
|
|
5764
|
+
"org:hardis:listviewmine:fix",
|
|
5765
|
+
"org:listviewmine:hardis:fix",
|
|
5766
|
+
"org:listviewmine:fix:hardis",
|
|
5767
|
+
"hardis:listviewmine:org:fix",
|
|
5768
|
+
"listviewmine:hardis:org:fix",
|
|
5769
|
+
"listviewmine:org:hardis:fix",
|
|
5770
|
+
"listviewmine:org:fix:hardis",
|
|
5771
|
+
"hardis:listviewmine:fix:org",
|
|
5772
|
+
"listviewmine:hardis:fix:org",
|
|
5773
|
+
"listviewmine:fix:hardis:org",
|
|
5774
|
+
"listviewmine:fix:org:hardis"
|
|
5772
5775
|
]
|
|
5773
5776
|
},
|
|
5774
|
-
"hardis:org:diagnose:
|
|
5777
|
+
"hardis:org:diagnose:audittrail": {
|
|
5775
5778
|
"aliases": [],
|
|
5776
5779
|
"args": {},
|
|
5777
|
-
"description": "
|
|
5780
|
+
"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- Groups\n - groupMembership\n- Holidays\n - holiday_insert\n- Inbox mobile and legacy desktop apps\n - enableSIQUserNonEAC\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 - changedUserEmailVerifiedStatusUnverified\n - changedUserEmailVerifiedStatusVerified\n - changedknowledgeuseroffon\n - changedsfcontentuseroffon\n - changedsupportuseroffon\n - changedUserPhoneNumber\n - changedUserPhoneVerifiedStatusUnverified\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",
|
|
5778
5781
|
"examples": [
|
|
5779
|
-
"$ sf hardis:org:diagnose:
|
|
5782
|
+
"$ sf hardis:org:diagnose:audittrail",
|
|
5783
|
+
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com",
|
|
5784
|
+
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com,bertrand@titi.com",
|
|
5785
|
+
"$ sf hardis:org:diagnose:audittrail --lastndays 5"
|
|
5780
5786
|
],
|
|
5781
5787
|
"flags": {
|
|
5782
5788
|
"json": {
|
|
@@ -5794,6 +5800,22 @@
|
|
|
5794
5800
|
"multiple": false,
|
|
5795
5801
|
"type": "option"
|
|
5796
5802
|
},
|
|
5803
|
+
"excludeusers": {
|
|
5804
|
+
"char": "e",
|
|
5805
|
+
"description": "Comma-separated list of usernames to exclude",
|
|
5806
|
+
"name": "excludeusers",
|
|
5807
|
+
"hasDynamicHelp": false,
|
|
5808
|
+
"multiple": false,
|
|
5809
|
+
"type": "option"
|
|
5810
|
+
},
|
|
5811
|
+
"lastndays": {
|
|
5812
|
+
"char": "t",
|
|
5813
|
+
"description": "Number of days to extract from today (included)",
|
|
5814
|
+
"name": "lastndays",
|
|
5815
|
+
"hasDynamicHelp": false,
|
|
5816
|
+
"multiple": false,
|
|
5817
|
+
"type": "option"
|
|
5818
|
+
},
|
|
5797
5819
|
"outputfile": {
|
|
5798
5820
|
"char": "f",
|
|
5799
5821
|
"description": "Force the path and name of output report file. Must end with .csv",
|
|
@@ -5802,13 +5824,6 @@
|
|
|
5802
5824
|
"multiple": false,
|
|
5803
5825
|
"type": "option"
|
|
5804
5826
|
},
|
|
5805
|
-
"usedonly": {
|
|
5806
|
-
"char": "u",
|
|
5807
|
-
"description": "Filter to have only used licenses",
|
|
5808
|
-
"name": "usedonly",
|
|
5809
|
-
"allowNo": false,
|
|
5810
|
-
"type": "boolean"
|
|
5811
|
-
},
|
|
5812
5827
|
"debug": {
|
|
5813
5828
|
"char": "d",
|
|
5814
5829
|
"description": "Activate debug mode (more logs)",
|
|
@@ -5847,13 +5862,13 @@
|
|
|
5847
5862
|
},
|
|
5848
5863
|
"hasDynamicHelp": true,
|
|
5849
5864
|
"hiddenAliases": [],
|
|
5850
|
-
"id": "hardis:org:diagnose:
|
|
5865
|
+
"id": "hardis:org:diagnose:audittrail",
|
|
5851
5866
|
"pluginAlias": "sfdx-hardis",
|
|
5852
5867
|
"pluginName": "sfdx-hardis",
|
|
5853
5868
|
"pluginType": "core",
|
|
5854
5869
|
"strict": true,
|
|
5855
5870
|
"enableJsonFlag": true,
|
|
5856
|
-
"title": "
|
|
5871
|
+
"title": "Diagnose content of Setup Audit Trail",
|
|
5857
5872
|
"requiresProject": false,
|
|
5858
5873
|
"isESM": true,
|
|
5859
5874
|
"relativePath": [
|
|
@@ -5862,42 +5877,42 @@
|
|
|
5862
5877
|
"hardis",
|
|
5863
5878
|
"org",
|
|
5864
5879
|
"diagnose",
|
|
5865
|
-
"
|
|
5880
|
+
"audittrail.js"
|
|
5866
5881
|
],
|
|
5867
5882
|
"aliasPermutations": [],
|
|
5868
5883
|
"permutations": [
|
|
5869
|
-
"hardis:org:diagnose:
|
|
5870
|
-
"org:hardis:diagnose:
|
|
5871
|
-
"org:diagnose:hardis:
|
|
5872
|
-
"org:diagnose:
|
|
5873
|
-
"hardis:diagnose:org:
|
|
5874
|
-
"diagnose:hardis:org:
|
|
5875
|
-
"diagnose:org:hardis:
|
|
5876
|
-
"diagnose:org:
|
|
5877
|
-
"hardis:diagnose:
|
|
5878
|
-
"diagnose:hardis:
|
|
5879
|
-
"diagnose:
|
|
5880
|
-
"diagnose:
|
|
5881
|
-
"hardis:org:
|
|
5882
|
-
"org:hardis:
|
|
5883
|
-
"org:
|
|
5884
|
-
"org:
|
|
5885
|
-
"hardis:
|
|
5886
|
-
"
|
|
5887
|
-
"
|
|
5888
|
-
"
|
|
5889
|
-
"hardis:
|
|
5890
|
-
"
|
|
5891
|
-
"
|
|
5892
|
-
"
|
|
5884
|
+
"hardis:org:diagnose:audittrail",
|
|
5885
|
+
"org:hardis:diagnose:audittrail",
|
|
5886
|
+
"org:diagnose:hardis:audittrail",
|
|
5887
|
+
"org:diagnose:audittrail:hardis",
|
|
5888
|
+
"hardis:diagnose:org:audittrail",
|
|
5889
|
+
"diagnose:hardis:org:audittrail",
|
|
5890
|
+
"diagnose:org:hardis:audittrail",
|
|
5891
|
+
"diagnose:org:audittrail:hardis",
|
|
5892
|
+
"hardis:diagnose:audittrail:org",
|
|
5893
|
+
"diagnose:hardis:audittrail:org",
|
|
5894
|
+
"diagnose:audittrail:hardis:org",
|
|
5895
|
+
"diagnose:audittrail:org:hardis",
|
|
5896
|
+
"hardis:org:audittrail:diagnose",
|
|
5897
|
+
"org:hardis:audittrail:diagnose",
|
|
5898
|
+
"org:audittrail:hardis:diagnose",
|
|
5899
|
+
"org:audittrail:diagnose:hardis",
|
|
5900
|
+
"hardis:audittrail:org:diagnose",
|
|
5901
|
+
"audittrail:hardis:org:diagnose",
|
|
5902
|
+
"audittrail:org:hardis:diagnose",
|
|
5903
|
+
"audittrail:org:diagnose:hardis",
|
|
5904
|
+
"hardis:audittrail:diagnose:org",
|
|
5905
|
+
"audittrail:hardis:diagnose:org",
|
|
5906
|
+
"audittrail:diagnose:hardis:org",
|
|
5907
|
+
"audittrail:diagnose:org:hardis"
|
|
5893
5908
|
]
|
|
5894
5909
|
},
|
|
5895
|
-
"hardis:org:diagnose:
|
|
5910
|
+
"hardis:org:diagnose:instanceupgrade": {
|
|
5896
5911
|
"aliases": [],
|
|
5897
5912
|
"args": {},
|
|
5898
|
-
"description": "
|
|
5913
|
+
"description": "Get the date when the org instance will be upgraded (to Spring, Summer or Winter)\n ",
|
|
5899
5914
|
"examples": [
|
|
5900
|
-
"$ sf hardis:org:diagnose:
|
|
5915
|
+
"$ sf hardis:org:diagnose:instanceupgrade"
|
|
5901
5916
|
],
|
|
5902
5917
|
"flags": {
|
|
5903
5918
|
"json": {
|
|
@@ -5915,14 +5930,6 @@
|
|
|
5915
5930
|
"multiple": false,
|
|
5916
5931
|
"type": "option"
|
|
5917
5932
|
},
|
|
5918
|
-
"outputfile": {
|
|
5919
|
-
"char": "f",
|
|
5920
|
-
"description": "Force the path and name of output report file. Must end with .csv",
|
|
5921
|
-
"name": "outputfile",
|
|
5922
|
-
"hasDynamicHelp": false,
|
|
5923
|
-
"multiple": false,
|
|
5924
|
-
"type": "option"
|
|
5925
|
-
},
|
|
5926
5933
|
"debug": {
|
|
5927
5934
|
"char": "d",
|
|
5928
5935
|
"description": "Activate debug mode (more logs)",
|
|
@@ -5961,13 +5968,13 @@
|
|
|
5961
5968
|
},
|
|
5962
5969
|
"hasDynamicHelp": true,
|
|
5963
5970
|
"hiddenAliases": [],
|
|
5964
|
-
"id": "hardis:org:diagnose:
|
|
5971
|
+
"id": "hardis:org:diagnose:instanceupgrade",
|
|
5965
5972
|
"pluginAlias": "sfdx-hardis",
|
|
5966
5973
|
"pluginName": "sfdx-hardis",
|
|
5967
5974
|
"pluginType": "core",
|
|
5968
5975
|
"strict": true,
|
|
5969
5976
|
"enableJsonFlag": true,
|
|
5970
|
-
"title": "
|
|
5977
|
+
"title": "Get Instance Upgrade date",
|
|
5971
5978
|
"requiresProject": false,
|
|
5972
5979
|
"isESM": true,
|
|
5973
5980
|
"relativePath": [
|
|
@@ -5976,43 +5983,45 @@
|
|
|
5976
5983
|
"hardis",
|
|
5977
5984
|
"org",
|
|
5978
5985
|
"diagnose",
|
|
5979
|
-
"
|
|
5986
|
+
"instanceupgrade.js"
|
|
5980
5987
|
],
|
|
5981
5988
|
"aliasPermutations": [],
|
|
5982
5989
|
"permutations": [
|
|
5983
|
-
"hardis:org:diagnose:
|
|
5984
|
-
"org:hardis:diagnose:
|
|
5985
|
-
"org:diagnose:hardis:
|
|
5986
|
-
"org:diagnose:
|
|
5987
|
-
"hardis:diagnose:org:
|
|
5988
|
-
"diagnose:hardis:org:
|
|
5989
|
-
"diagnose:org:hardis:
|
|
5990
|
-
"diagnose:org:
|
|
5991
|
-
"hardis:diagnose:
|
|
5992
|
-
"diagnose:hardis:
|
|
5993
|
-
"diagnose:
|
|
5994
|
-
"diagnose:
|
|
5995
|
-
"hardis:org:
|
|
5996
|
-
"org:hardis:
|
|
5997
|
-
"org:
|
|
5998
|
-
"org:
|
|
5999
|
-
"hardis:
|
|
6000
|
-
"
|
|
6001
|
-
"
|
|
6002
|
-
"
|
|
6003
|
-
"hardis:
|
|
6004
|
-
"
|
|
6005
|
-
"
|
|
6006
|
-
"
|
|
6007
|
-
]
|
|
6008
|
-
},
|
|
6009
|
-
"hardis:org:diagnose:
|
|
6010
|
-
"aliases": [],
|
|
6011
|
-
"args": {},
|
|
6012
|
-
"description": "
|
|
6013
|
-
"examples": [
|
|
6014
|
-
"$ sf hardis:org:diagnose:
|
|
6015
|
-
"$ sf hardis:org:diagnose:
|
|
5990
|
+
"hardis:org:diagnose:instanceupgrade",
|
|
5991
|
+
"org:hardis:diagnose:instanceupgrade",
|
|
5992
|
+
"org:diagnose:hardis:instanceupgrade",
|
|
5993
|
+
"org:diagnose:instanceupgrade:hardis",
|
|
5994
|
+
"hardis:diagnose:org:instanceupgrade",
|
|
5995
|
+
"diagnose:hardis:org:instanceupgrade",
|
|
5996
|
+
"diagnose:org:hardis:instanceupgrade",
|
|
5997
|
+
"diagnose:org:instanceupgrade:hardis",
|
|
5998
|
+
"hardis:diagnose:instanceupgrade:org",
|
|
5999
|
+
"diagnose:hardis:instanceupgrade:org",
|
|
6000
|
+
"diagnose:instanceupgrade:hardis:org",
|
|
6001
|
+
"diagnose:instanceupgrade:org:hardis",
|
|
6002
|
+
"hardis:org:instanceupgrade:diagnose",
|
|
6003
|
+
"org:hardis:instanceupgrade:diagnose",
|
|
6004
|
+
"org:instanceupgrade:hardis:diagnose",
|
|
6005
|
+
"org:instanceupgrade:diagnose:hardis",
|
|
6006
|
+
"hardis:instanceupgrade:org:diagnose",
|
|
6007
|
+
"instanceupgrade:hardis:org:diagnose",
|
|
6008
|
+
"instanceupgrade:org:hardis:diagnose",
|
|
6009
|
+
"instanceupgrade:org:diagnose:hardis",
|
|
6010
|
+
"hardis:instanceupgrade:diagnose:org",
|
|
6011
|
+
"instanceupgrade:hardis:diagnose:org",
|
|
6012
|
+
"instanceupgrade:diagnose:hardis:org",
|
|
6013
|
+
"instanceupgrade:diagnose:org:hardis"
|
|
6014
|
+
]
|
|
6015
|
+
},
|
|
6016
|
+
"hardis:org:diagnose:legacyapi": {
|
|
6017
|
+
"aliases": [],
|
|
6018
|
+
"args": {},
|
|
6019
|
+
"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",
|
|
6020
|
+
"examples": [
|
|
6021
|
+
"$ sf hardis:org:diagnose:legacyapi",
|
|
6022
|
+
"$ sf hardis:org:diagnose:legacyapi -u hardis@myclient.com",
|
|
6023
|
+
"$ sf hardis:org:diagnose:legacyapi --outputfile 'c:/path/to/folder/legacyapi.csv'",
|
|
6024
|
+
"$ sf hardis:org:diagnose:legacyapi -u hardis@myclient.com --outputfile ./tmp/legacyapi.csv"
|
|
6016
6025
|
],
|
|
6017
6026
|
"flags": {
|
|
6018
6027
|
"json": {
|
|
@@ -6030,18 +6039,28 @@
|
|
|
6030
6039
|
"multiple": false,
|
|
6031
6040
|
"type": "option"
|
|
6032
6041
|
},
|
|
6033
|
-
"
|
|
6034
|
-
"char": "
|
|
6035
|
-
"description": "
|
|
6036
|
-
"name": "
|
|
6042
|
+
"eventtype": {
|
|
6043
|
+
"char": "e",
|
|
6044
|
+
"description": "Type of EventLogFile event to analyze",
|
|
6045
|
+
"name": "eventtype",
|
|
6046
|
+
"default": "ApiTotalUsage",
|
|
6037
6047
|
"hasDynamicHelp": false,
|
|
6038
6048
|
"multiple": false,
|
|
6039
6049
|
"type": "option"
|
|
6040
6050
|
},
|
|
6041
|
-
"
|
|
6042
|
-
"char": "
|
|
6043
|
-
"description": "
|
|
6044
|
-
"name": "
|
|
6051
|
+
"limit": {
|
|
6052
|
+
"char": "l",
|
|
6053
|
+
"description": "Number of latest EventLogFile events to analyze",
|
|
6054
|
+
"name": "limit",
|
|
6055
|
+
"default": 999,
|
|
6056
|
+
"hasDynamicHelp": false,
|
|
6057
|
+
"multiple": false,
|
|
6058
|
+
"type": "option"
|
|
6059
|
+
},
|
|
6060
|
+
"outputfile": {
|
|
6061
|
+
"char": "f",
|
|
6062
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
6063
|
+
"name": "outputfile",
|
|
6045
6064
|
"hasDynamicHelp": false,
|
|
6046
6065
|
"multiple": false,
|
|
6047
6066
|
"type": "option"
|
|
@@ -6084,13 +6103,13 @@
|
|
|
6084
6103
|
},
|
|
6085
6104
|
"hasDynamicHelp": true,
|
|
6086
6105
|
"hiddenAliases": [],
|
|
6087
|
-
"id": "hardis:org:diagnose:
|
|
6106
|
+
"id": "hardis:org:diagnose:legacyapi",
|
|
6088
6107
|
"pluginAlias": "sfdx-hardis",
|
|
6089
6108
|
"pluginName": "sfdx-hardis",
|
|
6090
6109
|
"pluginType": "core",
|
|
6091
6110
|
"strict": true,
|
|
6092
6111
|
"enableJsonFlag": true,
|
|
6093
|
-
"title": "
|
|
6112
|
+
"title": "Check for legacy API use",
|
|
6094
6113
|
"requiresProject": false,
|
|
6095
6114
|
"isESM": true,
|
|
6096
6115
|
"relativePath": [
|
|
@@ -6099,42 +6118,42 @@
|
|
|
6099
6118
|
"hardis",
|
|
6100
6119
|
"org",
|
|
6101
6120
|
"diagnose",
|
|
6102
|
-
"
|
|
6121
|
+
"legacyapi.js"
|
|
6103
6122
|
],
|
|
6104
6123
|
"aliasPermutations": [],
|
|
6105
6124
|
"permutations": [
|
|
6106
|
-
"hardis:org:diagnose:
|
|
6107
|
-
"org:hardis:diagnose:
|
|
6108
|
-
"org:diagnose:hardis:
|
|
6109
|
-
"org:diagnose:
|
|
6110
|
-
"hardis:diagnose:org:
|
|
6111
|
-
"diagnose:hardis:org:
|
|
6112
|
-
"diagnose:org:hardis:
|
|
6113
|
-
"diagnose:org:
|
|
6114
|
-
"hardis:diagnose:
|
|
6115
|
-
"diagnose:hardis:
|
|
6116
|
-
"diagnose:
|
|
6117
|
-
"diagnose:
|
|
6118
|
-
"hardis:org:
|
|
6119
|
-
"org:hardis:
|
|
6120
|
-
"org:
|
|
6121
|
-
"org:
|
|
6122
|
-
"hardis:
|
|
6123
|
-
"
|
|
6124
|
-
"
|
|
6125
|
-
"
|
|
6126
|
-
"hardis:
|
|
6127
|
-
"
|
|
6128
|
-
"
|
|
6129
|
-
"
|
|
6125
|
+
"hardis:org:diagnose:legacyapi",
|
|
6126
|
+
"org:hardis:diagnose:legacyapi",
|
|
6127
|
+
"org:diagnose:hardis:legacyapi",
|
|
6128
|
+
"org:diagnose:legacyapi:hardis",
|
|
6129
|
+
"hardis:diagnose:org:legacyapi",
|
|
6130
|
+
"diagnose:hardis:org:legacyapi",
|
|
6131
|
+
"diagnose:org:hardis:legacyapi",
|
|
6132
|
+
"diagnose:org:legacyapi:hardis",
|
|
6133
|
+
"hardis:diagnose:legacyapi:org",
|
|
6134
|
+
"diagnose:hardis:legacyapi:org",
|
|
6135
|
+
"diagnose:legacyapi:hardis:org",
|
|
6136
|
+
"diagnose:legacyapi:org:hardis",
|
|
6137
|
+
"hardis:org:legacyapi:diagnose",
|
|
6138
|
+
"org:hardis:legacyapi:diagnose",
|
|
6139
|
+
"org:legacyapi:hardis:diagnose",
|
|
6140
|
+
"org:legacyapi:diagnose:hardis",
|
|
6141
|
+
"hardis:legacyapi:org:diagnose",
|
|
6142
|
+
"legacyapi:hardis:org:diagnose",
|
|
6143
|
+
"legacyapi:org:hardis:diagnose",
|
|
6144
|
+
"legacyapi:org:diagnose:hardis",
|
|
6145
|
+
"hardis:legacyapi:diagnose:org",
|
|
6146
|
+
"legacyapi:hardis:diagnose:org",
|
|
6147
|
+
"legacyapi:diagnose:hardis:org",
|
|
6148
|
+
"legacyapi:diagnose:org:hardis"
|
|
6130
6149
|
]
|
|
6131
6150
|
},
|
|
6132
|
-
"hardis:org:diagnose:
|
|
6151
|
+
"hardis:org:diagnose:licenses": {
|
|
6133
6152
|
"aliases": [],
|
|
6134
6153
|
"args": {},
|
|
6135
|
-
"description": "
|
|
6154
|
+
"description": "Mostly used for monitoring (Grafana) but you can also use it manually :)",
|
|
6136
6155
|
"examples": [
|
|
6137
|
-
"$ sf hardis:org:diagnose:
|
|
6156
|
+
"$ sf hardis:org:diagnose:licenses"
|
|
6138
6157
|
],
|
|
6139
6158
|
"flags": {
|
|
6140
6159
|
"json": {
|
|
@@ -6160,6 +6179,13 @@
|
|
|
6160
6179
|
"multiple": false,
|
|
6161
6180
|
"type": "option"
|
|
6162
6181
|
},
|
|
6182
|
+
"usedonly": {
|
|
6183
|
+
"char": "u",
|
|
6184
|
+
"description": "Filter to have only used licenses",
|
|
6185
|
+
"name": "usedonly",
|
|
6186
|
+
"allowNo": false,
|
|
6187
|
+
"type": "boolean"
|
|
6188
|
+
},
|
|
6163
6189
|
"debug": {
|
|
6164
6190
|
"char": "d",
|
|
6165
6191
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6198,30 +6224,13 @@
|
|
|
6198
6224
|
},
|
|
6199
6225
|
"hasDynamicHelp": true,
|
|
6200
6226
|
"hiddenAliases": [],
|
|
6201
|
-
"id": "hardis:org:diagnose:
|
|
6227
|
+
"id": "hardis:org:diagnose:licenses",
|
|
6202
6228
|
"pluginAlias": "sfdx-hardis",
|
|
6203
6229
|
"pluginName": "sfdx-hardis",
|
|
6204
6230
|
"pluginType": "core",
|
|
6205
6231
|
"strict": true,
|
|
6206
6232
|
"enableJsonFlag": true,
|
|
6207
|
-
"title": "
|
|
6208
|
-
"allowedInactiveConnectedApps": [
|
|
6209
|
-
"Ant Migration Tool",
|
|
6210
|
-
"Chatter Desktop",
|
|
6211
|
-
"Chatter Mobile for BlackBerry",
|
|
6212
|
-
"Force.com IDE",
|
|
6213
|
-
"OIQ_Integration",
|
|
6214
|
-
"Salesforce CLI",
|
|
6215
|
-
"Salesforce Files",
|
|
6216
|
-
"Salesforce Mobile Dashboards",
|
|
6217
|
-
"Salesforce Touch",
|
|
6218
|
-
"Salesforce for Outlook",
|
|
6219
|
-
"SalesforceA",
|
|
6220
|
-
"SalesforceA for Android",
|
|
6221
|
-
"SalesforceA for iOS",
|
|
6222
|
-
"SalesforceDX Namespace Registry",
|
|
6223
|
-
"SalesforceIQ"
|
|
6224
|
-
],
|
|
6233
|
+
"title": "List licenses subscribed and used in a Salesforce org",
|
|
6225
6234
|
"requiresProject": false,
|
|
6226
6235
|
"isESM": true,
|
|
6227
6236
|
"relativePath": [
|
|
@@ -6230,43 +6239,42 @@
|
|
|
6230
6239
|
"hardis",
|
|
6231
6240
|
"org",
|
|
6232
6241
|
"diagnose",
|
|
6233
|
-
"
|
|
6242
|
+
"licenses.js"
|
|
6234
6243
|
],
|
|
6235
6244
|
"aliasPermutations": [],
|
|
6236
6245
|
"permutations": [
|
|
6237
|
-
"hardis:org:diagnose:
|
|
6238
|
-
"org:hardis:diagnose:
|
|
6239
|
-
"org:diagnose:hardis:
|
|
6240
|
-
"org:diagnose:
|
|
6241
|
-
"hardis:diagnose:org:
|
|
6242
|
-
"diagnose:hardis:org:
|
|
6243
|
-
"diagnose:org:hardis:
|
|
6244
|
-
"diagnose:org:
|
|
6245
|
-
"hardis:diagnose:
|
|
6246
|
-
"diagnose:hardis:
|
|
6247
|
-
"diagnose:
|
|
6248
|
-
"diagnose:
|
|
6249
|
-
"hardis:org:
|
|
6250
|
-
"org:hardis:
|
|
6251
|
-
"org:
|
|
6252
|
-
"org:
|
|
6253
|
-
"hardis:
|
|
6254
|
-
"
|
|
6255
|
-
"
|
|
6256
|
-
"
|
|
6257
|
-
"hardis:
|
|
6258
|
-
"
|
|
6259
|
-
"
|
|
6260
|
-
"
|
|
6246
|
+
"hardis:org:diagnose:licenses",
|
|
6247
|
+
"org:hardis:diagnose:licenses",
|
|
6248
|
+
"org:diagnose:hardis:licenses",
|
|
6249
|
+
"org:diagnose:licenses:hardis",
|
|
6250
|
+
"hardis:diagnose:org:licenses",
|
|
6251
|
+
"diagnose:hardis:org:licenses",
|
|
6252
|
+
"diagnose:org:hardis:licenses",
|
|
6253
|
+
"diagnose:org:licenses:hardis",
|
|
6254
|
+
"hardis:diagnose:licenses:org",
|
|
6255
|
+
"diagnose:hardis:licenses:org",
|
|
6256
|
+
"diagnose:licenses:hardis:org",
|
|
6257
|
+
"diagnose:licenses:org:hardis",
|
|
6258
|
+
"hardis:org:licenses:diagnose",
|
|
6259
|
+
"org:hardis:licenses:diagnose",
|
|
6260
|
+
"org:licenses:hardis:diagnose",
|
|
6261
|
+
"org:licenses:diagnose:hardis",
|
|
6262
|
+
"hardis:licenses:org:diagnose",
|
|
6263
|
+
"licenses:hardis:org:diagnose",
|
|
6264
|
+
"licenses:org:hardis:diagnose",
|
|
6265
|
+
"licenses:org:diagnose:hardis",
|
|
6266
|
+
"hardis:licenses:diagnose:org",
|
|
6267
|
+
"licenses:hardis:diagnose:org",
|
|
6268
|
+
"licenses:diagnose:hardis:org",
|
|
6269
|
+
"licenses:diagnose:org:hardis"
|
|
6261
6270
|
]
|
|
6262
6271
|
},
|
|
6263
|
-
"hardis:org:diagnose:
|
|
6272
|
+
"hardis:org:diagnose:releaseupdates": {
|
|
6264
6273
|
"aliases": [],
|
|
6265
6274
|
"args": {},
|
|
6266
|
-
"description": "
|
|
6275
|
+
"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",
|
|
6267
6276
|
"examples": [
|
|
6268
|
-
"$ sf hardis:org:diagnose:
|
|
6269
|
-
"$ sf hardis:org:diagnose:unusedlicenses --fix"
|
|
6277
|
+
"$ sf hardis:org:diagnose:releaseupdates"
|
|
6270
6278
|
],
|
|
6271
6279
|
"flags": {
|
|
6272
6280
|
"json": {
|
|
@@ -6330,32 +6338,14 @@
|
|
|
6330
6338
|
},
|
|
6331
6339
|
"hasDynamicHelp": true,
|
|
6332
6340
|
"hiddenAliases": [],
|
|
6333
|
-
"id": "hardis:org:diagnose:
|
|
6341
|
+
"id": "hardis:org:diagnose:releaseupdates",
|
|
6334
6342
|
"pluginAlias": "sfdx-hardis",
|
|
6335
6343
|
"pluginName": "sfdx-hardis",
|
|
6336
6344
|
"pluginType": "core",
|
|
6337
6345
|
"strict": true,
|
|
6338
6346
|
"enableJsonFlag": true,
|
|
6339
|
-
"title": "
|
|
6347
|
+
"title": "Check Release Updates of an org",
|
|
6340
6348
|
"requiresProject": false,
|
|
6341
|
-
"additionalPermissionSetsToAlwaysGet": [
|
|
6342
|
-
"Sales_User"
|
|
6343
|
-
],
|
|
6344
|
-
"permSetsPermSetLicenses": [
|
|
6345
|
-
{
|
|
6346
|
-
"permSet": "Sales_User",
|
|
6347
|
-
"permSetLicense": "SalesUserPsl"
|
|
6348
|
-
}
|
|
6349
|
-
],
|
|
6350
|
-
"profilesPermissionSetLicenses": [
|
|
6351
|
-
{
|
|
6352
|
-
"profile": "Salesforce API Only",
|
|
6353
|
-
"permSetLicense": "SalesforceAPIIntegrationPsl"
|
|
6354
|
-
}
|
|
6355
|
-
],
|
|
6356
|
-
"alwaysExcludeForActiveUsersPermissionSetLicenses": [
|
|
6357
|
-
"IdentityConnect"
|
|
6358
|
-
],
|
|
6359
6349
|
"isESM": true,
|
|
6360
6350
|
"relativePath": [
|
|
6361
6351
|
"lib",
|
|
@@ -6363,46 +6353,43 @@
|
|
|
6363
6353
|
"hardis",
|
|
6364
6354
|
"org",
|
|
6365
6355
|
"diagnose",
|
|
6366
|
-
"
|
|
6356
|
+
"releaseupdates.js"
|
|
6367
6357
|
],
|
|
6368
6358
|
"aliasPermutations": [],
|
|
6369
6359
|
"permutations": [
|
|
6370
|
-
"hardis:org:diagnose:
|
|
6371
|
-
"org:hardis:diagnose:
|
|
6372
|
-
"org:diagnose:hardis:
|
|
6373
|
-
"org:diagnose:
|
|
6374
|
-
"hardis:diagnose:org:
|
|
6375
|
-
"diagnose:hardis:org:
|
|
6376
|
-
"diagnose:org:hardis:
|
|
6377
|
-
"diagnose:org:
|
|
6378
|
-
"hardis:diagnose:
|
|
6379
|
-
"diagnose:hardis:
|
|
6380
|
-
"diagnose:
|
|
6381
|
-
"diagnose:
|
|
6382
|
-
"hardis:org:
|
|
6383
|
-
"org:hardis:
|
|
6384
|
-
"org:
|
|
6385
|
-
"org:
|
|
6386
|
-
"hardis:
|
|
6387
|
-
"
|
|
6388
|
-
"
|
|
6389
|
-
"
|
|
6390
|
-
"hardis:
|
|
6391
|
-
"
|
|
6392
|
-
"
|
|
6393
|
-
"
|
|
6360
|
+
"hardis:org:diagnose:releaseupdates",
|
|
6361
|
+
"org:hardis:diagnose:releaseupdates",
|
|
6362
|
+
"org:diagnose:hardis:releaseupdates",
|
|
6363
|
+
"org:diagnose:releaseupdates:hardis",
|
|
6364
|
+
"hardis:diagnose:org:releaseupdates",
|
|
6365
|
+
"diagnose:hardis:org:releaseupdates",
|
|
6366
|
+
"diagnose:org:hardis:releaseupdates",
|
|
6367
|
+
"diagnose:org:releaseupdates:hardis",
|
|
6368
|
+
"hardis:diagnose:releaseupdates:org",
|
|
6369
|
+
"diagnose:hardis:releaseupdates:org",
|
|
6370
|
+
"diagnose:releaseupdates:hardis:org",
|
|
6371
|
+
"diagnose:releaseupdates:org:hardis",
|
|
6372
|
+
"hardis:org:releaseupdates:diagnose",
|
|
6373
|
+
"org:hardis:releaseupdates:diagnose",
|
|
6374
|
+
"org:releaseupdates:hardis:diagnose",
|
|
6375
|
+
"org:releaseupdates:diagnose:hardis",
|
|
6376
|
+
"hardis:releaseupdates:org:diagnose",
|
|
6377
|
+
"releaseupdates:hardis:org:diagnose",
|
|
6378
|
+
"releaseupdates:org:hardis:diagnose",
|
|
6379
|
+
"releaseupdates:org:diagnose:hardis",
|
|
6380
|
+
"hardis:releaseupdates:diagnose:org",
|
|
6381
|
+
"releaseupdates:hardis:diagnose:org",
|
|
6382
|
+
"releaseupdates:diagnose:hardis:org",
|
|
6383
|
+
"releaseupdates:diagnose:org:hardis"
|
|
6394
6384
|
]
|
|
6395
6385
|
},
|
|
6396
|
-
"hardis:org:diagnose:
|
|
6386
|
+
"hardis:org:diagnose:unused-apex-classes": {
|
|
6397
6387
|
"aliases": [],
|
|
6398
6388
|
"args": {},
|
|
6399
|
-
"description": "
|
|
6389
|
+
"description": "List all async Apex classes (Batch,Queueable,Schedulable) that has not been called for more than 365 days.\n \nThe result class list probably can be removed from the project, and that will improve your test classes performances :)\n\nThe number of unused day is overridable using --days option. \n\nThe command uses queries on AsyncApexJob and CronTrigger technical tables to build the result.\n\nApex Classes CreatedBy and CreatedOn fields are calculated from MIN(date from git, date from org)\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-unused-apex-classes/) and can output Grafana, Slack and MsTeams Notifications.\n\n\n",
|
|
6400
6390
|
"examples": [
|
|
6401
|
-
"$ sf hardis:org:diagnose:
|
|
6402
|
-
"$ sf hardis:org:diagnose:
|
|
6403
|
-
"$ sf hardis:org:diagnose:unusedusers --days 60 --licensetypes all-crm",
|
|
6404
|
-
"$ sf hardis:org:diagnose:unusedusers --days 60 --licenseidentifiers SFDC,AUL,AUL1",
|
|
6405
|
-
"$ sf hardis:org:diagnose:unusedusers --days 60 --licensetypes all-crm --returnactiveusers"
|
|
6391
|
+
"$ sf hardis:org:diagnose:unused-apex-classes",
|
|
6392
|
+
"$ sf hardis:org:diagnose:unused-apex-classes --days 700"
|
|
6406
6393
|
],
|
|
6407
6394
|
"flags": {
|
|
6408
6395
|
"json": {
|
|
@@ -6436,33 +6423,6 @@
|
|
|
6436
6423
|
"multiple": false,
|
|
6437
6424
|
"type": "option"
|
|
6438
6425
|
},
|
|
6439
|
-
"licensetypes": {
|
|
6440
|
-
"char": "l",
|
|
6441
|
-
"description": "Type of licenses to check. If set, do not use licenseidentifiers option. In CI, default is all-crm",
|
|
6442
|
-
"name": "licensetypes",
|
|
6443
|
-
"hasDynamicHelp": false,
|
|
6444
|
-
"multiple": false,
|
|
6445
|
-
"options": [
|
|
6446
|
-
"all",
|
|
6447
|
-
"all-crm",
|
|
6448
|
-
"all-paying"
|
|
6449
|
-
],
|
|
6450
|
-
"type": "option"
|
|
6451
|
-
},
|
|
6452
|
-
"licenseidentifiers": {
|
|
6453
|
-
"char": "i",
|
|
6454
|
-
"description": "Comma-separated list of license identifiers, in case licensetypes is not used.. Identifiers available at https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_userlicense.htm",
|
|
6455
|
-
"name": "licenseidentifiers",
|
|
6456
|
-
"hasDynamicHelp": false,
|
|
6457
|
-
"multiple": false,
|
|
6458
|
-
"type": "option"
|
|
6459
|
-
},
|
|
6460
|
-
"returnactiveusers": {
|
|
6461
|
-
"description": "Inverts the command by returning the active users",
|
|
6462
|
-
"name": "returnactiveusers",
|
|
6463
|
-
"allowNo": false,
|
|
6464
|
-
"type": "boolean"
|
|
6465
|
-
},
|
|
6466
6426
|
"debug": {
|
|
6467
6427
|
"char": "d",
|
|
6468
6428
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6501,13 +6461,13 @@
|
|
|
6501
6461
|
},
|
|
6502
6462
|
"hasDynamicHelp": true,
|
|
6503
6463
|
"hiddenAliases": [],
|
|
6504
|
-
"id": "hardis:org:diagnose:
|
|
6464
|
+
"id": "hardis:org:diagnose:unused-apex-classes",
|
|
6505
6465
|
"pluginAlias": "sfdx-hardis",
|
|
6506
6466
|
"pluginName": "sfdx-hardis",
|
|
6507
6467
|
"pluginType": "core",
|
|
6508
6468
|
"strict": true,
|
|
6509
6469
|
"enableJsonFlag": true,
|
|
6510
|
-
"title": "Detect unused
|
|
6470
|
+
"title": "Detect unused Apex classes in an org",
|
|
6511
6471
|
"requiresProject": false,
|
|
6512
6472
|
"isESM": true,
|
|
6513
6473
|
"relativePath": [
|
|
@@ -6516,42 +6476,42 @@
|
|
|
6516
6476
|
"hardis",
|
|
6517
6477
|
"org",
|
|
6518
6478
|
"diagnose",
|
|
6519
|
-
"
|
|
6479
|
+
"unused-apex-classes.js"
|
|
6520
6480
|
],
|
|
6521
6481
|
"aliasPermutations": [],
|
|
6522
6482
|
"permutations": [
|
|
6523
|
-
"hardis:org:diagnose:
|
|
6524
|
-
"org:hardis:diagnose:
|
|
6525
|
-
"org:diagnose:hardis:
|
|
6526
|
-
"org:diagnose:
|
|
6527
|
-
"hardis:diagnose:org:
|
|
6528
|
-
"diagnose:hardis:org:
|
|
6529
|
-
"diagnose:org:hardis:
|
|
6530
|
-
"diagnose:org:
|
|
6531
|
-
"hardis:diagnose:
|
|
6532
|
-
"diagnose:hardis:
|
|
6533
|
-
"diagnose:
|
|
6534
|
-
"diagnose:
|
|
6535
|
-
"hardis:org:
|
|
6536
|
-
"org:hardis:
|
|
6537
|
-
"org:
|
|
6538
|
-
"org:
|
|
6539
|
-
"hardis:
|
|
6540
|
-
"
|
|
6541
|
-
"
|
|
6542
|
-
"
|
|
6543
|
-
"hardis:
|
|
6544
|
-
"
|
|
6545
|
-
"
|
|
6546
|
-
"
|
|
6483
|
+
"hardis:org:diagnose:unused-apex-classes",
|
|
6484
|
+
"org:hardis:diagnose:unused-apex-classes",
|
|
6485
|
+
"org:diagnose:hardis:unused-apex-classes",
|
|
6486
|
+
"org:diagnose:unused-apex-classes:hardis",
|
|
6487
|
+
"hardis:diagnose:org:unused-apex-classes",
|
|
6488
|
+
"diagnose:hardis:org:unused-apex-classes",
|
|
6489
|
+
"diagnose:org:hardis:unused-apex-classes",
|
|
6490
|
+
"diagnose:org:unused-apex-classes:hardis",
|
|
6491
|
+
"hardis:diagnose:unused-apex-classes:org",
|
|
6492
|
+
"diagnose:hardis:unused-apex-classes:org",
|
|
6493
|
+
"diagnose:unused-apex-classes:hardis:org",
|
|
6494
|
+
"diagnose:unused-apex-classes:org:hardis",
|
|
6495
|
+
"hardis:org:unused-apex-classes:diagnose",
|
|
6496
|
+
"org:hardis:unused-apex-classes:diagnose",
|
|
6497
|
+
"org:unused-apex-classes:hardis:diagnose",
|
|
6498
|
+
"org:unused-apex-classes:diagnose:hardis",
|
|
6499
|
+
"hardis:unused-apex-classes:org:diagnose",
|
|
6500
|
+
"unused-apex-classes:hardis:org:diagnose",
|
|
6501
|
+
"unused-apex-classes:org:hardis:diagnose",
|
|
6502
|
+
"unused-apex-classes:org:diagnose:hardis",
|
|
6503
|
+
"hardis:unused-apex-classes:diagnose:org",
|
|
6504
|
+
"unused-apex-classes:hardis:diagnose:org",
|
|
6505
|
+
"unused-apex-classes:diagnose:hardis:org",
|
|
6506
|
+
"unused-apex-classes:diagnose:org:hardis"
|
|
6547
6507
|
]
|
|
6548
6508
|
},
|
|
6549
|
-
"hardis:org:
|
|
6509
|
+
"hardis:org:diagnose:unused-connected-apps": {
|
|
6550
6510
|
"aliases": [],
|
|
6551
6511
|
"args": {},
|
|
6552
|
-
"description": "
|
|
6512
|
+
"description": "Request objects ConnectedApp, LoginHistory and OAuthToken to find which connected apps might not be used anymore, and could be deleted for security / technical debt reasons.\n\nCheck with Connected Apps metadatas if the app is still active (inactive = \"Admin Users are pre-authorized + no Profile or Permission set assigned\")\n\nThe following default Salesforce Connected Apps are ignored:\n\n- Ant Migration Tool\n- Chatter Desktop\n- Chatter Mobile for BlackBerry\n- Force.com IDE\n- OIQ_Integration\n- Salesforce CLI\n- Salesforce Files\n- Salesforce Mobile Dashboards\n- Salesforce Touch\n- Salesforce for Outlook\n- SalesforceA\n- SalesforceA for Android\n- SalesforceA for iOS\n- SalesforceDX Namespace Registry\n- SalesforceIQ\n\nYou can add more ignored apps by defining a comma-separated list of names in variable ALLOWED_INACTIVE_CONNECTED_APPS\n\n_Example: ALLOWED_INACTIVE_CONNECTED_APPS=My App 1,My App 2, My App 3_\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",
|
|
6553
6513
|
"examples": [
|
|
6554
|
-
"$ sf hardis:org:
|
|
6514
|
+
"$ sf hardis:org:diagnose:unused-connected-apps"
|
|
6555
6515
|
],
|
|
6556
6516
|
"flags": {
|
|
6557
6517
|
"json": {
|
|
@@ -6569,37 +6529,10 @@
|
|
|
6569
6529
|
"multiple": false,
|
|
6570
6530
|
"type": "option"
|
|
6571
6531
|
},
|
|
6572
|
-
"
|
|
6573
|
-
"char": "
|
|
6574
|
-
"description": "
|
|
6575
|
-
"name": "
|
|
6576
|
-
"hasDynamicHelp": false,
|
|
6577
|
-
"multiple": false,
|
|
6578
|
-
"type": "option"
|
|
6579
|
-
},
|
|
6580
|
-
"chunksize": {
|
|
6581
|
-
"char": "c",
|
|
6582
|
-
"description": "Number of records to add in a chunk before it is processed",
|
|
6583
|
-
"name": "chunksize",
|
|
6584
|
-
"default": 1000,
|
|
6585
|
-
"hasDynamicHelp": false,
|
|
6586
|
-
"multiple": false,
|
|
6587
|
-
"type": "option"
|
|
6588
|
-
},
|
|
6589
|
-
"polltimeout": {
|
|
6590
|
-
"char": "t",
|
|
6591
|
-
"description": "Timeout in MS for Bulk API calls",
|
|
6592
|
-
"name": "polltimeout",
|
|
6593
|
-
"default": 300000,
|
|
6594
|
-
"hasDynamicHelp": false,
|
|
6595
|
-
"multiple": false,
|
|
6596
|
-
"type": "option"
|
|
6597
|
-
},
|
|
6598
|
-
"startchunknumber": {
|
|
6599
|
-
"char": "s",
|
|
6600
|
-
"description": "Chunk number to start from",
|
|
6601
|
-
"name": "startchunknumber",
|
|
6602
|
-
"default": 0,
|
|
6532
|
+
"outputfile": {
|
|
6533
|
+
"char": "f",
|
|
6534
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
6535
|
+
"name": "outputfile",
|
|
6603
6536
|
"hasDynamicHelp": false,
|
|
6604
6537
|
"multiple": false,
|
|
6605
6538
|
"type": "option"
|
|
@@ -6642,13 +6575,30 @@
|
|
|
6642
6575
|
},
|
|
6643
6576
|
"hasDynamicHelp": true,
|
|
6644
6577
|
"hiddenAliases": [],
|
|
6645
|
-
"id": "hardis:org:
|
|
6578
|
+
"id": "hardis:org:diagnose:unused-connected-apps",
|
|
6646
6579
|
"pluginAlias": "sfdx-hardis",
|
|
6647
6580
|
"pluginName": "sfdx-hardis",
|
|
6648
6581
|
"pluginType": "core",
|
|
6649
6582
|
"strict": true,
|
|
6650
6583
|
"enableJsonFlag": true,
|
|
6651
|
-
"title": "
|
|
6584
|
+
"title": "Unused Connected Apps in an org",
|
|
6585
|
+
"allowedInactiveConnectedApps": [
|
|
6586
|
+
"Ant Migration Tool",
|
|
6587
|
+
"Chatter Desktop",
|
|
6588
|
+
"Chatter Mobile for BlackBerry",
|
|
6589
|
+
"Force.com IDE",
|
|
6590
|
+
"OIQ_Integration",
|
|
6591
|
+
"Salesforce CLI",
|
|
6592
|
+
"Salesforce Files",
|
|
6593
|
+
"Salesforce Mobile Dashboards",
|
|
6594
|
+
"Salesforce Touch",
|
|
6595
|
+
"Salesforce for Outlook",
|
|
6596
|
+
"SalesforceA",
|
|
6597
|
+
"SalesforceA for Android",
|
|
6598
|
+
"SalesforceA for iOS",
|
|
6599
|
+
"SalesforceDX Namespace Registry",
|
|
6600
|
+
"SalesforceIQ"
|
|
6601
|
+
],
|
|
6652
6602
|
"requiresProject": false,
|
|
6653
6603
|
"isESM": true,
|
|
6654
6604
|
"relativePath": [
|
|
@@ -6656,43 +6606,44 @@
|
|
|
6656
6606
|
"commands",
|
|
6657
6607
|
"hardis",
|
|
6658
6608
|
"org",
|
|
6659
|
-
"
|
|
6660
|
-
"
|
|
6609
|
+
"diagnose",
|
|
6610
|
+
"unused-connected-apps.js"
|
|
6661
6611
|
],
|
|
6662
6612
|
"aliasPermutations": [],
|
|
6663
6613
|
"permutations": [
|
|
6664
|
-
"hardis:org:
|
|
6665
|
-
"org:hardis:
|
|
6666
|
-
"org:
|
|
6667
|
-
"org:
|
|
6668
|
-
"hardis:
|
|
6669
|
-
"
|
|
6670
|
-
"
|
|
6671
|
-
"
|
|
6672
|
-
"hardis:
|
|
6673
|
-
"
|
|
6674
|
-
"
|
|
6675
|
-
"
|
|
6676
|
-
"hardis:org:
|
|
6677
|
-
"org:hardis:
|
|
6678
|
-
"org:
|
|
6679
|
-
"org:
|
|
6680
|
-
"hardis:
|
|
6681
|
-
"
|
|
6682
|
-
"
|
|
6683
|
-
"
|
|
6684
|
-
"hardis:
|
|
6685
|
-
"
|
|
6686
|
-
"
|
|
6687
|
-
"
|
|
6614
|
+
"hardis:org:diagnose:unused-connected-apps",
|
|
6615
|
+
"org:hardis:diagnose:unused-connected-apps",
|
|
6616
|
+
"org:diagnose:hardis:unused-connected-apps",
|
|
6617
|
+
"org:diagnose:unused-connected-apps:hardis",
|
|
6618
|
+
"hardis:diagnose:org:unused-connected-apps",
|
|
6619
|
+
"diagnose:hardis:org:unused-connected-apps",
|
|
6620
|
+
"diagnose:org:hardis:unused-connected-apps",
|
|
6621
|
+
"diagnose:org:unused-connected-apps:hardis",
|
|
6622
|
+
"hardis:diagnose:unused-connected-apps:org",
|
|
6623
|
+
"diagnose:hardis:unused-connected-apps:org",
|
|
6624
|
+
"diagnose:unused-connected-apps:hardis:org",
|
|
6625
|
+
"diagnose:unused-connected-apps:org:hardis",
|
|
6626
|
+
"hardis:org:unused-connected-apps:diagnose",
|
|
6627
|
+
"org:hardis:unused-connected-apps:diagnose",
|
|
6628
|
+
"org:unused-connected-apps:hardis:diagnose",
|
|
6629
|
+
"org:unused-connected-apps:diagnose:hardis",
|
|
6630
|
+
"hardis:unused-connected-apps:org:diagnose",
|
|
6631
|
+
"unused-connected-apps:hardis:org:diagnose",
|
|
6632
|
+
"unused-connected-apps:org:hardis:diagnose",
|
|
6633
|
+
"unused-connected-apps:org:diagnose:hardis",
|
|
6634
|
+
"hardis:unused-connected-apps:diagnose:org",
|
|
6635
|
+
"unused-connected-apps:hardis:diagnose:org",
|
|
6636
|
+
"unused-connected-apps:diagnose:hardis:org",
|
|
6637
|
+
"unused-connected-apps:diagnose:org:hardis"
|
|
6688
6638
|
]
|
|
6689
6639
|
},
|
|
6690
|
-
"hardis:org:
|
|
6640
|
+
"hardis:org:diagnose:unusedlicenses": {
|
|
6691
6641
|
"aliases": [],
|
|
6692
6642
|
"args": {},
|
|
6693
|
-
"description": "
|
|
6643
|
+
"description": "When you assign a Permission Set to a user, and that this Permission Set is related to a Permission Set License, a Permission Set License Assignment is automatically created for the user.\n\nBut when you unassign this Permission Set from the user, **the Permission Set License Assignment is not deleted**.\n\nThis leads that you can be **charged for Permission Set Licenses that are not used** !\n\nThis command detects such useless Permission Set Licenses Assignments and suggests to delete them.\n\nMany thanks to [Vincent Finet](https://www.linkedin.com/in/vincentfinet/) for the inspiration during his great speaker session at [French Touch Dreamin '23](https://frenchtouchdreamin.com/), and his kind agreement for reusing such inspiration in this command :)\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-unused-licenses/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
6694
6644
|
"examples": [
|
|
6695
|
-
"$ sf hardis:org:
|
|
6645
|
+
"$ sf hardis:org:diagnose:unusedlicenses",
|
|
6646
|
+
"$ sf hardis:org:diagnose:unusedlicenses --fix"
|
|
6696
6647
|
],
|
|
6697
6648
|
"flags": {
|
|
6698
6649
|
"json": {
|
|
@@ -6710,21 +6661,14 @@
|
|
|
6710
6661
|
"multiple": false,
|
|
6711
6662
|
"type": "option"
|
|
6712
6663
|
},
|
|
6713
|
-
"
|
|
6714
|
-
"char": "
|
|
6715
|
-
"description": "
|
|
6716
|
-
"name": "
|
|
6664
|
+
"outputfile": {
|
|
6665
|
+
"char": "f",
|
|
6666
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
6667
|
+
"name": "outputfile",
|
|
6717
6668
|
"hasDynamicHelp": false,
|
|
6718
6669
|
"multiple": false,
|
|
6719
6670
|
"type": "option"
|
|
6720
6671
|
},
|
|
6721
|
-
"overwrite": {
|
|
6722
|
-
"char": "f",
|
|
6723
|
-
"description": "Override existing files (doubles the number of API calls)",
|
|
6724
|
-
"name": "overwrite",
|
|
6725
|
-
"allowNo": false,
|
|
6726
|
-
"type": "boolean"
|
|
6727
|
-
},
|
|
6728
6672
|
"debug": {
|
|
6729
6673
|
"char": "d",
|
|
6730
6674
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6763,58 +6707,79 @@
|
|
|
6763
6707
|
},
|
|
6764
6708
|
"hasDynamicHelp": true,
|
|
6765
6709
|
"hiddenAliases": [],
|
|
6766
|
-
"id": "hardis:org:
|
|
6710
|
+
"id": "hardis:org:diagnose:unusedlicenses",
|
|
6767
6711
|
"pluginAlias": "sfdx-hardis",
|
|
6768
6712
|
"pluginName": "sfdx-hardis",
|
|
6769
6713
|
"pluginType": "core",
|
|
6770
6714
|
"strict": true,
|
|
6771
6715
|
"enableJsonFlag": true,
|
|
6772
|
-
"title": "
|
|
6716
|
+
"title": "Detect unused Permission Set Licenses (beta)",
|
|
6773
6717
|
"requiresProject": false,
|
|
6718
|
+
"additionalPermissionSetsToAlwaysGet": [
|
|
6719
|
+
"Sales_User"
|
|
6720
|
+
],
|
|
6721
|
+
"permSetsPermSetLicenses": [
|
|
6722
|
+
{
|
|
6723
|
+
"permSet": "Sales_User",
|
|
6724
|
+
"permSetLicense": "SalesUserPsl"
|
|
6725
|
+
}
|
|
6726
|
+
],
|
|
6727
|
+
"profilesPermissionSetLicenses": [
|
|
6728
|
+
{
|
|
6729
|
+
"profile": "Salesforce API Only",
|
|
6730
|
+
"permSetLicense": "SalesforceAPIIntegrationPsl"
|
|
6731
|
+
}
|
|
6732
|
+
],
|
|
6733
|
+
"alwaysExcludeForActiveUsersPermissionSetLicenses": [
|
|
6734
|
+
"IdentityConnect"
|
|
6735
|
+
],
|
|
6774
6736
|
"isESM": true,
|
|
6775
6737
|
"relativePath": [
|
|
6776
6738
|
"lib",
|
|
6777
6739
|
"commands",
|
|
6778
6740
|
"hardis",
|
|
6779
6741
|
"org",
|
|
6780
|
-
"
|
|
6781
|
-
"
|
|
6742
|
+
"diagnose",
|
|
6743
|
+
"unusedlicenses.js"
|
|
6782
6744
|
],
|
|
6783
6745
|
"aliasPermutations": [],
|
|
6784
6746
|
"permutations": [
|
|
6785
|
-
"hardis:org:
|
|
6786
|
-
"org:hardis:
|
|
6787
|
-
"org:
|
|
6788
|
-
"org:
|
|
6789
|
-
"hardis:
|
|
6790
|
-
"
|
|
6791
|
-
"
|
|
6792
|
-
"
|
|
6793
|
-
"hardis:
|
|
6794
|
-
"
|
|
6795
|
-
"
|
|
6796
|
-
"
|
|
6797
|
-
"hardis:org:
|
|
6798
|
-
"org:hardis:
|
|
6799
|
-
"org:
|
|
6800
|
-
"org:
|
|
6801
|
-
"hardis:
|
|
6802
|
-
"
|
|
6803
|
-
"
|
|
6804
|
-
"
|
|
6805
|
-
"hardis:
|
|
6806
|
-
"
|
|
6807
|
-
"
|
|
6808
|
-
"
|
|
6747
|
+
"hardis:org:diagnose:unusedlicenses",
|
|
6748
|
+
"org:hardis:diagnose:unusedlicenses",
|
|
6749
|
+
"org:diagnose:hardis:unusedlicenses",
|
|
6750
|
+
"org:diagnose:unusedlicenses:hardis",
|
|
6751
|
+
"hardis:diagnose:org:unusedlicenses",
|
|
6752
|
+
"diagnose:hardis:org:unusedlicenses",
|
|
6753
|
+
"diagnose:org:hardis:unusedlicenses",
|
|
6754
|
+
"diagnose:org:unusedlicenses:hardis",
|
|
6755
|
+
"hardis:diagnose:unusedlicenses:org",
|
|
6756
|
+
"diagnose:hardis:unusedlicenses:org",
|
|
6757
|
+
"diagnose:unusedlicenses:hardis:org",
|
|
6758
|
+
"diagnose:unusedlicenses:org:hardis",
|
|
6759
|
+
"hardis:org:unusedlicenses:diagnose",
|
|
6760
|
+
"org:hardis:unusedlicenses:diagnose",
|
|
6761
|
+
"org:unusedlicenses:hardis:diagnose",
|
|
6762
|
+
"org:unusedlicenses:diagnose:hardis",
|
|
6763
|
+
"hardis:unusedlicenses:org:diagnose",
|
|
6764
|
+
"unusedlicenses:hardis:org:diagnose",
|
|
6765
|
+
"unusedlicenses:org:hardis:diagnose",
|
|
6766
|
+
"unusedlicenses:org:diagnose:hardis",
|
|
6767
|
+
"hardis:unusedlicenses:diagnose:org",
|
|
6768
|
+
"unusedlicenses:hardis:diagnose:org",
|
|
6769
|
+
"unusedlicenses:diagnose:hardis:org",
|
|
6770
|
+
"unusedlicenses:diagnose:org:hardis"
|
|
6809
6771
|
]
|
|
6810
6772
|
},
|
|
6811
|
-
"hardis:org:
|
|
6773
|
+
"hardis:org:diagnose:unusedusers": {
|
|
6812
6774
|
"aliases": [],
|
|
6813
6775
|
"args": {},
|
|
6814
|
-
"description": "
|
|
6776
|
+
"description": "Efficient user management is vital in Salesforce to ensure resources are optimized and costs are controlled. However, inactive or unused user accounts can often go unnoticed, leading to wasted licenses and potential security risks. This tool addresses this challenge by enabling administrators to identify users who haven't logged in within a specified period.\n\nBy analyzing user login activity and last login timestamps, this feature highlights inactive user accounts, allowing administrators to take appropriate action. Whether it's deactivating dormant accounts, freeing up licenses, or ensuring compliance with security policies, this functionality empowers administrators to maintain a lean and secure Salesforce environment.\n\nlicensetypes values are the following:\n\n- all-crm: SFDC,AUL,AUL1,AULL_IGHT\n\n- all-paying: SFDC,AUL,AUL1,AULL_IGHT,PID_Customer_Community,PID_Customer_Community_Login,PID_Partner_Community,PID_Partner_Community_Login\n\nNote: You can see the full list of available license identifiers in [Salesforce Documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_userlicense.htm)\n\nUse --returnactiveusers to revert the command and retrieve active users that has logged in during the period.\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-inactive-users/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
6815
6777
|
"examples": [
|
|
6816
|
-
"$ sf hardis:org:
|
|
6817
|
-
"$ sf hardis:org:
|
|
6778
|
+
"$ sf hardis:org:diagnose:unusedusers",
|
|
6779
|
+
"$ sf hardis:org:diagnose:unusedusers --days 365",
|
|
6780
|
+
"$ sf hardis:org:diagnose:unusedusers --days 60 --licensetypes all-crm",
|
|
6781
|
+
"$ sf hardis:org:diagnose:unusedusers --days 60 --licenseidentifiers SFDC,AUL,AUL1",
|
|
6782
|
+
"$ sf hardis:org:diagnose:unusedusers --days 60 --licensetypes all-crm --returnactiveusers"
|
|
6818
6783
|
],
|
|
6819
6784
|
"flags": {
|
|
6820
6785
|
"json": {
|
|
@@ -6832,14 +6797,49 @@
|
|
|
6832
6797
|
"multiple": false,
|
|
6833
6798
|
"type": "option"
|
|
6834
6799
|
},
|
|
6835
|
-
"
|
|
6836
|
-
"char": "
|
|
6837
|
-
"description": "
|
|
6838
|
-
"name": "
|
|
6800
|
+
"outputfile": {
|
|
6801
|
+
"char": "f",
|
|
6802
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
6803
|
+
"name": "outputfile",
|
|
6804
|
+
"hasDynamicHelp": false,
|
|
6805
|
+
"multiple": false,
|
|
6806
|
+
"type": "option"
|
|
6807
|
+
},
|
|
6808
|
+
"days": {
|
|
6809
|
+
"char": "t",
|
|
6810
|
+
"description": "Extracts the users that have been inactive for the amount of days specified. In CI, default is 180 days",
|
|
6811
|
+
"name": "days",
|
|
6812
|
+
"hasDynamicHelp": false,
|
|
6813
|
+
"multiple": false,
|
|
6814
|
+
"type": "option"
|
|
6815
|
+
},
|
|
6816
|
+
"licensetypes": {
|
|
6817
|
+
"char": "l",
|
|
6818
|
+
"description": "Type of licenses to check. If set, do not use licenseidentifiers option. In CI, default is all-crm",
|
|
6819
|
+
"name": "licensetypes",
|
|
6820
|
+
"hasDynamicHelp": false,
|
|
6821
|
+
"multiple": false,
|
|
6822
|
+
"options": [
|
|
6823
|
+
"all",
|
|
6824
|
+
"all-crm",
|
|
6825
|
+
"all-paying"
|
|
6826
|
+
],
|
|
6827
|
+
"type": "option"
|
|
6828
|
+
},
|
|
6829
|
+
"licenseidentifiers": {
|
|
6830
|
+
"char": "i",
|
|
6831
|
+
"description": "Comma-separated list of license identifiers, in case licensetypes is not used.. Identifiers available at https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_userlicense.htm",
|
|
6832
|
+
"name": "licenseidentifiers",
|
|
6839
6833
|
"hasDynamicHelp": false,
|
|
6840
6834
|
"multiple": false,
|
|
6841
6835
|
"type": "option"
|
|
6842
6836
|
},
|
|
6837
|
+
"returnactiveusers": {
|
|
6838
|
+
"description": "Inverts the command by returning the active users",
|
|
6839
|
+
"name": "returnactiveusers",
|
|
6840
|
+
"allowNo": false,
|
|
6841
|
+
"type": "boolean"
|
|
6842
|
+
},
|
|
6843
6843
|
"debug": {
|
|
6844
6844
|
"char": "d",
|
|
6845
6845
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6878,49 +6878,49 @@
|
|
|
6878
6878
|
},
|
|
6879
6879
|
"hasDynamicHelp": true,
|
|
6880
6880
|
"hiddenAliases": [],
|
|
6881
|
-
"id": "hardis:org:
|
|
6881
|
+
"id": "hardis:org:diagnose:unusedusers",
|
|
6882
6882
|
"pluginAlias": "sfdx-hardis",
|
|
6883
6883
|
"pluginName": "sfdx-hardis",
|
|
6884
6884
|
"pluginType": "core",
|
|
6885
6885
|
"strict": true,
|
|
6886
6886
|
"enableJsonFlag": true,
|
|
6887
|
-
"title": "
|
|
6888
|
-
"requiresProject":
|
|
6887
|
+
"title": "Detect unused Users in Salesforce",
|
|
6888
|
+
"requiresProject": false,
|
|
6889
6889
|
"isESM": true,
|
|
6890
6890
|
"relativePath": [
|
|
6891
6891
|
"lib",
|
|
6892
6892
|
"commands",
|
|
6893
6893
|
"hardis",
|
|
6894
6894
|
"org",
|
|
6895
|
-
"
|
|
6896
|
-
"
|
|
6895
|
+
"diagnose",
|
|
6896
|
+
"unusedusers.js"
|
|
6897
6897
|
],
|
|
6898
6898
|
"aliasPermutations": [],
|
|
6899
6899
|
"permutations": [
|
|
6900
|
-
"hardis:org:
|
|
6901
|
-
"org:hardis:
|
|
6902
|
-
"org:
|
|
6903
|
-
"org:
|
|
6904
|
-
"hardis:
|
|
6905
|
-
"
|
|
6906
|
-
"
|
|
6907
|
-
"
|
|
6908
|
-
"hardis:
|
|
6909
|
-
"
|
|
6910
|
-
"
|
|
6911
|
-
"
|
|
6912
|
-
"hardis:org:
|
|
6913
|
-
"org:hardis:
|
|
6914
|
-
"org:
|
|
6915
|
-
"org:
|
|
6916
|
-
"hardis:
|
|
6917
|
-
"
|
|
6918
|
-
"
|
|
6919
|
-
"
|
|
6920
|
-
"hardis:
|
|
6921
|
-
"
|
|
6922
|
-
"
|
|
6923
|
-
"
|
|
6900
|
+
"hardis:org:diagnose:unusedusers",
|
|
6901
|
+
"org:hardis:diagnose:unusedusers",
|
|
6902
|
+
"org:diagnose:hardis:unusedusers",
|
|
6903
|
+
"org:diagnose:unusedusers:hardis",
|
|
6904
|
+
"hardis:diagnose:org:unusedusers",
|
|
6905
|
+
"diagnose:hardis:org:unusedusers",
|
|
6906
|
+
"diagnose:org:hardis:unusedusers",
|
|
6907
|
+
"diagnose:org:unusedusers:hardis",
|
|
6908
|
+
"hardis:diagnose:unusedusers:org",
|
|
6909
|
+
"diagnose:hardis:unusedusers:org",
|
|
6910
|
+
"diagnose:unusedusers:hardis:org",
|
|
6911
|
+
"diagnose:unusedusers:org:hardis",
|
|
6912
|
+
"hardis:org:unusedusers:diagnose",
|
|
6913
|
+
"org:hardis:unusedusers:diagnose",
|
|
6914
|
+
"org:unusedusers:hardis:diagnose",
|
|
6915
|
+
"org:unusedusers:diagnose:hardis",
|
|
6916
|
+
"hardis:unusedusers:org:diagnose",
|
|
6917
|
+
"unusedusers:hardis:org:diagnose",
|
|
6918
|
+
"unusedusers:org:hardis:diagnose",
|
|
6919
|
+
"unusedusers:org:diagnose:hardis",
|
|
6920
|
+
"hardis:unusedusers:diagnose:org",
|
|
6921
|
+
"unusedusers:hardis:diagnose:org",
|
|
6922
|
+
"unusedusers:diagnose:hardis:org",
|
|
6923
|
+
"unusedusers:diagnose:org:hardis"
|
|
6924
6924
|
]
|
|
6925
6925
|
},
|
|
6926
6926
|
"hardis:org:generate:packagexmlfull": {
|
|
@@ -10883,6 +10883,221 @@
|
|
|
10883
10883
|
"profilestopermsets:convert:project:hardis"
|
|
10884
10884
|
]
|
|
10885
10885
|
},
|
|
10886
|
+
"hardis:project:fix:profiletabs": {
|
|
10887
|
+
"aliases": [],
|
|
10888
|
+
"args": {},
|
|
10889
|
+
"description": "Interactive prompts to add tab visibilities that are not retrieved by project retrieve start",
|
|
10890
|
+
"examples": [
|
|
10891
|
+
"$ sf hardis:project:fix:profiletabs"
|
|
10892
|
+
],
|
|
10893
|
+
"flags": {
|
|
10894
|
+
"json": {
|
|
10895
|
+
"description": "Format output as json.",
|
|
10896
|
+
"helpGroup": "GLOBAL",
|
|
10897
|
+
"name": "json",
|
|
10898
|
+
"allowNo": false,
|
|
10899
|
+
"type": "boolean"
|
|
10900
|
+
},
|
|
10901
|
+
"flags-dir": {
|
|
10902
|
+
"helpGroup": "GLOBAL",
|
|
10903
|
+
"name": "flags-dir",
|
|
10904
|
+
"summary": "Import flag values from a directory.",
|
|
10905
|
+
"hasDynamicHelp": false,
|
|
10906
|
+
"multiple": false,
|
|
10907
|
+
"type": "option"
|
|
10908
|
+
},
|
|
10909
|
+
"path": {
|
|
10910
|
+
"char": "p",
|
|
10911
|
+
"description": "Root folder",
|
|
10912
|
+
"name": "path",
|
|
10913
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
10914
|
+
"hasDynamicHelp": false,
|
|
10915
|
+
"multiple": false,
|
|
10916
|
+
"type": "option"
|
|
10917
|
+
},
|
|
10918
|
+
"debug": {
|
|
10919
|
+
"char": "d",
|
|
10920
|
+
"description": "Activate debug mode (more logs)",
|
|
10921
|
+
"name": "debug",
|
|
10922
|
+
"allowNo": false,
|
|
10923
|
+
"type": "boolean"
|
|
10924
|
+
},
|
|
10925
|
+
"websocket": {
|
|
10926
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
10927
|
+
"name": "websocket",
|
|
10928
|
+
"hasDynamicHelp": false,
|
|
10929
|
+
"multiple": false,
|
|
10930
|
+
"type": "option"
|
|
10931
|
+
},
|
|
10932
|
+
"skipauth": {
|
|
10933
|
+
"description": "Skip authentication check when a default username is required",
|
|
10934
|
+
"name": "skipauth",
|
|
10935
|
+
"allowNo": false,
|
|
10936
|
+
"type": "boolean"
|
|
10937
|
+
},
|
|
10938
|
+
"target-org": {
|
|
10939
|
+
"aliases": [
|
|
10940
|
+
"targetusername",
|
|
10941
|
+
"u"
|
|
10942
|
+
],
|
|
10943
|
+
"char": "o",
|
|
10944
|
+
"deprecateAliases": true,
|
|
10945
|
+
"name": "target-org",
|
|
10946
|
+
"noCacheDefault": true,
|
|
10947
|
+
"required": true,
|
|
10948
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
10949
|
+
"hasDynamicHelp": true,
|
|
10950
|
+
"multiple": false,
|
|
10951
|
+
"type": "option"
|
|
10952
|
+
}
|
|
10953
|
+
},
|
|
10954
|
+
"hasDynamicHelp": true,
|
|
10955
|
+
"hiddenAliases": [],
|
|
10956
|
+
"id": "hardis:project:fix:profiletabs",
|
|
10957
|
+
"pluginAlias": "sfdx-hardis",
|
|
10958
|
+
"pluginName": "sfdx-hardis",
|
|
10959
|
+
"pluginType": "core",
|
|
10960
|
+
"strict": true,
|
|
10961
|
+
"enableJsonFlag": true,
|
|
10962
|
+
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
10963
|
+
"requiresProject": true,
|
|
10964
|
+
"isESM": true,
|
|
10965
|
+
"relativePath": [
|
|
10966
|
+
"lib",
|
|
10967
|
+
"commands",
|
|
10968
|
+
"hardis",
|
|
10969
|
+
"project",
|
|
10970
|
+
"fix",
|
|
10971
|
+
"profiletabs.js"
|
|
10972
|
+
],
|
|
10973
|
+
"aliasPermutations": [],
|
|
10974
|
+
"permutations": [
|
|
10975
|
+
"hardis:project:fix:profiletabs",
|
|
10976
|
+
"project:hardis:fix:profiletabs",
|
|
10977
|
+
"project:fix:hardis:profiletabs",
|
|
10978
|
+
"project:fix:profiletabs:hardis",
|
|
10979
|
+
"hardis:fix:project:profiletabs",
|
|
10980
|
+
"fix:hardis:project:profiletabs",
|
|
10981
|
+
"fix:project:hardis:profiletabs",
|
|
10982
|
+
"fix:project:profiletabs:hardis",
|
|
10983
|
+
"hardis:fix:profiletabs:project",
|
|
10984
|
+
"fix:hardis:profiletabs:project",
|
|
10985
|
+
"fix:profiletabs:hardis:project",
|
|
10986
|
+
"fix:profiletabs:project:hardis",
|
|
10987
|
+
"hardis:project:profiletabs:fix",
|
|
10988
|
+
"project:hardis:profiletabs:fix",
|
|
10989
|
+
"project:profiletabs:hardis:fix",
|
|
10990
|
+
"project:profiletabs:fix:hardis",
|
|
10991
|
+
"hardis:profiletabs:project:fix",
|
|
10992
|
+
"profiletabs:hardis:project:fix",
|
|
10993
|
+
"profiletabs:project:hardis:fix",
|
|
10994
|
+
"profiletabs:project:fix:hardis",
|
|
10995
|
+
"hardis:profiletabs:fix:project",
|
|
10996
|
+
"profiletabs:hardis:fix:project",
|
|
10997
|
+
"profiletabs:fix:hardis:project",
|
|
10998
|
+
"profiletabs:fix:project:hardis"
|
|
10999
|
+
]
|
|
11000
|
+
},
|
|
11001
|
+
"hardis:project:fix:v53flexipages": {
|
|
11002
|
+
"aliases": [],
|
|
11003
|
+
"args": {},
|
|
11004
|
+
"description": "Fix flexipages for apiVersion v53 (Winter22).\n\nNote: Update api version to 53.0 in package.xml and sfdx-project.json",
|
|
11005
|
+
"examples": [
|
|
11006
|
+
"$ sf hardis:project:fix:v53flexipages"
|
|
11007
|
+
],
|
|
11008
|
+
"flags": {
|
|
11009
|
+
"json": {
|
|
11010
|
+
"description": "Format output as json.",
|
|
11011
|
+
"helpGroup": "GLOBAL",
|
|
11012
|
+
"name": "json",
|
|
11013
|
+
"allowNo": false,
|
|
11014
|
+
"type": "boolean"
|
|
11015
|
+
},
|
|
11016
|
+
"flags-dir": {
|
|
11017
|
+
"helpGroup": "GLOBAL",
|
|
11018
|
+
"name": "flags-dir",
|
|
11019
|
+
"summary": "Import flag values from a directory.",
|
|
11020
|
+
"hasDynamicHelp": false,
|
|
11021
|
+
"multiple": false,
|
|
11022
|
+
"type": "option"
|
|
11023
|
+
},
|
|
11024
|
+
"path": {
|
|
11025
|
+
"char": "p",
|
|
11026
|
+
"description": "Root folder",
|
|
11027
|
+
"name": "path",
|
|
11028
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
11029
|
+
"hasDynamicHelp": false,
|
|
11030
|
+
"multiple": false,
|
|
11031
|
+
"type": "option"
|
|
11032
|
+
},
|
|
11033
|
+
"debug": {
|
|
11034
|
+
"char": "d",
|
|
11035
|
+
"description": "Activate debug mode (more logs)",
|
|
11036
|
+
"name": "debug",
|
|
11037
|
+
"allowNo": false,
|
|
11038
|
+
"type": "boolean"
|
|
11039
|
+
},
|
|
11040
|
+
"websocket": {
|
|
11041
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
11042
|
+
"name": "websocket",
|
|
11043
|
+
"hasDynamicHelp": false,
|
|
11044
|
+
"multiple": false,
|
|
11045
|
+
"type": "option"
|
|
11046
|
+
},
|
|
11047
|
+
"skipauth": {
|
|
11048
|
+
"description": "Skip authentication check when a default username is required",
|
|
11049
|
+
"name": "skipauth",
|
|
11050
|
+
"allowNo": false,
|
|
11051
|
+
"type": "boolean"
|
|
11052
|
+
}
|
|
11053
|
+
},
|
|
11054
|
+
"hasDynamicHelp": false,
|
|
11055
|
+
"hiddenAliases": [],
|
|
11056
|
+
"id": "hardis:project:fix:v53flexipages",
|
|
11057
|
+
"pluginAlias": "sfdx-hardis",
|
|
11058
|
+
"pluginName": "sfdx-hardis",
|
|
11059
|
+
"pluginType": "core",
|
|
11060
|
+
"strict": true,
|
|
11061
|
+
"enableJsonFlag": true,
|
|
11062
|
+
"title": "Fix flexipages for v53",
|
|
11063
|
+
"requiresProject": true,
|
|
11064
|
+
"isESM": true,
|
|
11065
|
+
"relativePath": [
|
|
11066
|
+
"lib",
|
|
11067
|
+
"commands",
|
|
11068
|
+
"hardis",
|
|
11069
|
+
"project",
|
|
11070
|
+
"fix",
|
|
11071
|
+
"v53flexipages.js"
|
|
11072
|
+
],
|
|
11073
|
+
"aliasPermutations": [],
|
|
11074
|
+
"permutations": [
|
|
11075
|
+
"hardis:project:fix:v53flexipages",
|
|
11076
|
+
"project:hardis:fix:v53flexipages",
|
|
11077
|
+
"project:fix:hardis:v53flexipages",
|
|
11078
|
+
"project:fix:v53flexipages:hardis",
|
|
11079
|
+
"hardis:fix:project:v53flexipages",
|
|
11080
|
+
"fix:hardis:project:v53flexipages",
|
|
11081
|
+
"fix:project:hardis:v53flexipages",
|
|
11082
|
+
"fix:project:v53flexipages:hardis",
|
|
11083
|
+
"hardis:fix:v53flexipages:project",
|
|
11084
|
+
"fix:hardis:v53flexipages:project",
|
|
11085
|
+
"fix:v53flexipages:hardis:project",
|
|
11086
|
+
"fix:v53flexipages:project:hardis",
|
|
11087
|
+
"hardis:project:v53flexipages:fix",
|
|
11088
|
+
"project:hardis:v53flexipages:fix",
|
|
11089
|
+
"project:v53flexipages:hardis:fix",
|
|
11090
|
+
"project:v53flexipages:fix:hardis",
|
|
11091
|
+
"hardis:v53flexipages:project:fix",
|
|
11092
|
+
"v53flexipages:hardis:project:fix",
|
|
11093
|
+
"v53flexipages:project:hardis:fix",
|
|
11094
|
+
"v53flexipages:project:fix:hardis",
|
|
11095
|
+
"hardis:v53flexipages:fix:project",
|
|
11096
|
+
"v53flexipages:hardis:fix:project",
|
|
11097
|
+
"v53flexipages:fix:hardis:project",
|
|
11098
|
+
"v53flexipages:fix:project:hardis"
|
|
11099
|
+
]
|
|
11100
|
+
},
|
|
10886
11101
|
"hardis:project:deploy:notify": {
|
|
10887
11102
|
"aliases": [],
|
|
10888
11103
|
"args": {},
|
|
@@ -12058,221 +12273,6 @@
|
|
|
12058
12273
|
"validate:deploy:project:hardis"
|
|
12059
12274
|
]
|
|
12060
12275
|
},
|
|
12061
|
-
"hardis:project:fix:profiletabs": {
|
|
12062
|
-
"aliases": [],
|
|
12063
|
-
"args": {},
|
|
12064
|
-
"description": "Interactive prompts to add tab visibilities that are not retrieved by project retrieve start",
|
|
12065
|
-
"examples": [
|
|
12066
|
-
"$ sf hardis:project:fix:profiletabs"
|
|
12067
|
-
],
|
|
12068
|
-
"flags": {
|
|
12069
|
-
"json": {
|
|
12070
|
-
"description": "Format output as json.",
|
|
12071
|
-
"helpGroup": "GLOBAL",
|
|
12072
|
-
"name": "json",
|
|
12073
|
-
"allowNo": false,
|
|
12074
|
-
"type": "boolean"
|
|
12075
|
-
},
|
|
12076
|
-
"flags-dir": {
|
|
12077
|
-
"helpGroup": "GLOBAL",
|
|
12078
|
-
"name": "flags-dir",
|
|
12079
|
-
"summary": "Import flag values from a directory.",
|
|
12080
|
-
"hasDynamicHelp": false,
|
|
12081
|
-
"multiple": false,
|
|
12082
|
-
"type": "option"
|
|
12083
|
-
},
|
|
12084
|
-
"path": {
|
|
12085
|
-
"char": "p",
|
|
12086
|
-
"description": "Root folder",
|
|
12087
|
-
"name": "path",
|
|
12088
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
12089
|
-
"hasDynamicHelp": false,
|
|
12090
|
-
"multiple": false,
|
|
12091
|
-
"type": "option"
|
|
12092
|
-
},
|
|
12093
|
-
"debug": {
|
|
12094
|
-
"char": "d",
|
|
12095
|
-
"description": "Activate debug mode (more logs)",
|
|
12096
|
-
"name": "debug",
|
|
12097
|
-
"allowNo": false,
|
|
12098
|
-
"type": "boolean"
|
|
12099
|
-
},
|
|
12100
|
-
"websocket": {
|
|
12101
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12102
|
-
"name": "websocket",
|
|
12103
|
-
"hasDynamicHelp": false,
|
|
12104
|
-
"multiple": false,
|
|
12105
|
-
"type": "option"
|
|
12106
|
-
},
|
|
12107
|
-
"skipauth": {
|
|
12108
|
-
"description": "Skip authentication check when a default username is required",
|
|
12109
|
-
"name": "skipauth",
|
|
12110
|
-
"allowNo": false,
|
|
12111
|
-
"type": "boolean"
|
|
12112
|
-
},
|
|
12113
|
-
"target-org": {
|
|
12114
|
-
"aliases": [
|
|
12115
|
-
"targetusername",
|
|
12116
|
-
"u"
|
|
12117
|
-
],
|
|
12118
|
-
"char": "o",
|
|
12119
|
-
"deprecateAliases": true,
|
|
12120
|
-
"name": "target-org",
|
|
12121
|
-
"noCacheDefault": true,
|
|
12122
|
-
"required": true,
|
|
12123
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
12124
|
-
"hasDynamicHelp": true,
|
|
12125
|
-
"multiple": false,
|
|
12126
|
-
"type": "option"
|
|
12127
|
-
}
|
|
12128
|
-
},
|
|
12129
|
-
"hasDynamicHelp": true,
|
|
12130
|
-
"hiddenAliases": [],
|
|
12131
|
-
"id": "hardis:project:fix:profiletabs",
|
|
12132
|
-
"pluginAlias": "sfdx-hardis",
|
|
12133
|
-
"pluginName": "sfdx-hardis",
|
|
12134
|
-
"pluginType": "core",
|
|
12135
|
-
"strict": true,
|
|
12136
|
-
"enableJsonFlag": true,
|
|
12137
|
-
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
12138
|
-
"requiresProject": true,
|
|
12139
|
-
"isESM": true,
|
|
12140
|
-
"relativePath": [
|
|
12141
|
-
"lib",
|
|
12142
|
-
"commands",
|
|
12143
|
-
"hardis",
|
|
12144
|
-
"project",
|
|
12145
|
-
"fix",
|
|
12146
|
-
"profiletabs.js"
|
|
12147
|
-
],
|
|
12148
|
-
"aliasPermutations": [],
|
|
12149
|
-
"permutations": [
|
|
12150
|
-
"hardis:project:fix:profiletabs",
|
|
12151
|
-
"project:hardis:fix:profiletabs",
|
|
12152
|
-
"project:fix:hardis:profiletabs",
|
|
12153
|
-
"project:fix:profiletabs:hardis",
|
|
12154
|
-
"hardis:fix:project:profiletabs",
|
|
12155
|
-
"fix:hardis:project:profiletabs",
|
|
12156
|
-
"fix:project:hardis:profiletabs",
|
|
12157
|
-
"fix:project:profiletabs:hardis",
|
|
12158
|
-
"hardis:fix:profiletabs:project",
|
|
12159
|
-
"fix:hardis:profiletabs:project",
|
|
12160
|
-
"fix:profiletabs:hardis:project",
|
|
12161
|
-
"fix:profiletabs:project:hardis",
|
|
12162
|
-
"hardis:project:profiletabs:fix",
|
|
12163
|
-
"project:hardis:profiletabs:fix",
|
|
12164
|
-
"project:profiletabs:hardis:fix",
|
|
12165
|
-
"project:profiletabs:fix:hardis",
|
|
12166
|
-
"hardis:profiletabs:project:fix",
|
|
12167
|
-
"profiletabs:hardis:project:fix",
|
|
12168
|
-
"profiletabs:project:hardis:fix",
|
|
12169
|
-
"profiletabs:project:fix:hardis",
|
|
12170
|
-
"hardis:profiletabs:fix:project",
|
|
12171
|
-
"profiletabs:hardis:fix:project",
|
|
12172
|
-
"profiletabs:fix:hardis:project",
|
|
12173
|
-
"profiletabs:fix:project:hardis"
|
|
12174
|
-
]
|
|
12175
|
-
},
|
|
12176
|
-
"hardis:project:fix:v53flexipages": {
|
|
12177
|
-
"aliases": [],
|
|
12178
|
-
"args": {},
|
|
12179
|
-
"description": "Fix flexipages for apiVersion v53 (Winter22).\n\nNote: Update api version to 53.0 in package.xml and sfdx-project.json",
|
|
12180
|
-
"examples": [
|
|
12181
|
-
"$ sf hardis:project:fix:v53flexipages"
|
|
12182
|
-
],
|
|
12183
|
-
"flags": {
|
|
12184
|
-
"json": {
|
|
12185
|
-
"description": "Format output as json.",
|
|
12186
|
-
"helpGroup": "GLOBAL",
|
|
12187
|
-
"name": "json",
|
|
12188
|
-
"allowNo": false,
|
|
12189
|
-
"type": "boolean"
|
|
12190
|
-
},
|
|
12191
|
-
"flags-dir": {
|
|
12192
|
-
"helpGroup": "GLOBAL",
|
|
12193
|
-
"name": "flags-dir",
|
|
12194
|
-
"summary": "Import flag values from a directory.",
|
|
12195
|
-
"hasDynamicHelp": false,
|
|
12196
|
-
"multiple": false,
|
|
12197
|
-
"type": "option"
|
|
12198
|
-
},
|
|
12199
|
-
"path": {
|
|
12200
|
-
"char": "p",
|
|
12201
|
-
"description": "Root folder",
|
|
12202
|
-
"name": "path",
|
|
12203
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
12204
|
-
"hasDynamicHelp": false,
|
|
12205
|
-
"multiple": false,
|
|
12206
|
-
"type": "option"
|
|
12207
|
-
},
|
|
12208
|
-
"debug": {
|
|
12209
|
-
"char": "d",
|
|
12210
|
-
"description": "Activate debug mode (more logs)",
|
|
12211
|
-
"name": "debug",
|
|
12212
|
-
"allowNo": false,
|
|
12213
|
-
"type": "boolean"
|
|
12214
|
-
},
|
|
12215
|
-
"websocket": {
|
|
12216
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12217
|
-
"name": "websocket",
|
|
12218
|
-
"hasDynamicHelp": false,
|
|
12219
|
-
"multiple": false,
|
|
12220
|
-
"type": "option"
|
|
12221
|
-
},
|
|
12222
|
-
"skipauth": {
|
|
12223
|
-
"description": "Skip authentication check when a default username is required",
|
|
12224
|
-
"name": "skipauth",
|
|
12225
|
-
"allowNo": false,
|
|
12226
|
-
"type": "boolean"
|
|
12227
|
-
}
|
|
12228
|
-
},
|
|
12229
|
-
"hasDynamicHelp": false,
|
|
12230
|
-
"hiddenAliases": [],
|
|
12231
|
-
"id": "hardis:project:fix:v53flexipages",
|
|
12232
|
-
"pluginAlias": "sfdx-hardis",
|
|
12233
|
-
"pluginName": "sfdx-hardis",
|
|
12234
|
-
"pluginType": "core",
|
|
12235
|
-
"strict": true,
|
|
12236
|
-
"enableJsonFlag": true,
|
|
12237
|
-
"title": "Fix flexipages for v53",
|
|
12238
|
-
"requiresProject": true,
|
|
12239
|
-
"isESM": true,
|
|
12240
|
-
"relativePath": [
|
|
12241
|
-
"lib",
|
|
12242
|
-
"commands",
|
|
12243
|
-
"hardis",
|
|
12244
|
-
"project",
|
|
12245
|
-
"fix",
|
|
12246
|
-
"v53flexipages.js"
|
|
12247
|
-
],
|
|
12248
|
-
"aliasPermutations": [],
|
|
12249
|
-
"permutations": [
|
|
12250
|
-
"hardis:project:fix:v53flexipages",
|
|
12251
|
-
"project:hardis:fix:v53flexipages",
|
|
12252
|
-
"project:fix:hardis:v53flexipages",
|
|
12253
|
-
"project:fix:v53flexipages:hardis",
|
|
12254
|
-
"hardis:fix:project:v53flexipages",
|
|
12255
|
-
"fix:hardis:project:v53flexipages",
|
|
12256
|
-
"fix:project:hardis:v53flexipages",
|
|
12257
|
-
"fix:project:v53flexipages:hardis",
|
|
12258
|
-
"hardis:fix:v53flexipages:project",
|
|
12259
|
-
"fix:hardis:v53flexipages:project",
|
|
12260
|
-
"fix:v53flexipages:hardis:project",
|
|
12261
|
-
"fix:v53flexipages:project:hardis",
|
|
12262
|
-
"hardis:project:v53flexipages:fix",
|
|
12263
|
-
"project:hardis:v53flexipages:fix",
|
|
12264
|
-
"project:v53flexipages:hardis:fix",
|
|
12265
|
-
"project:v53flexipages:fix:hardis",
|
|
12266
|
-
"hardis:v53flexipages:project:fix",
|
|
12267
|
-
"v53flexipages:hardis:project:fix",
|
|
12268
|
-
"v53flexipages:project:hardis:fix",
|
|
12269
|
-
"v53flexipages:project:fix:hardis",
|
|
12270
|
-
"hardis:v53flexipages:fix:project",
|
|
12271
|
-
"v53flexipages:hardis:fix:project",
|
|
12272
|
-
"v53flexipages:fix:hardis:project",
|
|
12273
|
-
"v53flexipages:fix:project:hardis"
|
|
12274
|
-
]
|
|
12275
|
-
},
|
|
12276
12276
|
"hardis:project:generate:bypass": {
|
|
12277
12277
|
"aliases": [],
|
|
12278
12278
|
"args": {},
|
|
@@ -14726,5 +14726,5 @@
|
|
|
14726
14726
|
]
|
|
14727
14727
|
}
|
|
14728
14728
|
},
|
|
14729
|
-
"version": "5.
|
|
14729
|
+
"version": "5.40.0"
|
|
14730
14730
|
}
|