sfdx-hardis 5.43.5 → 5.44.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/lib/commands/hardis/org/diagnose/audittrail.js +14 -1
- package/lib/commands/hardis/org/diagnose/audittrail.js.map +1 -1
- package/lib/commands/hardis/project/generate/bypass.d.ts +30 -7
- package/lib/commands/hardis/project/generate/bypass.js +487 -113
- package/lib/commands/hardis/project/generate/bypass.js.map +1 -1
- package/lib/common/utils/branchStrategyMermaidBuilder.js +9 -2
- package/lib/common/utils/branchStrategyMermaidBuilder.js.map +1 -1
- package/oclif.lock +101 -115
- package/oclif.manifest.json +765 -736
- package/package.json +15 -15
package/oclif.manifest.json
CHANGED
|
@@ -57,12 +57,13 @@
|
|
|
57
57
|
"world:hello"
|
|
58
58
|
]
|
|
59
59
|
},
|
|
60
|
-
"hardis:
|
|
60
|
+
"hardis:auth:login": {
|
|
61
61
|
"aliases": [],
|
|
62
62
|
"args": {},
|
|
63
|
-
"description": "
|
|
63
|
+
"description": "\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",
|
|
64
64
|
"examples": [
|
|
65
|
-
"$ sf hardis:
|
|
65
|
+
"$ sf hardis:auth:login",
|
|
66
|
+
"CI=true sf hardis:auth:login"
|
|
66
67
|
],
|
|
67
68
|
"flags": {
|
|
68
69
|
"json": {
|
|
@@ -80,6 +81,28 @@
|
|
|
80
81
|
"multiple": false,
|
|
81
82
|
"type": "option"
|
|
82
83
|
},
|
|
84
|
+
"instanceurl": {
|
|
85
|
+
"char": "r",
|
|
86
|
+
"description": "URL of org instance",
|
|
87
|
+
"name": "instanceurl",
|
|
88
|
+
"hasDynamicHelp": false,
|
|
89
|
+
"multiple": false,
|
|
90
|
+
"type": "option"
|
|
91
|
+
},
|
|
92
|
+
"devhub": {
|
|
93
|
+
"char": "h",
|
|
94
|
+
"description": "Also connect associated DevHub",
|
|
95
|
+
"name": "devhub",
|
|
96
|
+
"allowNo": false,
|
|
97
|
+
"type": "boolean"
|
|
98
|
+
},
|
|
99
|
+
"scratchorg": {
|
|
100
|
+
"char": "s",
|
|
101
|
+
"description": "Scratch org",
|
|
102
|
+
"name": "scratchorg",
|
|
103
|
+
"allowNo": false,
|
|
104
|
+
"type": "boolean"
|
|
105
|
+
},
|
|
83
106
|
"debug": {
|
|
84
107
|
"char": "d",
|
|
85
108
|
"description": "Activate debug mode (more logs)",
|
|
@@ -103,38 +126,38 @@
|
|
|
103
126
|
},
|
|
104
127
|
"hasDynamicHelp": false,
|
|
105
128
|
"hiddenAliases": [],
|
|
106
|
-
"id": "hardis:
|
|
129
|
+
"id": "hardis:auth:login",
|
|
107
130
|
"pluginAlias": "sfdx-hardis",
|
|
108
131
|
"pluginName": "sfdx-hardis",
|
|
109
132
|
"pluginType": "core",
|
|
110
133
|
"strict": true,
|
|
111
134
|
"enableJsonFlag": true,
|
|
112
|
-
"title": "
|
|
135
|
+
"title": "Login",
|
|
113
136
|
"requiresProject": false,
|
|
114
137
|
"isESM": true,
|
|
115
138
|
"relativePath": [
|
|
116
139
|
"lib",
|
|
117
140
|
"commands",
|
|
118
141
|
"hardis",
|
|
119
|
-
"
|
|
120
|
-
"
|
|
142
|
+
"auth",
|
|
143
|
+
"login.js"
|
|
121
144
|
],
|
|
122
145
|
"aliasPermutations": [],
|
|
123
146
|
"permutations": [
|
|
124
|
-
"hardis:
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"hardis:
|
|
128
|
-
"
|
|
129
|
-
"
|
|
147
|
+
"hardis:auth:login",
|
|
148
|
+
"auth:hardis:login",
|
|
149
|
+
"auth:login:hardis",
|
|
150
|
+
"hardis:login:auth",
|
|
151
|
+
"login:hardis:auth",
|
|
152
|
+
"login:auth:hardis"
|
|
130
153
|
]
|
|
131
154
|
},
|
|
132
|
-
"hardis:
|
|
155
|
+
"hardis:cache:clear": {
|
|
133
156
|
"aliases": [],
|
|
134
157
|
"args": {},
|
|
135
|
-
"description": "
|
|
158
|
+
"description": "Clear cache generated by sfdx-hardis",
|
|
136
159
|
"examples": [
|
|
137
|
-
"$ sf hardis:
|
|
160
|
+
"$ sf hardis:cache:clear"
|
|
138
161
|
],
|
|
139
162
|
"flags": {
|
|
140
163
|
"json": {
|
|
@@ -152,20 +175,6 @@
|
|
|
152
175
|
"multiple": false,
|
|
153
176
|
"type": "option"
|
|
154
177
|
},
|
|
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
|
-
},
|
|
169
178
|
"debug": {
|
|
170
179
|
"char": "d",
|
|
171
180
|
"description": "Activate debug mode (more logs)",
|
|
@@ -189,39 +198,38 @@
|
|
|
189
198
|
},
|
|
190
199
|
"hasDynamicHelp": false,
|
|
191
200
|
"hiddenAliases": [],
|
|
192
|
-
"id": "hardis:
|
|
201
|
+
"id": "hardis:cache:clear",
|
|
193
202
|
"pluginAlias": "sfdx-hardis",
|
|
194
203
|
"pluginName": "sfdx-hardis",
|
|
195
204
|
"pluginType": "core",
|
|
196
205
|
"strict": true,
|
|
197
206
|
"enableJsonFlag": true,
|
|
198
|
-
"title": "
|
|
207
|
+
"title": "Clear sfdx-hardis cache",
|
|
199
208
|
"requiresProject": false,
|
|
200
209
|
"isESM": true,
|
|
201
210
|
"relativePath": [
|
|
202
211
|
"lib",
|
|
203
212
|
"commands",
|
|
204
213
|
"hardis",
|
|
205
|
-
"
|
|
206
|
-
"
|
|
214
|
+
"cache",
|
|
215
|
+
"clear.js"
|
|
207
216
|
],
|
|
208
217
|
"aliasPermutations": [],
|
|
209
218
|
"permutations": [
|
|
210
|
-
"hardis:
|
|
211
|
-
"
|
|
212
|
-
"
|
|
213
|
-
"hardis:
|
|
214
|
-
"
|
|
215
|
-
"
|
|
219
|
+
"hardis:cache:clear",
|
|
220
|
+
"cache:hardis:clear",
|
|
221
|
+
"cache:clear:hardis",
|
|
222
|
+
"hardis:clear:cache",
|
|
223
|
+
"clear:hardis:cache",
|
|
224
|
+
"clear:cache:hardis"
|
|
216
225
|
]
|
|
217
226
|
},
|
|
218
|
-
"hardis:
|
|
227
|
+
"hardis:config:get": {
|
|
219
228
|
"aliases": [],
|
|
220
229
|
"args": {},
|
|
221
|
-
"description": "
|
|
230
|
+
"description": "Returns sfdx-hardis project config for a given level",
|
|
222
231
|
"examples": [
|
|
223
|
-
"$ sf hardis:
|
|
224
|
-
"CI=true sf hardis:auth:login"
|
|
232
|
+
"$ sf hardis:project:deploy:sources:metadata"
|
|
225
233
|
],
|
|
226
234
|
"flags": {
|
|
227
235
|
"json": {
|
|
@@ -239,28 +247,20 @@
|
|
|
239
247
|
"multiple": false,
|
|
240
248
|
"type": "option"
|
|
241
249
|
},
|
|
242
|
-
"
|
|
243
|
-
"char": "
|
|
244
|
-
"description": "
|
|
245
|
-
"name": "
|
|
250
|
+
"level": {
|
|
251
|
+
"char": "l",
|
|
252
|
+
"description": "project,branch or user",
|
|
253
|
+
"name": "level",
|
|
254
|
+
"default": "project",
|
|
246
255
|
"hasDynamicHelp": false,
|
|
247
256
|
"multiple": false,
|
|
257
|
+
"options": [
|
|
258
|
+
"project",
|
|
259
|
+
"branch",
|
|
260
|
+
"user"
|
|
261
|
+
],
|
|
248
262
|
"type": "option"
|
|
249
263
|
},
|
|
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:config:get",
|
|
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": "Deploy metadata sources to org",
|
|
294
294
|
"requiresProject": false,
|
|
295
295
|
"isESM": true,
|
|
296
296
|
"relativePath": [
|
|
297
297
|
"lib",
|
|
298
298
|
"commands",
|
|
299
299
|
"hardis",
|
|
300
|
-
"
|
|
301
|
-
"
|
|
300
|
+
"config",
|
|
301
|
+
"get.js"
|
|
302
302
|
],
|
|
303
303
|
"aliasPermutations": [],
|
|
304
304
|
"permutations": [
|
|
305
|
-
"hardis:
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"hardis:
|
|
309
|
-
"
|
|
310
|
-
"
|
|
305
|
+
"hardis:config:get",
|
|
306
|
+
"config:hardis:get",
|
|
307
|
+
"config:get:hardis",
|
|
308
|
+
"hardis:get:config",
|
|
309
|
+
"get:hardis:config",
|
|
310
|
+
"get:config:hardis"
|
|
311
311
|
]
|
|
312
312
|
},
|
|
313
313
|
"hardis:doc:fieldusage": {
|
|
@@ -5476,12 +5476,15 @@
|
|
|
5476
5476
|
"import:data:org:hardis"
|
|
5477
5477
|
]
|
|
5478
5478
|
},
|
|
5479
|
-
"hardis:org:
|
|
5479
|
+
"hardis:org:diagnose:audittrail": {
|
|
5480
5480
|
"aliases": [],
|
|
5481
5481
|
"args": {},
|
|
5482
|
-
"description": "Export
|
|
5482
|
+
"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",
|
|
5483
5483
|
"examples": [
|
|
5484
|
-
"$ sf hardis:org:
|
|
5484
|
+
"$ sf hardis:org:diagnose:audittrail",
|
|
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"
|
|
5485
5488
|
],
|
|
5486
5489
|
"flags": {
|
|
5487
5490
|
"json": {
|
|
@@ -5499,37 +5502,26 @@
|
|
|
5499
5502
|
"multiple": false,
|
|
5500
5503
|
"type": "option"
|
|
5501
5504
|
},
|
|
5502
|
-
"
|
|
5503
|
-
"char": "
|
|
5504
|
-
"description": "
|
|
5505
|
-
"name": "
|
|
5506
|
-
"hasDynamicHelp": false,
|
|
5507
|
-
"multiple": false,
|
|
5508
|
-
"type": "option"
|
|
5509
|
-
},
|
|
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,
|
|
5505
|
+
"excludeusers": {
|
|
5506
|
+
"char": "e",
|
|
5507
|
+
"description": "Comma-separated list of usernames to exclude",
|
|
5508
|
+
"name": "excludeusers",
|
|
5515
5509
|
"hasDynamicHelp": false,
|
|
5516
5510
|
"multiple": false,
|
|
5517
5511
|
"type": "option"
|
|
5518
5512
|
},
|
|
5519
|
-
"
|
|
5513
|
+
"lastndays": {
|
|
5520
5514
|
"char": "t",
|
|
5521
|
-
"description": "
|
|
5522
|
-
"name": "
|
|
5523
|
-
"default": 300000,
|
|
5515
|
+
"description": "Number of days to extract from today (included)",
|
|
5516
|
+
"name": "lastndays",
|
|
5524
5517
|
"hasDynamicHelp": false,
|
|
5525
5518
|
"multiple": false,
|
|
5526
5519
|
"type": "option"
|
|
5527
5520
|
},
|
|
5528
|
-
"
|
|
5529
|
-
"char": "
|
|
5530
|
-
"description": "
|
|
5531
|
-
"name": "
|
|
5532
|
-
"default": 0,
|
|
5521
|
+
"outputfile": {
|
|
5522
|
+
"char": "f",
|
|
5523
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
5524
|
+
"name": "outputfile",
|
|
5533
5525
|
"hasDynamicHelp": false,
|
|
5534
5526
|
"multiple": false,
|
|
5535
5527
|
"type": "option"
|
|
@@ -5572,13 +5564,13 @@
|
|
|
5572
5564
|
},
|
|
5573
5565
|
"hasDynamicHelp": true,
|
|
5574
5566
|
"hiddenAliases": [],
|
|
5575
|
-
"id": "hardis:org:
|
|
5567
|
+
"id": "hardis:org:diagnose:audittrail",
|
|
5576
5568
|
"pluginAlias": "sfdx-hardis",
|
|
5577
5569
|
"pluginName": "sfdx-hardis",
|
|
5578
5570
|
"pluginType": "core",
|
|
5579
5571
|
"strict": true,
|
|
5580
5572
|
"enableJsonFlag": true,
|
|
5581
|
-
"title": "
|
|
5573
|
+
"title": "Diagnose content of Setup Audit Trail",
|
|
5582
5574
|
"requiresProject": false,
|
|
5583
5575
|
"isESM": true,
|
|
5584
5576
|
"relativePath": [
|
|
@@ -5586,43 +5578,43 @@
|
|
|
5586
5578
|
"commands",
|
|
5587
5579
|
"hardis",
|
|
5588
5580
|
"org",
|
|
5589
|
-
"
|
|
5590
|
-
"
|
|
5581
|
+
"diagnose",
|
|
5582
|
+
"audittrail.js"
|
|
5591
5583
|
],
|
|
5592
5584
|
"aliasPermutations": [],
|
|
5593
5585
|
"permutations": [
|
|
5594
|
-
"hardis:org:
|
|
5595
|
-
"org:hardis:
|
|
5596
|
-
"org:
|
|
5597
|
-
"org:
|
|
5598
|
-
"hardis:
|
|
5599
|
-
"
|
|
5600
|
-
"
|
|
5601
|
-
"
|
|
5602
|
-
"hardis:
|
|
5603
|
-
"
|
|
5604
|
-
"
|
|
5605
|
-
"
|
|
5606
|
-
"hardis:org:
|
|
5607
|
-
"org:hardis:
|
|
5608
|
-
"org:
|
|
5609
|
-
"org:
|
|
5610
|
-
"hardis:
|
|
5611
|
-
"
|
|
5612
|
-
"
|
|
5613
|
-
"
|
|
5614
|
-
"hardis:
|
|
5615
|
-
"
|
|
5616
|
-
"
|
|
5617
|
-
"
|
|
5586
|
+
"hardis:org:diagnose:audittrail",
|
|
5587
|
+
"org:hardis:diagnose:audittrail",
|
|
5588
|
+
"org:diagnose:hardis:audittrail",
|
|
5589
|
+
"org:diagnose:audittrail:hardis",
|
|
5590
|
+
"hardis:diagnose:org:audittrail",
|
|
5591
|
+
"diagnose:hardis:org:audittrail",
|
|
5592
|
+
"diagnose:org:hardis:audittrail",
|
|
5593
|
+
"diagnose:org:audittrail:hardis",
|
|
5594
|
+
"hardis:diagnose:audittrail:org",
|
|
5595
|
+
"diagnose:hardis:audittrail:org",
|
|
5596
|
+
"diagnose:audittrail:hardis:org",
|
|
5597
|
+
"diagnose:audittrail:org:hardis",
|
|
5598
|
+
"hardis:org:audittrail:diagnose",
|
|
5599
|
+
"org:hardis:audittrail:diagnose",
|
|
5600
|
+
"org:audittrail:hardis:diagnose",
|
|
5601
|
+
"org:audittrail:diagnose:hardis",
|
|
5602
|
+
"hardis:audittrail:org:diagnose",
|
|
5603
|
+
"audittrail:hardis:org:diagnose",
|
|
5604
|
+
"audittrail:org:hardis:diagnose",
|
|
5605
|
+
"audittrail:org:diagnose:hardis",
|
|
5606
|
+
"hardis:audittrail:diagnose:org",
|
|
5607
|
+
"audittrail:hardis:diagnose:org",
|
|
5608
|
+
"audittrail:diagnose:hardis:org",
|
|
5609
|
+
"audittrail:diagnose:org:hardis"
|
|
5618
5610
|
]
|
|
5619
5611
|
},
|
|
5620
|
-
"hardis:org:
|
|
5612
|
+
"hardis:org:diagnose:instanceupgrade": {
|
|
5621
5613
|
"aliases": [],
|
|
5622
5614
|
"args": {},
|
|
5623
|
-
"description": "
|
|
5615
|
+
"description": "Get the date when the org instance will be upgraded (to Spring, Summer or Winter)\n ",
|
|
5624
5616
|
"examples": [
|
|
5625
|
-
"$ sf hardis:org:
|
|
5617
|
+
"$ sf hardis:org:diagnose:instanceupgrade"
|
|
5626
5618
|
],
|
|
5627
5619
|
"flags": {
|
|
5628
5620
|
"json": {
|
|
@@ -5640,21 +5632,6 @@
|
|
|
5640
5632
|
"multiple": false,
|
|
5641
5633
|
"type": "option"
|
|
5642
5634
|
},
|
|
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
5635
|
"debug": {
|
|
5659
5636
|
"char": "d",
|
|
5660
5637
|
"description": "Activate debug mode (more logs)",
|
|
@@ -5693,13 +5670,13 @@
|
|
|
5693
5670
|
},
|
|
5694
5671
|
"hasDynamicHelp": true,
|
|
5695
5672
|
"hiddenAliases": [],
|
|
5696
|
-
"id": "hardis:org:
|
|
5673
|
+
"id": "hardis:org:diagnose:instanceupgrade",
|
|
5697
5674
|
"pluginAlias": "sfdx-hardis",
|
|
5698
5675
|
"pluginName": "sfdx-hardis",
|
|
5699
5676
|
"pluginType": "core",
|
|
5700
5677
|
"strict": true,
|
|
5701
5678
|
"enableJsonFlag": true,
|
|
5702
|
-
"title": "
|
|
5679
|
+
"title": "Get Instance Upgrade date",
|
|
5703
5680
|
"requiresProject": false,
|
|
5704
5681
|
"isESM": true,
|
|
5705
5682
|
"relativePath": [
|
|
@@ -5707,44 +5684,46 @@
|
|
|
5707
5684
|
"commands",
|
|
5708
5685
|
"hardis",
|
|
5709
5686
|
"org",
|
|
5710
|
-
"
|
|
5711
|
-
"
|
|
5687
|
+
"diagnose",
|
|
5688
|
+
"instanceupgrade.js"
|
|
5712
5689
|
],
|
|
5713
5690
|
"aliasPermutations": [],
|
|
5714
5691
|
"permutations": [
|
|
5715
|
-
"hardis:org:
|
|
5716
|
-
"org:hardis:
|
|
5717
|
-
"org:
|
|
5718
|
-
"org:
|
|
5719
|
-
"hardis:
|
|
5720
|
-
"
|
|
5721
|
-
"
|
|
5722
|
-
"
|
|
5723
|
-
"hardis:
|
|
5724
|
-
"
|
|
5725
|
-
"
|
|
5726
|
-
"
|
|
5727
|
-
"hardis:org:
|
|
5728
|
-
"org:hardis:
|
|
5729
|
-
"org:
|
|
5730
|
-
"org:
|
|
5731
|
-
"hardis:
|
|
5732
|
-
"
|
|
5733
|
-
"
|
|
5734
|
-
"
|
|
5735
|
-
"hardis:
|
|
5736
|
-
"
|
|
5737
|
-
"
|
|
5738
|
-
"
|
|
5692
|
+
"hardis:org:diagnose:instanceupgrade",
|
|
5693
|
+
"org:hardis:diagnose:instanceupgrade",
|
|
5694
|
+
"org:diagnose:hardis:instanceupgrade",
|
|
5695
|
+
"org:diagnose:instanceupgrade:hardis",
|
|
5696
|
+
"hardis:diagnose:org:instanceupgrade",
|
|
5697
|
+
"diagnose:hardis:org:instanceupgrade",
|
|
5698
|
+
"diagnose:org:hardis:instanceupgrade",
|
|
5699
|
+
"diagnose:org:instanceupgrade:hardis",
|
|
5700
|
+
"hardis:diagnose:instanceupgrade:org",
|
|
5701
|
+
"diagnose:hardis:instanceupgrade:org",
|
|
5702
|
+
"diagnose:instanceupgrade:hardis:org",
|
|
5703
|
+
"diagnose:instanceupgrade:org:hardis",
|
|
5704
|
+
"hardis:org:instanceupgrade:diagnose",
|
|
5705
|
+
"org:hardis:instanceupgrade:diagnose",
|
|
5706
|
+
"org:instanceupgrade:hardis:diagnose",
|
|
5707
|
+
"org:instanceupgrade:diagnose:hardis",
|
|
5708
|
+
"hardis:instanceupgrade:org:diagnose",
|
|
5709
|
+
"instanceupgrade:hardis:org:diagnose",
|
|
5710
|
+
"instanceupgrade:org:hardis:diagnose",
|
|
5711
|
+
"instanceupgrade:org:diagnose:hardis",
|
|
5712
|
+
"hardis:instanceupgrade:diagnose:org",
|
|
5713
|
+
"instanceupgrade:hardis:diagnose:org",
|
|
5714
|
+
"instanceupgrade:diagnose:hardis:org",
|
|
5715
|
+
"instanceupgrade:diagnose:org:hardis"
|
|
5739
5716
|
]
|
|
5740
5717
|
},
|
|
5741
|
-
"hardis:org:
|
|
5718
|
+
"hardis:org:diagnose:legacyapi": {
|
|
5742
5719
|
"aliases": [],
|
|
5743
5720
|
"args": {},
|
|
5744
|
-
"description": "
|
|
5721
|
+
"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",
|
|
5745
5722
|
"examples": [
|
|
5746
|
-
"$ sf hardis:org:
|
|
5747
|
-
"$ sf hardis:org:
|
|
5723
|
+
"$ sf hardis:org:diagnose:legacyapi",
|
|
5724
|
+
"$ sf hardis:org:diagnose:legacyapi -u hardis@myclient.com",
|
|
5725
|
+
"$ sf hardis:org:diagnose:legacyapi --outputfile 'c:/path/to/folder/legacyapi.csv'",
|
|
5726
|
+
"$ sf hardis:org:diagnose:legacyapi -u hardis@myclient.com --outputfile ./tmp/legacyapi.csv"
|
|
5748
5727
|
],
|
|
5749
5728
|
"flags": {
|
|
5750
5729
|
"json": {
|
|
@@ -5762,10 +5741,28 @@
|
|
|
5762
5741
|
"multiple": false,
|
|
5763
5742
|
"type": "option"
|
|
5764
5743
|
},
|
|
5765
|
-
"
|
|
5744
|
+
"eventtype": {
|
|
5745
|
+
"char": "e",
|
|
5746
|
+
"description": "Type of EventLogFile event to analyze",
|
|
5747
|
+
"name": "eventtype",
|
|
5748
|
+
"default": "ApiTotalUsage",
|
|
5749
|
+
"hasDynamicHelp": false,
|
|
5750
|
+
"multiple": false,
|
|
5751
|
+
"type": "option"
|
|
5752
|
+
},
|
|
5753
|
+
"limit": {
|
|
5766
5754
|
"char": "l",
|
|
5767
|
-
"description": "
|
|
5768
|
-
"name": "
|
|
5755
|
+
"description": "Number of latest EventLogFile events to analyze",
|
|
5756
|
+
"name": "limit",
|
|
5757
|
+
"default": 999,
|
|
5758
|
+
"hasDynamicHelp": false,
|
|
5759
|
+
"multiple": false,
|
|
5760
|
+
"type": "option"
|
|
5761
|
+
},
|
|
5762
|
+
"outputfile": {
|
|
5763
|
+
"char": "f",
|
|
5764
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
5765
|
+
"name": "outputfile",
|
|
5769
5766
|
"hasDynamicHelp": false,
|
|
5770
5767
|
"multiple": false,
|
|
5771
5768
|
"type": "option"
|
|
@@ -5808,60 +5805,57 @@
|
|
|
5808
5805
|
},
|
|
5809
5806
|
"hasDynamicHelp": true,
|
|
5810
5807
|
"hiddenAliases": [],
|
|
5811
|
-
"id": "hardis:org:
|
|
5808
|
+
"id": "hardis:org:diagnose:legacyapi",
|
|
5812
5809
|
"pluginAlias": "sfdx-hardis",
|
|
5813
5810
|
"pluginName": "sfdx-hardis",
|
|
5814
5811
|
"pluginType": "core",
|
|
5815
5812
|
"strict": true,
|
|
5816
5813
|
"enableJsonFlag": true,
|
|
5817
|
-
"title": "
|
|
5818
|
-
"requiresProject":
|
|
5814
|
+
"title": "Check for legacy API use",
|
|
5815
|
+
"requiresProject": false,
|
|
5819
5816
|
"isESM": true,
|
|
5820
5817
|
"relativePath": [
|
|
5821
5818
|
"lib",
|
|
5822
5819
|
"commands",
|
|
5823
5820
|
"hardis",
|
|
5824
5821
|
"org",
|
|
5825
|
-
"
|
|
5826
|
-
"
|
|
5822
|
+
"diagnose",
|
|
5823
|
+
"legacyapi.js"
|
|
5827
5824
|
],
|
|
5828
5825
|
"aliasPermutations": [],
|
|
5829
5826
|
"permutations": [
|
|
5830
|
-
"hardis:org:
|
|
5831
|
-
"org:hardis:
|
|
5832
|
-
"org:
|
|
5833
|
-
"org:
|
|
5834
|
-
"hardis:
|
|
5835
|
-
"
|
|
5836
|
-
"
|
|
5837
|
-
"
|
|
5838
|
-
"hardis:
|
|
5839
|
-
"
|
|
5840
|
-
"
|
|
5841
|
-
"
|
|
5842
|
-
"hardis:org:
|
|
5843
|
-
"org:hardis:
|
|
5844
|
-
"org:
|
|
5845
|
-
"org:
|
|
5846
|
-
"hardis:
|
|
5847
|
-
"
|
|
5848
|
-
"
|
|
5849
|
-
"
|
|
5850
|
-
"hardis:
|
|
5851
|
-
"
|
|
5852
|
-
"
|
|
5853
|
-
"
|
|
5827
|
+
"hardis:org:diagnose:legacyapi",
|
|
5828
|
+
"org:hardis:diagnose:legacyapi",
|
|
5829
|
+
"org:diagnose:hardis:legacyapi",
|
|
5830
|
+
"org:diagnose:legacyapi:hardis",
|
|
5831
|
+
"hardis:diagnose:org:legacyapi",
|
|
5832
|
+
"diagnose:hardis:org:legacyapi",
|
|
5833
|
+
"diagnose:org:hardis:legacyapi",
|
|
5834
|
+
"diagnose:org:legacyapi:hardis",
|
|
5835
|
+
"hardis:diagnose:legacyapi:org",
|
|
5836
|
+
"diagnose:hardis:legacyapi:org",
|
|
5837
|
+
"diagnose:legacyapi:hardis:org",
|
|
5838
|
+
"diagnose:legacyapi:org:hardis",
|
|
5839
|
+
"hardis:org:legacyapi:diagnose",
|
|
5840
|
+
"org:hardis:legacyapi:diagnose",
|
|
5841
|
+
"org:legacyapi:hardis:diagnose",
|
|
5842
|
+
"org:legacyapi:diagnose:hardis",
|
|
5843
|
+
"hardis:legacyapi:org:diagnose",
|
|
5844
|
+
"legacyapi:hardis:org:diagnose",
|
|
5845
|
+
"legacyapi:org:hardis:diagnose",
|
|
5846
|
+
"legacyapi:org:diagnose:hardis",
|
|
5847
|
+
"hardis:legacyapi:diagnose:org",
|
|
5848
|
+
"legacyapi:hardis:diagnose:org",
|
|
5849
|
+
"legacyapi:diagnose:hardis:org",
|
|
5850
|
+
"legacyapi:diagnose:org:hardis"
|
|
5854
5851
|
]
|
|
5855
5852
|
},
|
|
5856
|
-
"hardis:org:diagnose:
|
|
5853
|
+
"hardis:org:diagnose:licenses": {
|
|
5857
5854
|
"aliases": [],
|
|
5858
5855
|
"args": {},
|
|
5859
|
-
"description": "
|
|
5856
|
+
"description": "Mostly used for monitoring (Grafana) but you can also use it manually :)",
|
|
5860
5857
|
"examples": [
|
|
5861
|
-
"$ sf hardis:org:diagnose:
|
|
5862
|
-
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com",
|
|
5863
|
-
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com,bertrand@titi.com",
|
|
5864
|
-
"$ sf hardis:org:diagnose:audittrail --lastndays 5"
|
|
5858
|
+
"$ sf hardis:org:diagnose:licenses"
|
|
5865
5859
|
],
|
|
5866
5860
|
"flags": {
|
|
5867
5861
|
"json": {
|
|
@@ -5879,22 +5873,6 @@
|
|
|
5879
5873
|
"multiple": false,
|
|
5880
5874
|
"type": "option"
|
|
5881
5875
|
},
|
|
5882
|
-
"excludeusers": {
|
|
5883
|
-
"char": "e",
|
|
5884
|
-
"description": "Comma-separated list of usernames to exclude",
|
|
5885
|
-
"name": "excludeusers",
|
|
5886
|
-
"hasDynamicHelp": false,
|
|
5887
|
-
"multiple": false,
|
|
5888
|
-
"type": "option"
|
|
5889
|
-
},
|
|
5890
|
-
"lastndays": {
|
|
5891
|
-
"char": "t",
|
|
5892
|
-
"description": "Number of days to extract from today (included)",
|
|
5893
|
-
"name": "lastndays",
|
|
5894
|
-
"hasDynamicHelp": false,
|
|
5895
|
-
"multiple": false,
|
|
5896
|
-
"type": "option"
|
|
5897
|
-
},
|
|
5898
5876
|
"outputfile": {
|
|
5899
5877
|
"char": "f",
|
|
5900
5878
|
"description": "Force the path and name of output report file. Must end with .csv",
|
|
@@ -5903,6 +5881,13 @@
|
|
|
5903
5881
|
"multiple": false,
|
|
5904
5882
|
"type": "option"
|
|
5905
5883
|
},
|
|
5884
|
+
"usedonly": {
|
|
5885
|
+
"char": "u",
|
|
5886
|
+
"description": "Filter to have only used licenses",
|
|
5887
|
+
"name": "usedonly",
|
|
5888
|
+
"allowNo": false,
|
|
5889
|
+
"type": "boolean"
|
|
5890
|
+
},
|
|
5906
5891
|
"debug": {
|
|
5907
5892
|
"char": "d",
|
|
5908
5893
|
"description": "Activate debug mode (more logs)",
|
|
@@ -5941,13 +5926,13 @@
|
|
|
5941
5926
|
},
|
|
5942
5927
|
"hasDynamicHelp": true,
|
|
5943
5928
|
"hiddenAliases": [],
|
|
5944
|
-
"id": "hardis:org:diagnose:
|
|
5929
|
+
"id": "hardis:org:diagnose:licenses",
|
|
5945
5930
|
"pluginAlias": "sfdx-hardis",
|
|
5946
5931
|
"pluginName": "sfdx-hardis",
|
|
5947
5932
|
"pluginType": "core",
|
|
5948
5933
|
"strict": true,
|
|
5949
5934
|
"enableJsonFlag": true,
|
|
5950
|
-
"title": "
|
|
5935
|
+
"title": "List licenses subscribed and used in a Salesforce org",
|
|
5951
5936
|
"requiresProject": false,
|
|
5952
5937
|
"isESM": true,
|
|
5953
5938
|
"relativePath": [
|
|
@@ -5956,42 +5941,42 @@
|
|
|
5956
5941
|
"hardis",
|
|
5957
5942
|
"org",
|
|
5958
5943
|
"diagnose",
|
|
5959
|
-
"
|
|
5944
|
+
"licenses.js"
|
|
5960
5945
|
],
|
|
5961
5946
|
"aliasPermutations": [],
|
|
5962
5947
|
"permutations": [
|
|
5963
|
-
"hardis:org:diagnose:
|
|
5964
|
-
"org:hardis:diagnose:
|
|
5965
|
-
"org:diagnose:hardis:
|
|
5966
|
-
"org:diagnose:
|
|
5967
|
-
"hardis:diagnose:org:
|
|
5968
|
-
"diagnose:hardis:org:
|
|
5969
|
-
"diagnose:org:hardis:
|
|
5970
|
-
"diagnose:org:
|
|
5971
|
-
"hardis:diagnose:
|
|
5972
|
-
"diagnose:hardis:
|
|
5973
|
-
"diagnose:
|
|
5974
|
-
"diagnose:
|
|
5975
|
-
"hardis:org:
|
|
5976
|
-
"org:hardis:
|
|
5977
|
-
"org:
|
|
5978
|
-
"org:
|
|
5979
|
-
"hardis:
|
|
5980
|
-
"
|
|
5981
|
-
"
|
|
5982
|
-
"
|
|
5983
|
-
"hardis:
|
|
5984
|
-
"
|
|
5985
|
-
"
|
|
5986
|
-
"
|
|
5948
|
+
"hardis:org:diagnose:licenses",
|
|
5949
|
+
"org:hardis:diagnose:licenses",
|
|
5950
|
+
"org:diagnose:hardis:licenses",
|
|
5951
|
+
"org:diagnose:licenses:hardis",
|
|
5952
|
+
"hardis:diagnose:org:licenses",
|
|
5953
|
+
"diagnose:hardis:org:licenses",
|
|
5954
|
+
"diagnose:org:hardis:licenses",
|
|
5955
|
+
"diagnose:org:licenses:hardis",
|
|
5956
|
+
"hardis:diagnose:licenses:org",
|
|
5957
|
+
"diagnose:hardis:licenses:org",
|
|
5958
|
+
"diagnose:licenses:hardis:org",
|
|
5959
|
+
"diagnose:licenses:org:hardis",
|
|
5960
|
+
"hardis:org:licenses:diagnose",
|
|
5961
|
+
"org:hardis:licenses:diagnose",
|
|
5962
|
+
"org:licenses:hardis:diagnose",
|
|
5963
|
+
"org:licenses:diagnose:hardis",
|
|
5964
|
+
"hardis:licenses:org:diagnose",
|
|
5965
|
+
"licenses:hardis:org:diagnose",
|
|
5966
|
+
"licenses:org:hardis:diagnose",
|
|
5967
|
+
"licenses:org:diagnose:hardis",
|
|
5968
|
+
"hardis:licenses:diagnose:org",
|
|
5969
|
+
"licenses:hardis:diagnose:org",
|
|
5970
|
+
"licenses:diagnose:hardis:org",
|
|
5971
|
+
"licenses:diagnose:org:hardis"
|
|
5987
5972
|
]
|
|
5988
5973
|
},
|
|
5989
|
-
"hardis:org:diagnose:
|
|
5974
|
+
"hardis:org:diagnose:releaseupdates": {
|
|
5990
5975
|
"aliases": [],
|
|
5991
5976
|
"args": {},
|
|
5992
|
-
"description": "
|
|
5977
|
+
"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",
|
|
5993
5978
|
"examples": [
|
|
5994
|
-
"$ sf hardis:org:diagnose:
|
|
5979
|
+
"$ sf hardis:org:diagnose:releaseupdates"
|
|
5995
5980
|
],
|
|
5996
5981
|
"flags": {
|
|
5997
5982
|
"json": {
|
|
@@ -6009,6 +5994,14 @@
|
|
|
6009
5994
|
"multiple": false,
|
|
6010
5995
|
"type": "option"
|
|
6011
5996
|
},
|
|
5997
|
+
"outputfile": {
|
|
5998
|
+
"char": "f",
|
|
5999
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
6000
|
+
"name": "outputfile",
|
|
6001
|
+
"hasDynamicHelp": false,
|
|
6002
|
+
"multiple": false,
|
|
6003
|
+
"type": "option"
|
|
6004
|
+
},
|
|
6012
6005
|
"debug": {
|
|
6013
6006
|
"char": "d",
|
|
6014
6007
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6047,13 +6040,13 @@
|
|
|
6047
6040
|
},
|
|
6048
6041
|
"hasDynamicHelp": true,
|
|
6049
6042
|
"hiddenAliases": [],
|
|
6050
|
-
"id": "hardis:org:diagnose:
|
|
6043
|
+
"id": "hardis:org:diagnose:releaseupdates",
|
|
6051
6044
|
"pluginAlias": "sfdx-hardis",
|
|
6052
6045
|
"pluginName": "sfdx-hardis",
|
|
6053
6046
|
"pluginType": "core",
|
|
6054
6047
|
"strict": true,
|
|
6055
6048
|
"enableJsonFlag": true,
|
|
6056
|
-
"title": "
|
|
6049
|
+
"title": "Check Release Updates of an org",
|
|
6057
6050
|
"requiresProject": false,
|
|
6058
6051
|
"isESM": true,
|
|
6059
6052
|
"relativePath": [
|
|
@@ -6062,45 +6055,43 @@
|
|
|
6062
6055
|
"hardis",
|
|
6063
6056
|
"org",
|
|
6064
6057
|
"diagnose",
|
|
6065
|
-
"
|
|
6058
|
+
"releaseupdates.js"
|
|
6066
6059
|
],
|
|
6067
6060
|
"aliasPermutations": [],
|
|
6068
6061
|
"permutations": [
|
|
6069
|
-
"hardis:org:diagnose:
|
|
6070
|
-
"org:hardis:diagnose:
|
|
6071
|
-
"org:diagnose:hardis:
|
|
6072
|
-
"org:diagnose:
|
|
6073
|
-
"hardis:diagnose:org:
|
|
6074
|
-
"diagnose:hardis:org:
|
|
6075
|
-
"diagnose:org:hardis:
|
|
6076
|
-
"diagnose:org:
|
|
6077
|
-
"hardis:diagnose:
|
|
6078
|
-
"diagnose:hardis:
|
|
6079
|
-
"diagnose:
|
|
6080
|
-
"diagnose:
|
|
6081
|
-
"hardis:org:
|
|
6082
|
-
"org:hardis:
|
|
6083
|
-
"org:
|
|
6084
|
-
"org:
|
|
6085
|
-
"hardis:
|
|
6086
|
-
"
|
|
6087
|
-
"
|
|
6088
|
-
"
|
|
6089
|
-
"hardis:
|
|
6090
|
-
"
|
|
6091
|
-
"
|
|
6092
|
-
"
|
|
6062
|
+
"hardis:org:diagnose:releaseupdates",
|
|
6063
|
+
"org:hardis:diagnose:releaseupdates",
|
|
6064
|
+
"org:diagnose:hardis:releaseupdates",
|
|
6065
|
+
"org:diagnose:releaseupdates:hardis",
|
|
6066
|
+
"hardis:diagnose:org:releaseupdates",
|
|
6067
|
+
"diagnose:hardis:org:releaseupdates",
|
|
6068
|
+
"diagnose:org:hardis:releaseupdates",
|
|
6069
|
+
"diagnose:org:releaseupdates:hardis",
|
|
6070
|
+
"hardis:diagnose:releaseupdates:org",
|
|
6071
|
+
"diagnose:hardis:releaseupdates:org",
|
|
6072
|
+
"diagnose:releaseupdates:hardis:org",
|
|
6073
|
+
"diagnose:releaseupdates:org:hardis",
|
|
6074
|
+
"hardis:org:releaseupdates:diagnose",
|
|
6075
|
+
"org:hardis:releaseupdates:diagnose",
|
|
6076
|
+
"org:releaseupdates:hardis:diagnose",
|
|
6077
|
+
"org:releaseupdates:diagnose:hardis",
|
|
6078
|
+
"hardis:releaseupdates:org:diagnose",
|
|
6079
|
+
"releaseupdates:hardis:org:diagnose",
|
|
6080
|
+
"releaseupdates:org:hardis:diagnose",
|
|
6081
|
+
"releaseupdates:org:diagnose:hardis",
|
|
6082
|
+
"hardis:releaseupdates:diagnose:org",
|
|
6083
|
+
"releaseupdates:hardis:diagnose:org",
|
|
6084
|
+
"releaseupdates:diagnose:hardis:org",
|
|
6085
|
+
"releaseupdates:diagnose:org:hardis"
|
|
6093
6086
|
]
|
|
6094
6087
|
},
|
|
6095
|
-
"hardis:org:diagnose:
|
|
6088
|
+
"hardis:org:diagnose:unused-apex-classes": {
|
|
6096
6089
|
"aliases": [],
|
|
6097
6090
|
"args": {},
|
|
6098
|
-
"description": "
|
|
6091
|
+
"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",
|
|
6099
6092
|
"examples": [
|
|
6100
|
-
"$ sf hardis:org:diagnose:
|
|
6101
|
-
"$ sf hardis:org:diagnose:
|
|
6102
|
-
"$ sf hardis:org:diagnose:legacyapi --outputfile 'c:/path/to/folder/legacyapi.csv'",
|
|
6103
|
-
"$ sf hardis:org:diagnose:legacyapi -u hardis@myclient.com --outputfile ./tmp/legacyapi.csv"
|
|
6093
|
+
"$ sf hardis:org:diagnose:unused-apex-classes",
|
|
6094
|
+
"$ sf hardis:org:diagnose:unused-apex-classes --days 700"
|
|
6104
6095
|
],
|
|
6105
6096
|
"flags": {
|
|
6106
6097
|
"json": {
|
|
@@ -6118,24 +6109,6 @@
|
|
|
6118
6109
|
"multiple": false,
|
|
6119
6110
|
"type": "option"
|
|
6120
6111
|
},
|
|
6121
|
-
"eventtype": {
|
|
6122
|
-
"char": "e",
|
|
6123
|
-
"description": "Type of EventLogFile event to analyze",
|
|
6124
|
-
"name": "eventtype",
|
|
6125
|
-
"default": "ApiTotalUsage",
|
|
6126
|
-
"hasDynamicHelp": false,
|
|
6127
|
-
"multiple": false,
|
|
6128
|
-
"type": "option"
|
|
6129
|
-
},
|
|
6130
|
-
"limit": {
|
|
6131
|
-
"char": "l",
|
|
6132
|
-
"description": "Number of latest EventLogFile events to analyze",
|
|
6133
|
-
"name": "limit",
|
|
6134
|
-
"default": 999,
|
|
6135
|
-
"hasDynamicHelp": false,
|
|
6136
|
-
"multiple": false,
|
|
6137
|
-
"type": "option"
|
|
6138
|
-
},
|
|
6139
6112
|
"outputfile": {
|
|
6140
6113
|
"char": "f",
|
|
6141
6114
|
"description": "Force the path and name of output report file. Must end with .csv",
|
|
@@ -6144,6 +6117,14 @@
|
|
|
6144
6117
|
"multiple": false,
|
|
6145
6118
|
"type": "option"
|
|
6146
6119
|
},
|
|
6120
|
+
"days": {
|
|
6121
|
+
"char": "t",
|
|
6122
|
+
"description": "Extracts the users that have been inactive for the amount of days specified. In CI, default is 180 days",
|
|
6123
|
+
"name": "days",
|
|
6124
|
+
"hasDynamicHelp": false,
|
|
6125
|
+
"multiple": false,
|
|
6126
|
+
"type": "option"
|
|
6127
|
+
},
|
|
6147
6128
|
"debug": {
|
|
6148
6129
|
"char": "d",
|
|
6149
6130
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6182,13 +6163,13 @@
|
|
|
6182
6163
|
},
|
|
6183
6164
|
"hasDynamicHelp": true,
|
|
6184
6165
|
"hiddenAliases": [],
|
|
6185
|
-
"id": "hardis:org:diagnose:
|
|
6166
|
+
"id": "hardis:org:diagnose:unused-apex-classes",
|
|
6186
6167
|
"pluginAlias": "sfdx-hardis",
|
|
6187
6168
|
"pluginName": "sfdx-hardis",
|
|
6188
6169
|
"pluginType": "core",
|
|
6189
6170
|
"strict": true,
|
|
6190
6171
|
"enableJsonFlag": true,
|
|
6191
|
-
"title": "
|
|
6172
|
+
"title": "Detect unused Apex classes in an org",
|
|
6192
6173
|
"requiresProject": false,
|
|
6193
6174
|
"isESM": true,
|
|
6194
6175
|
"relativePath": [
|
|
@@ -6197,42 +6178,42 @@
|
|
|
6197
6178
|
"hardis",
|
|
6198
6179
|
"org",
|
|
6199
6180
|
"diagnose",
|
|
6200
|
-
"
|
|
6181
|
+
"unused-apex-classes.js"
|
|
6201
6182
|
],
|
|
6202
6183
|
"aliasPermutations": [],
|
|
6203
6184
|
"permutations": [
|
|
6204
|
-
"hardis:org:diagnose:
|
|
6205
|
-
"org:hardis:diagnose:
|
|
6206
|
-
"org:diagnose:hardis:
|
|
6207
|
-
"org:diagnose:
|
|
6208
|
-
"hardis:diagnose:org:
|
|
6209
|
-
"diagnose:hardis:org:
|
|
6210
|
-
"diagnose:org:hardis:
|
|
6211
|
-
"diagnose:org:
|
|
6212
|
-
"hardis:diagnose:
|
|
6213
|
-
"diagnose:hardis:
|
|
6214
|
-
"diagnose:
|
|
6215
|
-
"diagnose:
|
|
6216
|
-
"hardis:org:
|
|
6217
|
-
"org:hardis:
|
|
6218
|
-
"org:
|
|
6219
|
-
"org:
|
|
6220
|
-
"hardis:
|
|
6221
|
-
"
|
|
6222
|
-
"
|
|
6223
|
-
"
|
|
6224
|
-
"hardis:
|
|
6225
|
-
"
|
|
6226
|
-
"
|
|
6227
|
-
"
|
|
6185
|
+
"hardis:org:diagnose:unused-apex-classes",
|
|
6186
|
+
"org:hardis:diagnose:unused-apex-classes",
|
|
6187
|
+
"org:diagnose:hardis:unused-apex-classes",
|
|
6188
|
+
"org:diagnose:unused-apex-classes:hardis",
|
|
6189
|
+
"hardis:diagnose:org:unused-apex-classes",
|
|
6190
|
+
"diagnose:hardis:org:unused-apex-classes",
|
|
6191
|
+
"diagnose:org:hardis:unused-apex-classes",
|
|
6192
|
+
"diagnose:org:unused-apex-classes:hardis",
|
|
6193
|
+
"hardis:diagnose:unused-apex-classes:org",
|
|
6194
|
+
"diagnose:hardis:unused-apex-classes:org",
|
|
6195
|
+
"diagnose:unused-apex-classes:hardis:org",
|
|
6196
|
+
"diagnose:unused-apex-classes:org:hardis",
|
|
6197
|
+
"hardis:org:unused-apex-classes:diagnose",
|
|
6198
|
+
"org:hardis:unused-apex-classes:diagnose",
|
|
6199
|
+
"org:unused-apex-classes:hardis:diagnose",
|
|
6200
|
+
"org:unused-apex-classes:diagnose:hardis",
|
|
6201
|
+
"hardis:unused-apex-classes:org:diagnose",
|
|
6202
|
+
"unused-apex-classes:hardis:org:diagnose",
|
|
6203
|
+
"unused-apex-classes:org:hardis:diagnose",
|
|
6204
|
+
"unused-apex-classes:org:diagnose:hardis",
|
|
6205
|
+
"hardis:unused-apex-classes:diagnose:org",
|
|
6206
|
+
"unused-apex-classes:hardis:diagnose:org",
|
|
6207
|
+
"unused-apex-classes:diagnose:hardis:org",
|
|
6208
|
+
"unused-apex-classes:diagnose:org:hardis"
|
|
6228
6209
|
]
|
|
6229
6210
|
},
|
|
6230
|
-
"hardis:org:diagnose:
|
|
6211
|
+
"hardis:org:diagnose:unused-connected-apps": {
|
|
6231
6212
|
"aliases": [],
|
|
6232
6213
|
"args": {},
|
|
6233
|
-
"description": "
|
|
6214
|
+
"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",
|
|
6234
6215
|
"examples": [
|
|
6235
|
-
"$ sf hardis:org:diagnose:
|
|
6216
|
+
"$ sf hardis:org:diagnose:unused-connected-apps"
|
|
6236
6217
|
],
|
|
6237
6218
|
"flags": {
|
|
6238
6219
|
"json": {
|
|
@@ -6258,13 +6239,6 @@
|
|
|
6258
6239
|
"multiple": false,
|
|
6259
6240
|
"type": "option"
|
|
6260
6241
|
},
|
|
6261
|
-
"usedonly": {
|
|
6262
|
-
"char": "u",
|
|
6263
|
-
"description": "Filter to have only used licenses",
|
|
6264
|
-
"name": "usedonly",
|
|
6265
|
-
"allowNo": false,
|
|
6266
|
-
"type": "boolean"
|
|
6267
|
-
},
|
|
6268
6242
|
"debug": {
|
|
6269
6243
|
"char": "d",
|
|
6270
6244
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6303,13 +6277,30 @@
|
|
|
6303
6277
|
},
|
|
6304
6278
|
"hasDynamicHelp": true,
|
|
6305
6279
|
"hiddenAliases": [],
|
|
6306
|
-
"id": "hardis:org:diagnose:
|
|
6280
|
+
"id": "hardis:org:diagnose:unused-connected-apps",
|
|
6307
6281
|
"pluginAlias": "sfdx-hardis",
|
|
6308
6282
|
"pluginName": "sfdx-hardis",
|
|
6309
6283
|
"pluginType": "core",
|
|
6310
6284
|
"strict": true,
|
|
6311
6285
|
"enableJsonFlag": true,
|
|
6312
|
-
"title": "
|
|
6286
|
+
"title": "Unused Connected Apps in an org",
|
|
6287
|
+
"allowedInactiveConnectedApps": [
|
|
6288
|
+
"Ant Migration Tool",
|
|
6289
|
+
"Chatter Desktop",
|
|
6290
|
+
"Chatter Mobile for BlackBerry",
|
|
6291
|
+
"Force.com IDE",
|
|
6292
|
+
"OIQ_Integration",
|
|
6293
|
+
"Salesforce CLI",
|
|
6294
|
+
"Salesforce Files",
|
|
6295
|
+
"Salesforce Mobile Dashboards",
|
|
6296
|
+
"Salesforce Touch",
|
|
6297
|
+
"Salesforce for Outlook",
|
|
6298
|
+
"SalesforceA",
|
|
6299
|
+
"SalesforceA for Android",
|
|
6300
|
+
"SalesforceA for iOS",
|
|
6301
|
+
"SalesforceDX Namespace Registry",
|
|
6302
|
+
"SalesforceIQ"
|
|
6303
|
+
],
|
|
6313
6304
|
"requiresProject": false,
|
|
6314
6305
|
"isESM": true,
|
|
6315
6306
|
"relativePath": [
|
|
@@ -6318,42 +6309,43 @@
|
|
|
6318
6309
|
"hardis",
|
|
6319
6310
|
"org",
|
|
6320
6311
|
"diagnose",
|
|
6321
|
-
"
|
|
6312
|
+
"unused-connected-apps.js"
|
|
6322
6313
|
],
|
|
6323
6314
|
"aliasPermutations": [],
|
|
6324
6315
|
"permutations": [
|
|
6325
|
-
"hardis:org:diagnose:
|
|
6326
|
-
"org:hardis:diagnose:
|
|
6327
|
-
"org:diagnose:hardis:
|
|
6328
|
-
"org:diagnose:
|
|
6329
|
-
"hardis:diagnose:org:
|
|
6330
|
-
"diagnose:hardis:org:
|
|
6331
|
-
"diagnose:org:hardis:
|
|
6332
|
-
"diagnose:org:
|
|
6333
|
-
"hardis:diagnose:
|
|
6334
|
-
"diagnose:hardis:
|
|
6335
|
-
"diagnose:
|
|
6336
|
-
"diagnose:
|
|
6337
|
-
"hardis:org:
|
|
6338
|
-
"org:hardis:
|
|
6339
|
-
"org:
|
|
6340
|
-
"org:
|
|
6341
|
-
"hardis:
|
|
6342
|
-
"
|
|
6343
|
-
"
|
|
6344
|
-
"
|
|
6345
|
-
"hardis:
|
|
6346
|
-
"
|
|
6347
|
-
"
|
|
6348
|
-
"
|
|
6316
|
+
"hardis:org:diagnose:unused-connected-apps",
|
|
6317
|
+
"org:hardis:diagnose:unused-connected-apps",
|
|
6318
|
+
"org:diagnose:hardis:unused-connected-apps",
|
|
6319
|
+
"org:diagnose:unused-connected-apps:hardis",
|
|
6320
|
+
"hardis:diagnose:org:unused-connected-apps",
|
|
6321
|
+
"diagnose:hardis:org:unused-connected-apps",
|
|
6322
|
+
"diagnose:org:hardis:unused-connected-apps",
|
|
6323
|
+
"diagnose:org:unused-connected-apps:hardis",
|
|
6324
|
+
"hardis:diagnose:unused-connected-apps:org",
|
|
6325
|
+
"diagnose:hardis:unused-connected-apps:org",
|
|
6326
|
+
"diagnose:unused-connected-apps:hardis:org",
|
|
6327
|
+
"diagnose:unused-connected-apps:org:hardis",
|
|
6328
|
+
"hardis:org:unused-connected-apps:diagnose",
|
|
6329
|
+
"org:hardis:unused-connected-apps:diagnose",
|
|
6330
|
+
"org:unused-connected-apps:hardis:diagnose",
|
|
6331
|
+
"org:unused-connected-apps:diagnose:hardis",
|
|
6332
|
+
"hardis:unused-connected-apps:org:diagnose",
|
|
6333
|
+
"unused-connected-apps:hardis:org:diagnose",
|
|
6334
|
+
"unused-connected-apps:org:hardis:diagnose",
|
|
6335
|
+
"unused-connected-apps:org:diagnose:hardis",
|
|
6336
|
+
"hardis:unused-connected-apps:diagnose:org",
|
|
6337
|
+
"unused-connected-apps:hardis:diagnose:org",
|
|
6338
|
+
"unused-connected-apps:diagnose:hardis:org",
|
|
6339
|
+
"unused-connected-apps:diagnose:org:hardis"
|
|
6349
6340
|
]
|
|
6350
6341
|
},
|
|
6351
|
-
"hardis:org:diagnose:
|
|
6342
|
+
"hardis:org:diagnose:unusedlicenses": {
|
|
6352
6343
|
"aliases": [],
|
|
6353
6344
|
"args": {},
|
|
6354
|
-
"description": "
|
|
6345
|
+
"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",
|
|
6355
6346
|
"examples": [
|
|
6356
|
-
"$ sf hardis:org:diagnose:
|
|
6347
|
+
"$ sf hardis:org:diagnose:unusedlicenses",
|
|
6348
|
+
"$ sf hardis:org:diagnose:unusedlicenses --fix"
|
|
6357
6349
|
],
|
|
6358
6350
|
"flags": {
|
|
6359
6351
|
"json": {
|
|
@@ -6417,14 +6409,32 @@
|
|
|
6417
6409
|
},
|
|
6418
6410
|
"hasDynamicHelp": true,
|
|
6419
6411
|
"hiddenAliases": [],
|
|
6420
|
-
"id": "hardis:org:diagnose:
|
|
6412
|
+
"id": "hardis:org:diagnose:unusedlicenses",
|
|
6421
6413
|
"pluginAlias": "sfdx-hardis",
|
|
6422
6414
|
"pluginName": "sfdx-hardis",
|
|
6423
6415
|
"pluginType": "core",
|
|
6424
6416
|
"strict": true,
|
|
6425
6417
|
"enableJsonFlag": true,
|
|
6426
|
-
"title": "
|
|
6418
|
+
"title": "Detect unused Permission Set Licenses (beta)",
|
|
6427
6419
|
"requiresProject": false,
|
|
6420
|
+
"additionalPermissionSetsToAlwaysGet": [
|
|
6421
|
+
"Sales_User"
|
|
6422
|
+
],
|
|
6423
|
+
"permSetsPermSetLicenses": [
|
|
6424
|
+
{
|
|
6425
|
+
"permSet": "Sales_User",
|
|
6426
|
+
"permSetLicense": "SalesUserPsl"
|
|
6427
|
+
}
|
|
6428
|
+
],
|
|
6429
|
+
"profilesPermissionSetLicenses": [
|
|
6430
|
+
{
|
|
6431
|
+
"profile": "Salesforce API Only",
|
|
6432
|
+
"permSetLicense": "SalesforceAPIIntegrationPsl"
|
|
6433
|
+
}
|
|
6434
|
+
],
|
|
6435
|
+
"alwaysExcludeForActiveUsersPermissionSetLicenses": [
|
|
6436
|
+
"IdentityConnect"
|
|
6437
|
+
],
|
|
6428
6438
|
"isESM": true,
|
|
6429
6439
|
"relativePath": [
|
|
6430
6440
|
"lib",
|
|
@@ -6432,43 +6442,46 @@
|
|
|
6432
6442
|
"hardis",
|
|
6433
6443
|
"org",
|
|
6434
6444
|
"diagnose",
|
|
6435
|
-
"
|
|
6445
|
+
"unusedlicenses.js"
|
|
6436
6446
|
],
|
|
6437
6447
|
"aliasPermutations": [],
|
|
6438
6448
|
"permutations": [
|
|
6439
|
-
"hardis:org:diagnose:
|
|
6440
|
-
"org:hardis:diagnose:
|
|
6441
|
-
"org:diagnose:hardis:
|
|
6442
|
-
"org:diagnose:
|
|
6443
|
-
"hardis:diagnose:org:
|
|
6444
|
-
"diagnose:hardis:org:
|
|
6445
|
-
"diagnose:org:hardis:
|
|
6446
|
-
"diagnose:org:
|
|
6447
|
-
"hardis:diagnose:
|
|
6448
|
-
"diagnose:hardis:
|
|
6449
|
-
"diagnose:
|
|
6450
|
-
"diagnose:
|
|
6451
|
-
"hardis:org:
|
|
6452
|
-
"org:hardis:
|
|
6453
|
-
"org:
|
|
6454
|
-
"org:
|
|
6455
|
-
"hardis:
|
|
6456
|
-
"
|
|
6457
|
-
"
|
|
6458
|
-
"
|
|
6459
|
-
"hardis:
|
|
6460
|
-
"
|
|
6461
|
-
"
|
|
6462
|
-
"
|
|
6449
|
+
"hardis:org:diagnose:unusedlicenses",
|
|
6450
|
+
"org:hardis:diagnose:unusedlicenses",
|
|
6451
|
+
"org:diagnose:hardis:unusedlicenses",
|
|
6452
|
+
"org:diagnose:unusedlicenses:hardis",
|
|
6453
|
+
"hardis:diagnose:org:unusedlicenses",
|
|
6454
|
+
"diagnose:hardis:org:unusedlicenses",
|
|
6455
|
+
"diagnose:org:hardis:unusedlicenses",
|
|
6456
|
+
"diagnose:org:unusedlicenses:hardis",
|
|
6457
|
+
"hardis:diagnose:unusedlicenses:org",
|
|
6458
|
+
"diagnose:hardis:unusedlicenses:org",
|
|
6459
|
+
"diagnose:unusedlicenses:hardis:org",
|
|
6460
|
+
"diagnose:unusedlicenses:org:hardis",
|
|
6461
|
+
"hardis:org:unusedlicenses:diagnose",
|
|
6462
|
+
"org:hardis:unusedlicenses:diagnose",
|
|
6463
|
+
"org:unusedlicenses:hardis:diagnose",
|
|
6464
|
+
"org:unusedlicenses:diagnose:hardis",
|
|
6465
|
+
"hardis:unusedlicenses:org:diagnose",
|
|
6466
|
+
"unusedlicenses:hardis:org:diagnose",
|
|
6467
|
+
"unusedlicenses:org:hardis:diagnose",
|
|
6468
|
+
"unusedlicenses:org:diagnose:hardis",
|
|
6469
|
+
"hardis:unusedlicenses:diagnose:org",
|
|
6470
|
+
"unusedlicenses:hardis:diagnose:org",
|
|
6471
|
+
"unusedlicenses:diagnose:hardis:org",
|
|
6472
|
+
"unusedlicenses:diagnose:org:hardis"
|
|
6463
6473
|
]
|
|
6464
6474
|
},
|
|
6465
|
-
"hardis:org:diagnose:
|
|
6475
|
+
"hardis:org:diagnose:unusedusers": {
|
|
6466
6476
|
"aliases": [],
|
|
6467
6477
|
"args": {},
|
|
6468
|
-
"description": "
|
|
6478
|
+
"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",
|
|
6469
6479
|
"examples": [
|
|
6470
|
-
"$ sf hardis:org:diagnose:
|
|
6471
|
-
"$ sf hardis:org:diagnose:
|
|
6480
|
+
"$ sf hardis:org:diagnose:unusedusers",
|
|
6481
|
+
"$ sf hardis:org:diagnose:unusedusers --days 365",
|
|
6482
|
+
"$ sf hardis:org:diagnose:unusedusers --days 60 --licensetypes all-crm",
|
|
6483
|
+
"$ sf hardis:org:diagnose:unusedusers --days 60 --licenseidentifiers SFDC,AUL,AUL1",
|
|
6484
|
+
"$ sf hardis:org:diagnose:unusedusers --days 60 --licensetypes all-crm --returnactiveusers"
|
|
6472
6485
|
],
|
|
6473
6486
|
"flags": {
|
|
6474
6487
|
"json": {
|
|
@@ -6502,6 +6515,33 @@
|
|
|
6502
6515
|
"multiple": false,
|
|
6503
6516
|
"type": "option"
|
|
6504
6517
|
},
|
|
6518
|
+
"licensetypes": {
|
|
6519
|
+
"char": "l",
|
|
6520
|
+
"description": "Type of licenses to check. If set, do not use licenseidentifiers option. In CI, default is all-crm",
|
|
6521
|
+
"name": "licensetypes",
|
|
6522
|
+
"hasDynamicHelp": false,
|
|
6523
|
+
"multiple": false,
|
|
6524
|
+
"options": [
|
|
6525
|
+
"all",
|
|
6526
|
+
"all-crm",
|
|
6527
|
+
"all-paying"
|
|
6528
|
+
],
|
|
6529
|
+
"type": "option"
|
|
6530
|
+
},
|
|
6531
|
+
"licenseidentifiers": {
|
|
6532
|
+
"char": "i",
|
|
6533
|
+
"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",
|
|
6534
|
+
"name": "licenseidentifiers",
|
|
6535
|
+
"hasDynamicHelp": false,
|
|
6536
|
+
"multiple": false,
|
|
6537
|
+
"type": "option"
|
|
6538
|
+
},
|
|
6539
|
+
"returnactiveusers": {
|
|
6540
|
+
"description": "Inverts the command by returning the active users",
|
|
6541
|
+
"name": "returnactiveusers",
|
|
6542
|
+
"allowNo": false,
|
|
6543
|
+
"type": "boolean"
|
|
6544
|
+
},
|
|
6505
6545
|
"debug": {
|
|
6506
6546
|
"char": "d",
|
|
6507
6547
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6540,13 +6580,13 @@
|
|
|
6540
6580
|
},
|
|
6541
6581
|
"hasDynamicHelp": true,
|
|
6542
6582
|
"hiddenAliases": [],
|
|
6543
|
-
"id": "hardis:org:diagnose:
|
|
6583
|
+
"id": "hardis:org:diagnose:unusedusers",
|
|
6544
6584
|
"pluginAlias": "sfdx-hardis",
|
|
6545
6585
|
"pluginName": "sfdx-hardis",
|
|
6546
6586
|
"pluginType": "core",
|
|
6547
6587
|
"strict": true,
|
|
6548
6588
|
"enableJsonFlag": true,
|
|
6549
|
-
"title": "Detect unused
|
|
6589
|
+
"title": "Detect unused Users in Salesforce",
|
|
6550
6590
|
"requiresProject": false,
|
|
6551
6591
|
"isESM": true,
|
|
6552
6592
|
"relativePath": [
|
|
@@ -6555,42 +6595,42 @@
|
|
|
6555
6595
|
"hardis",
|
|
6556
6596
|
"org",
|
|
6557
6597
|
"diagnose",
|
|
6558
|
-
"
|
|
6598
|
+
"unusedusers.js"
|
|
6559
6599
|
],
|
|
6560
6600
|
"aliasPermutations": [],
|
|
6561
6601
|
"permutations": [
|
|
6562
|
-
"hardis:org:diagnose:
|
|
6563
|
-
"org:hardis:diagnose:
|
|
6564
|
-
"org:diagnose:hardis:
|
|
6565
|
-
"org:diagnose:
|
|
6566
|
-
"hardis:diagnose:org:
|
|
6567
|
-
"diagnose:hardis:org:
|
|
6568
|
-
"diagnose:org:hardis:
|
|
6569
|
-
"diagnose:org:
|
|
6570
|
-
"hardis:diagnose:
|
|
6571
|
-
"diagnose:hardis:
|
|
6572
|
-
"diagnose:
|
|
6573
|
-
"diagnose:
|
|
6574
|
-
"hardis:org:
|
|
6575
|
-
"org:hardis:
|
|
6576
|
-
"org:
|
|
6577
|
-
"org:
|
|
6578
|
-
"hardis:
|
|
6579
|
-
"
|
|
6580
|
-
"
|
|
6581
|
-
"
|
|
6582
|
-
"hardis:
|
|
6583
|
-
"
|
|
6584
|
-
"
|
|
6585
|
-
"
|
|
6602
|
+
"hardis:org:diagnose:unusedusers",
|
|
6603
|
+
"org:hardis:diagnose:unusedusers",
|
|
6604
|
+
"org:diagnose:hardis:unusedusers",
|
|
6605
|
+
"org:diagnose:unusedusers:hardis",
|
|
6606
|
+
"hardis:diagnose:org:unusedusers",
|
|
6607
|
+
"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"
|
|
6586
6626
|
]
|
|
6587
6627
|
},
|
|
6588
|
-
"hardis:org:
|
|
6628
|
+
"hardis:org:files:export": {
|
|
6589
6629
|
"aliases": [],
|
|
6590
6630
|
"args": {},
|
|
6591
|
-
"description": "
|
|
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",
|
|
6592
6632
|
"examples": [
|
|
6593
|
-
"$ sf hardis:org:
|
|
6633
|
+
"$ sf hardis:org:files:export"
|
|
6594
6634
|
],
|
|
6595
6635
|
"flags": {
|
|
6596
6636
|
"json": {
|
|
@@ -6608,10 +6648,37 @@
|
|
|
6608
6648
|
"multiple": false,
|
|
6609
6649
|
"type": "option"
|
|
6610
6650
|
},
|
|
6611
|
-
"
|
|
6612
|
-
"char": "
|
|
6613
|
-
"description": "
|
|
6614
|
-
"name": "
|
|
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,
|
|
6615
6682
|
"hasDynamicHelp": false,
|
|
6616
6683
|
"multiple": false,
|
|
6617
6684
|
"type": "option"
|
|
@@ -6654,30 +6721,13 @@
|
|
|
6654
6721
|
},
|
|
6655
6722
|
"hasDynamicHelp": true,
|
|
6656
6723
|
"hiddenAliases": [],
|
|
6657
|
-
"id": "hardis:org:
|
|
6724
|
+
"id": "hardis:org:files:export",
|
|
6658
6725
|
"pluginAlias": "sfdx-hardis",
|
|
6659
6726
|
"pluginName": "sfdx-hardis",
|
|
6660
6727
|
"pluginType": "core",
|
|
6661
6728
|
"strict": true,
|
|
6662
6729
|
"enableJsonFlag": true,
|
|
6663
|
-
"title": "
|
|
6664
|
-
"allowedInactiveConnectedApps": [
|
|
6665
|
-
"Ant Migration Tool",
|
|
6666
|
-
"Chatter Desktop",
|
|
6667
|
-
"Chatter Mobile for BlackBerry",
|
|
6668
|
-
"Force.com IDE",
|
|
6669
|
-
"OIQ_Integration",
|
|
6670
|
-
"Salesforce CLI",
|
|
6671
|
-
"Salesforce Files",
|
|
6672
|
-
"Salesforce Mobile Dashboards",
|
|
6673
|
-
"Salesforce Touch",
|
|
6674
|
-
"Salesforce for Outlook",
|
|
6675
|
-
"SalesforceA",
|
|
6676
|
-
"SalesforceA for Android",
|
|
6677
|
-
"SalesforceA for iOS",
|
|
6678
|
-
"SalesforceDX Namespace Registry",
|
|
6679
|
-
"SalesforceIQ"
|
|
6680
|
-
],
|
|
6730
|
+
"title": "Export files",
|
|
6681
6731
|
"requiresProject": false,
|
|
6682
6732
|
"isESM": true,
|
|
6683
6733
|
"relativePath": [
|
|
@@ -6685,44 +6735,43 @@
|
|
|
6685
6735
|
"commands",
|
|
6686
6736
|
"hardis",
|
|
6687
6737
|
"org",
|
|
6688
|
-
"
|
|
6689
|
-
"
|
|
6738
|
+
"files",
|
|
6739
|
+
"export.js"
|
|
6690
6740
|
],
|
|
6691
6741
|
"aliasPermutations": [],
|
|
6692
6742
|
"permutations": [
|
|
6693
|
-
"hardis:org:
|
|
6694
|
-
"org:hardis:
|
|
6695
|
-
"org:
|
|
6696
|
-
"org:
|
|
6697
|
-
"hardis:
|
|
6698
|
-
"
|
|
6699
|
-
"
|
|
6700
|
-
"
|
|
6701
|
-
"hardis:
|
|
6702
|
-
"
|
|
6703
|
-
"
|
|
6704
|
-
"
|
|
6705
|
-
"hardis:org:
|
|
6706
|
-
"org:hardis:
|
|
6707
|
-
"org:
|
|
6708
|
-
"org:
|
|
6709
|
-
"hardis:
|
|
6710
|
-
"
|
|
6711
|
-
"
|
|
6712
|
-
"
|
|
6713
|
-
"hardis:
|
|
6714
|
-
"
|
|
6715
|
-
"
|
|
6716
|
-
"
|
|
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"
|
|
6717
6767
|
]
|
|
6718
6768
|
},
|
|
6719
|
-
"hardis:org:
|
|
6769
|
+
"hardis:org:files:import": {
|
|
6720
6770
|
"aliases": [],
|
|
6721
6771
|
"args": {},
|
|
6722
|
-
"description": "
|
|
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",
|
|
6723
6773
|
"examples": [
|
|
6724
|
-
"$ sf hardis:org:
|
|
6725
|
-
"$ sf hardis:org:diagnose:unusedlicenses --fix"
|
|
6774
|
+
"$ sf hardis:org:files:import"
|
|
6726
6775
|
],
|
|
6727
6776
|
"flags": {
|
|
6728
6777
|
"json": {
|
|
@@ -6740,14 +6789,21 @@
|
|
|
6740
6789
|
"multiple": false,
|
|
6741
6790
|
"type": "option"
|
|
6742
6791
|
},
|
|
6743
|
-
"
|
|
6744
|
-
"char": "
|
|
6745
|
-
"description": "
|
|
6746
|
-
"name": "
|
|
6792
|
+
"path": {
|
|
6793
|
+
"char": "p",
|
|
6794
|
+
"description": "Path to the file export project",
|
|
6795
|
+
"name": "path",
|
|
6747
6796
|
"hasDynamicHelp": false,
|
|
6748
6797
|
"multiple": false,
|
|
6749
6798
|
"type": "option"
|
|
6750
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
|
+
},
|
|
6751
6807
|
"debug": {
|
|
6752
6808
|
"char": "d",
|
|
6753
6809
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6786,79 +6842,58 @@
|
|
|
6786
6842
|
},
|
|
6787
6843
|
"hasDynamicHelp": true,
|
|
6788
6844
|
"hiddenAliases": [],
|
|
6789
|
-
"id": "hardis:org:
|
|
6845
|
+
"id": "hardis:org:files:import",
|
|
6790
6846
|
"pluginAlias": "sfdx-hardis",
|
|
6791
6847
|
"pluginName": "sfdx-hardis",
|
|
6792
6848
|
"pluginType": "core",
|
|
6793
6849
|
"strict": true,
|
|
6794
6850
|
"enableJsonFlag": true,
|
|
6795
|
-
"title": "
|
|
6851
|
+
"title": "Import files",
|
|
6796
6852
|
"requiresProject": false,
|
|
6797
|
-
"additionalPermissionSetsToAlwaysGet": [
|
|
6798
|
-
"Sales_User"
|
|
6799
|
-
],
|
|
6800
|
-
"permSetsPermSetLicenses": [
|
|
6801
|
-
{
|
|
6802
|
-
"permSet": "Sales_User",
|
|
6803
|
-
"permSetLicense": "SalesUserPsl"
|
|
6804
|
-
}
|
|
6805
|
-
],
|
|
6806
|
-
"profilesPermissionSetLicenses": [
|
|
6807
|
-
{
|
|
6808
|
-
"profile": "Salesforce API Only",
|
|
6809
|
-
"permSetLicense": "SalesforceAPIIntegrationPsl"
|
|
6810
|
-
}
|
|
6811
|
-
],
|
|
6812
|
-
"alwaysExcludeForActiveUsersPermissionSetLicenses": [
|
|
6813
|
-
"IdentityConnect"
|
|
6814
|
-
],
|
|
6815
6853
|
"isESM": true,
|
|
6816
6854
|
"relativePath": [
|
|
6817
6855
|
"lib",
|
|
6818
6856
|
"commands",
|
|
6819
6857
|
"hardis",
|
|
6820
6858
|
"org",
|
|
6821
|
-
"
|
|
6822
|
-
"
|
|
6859
|
+
"files",
|
|
6860
|
+
"import.js"
|
|
6823
6861
|
],
|
|
6824
6862
|
"aliasPermutations": [],
|
|
6825
6863
|
"permutations": [
|
|
6826
|
-
"hardis:org:
|
|
6827
|
-
"org:hardis:
|
|
6828
|
-
"org:
|
|
6829
|
-
"org:
|
|
6830
|
-
"hardis:
|
|
6831
|
-
"
|
|
6832
|
-
"
|
|
6833
|
-
"
|
|
6834
|
-
"hardis:
|
|
6835
|
-
"
|
|
6836
|
-
"
|
|
6837
|
-
"
|
|
6838
|
-
"hardis:org:
|
|
6839
|
-
"org:hardis:
|
|
6840
|
-
"org:
|
|
6841
|
-
"org:
|
|
6842
|
-
"hardis:
|
|
6843
|
-
"
|
|
6844
|
-
"
|
|
6845
|
-
"
|
|
6846
|
-
"hardis:
|
|
6847
|
-
"
|
|
6848
|
-
"
|
|
6849
|
-
"
|
|
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"
|
|
6850
6888
|
]
|
|
6851
6889
|
},
|
|
6852
|
-
"hardis:org:
|
|
6890
|
+
"hardis:org:fix:listviewmine": {
|
|
6853
6891
|
"aliases": [],
|
|
6854
6892
|
"args": {},
|
|
6855
|
-
"description": "
|
|
6893
|
+
"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",
|
|
6856
6894
|
"examples": [
|
|
6857
|
-
"$ sf hardis:org:
|
|
6858
|
-
"$ sf hardis:org:
|
|
6859
|
-
"$ sf hardis:org:diagnose:unusedusers --days 60 --licensetypes all-crm",
|
|
6860
|
-
"$ sf hardis:org:diagnose:unusedusers --days 60 --licenseidentifiers SFDC,AUL,AUL1",
|
|
6861
|
-
"$ sf hardis:org:diagnose:unusedusers --days 60 --licensetypes all-crm --returnactiveusers"
|
|
6895
|
+
"$ sf hardis:org:fix:listviewmine",
|
|
6896
|
+
"$ sf hardis:org:fix:listviewmine --listviews Opportunity:MySubscriptions,Account:MyActivePartners"
|
|
6862
6897
|
],
|
|
6863
6898
|
"flags": {
|
|
6864
6899
|
"json": {
|
|
@@ -6876,49 +6911,14 @@
|
|
|
6876
6911
|
"multiple": false,
|
|
6877
6912
|
"type": "option"
|
|
6878
6913
|
},
|
|
6879
|
-
"
|
|
6880
|
-
"char": "f",
|
|
6881
|
-
"description": "Force the path and name of output report file. Must end with .csv",
|
|
6882
|
-
"name": "outputfile",
|
|
6883
|
-
"hasDynamicHelp": false,
|
|
6884
|
-
"multiple": false,
|
|
6885
|
-
"type": "option"
|
|
6886
|
-
},
|
|
6887
|
-
"days": {
|
|
6888
|
-
"char": "t",
|
|
6889
|
-
"description": "Extracts the users that have been inactive for the amount of days specified. In CI, default is 180 days",
|
|
6890
|
-
"name": "days",
|
|
6891
|
-
"hasDynamicHelp": false,
|
|
6892
|
-
"multiple": false,
|
|
6893
|
-
"type": "option"
|
|
6894
|
-
},
|
|
6895
|
-
"licensetypes": {
|
|
6914
|
+
"listviews": {
|
|
6896
6915
|
"char": "l",
|
|
6897
|
-
"description": "
|
|
6898
|
-
"name": "
|
|
6899
|
-
"hasDynamicHelp": false,
|
|
6900
|
-
"multiple": false,
|
|
6901
|
-
"options": [
|
|
6902
|
-
"all",
|
|
6903
|
-
"all-crm",
|
|
6904
|
-
"all-paying"
|
|
6905
|
-
],
|
|
6906
|
-
"type": "option"
|
|
6907
|
-
},
|
|
6908
|
-
"licenseidentifiers": {
|
|
6909
|
-
"char": "i",
|
|
6910
|
-
"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",
|
|
6911
|
-
"name": "licenseidentifiers",
|
|
6916
|
+
"description": "Comma-separated list of listviews following format Object:ListViewName\nExample: Contact:MyContacts,Contact:MyActiveContacts,Opportunity:MYClosedOpportunities",
|
|
6917
|
+
"name": "listviews",
|
|
6912
6918
|
"hasDynamicHelp": false,
|
|
6913
6919
|
"multiple": false,
|
|
6914
6920
|
"type": "option"
|
|
6915
6921
|
},
|
|
6916
|
-
"returnactiveusers": {
|
|
6917
|
-
"description": "Inverts the command by returning the active users",
|
|
6918
|
-
"name": "returnactiveusers",
|
|
6919
|
-
"allowNo": false,
|
|
6920
|
-
"type": "boolean"
|
|
6921
|
-
},
|
|
6922
6922
|
"debug": {
|
|
6923
6923
|
"char": "d",
|
|
6924
6924
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6957,49 +6957,49 @@
|
|
|
6957
6957
|
},
|
|
6958
6958
|
"hasDynamicHelp": true,
|
|
6959
6959
|
"hiddenAliases": [],
|
|
6960
|
-
"id": "hardis:org:
|
|
6960
|
+
"id": "hardis:org:fix:listviewmine",
|
|
6961
6961
|
"pluginAlias": "sfdx-hardis",
|
|
6962
6962
|
"pluginName": "sfdx-hardis",
|
|
6963
6963
|
"pluginType": "core",
|
|
6964
6964
|
"strict": true,
|
|
6965
6965
|
"enableJsonFlag": true,
|
|
6966
|
-
"title": "
|
|
6967
|
-
"requiresProject":
|
|
6966
|
+
"title": "Fix listviews with ",
|
|
6967
|
+
"requiresProject": true,
|
|
6968
6968
|
"isESM": true,
|
|
6969
6969
|
"relativePath": [
|
|
6970
6970
|
"lib",
|
|
6971
6971
|
"commands",
|
|
6972
6972
|
"hardis",
|
|
6973
6973
|
"org",
|
|
6974
|
-
"
|
|
6975
|
-
"
|
|
6974
|
+
"fix",
|
|
6975
|
+
"listviewmine.js"
|
|
6976
6976
|
],
|
|
6977
6977
|
"aliasPermutations": [],
|
|
6978
6978
|
"permutations": [
|
|
6979
|
-
"hardis:org:
|
|
6980
|
-
"org:hardis:
|
|
6981
|
-
"org:
|
|
6982
|
-
"org:
|
|
6983
|
-
"hardis:
|
|
6984
|
-
"
|
|
6985
|
-
"
|
|
6986
|
-
"
|
|
6987
|
-
"hardis:
|
|
6988
|
-
"
|
|
6989
|
-
"
|
|
6990
|
-
"
|
|
6991
|
-
"hardis:org:
|
|
6992
|
-
"org:hardis:
|
|
6993
|
-
"org:
|
|
6994
|
-
"org:
|
|
6995
|
-
"hardis:
|
|
6996
|
-
"
|
|
6997
|
-
"
|
|
6998
|
-
"
|
|
6999
|
-
"hardis:
|
|
7000
|
-
"
|
|
7001
|
-
"
|
|
7002
|
-
"
|
|
6979
|
+
"hardis:org:fix:listviewmine",
|
|
6980
|
+
"org:hardis:fix:listviewmine",
|
|
6981
|
+
"org:fix:hardis:listviewmine",
|
|
6982
|
+
"org:fix:listviewmine:hardis",
|
|
6983
|
+
"hardis:fix:org:listviewmine",
|
|
6984
|
+
"fix:hardis:org:listviewmine",
|
|
6985
|
+
"fix:org:hardis:listviewmine",
|
|
6986
|
+
"fix:org:listviewmine:hardis",
|
|
6987
|
+
"hardis:fix:listviewmine:org",
|
|
6988
|
+
"fix:hardis:listviewmine:org",
|
|
6989
|
+
"fix:listviewmine:hardis:org",
|
|
6990
|
+
"fix:listviewmine:org:hardis",
|
|
6991
|
+
"hardis:org:listviewmine:fix",
|
|
6992
|
+
"org:hardis:listviewmine:fix",
|
|
6993
|
+
"org:listviewmine:hardis:fix",
|
|
6994
|
+
"org:listviewmine:fix:hardis",
|
|
6995
|
+
"hardis:listviewmine:org:fix",
|
|
6996
|
+
"listviewmine:hardis:org:fix",
|
|
6997
|
+
"listviewmine:org:hardis:fix",
|
|
6998
|
+
"listviewmine:org:fix:hardis",
|
|
6999
|
+
"hardis:listviewmine:fix:org",
|
|
7000
|
+
"listviewmine:hardis:fix:org",
|
|
7001
|
+
"listviewmine:fix:hardis:org",
|
|
7002
|
+
"listviewmine:fix:org:hardis"
|
|
7003
7003
|
]
|
|
7004
7004
|
},
|
|
7005
7005
|
"hardis:org:generate:packagexmlfull": {
|
|
@@ -9383,109 +9383,6 @@
|
|
|
9383
9383
|
"auth:configure:project:hardis"
|
|
9384
9384
|
]
|
|
9385
9385
|
},
|
|
9386
|
-
"hardis:project:convert:profilestopermsets": {
|
|
9387
|
-
"aliases": [],
|
|
9388
|
-
"args": {},
|
|
9389
|
-
"description": "Creates permission sets from existing profiles, with id PS_PROFILENAME",
|
|
9390
|
-
"examples": [
|
|
9391
|
-
"$ sf hardis:project:convert:profilestopermsets"
|
|
9392
|
-
],
|
|
9393
|
-
"flags": {
|
|
9394
|
-
"json": {
|
|
9395
|
-
"description": "Format output as json.",
|
|
9396
|
-
"helpGroup": "GLOBAL",
|
|
9397
|
-
"name": "json",
|
|
9398
|
-
"allowNo": false,
|
|
9399
|
-
"type": "boolean"
|
|
9400
|
-
},
|
|
9401
|
-
"flags-dir": {
|
|
9402
|
-
"helpGroup": "GLOBAL",
|
|
9403
|
-
"name": "flags-dir",
|
|
9404
|
-
"summary": "Import flag values from a directory.",
|
|
9405
|
-
"hasDynamicHelp": 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,
|
|
9416
|
-
"type": "option"
|
|
9417
|
-
},
|
|
9418
|
-
"debug": {
|
|
9419
|
-
"char": "d",
|
|
9420
|
-
"description": "Activate debug mode (more logs)",
|
|
9421
|
-
"name": "debug",
|
|
9422
|
-
"allowNo": false,
|
|
9423
|
-
"type": "boolean"
|
|
9424
|
-
},
|
|
9425
|
-
"websocket": {
|
|
9426
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
9427
|
-
"name": "websocket",
|
|
9428
|
-
"hasDynamicHelp": false,
|
|
9429
|
-
"multiple": false,
|
|
9430
|
-
"type": "option"
|
|
9431
|
-
},
|
|
9432
|
-
"skipauth": {
|
|
9433
|
-
"description": "Skip authentication check when a default username is required",
|
|
9434
|
-
"name": "skipauth",
|
|
9435
|
-
"allowNo": false,
|
|
9436
|
-
"type": "boolean"
|
|
9437
|
-
}
|
|
9438
|
-
},
|
|
9439
|
-
"hasDynamicHelp": false,
|
|
9440
|
-
"hiddenAliases": [],
|
|
9441
|
-
"id": "hardis:project:convert:profilestopermsets",
|
|
9442
|
-
"pluginAlias": "sfdx-hardis",
|
|
9443
|
-
"pluginName": "sfdx-hardis",
|
|
9444
|
-
"pluginType": "core",
|
|
9445
|
-
"strict": true,
|
|
9446
|
-
"enableJsonFlag": true,
|
|
9447
|
-
"title": "Convert Profiles into Permission Sets",
|
|
9448
|
-
"requiresProject": true,
|
|
9449
|
-
"requiresSfdxPlugins": [
|
|
9450
|
-
"shane-sfdx-plugins"
|
|
9451
|
-
],
|
|
9452
|
-
"isESM": true,
|
|
9453
|
-
"relativePath": [
|
|
9454
|
-
"lib",
|
|
9455
|
-
"commands",
|
|
9456
|
-
"hardis",
|
|
9457
|
-
"project",
|
|
9458
|
-
"convert",
|
|
9459
|
-
"profilestopermsets.js"
|
|
9460
|
-
],
|
|
9461
|
-
"aliasPermutations": [],
|
|
9462
|
-
"permutations": [
|
|
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"
|
|
9487
|
-
]
|
|
9488
|
-
},
|
|
9489
9386
|
"hardis:project:clean:emptyitems": {
|
|
9490
9387
|
"aliases": [],
|
|
9491
9388
|
"args": {},
|
|
@@ -10971,6 +10868,109 @@
|
|
|
10971
10868
|
"xml:clean:project:hardis"
|
|
10972
10869
|
]
|
|
10973
10870
|
},
|
|
10871
|
+
"hardis:project:convert:profilestopermsets": {
|
|
10872
|
+
"aliases": [],
|
|
10873
|
+
"args": {},
|
|
10874
|
+
"description": "Creates permission sets from existing profiles, with id PS_PROFILENAME",
|
|
10875
|
+
"examples": [
|
|
10876
|
+
"$ sf hardis:project:convert:profilestopermsets"
|
|
10877
|
+
],
|
|
10878
|
+
"flags": {
|
|
10879
|
+
"json": {
|
|
10880
|
+
"description": "Format output as json.",
|
|
10881
|
+
"helpGroup": "GLOBAL",
|
|
10882
|
+
"name": "json",
|
|
10883
|
+
"allowNo": false,
|
|
10884
|
+
"type": "boolean"
|
|
10885
|
+
},
|
|
10886
|
+
"flags-dir": {
|
|
10887
|
+
"helpGroup": "GLOBAL",
|
|
10888
|
+
"name": "flags-dir",
|
|
10889
|
+
"summary": "Import flag values from a directory.",
|
|
10890
|
+
"hasDynamicHelp": false,
|
|
10891
|
+
"multiple": false,
|
|
10892
|
+
"type": "option"
|
|
10893
|
+
},
|
|
10894
|
+
"except": {
|
|
10895
|
+
"char": "e",
|
|
10896
|
+
"description": "List of filters",
|
|
10897
|
+
"name": "except",
|
|
10898
|
+
"default": [],
|
|
10899
|
+
"hasDynamicHelp": false,
|
|
10900
|
+
"multiple": true,
|
|
10901
|
+
"type": "option"
|
|
10902
|
+
},
|
|
10903
|
+
"debug": {
|
|
10904
|
+
"char": "d",
|
|
10905
|
+
"description": "Activate debug mode (more logs)",
|
|
10906
|
+
"name": "debug",
|
|
10907
|
+
"allowNo": false,
|
|
10908
|
+
"type": "boolean"
|
|
10909
|
+
},
|
|
10910
|
+
"websocket": {
|
|
10911
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
10912
|
+
"name": "websocket",
|
|
10913
|
+
"hasDynamicHelp": false,
|
|
10914
|
+
"multiple": false,
|
|
10915
|
+
"type": "option"
|
|
10916
|
+
},
|
|
10917
|
+
"skipauth": {
|
|
10918
|
+
"description": "Skip authentication check when a default username is required",
|
|
10919
|
+
"name": "skipauth",
|
|
10920
|
+
"allowNo": false,
|
|
10921
|
+
"type": "boolean"
|
|
10922
|
+
}
|
|
10923
|
+
},
|
|
10924
|
+
"hasDynamicHelp": false,
|
|
10925
|
+
"hiddenAliases": [],
|
|
10926
|
+
"id": "hardis:project:convert:profilestopermsets",
|
|
10927
|
+
"pluginAlias": "sfdx-hardis",
|
|
10928
|
+
"pluginName": "sfdx-hardis",
|
|
10929
|
+
"pluginType": "core",
|
|
10930
|
+
"strict": true,
|
|
10931
|
+
"enableJsonFlag": true,
|
|
10932
|
+
"title": "Convert Profiles into Permission Sets",
|
|
10933
|
+
"requiresProject": true,
|
|
10934
|
+
"requiresSfdxPlugins": [
|
|
10935
|
+
"shane-sfdx-plugins"
|
|
10936
|
+
],
|
|
10937
|
+
"isESM": true,
|
|
10938
|
+
"relativePath": [
|
|
10939
|
+
"lib",
|
|
10940
|
+
"commands",
|
|
10941
|
+
"hardis",
|
|
10942
|
+
"project",
|
|
10943
|
+
"convert",
|
|
10944
|
+
"profilestopermsets.js"
|
|
10945
|
+
],
|
|
10946
|
+
"aliasPermutations": [],
|
|
10947
|
+
"permutations": [
|
|
10948
|
+
"hardis:project:convert:profilestopermsets",
|
|
10949
|
+
"project:hardis:convert:profilestopermsets",
|
|
10950
|
+
"project:convert:hardis:profilestopermsets",
|
|
10951
|
+
"project:convert:profilestopermsets:hardis",
|
|
10952
|
+
"hardis:convert:project:profilestopermsets",
|
|
10953
|
+
"convert:hardis:project:profilestopermsets",
|
|
10954
|
+
"convert:project:hardis:profilestopermsets",
|
|
10955
|
+
"convert:project:profilestopermsets:hardis",
|
|
10956
|
+
"hardis:convert:profilestopermsets:project",
|
|
10957
|
+
"convert:hardis:profilestopermsets:project",
|
|
10958
|
+
"convert:profilestopermsets:hardis:project",
|
|
10959
|
+
"convert:profilestopermsets:project:hardis",
|
|
10960
|
+
"hardis:project:profilestopermsets:convert",
|
|
10961
|
+
"project:hardis:profilestopermsets:convert",
|
|
10962
|
+
"project:profilestopermsets:hardis:convert",
|
|
10963
|
+
"project:profilestopermsets:convert:hardis",
|
|
10964
|
+
"hardis:profilestopermsets:project:convert",
|
|
10965
|
+
"profilestopermsets:hardis:project:convert",
|
|
10966
|
+
"profilestopermsets:project:hardis:convert",
|
|
10967
|
+
"profilestopermsets:project:convert:hardis",
|
|
10968
|
+
"hardis:profilestopermsets:convert:project",
|
|
10969
|
+
"profilestopermsets:hardis:convert:project",
|
|
10970
|
+
"profilestopermsets:convert:hardis:project",
|
|
10971
|
+
"profilestopermsets:convert:project:hardis"
|
|
10972
|
+
]
|
|
10973
|
+
},
|
|
10974
10974
|
"hardis:project:deploy:notify": {
|
|
10975
10975
|
"aliases": [],
|
|
10976
10976
|
"args": {},
|
|
@@ -12367,11 +12367,13 @@
|
|
|
12367
12367
|
"description": "\n Generates bypass custom permissions and permission sets for specified sObjects and automations (Flows, Triggers, and Validation Rules). If no parameters are provided, it prompts for user selection.\n ",
|
|
12368
12368
|
"examples": [
|
|
12369
12369
|
"$ sf hardis:project:generate:bypass",
|
|
12370
|
-
"$ sf hardis:project:generate:bypass --global",
|
|
12371
12370
|
"$ sf hardis:project:generate:bypass --sObjects Account,Contact,Opportunity",
|
|
12372
12371
|
"$ sf hardis:project:generate:bypass --automations Flow,Trigger,VR",
|
|
12373
12372
|
"$ sf hardis:project:generate:bypass --sObjects Account,Opportunity --automations Flow,Trigger",
|
|
12374
|
-
"$ sf hardis:project:generate:bypass --
|
|
12373
|
+
"$ sf hardis:project:generate:bypass --skipCredits",
|
|
12374
|
+
"$ sf hardis:project:generate:bypass --apply-to-vrs",
|
|
12375
|
+
"$ sf hardis:project:generate:bypass --apply-to-triggers",
|
|
12376
|
+
"$ sf hardis:project:generate:bypass --metadata-source org"
|
|
12375
12377
|
],
|
|
12376
12378
|
"flags": {
|
|
12377
12379
|
"json": {
|
|
@@ -12404,10 +12406,13 @@
|
|
|
12404
12406
|
"multiple": false,
|
|
12405
12407
|
"type": "option"
|
|
12406
12408
|
},
|
|
12407
|
-
"
|
|
12409
|
+
"objects": {
|
|
12410
|
+
"aliases": [
|
|
12411
|
+
"sObjects"
|
|
12412
|
+
],
|
|
12408
12413
|
"char": "s",
|
|
12409
12414
|
"description": "Comma-separated list of sObjects to bypass (e.g., Account,Contact,Opportunity). If omitted, you will be prompted to select.",
|
|
12410
|
-
"name": "
|
|
12415
|
+
"name": "objects",
|
|
12411
12416
|
"required": false,
|
|
12412
12417
|
"hasDynamicHelp": false,
|
|
12413
12418
|
"multiple": false,
|
|
@@ -12415,21 +12420,13 @@
|
|
|
12415
12420
|
},
|
|
12416
12421
|
"automations": {
|
|
12417
12422
|
"char": "a",
|
|
12418
|
-
"description": "Comma-separated
|
|
12423
|
+
"description": "Comma-separated automations to bypass: Flow, Trigger, VR",
|
|
12419
12424
|
"name": "automations",
|
|
12420
12425
|
"required": false,
|
|
12421
12426
|
"hasDynamicHelp": false,
|
|
12422
12427
|
"multiple": false,
|
|
12423
12428
|
"type": "option"
|
|
12424
12429
|
},
|
|
12425
|
-
"global": {
|
|
12426
|
-
"char": "g",
|
|
12427
|
-
"description": "Generate global bypasses for all automations (Flow, Trigger, VR) without selecting sObjects.",
|
|
12428
|
-
"name": "global",
|
|
12429
|
-
"required": false,
|
|
12430
|
-
"allowNo": false,
|
|
12431
|
-
"type": "boolean"
|
|
12432
|
-
},
|
|
12433
12430
|
"websocket": {
|
|
12434
12431
|
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12435
12432
|
"name": "websocket",
|
|
@@ -12443,16 +12440,48 @@
|
|
|
12443
12440
|
"allowNo": false,
|
|
12444
12441
|
"type": "boolean"
|
|
12445
12442
|
},
|
|
12446
|
-
"
|
|
12443
|
+
"skip-credits": {
|
|
12447
12444
|
"aliases": [
|
|
12448
|
-
"
|
|
12445
|
+
"skipCredits"
|
|
12449
12446
|
],
|
|
12450
12447
|
"char": "k",
|
|
12451
|
-
"description": "
|
|
12452
|
-
"name": "
|
|
12448
|
+
"description": "Omit the \"Generated by\" line in the XML files",
|
|
12449
|
+
"name": "skip-credits",
|
|
12450
|
+
"required": false,
|
|
12451
|
+
"allowNo": false,
|
|
12452
|
+
"type": "boolean"
|
|
12453
|
+
},
|
|
12454
|
+
"apply-to-vrs": {
|
|
12455
|
+
"aliases": [
|
|
12456
|
+
"applyToVrs"
|
|
12457
|
+
],
|
|
12458
|
+
"description": "Apply bypass to Validation Rules",
|
|
12459
|
+
"name": "apply-to-vrs",
|
|
12460
|
+
"required": false,
|
|
12461
|
+
"allowNo": false,
|
|
12462
|
+
"type": "boolean"
|
|
12463
|
+
},
|
|
12464
|
+
"apply-to-triggers": {
|
|
12465
|
+
"aliases": [
|
|
12466
|
+
"applyToTriggers"
|
|
12467
|
+
],
|
|
12468
|
+
"description": "Apply bypass to Triggers",
|
|
12469
|
+
"name": "apply-to-triggers",
|
|
12453
12470
|
"required": false,
|
|
12454
12471
|
"allowNo": false,
|
|
12455
12472
|
"type": "boolean"
|
|
12473
|
+
},
|
|
12474
|
+
"metadata-source": {
|
|
12475
|
+
"aliases": [
|
|
12476
|
+
"metadataSource"
|
|
12477
|
+
],
|
|
12478
|
+
"char": "r",
|
|
12479
|
+
"description": "Source of metadata elements to apply bypass to. Options: 'org' or 'local'.",
|
|
12480
|
+
"name": "metadata-source",
|
|
12481
|
+
"required": false,
|
|
12482
|
+
"hasDynamicHelp": false,
|
|
12483
|
+
"multiple": false,
|
|
12484
|
+
"type": "option"
|
|
12456
12485
|
}
|
|
12457
12486
|
},
|
|
12458
12487
|
"hasDynamicHelp": true,
|
|
@@ -14814,5 +14843,5 @@
|
|
|
14814
14843
|
]
|
|
14815
14844
|
}
|
|
14816
14845
|
},
|
|
14817
|
-
"version": "5.
|
|
14846
|
+
"version": "5.44.1"
|
|
14818
14847
|
}
|