sfdx-hardis 5.43.2 → 5.43.4
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 +8 -0
- package/lib/commands/hardis/org/monitor/backup.js +3 -3
- package/lib/commands/hardis/org/monitor/backup.js.map +1 -1
- package/lib/commands/hardis/project/audit/apiversion.js +36 -15
- package/lib/commands/hardis/project/audit/apiversion.js.map +1 -1
- package/lib/commands/hardis/work/save.js +2 -2
- package/lib/commands/hardis/work/save.js.map +1 -1
- package/lib/common/metadata-utils/index.js +3 -3
- package/lib/common/metadata-utils/index.js.map +1 -1
- package/lib/common/utils/deployUtils.js +5 -5
- package/lib/common/utils/deployUtils.js.map +1 -1
- package/lib/common/utils/filesUtils.js +3 -3
- package/lib/common/utils/filesUtils.js.map +1 -1
- package/lib/common/utils/index.js +2 -2
- package/lib/common/utils/index.js.map +1 -1
- package/lib/common/utils/projectUtils.js +2 -2
- package/lib/common/utils/projectUtils.js.map +1 -1
- package/lib/common/utils/xmlUtils.js +2 -2
- package/lib/common/utils/xmlUtils.js.map +1 -1
- package/lib/config/index.d.ts +1 -1
- package/lib/config/index.js +4 -2
- package/lib/config/index.js.map +1 -1
- package/oclif.manifest.json +745 -736
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -129,13 +129,12 @@
|
|
|
129
129
|
"clear:cache:hardis"
|
|
130
130
|
]
|
|
131
131
|
},
|
|
132
|
-
"hardis:
|
|
132
|
+
"hardis:config:get": {
|
|
133
133
|
"aliases": [],
|
|
134
134
|
"args": {},
|
|
135
|
-
"description": "
|
|
135
|
+
"description": "Returns sfdx-hardis project config for a given level",
|
|
136
136
|
"examples": [
|
|
137
|
-
"$ sf hardis:
|
|
138
|
-
"CI=true sf hardis:auth:login"
|
|
137
|
+
"$ sf hardis:project:deploy:sources:metadata"
|
|
139
138
|
],
|
|
140
139
|
"flags": {
|
|
141
140
|
"json": {
|
|
@@ -153,28 +152,20 @@
|
|
|
153
152
|
"multiple": false,
|
|
154
153
|
"type": "option"
|
|
155
154
|
},
|
|
156
|
-
"
|
|
157
|
-
"char": "
|
|
158
|
-
"description": "
|
|
159
|
-
"name": "
|
|
155
|
+
"level": {
|
|
156
|
+
"char": "l",
|
|
157
|
+
"description": "project,branch or user",
|
|
158
|
+
"name": "level",
|
|
159
|
+
"default": "project",
|
|
160
160
|
"hasDynamicHelp": false,
|
|
161
161
|
"multiple": false,
|
|
162
|
+
"options": [
|
|
163
|
+
"project",
|
|
164
|
+
"branch",
|
|
165
|
+
"user"
|
|
166
|
+
],
|
|
162
167
|
"type": "option"
|
|
163
168
|
},
|
|
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
169
|
"debug": {
|
|
179
170
|
"char": "d",
|
|
180
171
|
"description": "Activate debug mode (more logs)",
|
|
@@ -198,38 +189,39 @@
|
|
|
198
189
|
},
|
|
199
190
|
"hasDynamicHelp": false,
|
|
200
191
|
"hiddenAliases": [],
|
|
201
|
-
"id": "hardis:
|
|
192
|
+
"id": "hardis:config:get",
|
|
202
193
|
"pluginAlias": "sfdx-hardis",
|
|
203
194
|
"pluginName": "sfdx-hardis",
|
|
204
195
|
"pluginType": "core",
|
|
205
196
|
"strict": true,
|
|
206
197
|
"enableJsonFlag": true,
|
|
207
|
-
"title": "
|
|
198
|
+
"title": "Deploy metadata sources to org",
|
|
208
199
|
"requiresProject": false,
|
|
209
200
|
"isESM": true,
|
|
210
201
|
"relativePath": [
|
|
211
202
|
"lib",
|
|
212
203
|
"commands",
|
|
213
204
|
"hardis",
|
|
214
|
-
"
|
|
215
|
-
"
|
|
205
|
+
"config",
|
|
206
|
+
"get.js"
|
|
216
207
|
],
|
|
217
208
|
"aliasPermutations": [],
|
|
218
209
|
"permutations": [
|
|
219
|
-
"hardis:
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"hardis:
|
|
223
|
-
"
|
|
224
|
-
"
|
|
210
|
+
"hardis:config:get",
|
|
211
|
+
"config:hardis:get",
|
|
212
|
+
"config:get:hardis",
|
|
213
|
+
"hardis:get:config",
|
|
214
|
+
"get:hardis:config",
|
|
215
|
+
"get:config:hardis"
|
|
225
216
|
]
|
|
226
217
|
},
|
|
227
|
-
"hardis:
|
|
218
|
+
"hardis:auth:login": {
|
|
228
219
|
"aliases": [],
|
|
229
220
|
"args": {},
|
|
230
|
-
"description": "
|
|
221
|
+
"description": "\nLogins to a Salesforce org from CI/CD workflows.\n\nWill use the variables and files defined by configuration commands:\n\n- CI/CD repos: [Configure Org CI Authentication](https://sfdx-hardis.cloudity.com/hardis/project/configure/auth/)\n- Monitoring repos: [Configure Org Monitoring](https://sfdx-hardis.cloudity.com/hardis/org/configure/monitoring/)\n\nIf you have a technical org (for example to call Agentforce from another org, you can define variable SFDX_AUTH_URL_TECHNICAL_ORG and it will authenticate it with alias TECHNICAL_ORG)\n\nYou can get SFDX_AUTH_URL_TECHNICAL_ORG value by running the command: `sf org display --verbose --json` and copy the value of the field `sfdxAuthUrl` in the output.\n",
|
|
231
222
|
"examples": [
|
|
232
|
-
"$ sf hardis:
|
|
223
|
+
"$ sf hardis:auth:login",
|
|
224
|
+
"CI=true sf hardis:auth:login"
|
|
233
225
|
],
|
|
234
226
|
"flags": {
|
|
235
227
|
"json": {
|
|
@@ -247,20 +239,28 @@
|
|
|
247
239
|
"multiple": false,
|
|
248
240
|
"type": "option"
|
|
249
241
|
},
|
|
250
|
-
"
|
|
251
|
-
"char": "
|
|
252
|
-
"description": "
|
|
253
|
-
"name": "
|
|
254
|
-
"default": "project",
|
|
242
|
+
"instanceurl": {
|
|
243
|
+
"char": "r",
|
|
244
|
+
"description": "URL of org instance",
|
|
245
|
+
"name": "instanceurl",
|
|
255
246
|
"hasDynamicHelp": false,
|
|
256
247
|
"multiple": false,
|
|
257
|
-
"options": [
|
|
258
|
-
"project",
|
|
259
|
-
"branch",
|
|
260
|
-
"user"
|
|
261
|
-
],
|
|
262
248
|
"type": "option"
|
|
263
249
|
},
|
|
250
|
+
"devhub": {
|
|
251
|
+
"char": "h",
|
|
252
|
+
"description": "Also connect associated DevHub",
|
|
253
|
+
"name": "devhub",
|
|
254
|
+
"allowNo": false,
|
|
255
|
+
"type": "boolean"
|
|
256
|
+
},
|
|
257
|
+
"scratchorg": {
|
|
258
|
+
"char": "s",
|
|
259
|
+
"description": "Scratch org",
|
|
260
|
+
"name": "scratchorg",
|
|
261
|
+
"allowNo": false,
|
|
262
|
+
"type": "boolean"
|
|
263
|
+
},
|
|
264
264
|
"debug": {
|
|
265
265
|
"char": "d",
|
|
266
266
|
"description": "Activate debug mode (more logs)",
|
|
@@ -284,30 +284,30 @@
|
|
|
284
284
|
},
|
|
285
285
|
"hasDynamicHelp": false,
|
|
286
286
|
"hiddenAliases": [],
|
|
287
|
-
"id": "hardis:
|
|
287
|
+
"id": "hardis:auth:login",
|
|
288
288
|
"pluginAlias": "sfdx-hardis",
|
|
289
289
|
"pluginName": "sfdx-hardis",
|
|
290
290
|
"pluginType": "core",
|
|
291
291
|
"strict": true,
|
|
292
292
|
"enableJsonFlag": true,
|
|
293
|
-
"title": "
|
|
293
|
+
"title": "Login",
|
|
294
294
|
"requiresProject": false,
|
|
295
295
|
"isESM": true,
|
|
296
296
|
"relativePath": [
|
|
297
297
|
"lib",
|
|
298
298
|
"commands",
|
|
299
299
|
"hardis",
|
|
300
|
-
"
|
|
301
|
-
"
|
|
300
|
+
"auth",
|
|
301
|
+
"login.js"
|
|
302
302
|
],
|
|
303
303
|
"aliasPermutations": [],
|
|
304
304
|
"permutations": [
|
|
305
|
-
"hardis:
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"hardis:
|
|
309
|
-
"
|
|
310
|
-
"
|
|
305
|
+
"hardis:auth:login",
|
|
306
|
+
"auth:hardis:login",
|
|
307
|
+
"auth:login:hardis",
|
|
308
|
+
"hardis:login:auth",
|
|
309
|
+
"login:hardis:auth",
|
|
310
|
+
"login:auth:hardis"
|
|
311
311
|
]
|
|
312
312
|
},
|
|
313
313
|
"hardis:doc:fieldusage": {
|
|
@@ -5476,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- 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",
|
|
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,247 +5684,8 @@
|
|
|
5707
5684
|
"commands",
|
|
5708
5685
|
"hardis",
|
|
5709
5686
|
"org",
|
|
5710
|
-
"
|
|
5711
|
-
"
|
|
5712
|
-
],
|
|
5713
|
-
"aliasPermutations": [],
|
|
5714
|
-
"permutations": [
|
|
5715
|
-
"hardis:org:files:import",
|
|
5716
|
-
"org:hardis:files:import",
|
|
5717
|
-
"org:files:hardis:import",
|
|
5718
|
-
"org:files:import:hardis",
|
|
5719
|
-
"hardis:files:org:import",
|
|
5720
|
-
"files:hardis:org:import",
|
|
5721
|
-
"files:org:hardis:import",
|
|
5722
|
-
"files:org:import:hardis",
|
|
5723
|
-
"hardis:files:import:org",
|
|
5724
|
-
"files:hardis:import:org",
|
|
5725
|
-
"files:import:hardis:org",
|
|
5726
|
-
"files:import:org:hardis",
|
|
5727
|
-
"hardis:org:import:files",
|
|
5728
|
-
"org:hardis:import:files",
|
|
5729
|
-
"org:import:hardis:files",
|
|
5730
|
-
"org:import:files:hardis",
|
|
5731
|
-
"hardis:import:org:files",
|
|
5732
|
-
"import:hardis:org:files",
|
|
5733
|
-
"import:org:hardis:files",
|
|
5734
|
-
"import:org:files:hardis",
|
|
5735
|
-
"hardis:import:files:org",
|
|
5736
|
-
"import:hardis:files:org",
|
|
5737
|
-
"import:files:hardis:org",
|
|
5738
|
-
"import:files:org:hardis"
|
|
5739
|
-
]
|
|
5740
|
-
},
|
|
5741
|
-
"hardis:org:diagnose:audittrail": {
|
|
5742
|
-
"aliases": [],
|
|
5743
|
-
"args": {},
|
|
5744
|
-
"description": "Export Audit trail into a CSV file with selected criteria, and highlight suspect actions\n\nAlso detects updates of Custom Settings values (disable by defining `SKIP_AUDIT_TRAIL_CUSTOM_SETTINGS=true`)\n\nRegular setup actions performed in major orgs are filtered.\n\n- \"\"\n - createScratchOrg\n - changedsenderemail\n - deleteScratchOrg\n - loginasgrantedtopartnerbt\n- Certificate and Key Management\n - insertCertificate\n- Custom App Licenses\n - addeduserpackagelicense\n - granteduserpackagelicense\n - revokeduserpackagelicense\n- Customer Portal\n - createdcustomersuccessuser\n - CSPUserDisabled\n- Currency\n - updateddatedexchrate\n- Data Management\n - queueMembership\n- Email Administration\n - dkimRotationPreparationSuccessful\n - dkimRotationSuccessful\n- 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",
|
|
5745
|
-
"examples": [
|
|
5746
|
-
"$ sf hardis:org:diagnose:audittrail",
|
|
5747
|
-
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com",
|
|
5748
|
-
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com,bertrand@titi.com",
|
|
5749
|
-
"$ sf hardis:org:diagnose:audittrail --lastndays 5"
|
|
5750
|
-
],
|
|
5751
|
-
"flags": {
|
|
5752
|
-
"json": {
|
|
5753
|
-
"description": "Format output as json.",
|
|
5754
|
-
"helpGroup": "GLOBAL",
|
|
5755
|
-
"name": "json",
|
|
5756
|
-
"allowNo": false,
|
|
5757
|
-
"type": "boolean"
|
|
5758
|
-
},
|
|
5759
|
-
"flags-dir": {
|
|
5760
|
-
"helpGroup": "GLOBAL",
|
|
5761
|
-
"name": "flags-dir",
|
|
5762
|
-
"summary": "Import flag values from a directory.",
|
|
5763
|
-
"hasDynamicHelp": false,
|
|
5764
|
-
"multiple": false,
|
|
5765
|
-
"type": "option"
|
|
5766
|
-
},
|
|
5767
|
-
"excludeusers": {
|
|
5768
|
-
"char": "e",
|
|
5769
|
-
"description": "Comma-separated list of usernames to exclude",
|
|
5770
|
-
"name": "excludeusers",
|
|
5771
|
-
"hasDynamicHelp": false,
|
|
5772
|
-
"multiple": false,
|
|
5773
|
-
"type": "option"
|
|
5774
|
-
},
|
|
5775
|
-
"lastndays": {
|
|
5776
|
-
"char": "t",
|
|
5777
|
-
"description": "Number of days to extract from today (included)",
|
|
5778
|
-
"name": "lastndays",
|
|
5779
|
-
"hasDynamicHelp": false,
|
|
5780
|
-
"multiple": false,
|
|
5781
|
-
"type": "option"
|
|
5782
|
-
},
|
|
5783
|
-
"outputfile": {
|
|
5784
|
-
"char": "f",
|
|
5785
|
-
"description": "Force the path and name of output report file. Must end with .csv",
|
|
5786
|
-
"name": "outputfile",
|
|
5787
|
-
"hasDynamicHelp": false,
|
|
5788
|
-
"multiple": false,
|
|
5789
|
-
"type": "option"
|
|
5790
|
-
},
|
|
5791
|
-
"debug": {
|
|
5792
|
-
"char": "d",
|
|
5793
|
-
"description": "Activate debug mode (more logs)",
|
|
5794
|
-
"name": "debug",
|
|
5795
|
-
"allowNo": false,
|
|
5796
|
-
"type": "boolean"
|
|
5797
|
-
},
|
|
5798
|
-
"websocket": {
|
|
5799
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
5800
|
-
"name": "websocket",
|
|
5801
|
-
"hasDynamicHelp": false,
|
|
5802
|
-
"multiple": false,
|
|
5803
|
-
"type": "option"
|
|
5804
|
-
},
|
|
5805
|
-
"skipauth": {
|
|
5806
|
-
"description": "Skip authentication check when a default username is required",
|
|
5807
|
-
"name": "skipauth",
|
|
5808
|
-
"allowNo": false,
|
|
5809
|
-
"type": "boolean"
|
|
5810
|
-
},
|
|
5811
|
-
"target-org": {
|
|
5812
|
-
"aliases": [
|
|
5813
|
-
"targetusername",
|
|
5814
|
-
"u"
|
|
5815
|
-
],
|
|
5816
|
-
"char": "o",
|
|
5817
|
-
"deprecateAliases": true,
|
|
5818
|
-
"name": "target-org",
|
|
5819
|
-
"noCacheDefault": true,
|
|
5820
|
-
"required": true,
|
|
5821
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
5822
|
-
"hasDynamicHelp": true,
|
|
5823
|
-
"multiple": false,
|
|
5824
|
-
"type": "option"
|
|
5825
|
-
}
|
|
5826
|
-
},
|
|
5827
|
-
"hasDynamicHelp": true,
|
|
5828
|
-
"hiddenAliases": [],
|
|
5829
|
-
"id": "hardis:org:diagnose:audittrail",
|
|
5830
|
-
"pluginAlias": "sfdx-hardis",
|
|
5831
|
-
"pluginName": "sfdx-hardis",
|
|
5832
|
-
"pluginType": "core",
|
|
5833
|
-
"strict": true,
|
|
5834
|
-
"enableJsonFlag": true,
|
|
5835
|
-
"title": "Diagnose content of Setup Audit Trail",
|
|
5836
|
-
"requiresProject": false,
|
|
5837
|
-
"isESM": true,
|
|
5838
|
-
"relativePath": [
|
|
5839
|
-
"lib",
|
|
5840
|
-
"commands",
|
|
5841
|
-
"hardis",
|
|
5842
|
-
"org",
|
|
5843
|
-
"diagnose",
|
|
5844
|
-
"audittrail.js"
|
|
5845
|
-
],
|
|
5846
|
-
"aliasPermutations": [],
|
|
5847
|
-
"permutations": [
|
|
5848
|
-
"hardis:org:diagnose:audittrail",
|
|
5849
|
-
"org:hardis:diagnose:audittrail",
|
|
5850
|
-
"org:diagnose:hardis:audittrail",
|
|
5851
|
-
"org:diagnose:audittrail:hardis",
|
|
5852
|
-
"hardis:diagnose:org:audittrail",
|
|
5853
|
-
"diagnose:hardis:org:audittrail",
|
|
5854
|
-
"diagnose:org:hardis:audittrail",
|
|
5855
|
-
"diagnose:org:audittrail:hardis",
|
|
5856
|
-
"hardis:diagnose:audittrail:org",
|
|
5857
|
-
"diagnose:hardis:audittrail:org",
|
|
5858
|
-
"diagnose:audittrail:hardis:org",
|
|
5859
|
-
"diagnose:audittrail:org:hardis",
|
|
5860
|
-
"hardis:org:audittrail:diagnose",
|
|
5861
|
-
"org:hardis:audittrail:diagnose",
|
|
5862
|
-
"org:audittrail:hardis:diagnose",
|
|
5863
|
-
"org:audittrail:diagnose:hardis",
|
|
5864
|
-
"hardis:audittrail:org:diagnose",
|
|
5865
|
-
"audittrail:hardis:org:diagnose",
|
|
5866
|
-
"audittrail:org:hardis:diagnose",
|
|
5867
|
-
"audittrail:org:diagnose:hardis",
|
|
5868
|
-
"hardis:audittrail:diagnose:org",
|
|
5869
|
-
"audittrail:hardis:diagnose:org",
|
|
5870
|
-
"audittrail:diagnose:hardis:org",
|
|
5871
|
-
"audittrail:diagnose:org:hardis"
|
|
5872
|
-
]
|
|
5873
|
-
},
|
|
5874
|
-
"hardis:org:diagnose:instanceupgrade": {
|
|
5875
|
-
"aliases": [],
|
|
5876
|
-
"args": {},
|
|
5877
|
-
"description": "Get the date when the org instance will be upgraded (to Spring, Summer or Winter)\n ",
|
|
5878
|
-
"examples": [
|
|
5879
|
-
"$ sf hardis:org:diagnose:instanceupgrade"
|
|
5880
|
-
],
|
|
5881
|
-
"flags": {
|
|
5882
|
-
"json": {
|
|
5883
|
-
"description": "Format output as json.",
|
|
5884
|
-
"helpGroup": "GLOBAL",
|
|
5885
|
-
"name": "json",
|
|
5886
|
-
"allowNo": false,
|
|
5887
|
-
"type": "boolean"
|
|
5888
|
-
},
|
|
5889
|
-
"flags-dir": {
|
|
5890
|
-
"helpGroup": "GLOBAL",
|
|
5891
|
-
"name": "flags-dir",
|
|
5892
|
-
"summary": "Import flag values from a directory.",
|
|
5893
|
-
"hasDynamicHelp": false,
|
|
5894
|
-
"multiple": false,
|
|
5895
|
-
"type": "option"
|
|
5896
|
-
},
|
|
5897
|
-
"debug": {
|
|
5898
|
-
"char": "d",
|
|
5899
|
-
"description": "Activate debug mode (more logs)",
|
|
5900
|
-
"name": "debug",
|
|
5901
|
-
"allowNo": false,
|
|
5902
|
-
"type": "boolean"
|
|
5903
|
-
},
|
|
5904
|
-
"websocket": {
|
|
5905
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
5906
|
-
"name": "websocket",
|
|
5907
|
-
"hasDynamicHelp": false,
|
|
5908
|
-
"multiple": false,
|
|
5909
|
-
"type": "option"
|
|
5910
|
-
},
|
|
5911
|
-
"skipauth": {
|
|
5912
|
-
"description": "Skip authentication check when a default username is required",
|
|
5913
|
-
"name": "skipauth",
|
|
5914
|
-
"allowNo": false,
|
|
5915
|
-
"type": "boolean"
|
|
5916
|
-
},
|
|
5917
|
-
"target-org": {
|
|
5918
|
-
"aliases": [
|
|
5919
|
-
"targetusername",
|
|
5920
|
-
"u"
|
|
5921
|
-
],
|
|
5922
|
-
"char": "o",
|
|
5923
|
-
"deprecateAliases": true,
|
|
5924
|
-
"name": "target-org",
|
|
5925
|
-
"noCacheDefault": true,
|
|
5926
|
-
"required": true,
|
|
5927
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
5928
|
-
"hasDynamicHelp": true,
|
|
5929
|
-
"multiple": false,
|
|
5930
|
-
"type": "option"
|
|
5931
|
-
}
|
|
5932
|
-
},
|
|
5933
|
-
"hasDynamicHelp": true,
|
|
5934
|
-
"hiddenAliases": [],
|
|
5935
|
-
"id": "hardis:org:diagnose:instanceupgrade",
|
|
5936
|
-
"pluginAlias": "sfdx-hardis",
|
|
5937
|
-
"pluginName": "sfdx-hardis",
|
|
5938
|
-
"pluginType": "core",
|
|
5939
|
-
"strict": true,
|
|
5940
|
-
"enableJsonFlag": true,
|
|
5941
|
-
"title": "Get Instance Upgrade date",
|
|
5942
|
-
"requiresProject": false,
|
|
5943
|
-
"isESM": true,
|
|
5944
|
-
"relativePath": [
|
|
5945
|
-
"lib",
|
|
5946
|
-
"commands",
|
|
5947
|
-
"hardis",
|
|
5948
|
-
"org",
|
|
5949
|
-
"diagnose",
|
|
5950
|
-
"instanceupgrade.js"
|
|
5687
|
+
"diagnose",
|
|
5688
|
+
"instanceupgrade.js"
|
|
5951
5689
|
],
|
|
5952
5690
|
"aliasPermutations": [],
|
|
5953
5691
|
"permutations": [
|
|
@@ -6887,6 +6625,268 @@
|
|
|
6887
6625
|
"unusedusers:diagnose:org:hardis"
|
|
6888
6626
|
]
|
|
6889
6627
|
},
|
|
6628
|
+
"hardis:org:files:export": {
|
|
6629
|
+
"aliases": [],
|
|
6630
|
+
"args": {},
|
|
6631
|
+
"description": "Export file attachments from a Salesforce org\n\nHandles:\n\n- ContentVersion\n- Attachment\n\nSee article below:\n\n[](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
|
|
6632
|
+
"examples": [
|
|
6633
|
+
"$ sf hardis:org:files:export"
|
|
6634
|
+
],
|
|
6635
|
+
"flags": {
|
|
6636
|
+
"json": {
|
|
6637
|
+
"description": "Format output as json.",
|
|
6638
|
+
"helpGroup": "GLOBAL",
|
|
6639
|
+
"name": "json",
|
|
6640
|
+
"allowNo": false,
|
|
6641
|
+
"type": "boolean"
|
|
6642
|
+
},
|
|
6643
|
+
"flags-dir": {
|
|
6644
|
+
"helpGroup": "GLOBAL",
|
|
6645
|
+
"name": "flags-dir",
|
|
6646
|
+
"summary": "Import flag values from a directory.",
|
|
6647
|
+
"hasDynamicHelp": false,
|
|
6648
|
+
"multiple": false,
|
|
6649
|
+
"type": "option"
|
|
6650
|
+
},
|
|
6651
|
+
"path": {
|
|
6652
|
+
"char": "p",
|
|
6653
|
+
"description": "Path to the file export project",
|
|
6654
|
+
"name": "path",
|
|
6655
|
+
"hasDynamicHelp": false,
|
|
6656
|
+
"multiple": false,
|
|
6657
|
+
"type": "option"
|
|
6658
|
+
},
|
|
6659
|
+
"chunksize": {
|
|
6660
|
+
"char": "c",
|
|
6661
|
+
"description": "Number of records to add in a chunk before it is processed",
|
|
6662
|
+
"name": "chunksize",
|
|
6663
|
+
"default": 1000,
|
|
6664
|
+
"hasDynamicHelp": false,
|
|
6665
|
+
"multiple": false,
|
|
6666
|
+
"type": "option"
|
|
6667
|
+
},
|
|
6668
|
+
"polltimeout": {
|
|
6669
|
+
"char": "t",
|
|
6670
|
+
"description": "Timeout in MS for Bulk API calls",
|
|
6671
|
+
"name": "polltimeout",
|
|
6672
|
+
"default": 300000,
|
|
6673
|
+
"hasDynamicHelp": false,
|
|
6674
|
+
"multiple": false,
|
|
6675
|
+
"type": "option"
|
|
6676
|
+
},
|
|
6677
|
+
"startchunknumber": {
|
|
6678
|
+
"char": "s",
|
|
6679
|
+
"description": "Chunk number to start from",
|
|
6680
|
+
"name": "startchunknumber",
|
|
6681
|
+
"default": 0,
|
|
6682
|
+
"hasDynamicHelp": false,
|
|
6683
|
+
"multiple": false,
|
|
6684
|
+
"type": "option"
|
|
6685
|
+
},
|
|
6686
|
+
"debug": {
|
|
6687
|
+
"char": "d",
|
|
6688
|
+
"description": "Activate debug mode (more logs)",
|
|
6689
|
+
"name": "debug",
|
|
6690
|
+
"allowNo": false,
|
|
6691
|
+
"type": "boolean"
|
|
6692
|
+
},
|
|
6693
|
+
"websocket": {
|
|
6694
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
6695
|
+
"name": "websocket",
|
|
6696
|
+
"hasDynamicHelp": false,
|
|
6697
|
+
"multiple": false,
|
|
6698
|
+
"type": "option"
|
|
6699
|
+
},
|
|
6700
|
+
"skipauth": {
|
|
6701
|
+
"description": "Skip authentication check when a default username is required",
|
|
6702
|
+
"name": "skipauth",
|
|
6703
|
+
"allowNo": false,
|
|
6704
|
+
"type": "boolean"
|
|
6705
|
+
},
|
|
6706
|
+
"target-org": {
|
|
6707
|
+
"aliases": [
|
|
6708
|
+
"targetusername",
|
|
6709
|
+
"u"
|
|
6710
|
+
],
|
|
6711
|
+
"char": "o",
|
|
6712
|
+
"deprecateAliases": true,
|
|
6713
|
+
"name": "target-org",
|
|
6714
|
+
"noCacheDefault": true,
|
|
6715
|
+
"required": true,
|
|
6716
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
6717
|
+
"hasDynamicHelp": true,
|
|
6718
|
+
"multiple": false,
|
|
6719
|
+
"type": "option"
|
|
6720
|
+
}
|
|
6721
|
+
},
|
|
6722
|
+
"hasDynamicHelp": true,
|
|
6723
|
+
"hiddenAliases": [],
|
|
6724
|
+
"id": "hardis:org:files:export",
|
|
6725
|
+
"pluginAlias": "sfdx-hardis",
|
|
6726
|
+
"pluginName": "sfdx-hardis",
|
|
6727
|
+
"pluginType": "core",
|
|
6728
|
+
"strict": true,
|
|
6729
|
+
"enableJsonFlag": true,
|
|
6730
|
+
"title": "Export files",
|
|
6731
|
+
"requiresProject": false,
|
|
6732
|
+
"isESM": true,
|
|
6733
|
+
"relativePath": [
|
|
6734
|
+
"lib",
|
|
6735
|
+
"commands",
|
|
6736
|
+
"hardis",
|
|
6737
|
+
"org",
|
|
6738
|
+
"files",
|
|
6739
|
+
"export.js"
|
|
6740
|
+
],
|
|
6741
|
+
"aliasPermutations": [],
|
|
6742
|
+
"permutations": [
|
|
6743
|
+
"hardis:org:files:export",
|
|
6744
|
+
"org:hardis:files:export",
|
|
6745
|
+
"org:files:hardis:export",
|
|
6746
|
+
"org:files:export:hardis",
|
|
6747
|
+
"hardis:files:org:export",
|
|
6748
|
+
"files:hardis:org:export",
|
|
6749
|
+
"files:org:hardis:export",
|
|
6750
|
+
"files:org:export:hardis",
|
|
6751
|
+
"hardis:files:export:org",
|
|
6752
|
+
"files:hardis:export:org",
|
|
6753
|
+
"files:export:hardis:org",
|
|
6754
|
+
"files:export:org:hardis",
|
|
6755
|
+
"hardis:org:export:files",
|
|
6756
|
+
"org:hardis:export:files",
|
|
6757
|
+
"org:export:hardis:files",
|
|
6758
|
+
"org:export:files:hardis",
|
|
6759
|
+
"hardis:export:org:files",
|
|
6760
|
+
"export:hardis:org:files",
|
|
6761
|
+
"export:org:hardis:files",
|
|
6762
|
+
"export:org:files:hardis",
|
|
6763
|
+
"hardis:export:files:org",
|
|
6764
|
+
"export:hardis:files:org",
|
|
6765
|
+
"export:files:hardis:org",
|
|
6766
|
+
"export:files:org:hardis"
|
|
6767
|
+
]
|
|
6768
|
+
},
|
|
6769
|
+
"hardis:org:files:import": {
|
|
6770
|
+
"aliases": [],
|
|
6771
|
+
"args": {},
|
|
6772
|
+
"description": "Import file attachments into a Salesforce org\n\nSee article below to see how to Export them.\n\n[](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
|
|
6773
|
+
"examples": [
|
|
6774
|
+
"$ sf hardis:org:files:import"
|
|
6775
|
+
],
|
|
6776
|
+
"flags": {
|
|
6777
|
+
"json": {
|
|
6778
|
+
"description": "Format output as json.",
|
|
6779
|
+
"helpGroup": "GLOBAL",
|
|
6780
|
+
"name": "json",
|
|
6781
|
+
"allowNo": false,
|
|
6782
|
+
"type": "boolean"
|
|
6783
|
+
},
|
|
6784
|
+
"flags-dir": {
|
|
6785
|
+
"helpGroup": "GLOBAL",
|
|
6786
|
+
"name": "flags-dir",
|
|
6787
|
+
"summary": "Import flag values from a directory.",
|
|
6788
|
+
"hasDynamicHelp": false,
|
|
6789
|
+
"multiple": false,
|
|
6790
|
+
"type": "option"
|
|
6791
|
+
},
|
|
6792
|
+
"path": {
|
|
6793
|
+
"char": "p",
|
|
6794
|
+
"description": "Path to the file export project",
|
|
6795
|
+
"name": "path",
|
|
6796
|
+
"hasDynamicHelp": false,
|
|
6797
|
+
"multiple": false,
|
|
6798
|
+
"type": "option"
|
|
6799
|
+
},
|
|
6800
|
+
"overwrite": {
|
|
6801
|
+
"char": "f",
|
|
6802
|
+
"description": "Override existing files (doubles the number of API calls)",
|
|
6803
|
+
"name": "overwrite",
|
|
6804
|
+
"allowNo": false,
|
|
6805
|
+
"type": "boolean"
|
|
6806
|
+
},
|
|
6807
|
+
"debug": {
|
|
6808
|
+
"char": "d",
|
|
6809
|
+
"description": "Activate debug mode (more logs)",
|
|
6810
|
+
"name": "debug",
|
|
6811
|
+
"allowNo": false,
|
|
6812
|
+
"type": "boolean"
|
|
6813
|
+
},
|
|
6814
|
+
"websocket": {
|
|
6815
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
6816
|
+
"name": "websocket",
|
|
6817
|
+
"hasDynamicHelp": false,
|
|
6818
|
+
"multiple": false,
|
|
6819
|
+
"type": "option"
|
|
6820
|
+
},
|
|
6821
|
+
"skipauth": {
|
|
6822
|
+
"description": "Skip authentication check when a default username is required",
|
|
6823
|
+
"name": "skipauth",
|
|
6824
|
+
"allowNo": false,
|
|
6825
|
+
"type": "boolean"
|
|
6826
|
+
},
|
|
6827
|
+
"target-org": {
|
|
6828
|
+
"aliases": [
|
|
6829
|
+
"targetusername",
|
|
6830
|
+
"u"
|
|
6831
|
+
],
|
|
6832
|
+
"char": "o",
|
|
6833
|
+
"deprecateAliases": true,
|
|
6834
|
+
"name": "target-org",
|
|
6835
|
+
"noCacheDefault": true,
|
|
6836
|
+
"required": true,
|
|
6837
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
6838
|
+
"hasDynamicHelp": true,
|
|
6839
|
+
"multiple": false,
|
|
6840
|
+
"type": "option"
|
|
6841
|
+
}
|
|
6842
|
+
},
|
|
6843
|
+
"hasDynamicHelp": true,
|
|
6844
|
+
"hiddenAliases": [],
|
|
6845
|
+
"id": "hardis:org:files:import",
|
|
6846
|
+
"pluginAlias": "sfdx-hardis",
|
|
6847
|
+
"pluginName": "sfdx-hardis",
|
|
6848
|
+
"pluginType": "core",
|
|
6849
|
+
"strict": true,
|
|
6850
|
+
"enableJsonFlag": true,
|
|
6851
|
+
"title": "Import files",
|
|
6852
|
+
"requiresProject": false,
|
|
6853
|
+
"isESM": true,
|
|
6854
|
+
"relativePath": [
|
|
6855
|
+
"lib",
|
|
6856
|
+
"commands",
|
|
6857
|
+
"hardis",
|
|
6858
|
+
"org",
|
|
6859
|
+
"files",
|
|
6860
|
+
"import.js"
|
|
6861
|
+
],
|
|
6862
|
+
"aliasPermutations": [],
|
|
6863
|
+
"permutations": [
|
|
6864
|
+
"hardis:org:files:import",
|
|
6865
|
+
"org:hardis:files:import",
|
|
6866
|
+
"org:files:hardis:import",
|
|
6867
|
+
"org:files:import:hardis",
|
|
6868
|
+
"hardis:files:org:import",
|
|
6869
|
+
"files:hardis:org:import",
|
|
6870
|
+
"files:org:hardis:import",
|
|
6871
|
+
"files:org:import:hardis",
|
|
6872
|
+
"hardis:files:import:org",
|
|
6873
|
+
"files:hardis:import:org",
|
|
6874
|
+
"files:import:hardis:org",
|
|
6875
|
+
"files:import:org:hardis",
|
|
6876
|
+
"hardis:org:import:files",
|
|
6877
|
+
"org:hardis:import:files",
|
|
6878
|
+
"org:import:hardis:files",
|
|
6879
|
+
"org:import:files:hardis",
|
|
6880
|
+
"hardis:import:org:files",
|
|
6881
|
+
"import:hardis:org:files",
|
|
6882
|
+
"import:org:hardis:files",
|
|
6883
|
+
"import:org:files:hardis",
|
|
6884
|
+
"hardis:import:files:org",
|
|
6885
|
+
"import:hardis:files:org",
|
|
6886
|
+
"import:files:hardis:org",
|
|
6887
|
+
"import:files:org:hardis"
|
|
6888
|
+
]
|
|
6889
|
+
},
|
|
6890
6890
|
"hardis:org:fix:listviewmine": {
|
|
6891
6891
|
"aliases": [],
|
|
6892
6892
|
"args": {},
|
|
@@ -7592,6 +7592,113 @@
|
|
|
7592
7592
|
"limits:monitor:org:hardis"
|
|
7593
7593
|
]
|
|
7594
7594
|
},
|
|
7595
|
+
"hardis:org:retrieve:packageconfig": {
|
|
7596
|
+
"aliases": [],
|
|
7597
|
+
"args": {},
|
|
7598
|
+
"description": "Retrieve package configuration from an org",
|
|
7599
|
+
"examples": [
|
|
7600
|
+
"$ sf hardis:org:retrieve:packageconfig",
|
|
7601
|
+
"sf hardis:org:retrieve:packageconfig -u myOrg"
|
|
7602
|
+
],
|
|
7603
|
+
"flags": {
|
|
7604
|
+
"json": {
|
|
7605
|
+
"description": "Format output as json.",
|
|
7606
|
+
"helpGroup": "GLOBAL",
|
|
7607
|
+
"name": "json",
|
|
7608
|
+
"allowNo": false,
|
|
7609
|
+
"type": "boolean"
|
|
7610
|
+
},
|
|
7611
|
+
"flags-dir": {
|
|
7612
|
+
"helpGroup": "GLOBAL",
|
|
7613
|
+
"name": "flags-dir",
|
|
7614
|
+
"summary": "Import flag values from a directory.",
|
|
7615
|
+
"hasDynamicHelp": false,
|
|
7616
|
+
"multiple": false,
|
|
7617
|
+
"type": "option"
|
|
7618
|
+
},
|
|
7619
|
+
"debug": {
|
|
7620
|
+
"char": "d",
|
|
7621
|
+
"description": "Activate debug mode (more logs)",
|
|
7622
|
+
"name": "debug",
|
|
7623
|
+
"allowNo": false,
|
|
7624
|
+
"type": "boolean"
|
|
7625
|
+
},
|
|
7626
|
+
"websocket": {
|
|
7627
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
7628
|
+
"name": "websocket",
|
|
7629
|
+
"hasDynamicHelp": false,
|
|
7630
|
+
"multiple": false,
|
|
7631
|
+
"type": "option"
|
|
7632
|
+
},
|
|
7633
|
+
"skipauth": {
|
|
7634
|
+
"description": "Skip authentication check when a default username is required",
|
|
7635
|
+
"name": "skipauth",
|
|
7636
|
+
"allowNo": false,
|
|
7637
|
+
"type": "boolean"
|
|
7638
|
+
},
|
|
7639
|
+
"target-org": {
|
|
7640
|
+
"aliases": [
|
|
7641
|
+
"targetusername",
|
|
7642
|
+
"u"
|
|
7643
|
+
],
|
|
7644
|
+
"char": "o",
|
|
7645
|
+
"deprecateAliases": true,
|
|
7646
|
+
"name": "target-org",
|
|
7647
|
+
"noCacheDefault": true,
|
|
7648
|
+
"required": true,
|
|
7649
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
7650
|
+
"hasDynamicHelp": true,
|
|
7651
|
+
"multiple": false,
|
|
7652
|
+
"type": "option"
|
|
7653
|
+
}
|
|
7654
|
+
},
|
|
7655
|
+
"hasDynamicHelp": true,
|
|
7656
|
+
"hiddenAliases": [],
|
|
7657
|
+
"id": "hardis:org:retrieve:packageconfig",
|
|
7658
|
+
"pluginAlias": "sfdx-hardis",
|
|
7659
|
+
"pluginName": "sfdx-hardis",
|
|
7660
|
+
"pluginType": "core",
|
|
7661
|
+
"strict": true,
|
|
7662
|
+
"enableJsonFlag": true,
|
|
7663
|
+
"title": "Retrieve package configuration from an org",
|
|
7664
|
+
"requiresProject": false,
|
|
7665
|
+
"isESM": true,
|
|
7666
|
+
"relativePath": [
|
|
7667
|
+
"lib",
|
|
7668
|
+
"commands",
|
|
7669
|
+
"hardis",
|
|
7670
|
+
"org",
|
|
7671
|
+
"retrieve",
|
|
7672
|
+
"packageconfig.js"
|
|
7673
|
+
],
|
|
7674
|
+
"aliasPermutations": [],
|
|
7675
|
+
"permutations": [
|
|
7676
|
+
"hardis:org:retrieve:packageconfig",
|
|
7677
|
+
"org:hardis:retrieve:packageconfig",
|
|
7678
|
+
"org:retrieve:hardis:packageconfig",
|
|
7679
|
+
"org:retrieve:packageconfig:hardis",
|
|
7680
|
+
"hardis:retrieve:org:packageconfig",
|
|
7681
|
+
"retrieve:hardis:org:packageconfig",
|
|
7682
|
+
"retrieve:org:hardis:packageconfig",
|
|
7683
|
+
"retrieve:org:packageconfig:hardis",
|
|
7684
|
+
"hardis:retrieve:packageconfig:org",
|
|
7685
|
+
"retrieve:hardis:packageconfig:org",
|
|
7686
|
+
"retrieve:packageconfig:hardis:org",
|
|
7687
|
+
"retrieve:packageconfig:org:hardis",
|
|
7688
|
+
"hardis:org:packageconfig:retrieve",
|
|
7689
|
+
"org:hardis:packageconfig:retrieve",
|
|
7690
|
+
"org:packageconfig:hardis:retrieve",
|
|
7691
|
+
"org:packageconfig:retrieve:hardis",
|
|
7692
|
+
"hardis:packageconfig:org:retrieve",
|
|
7693
|
+
"packageconfig:hardis:org:retrieve",
|
|
7694
|
+
"packageconfig:org:hardis:retrieve",
|
|
7695
|
+
"packageconfig:org:retrieve:hardis",
|
|
7696
|
+
"hardis:packageconfig:retrieve:org",
|
|
7697
|
+
"packageconfig:hardis:retrieve:org",
|
|
7698
|
+
"packageconfig:retrieve:hardis:org",
|
|
7699
|
+
"packageconfig:retrieve:org:hardis"
|
|
7700
|
+
]
|
|
7701
|
+
},
|
|
7595
7702
|
"hardis:org:purge:apexlog": {
|
|
7596
7703
|
"aliases": [],
|
|
7597
7704
|
"args": {},
|
|
@@ -7860,113 +7967,6 @@
|
|
|
7860
7967
|
"flow:purge:org:hardis"
|
|
7861
7968
|
]
|
|
7862
7969
|
},
|
|
7863
|
-
"hardis:org:retrieve:packageconfig": {
|
|
7864
|
-
"aliases": [],
|
|
7865
|
-
"args": {},
|
|
7866
|
-
"description": "Retrieve package configuration from an org",
|
|
7867
|
-
"examples": [
|
|
7868
|
-
"$ sf hardis:org:retrieve:packageconfig",
|
|
7869
|
-
"sf hardis:org:retrieve:packageconfig -u myOrg"
|
|
7870
|
-
],
|
|
7871
|
-
"flags": {
|
|
7872
|
-
"json": {
|
|
7873
|
-
"description": "Format output as json.",
|
|
7874
|
-
"helpGroup": "GLOBAL",
|
|
7875
|
-
"name": "json",
|
|
7876
|
-
"allowNo": false,
|
|
7877
|
-
"type": "boolean"
|
|
7878
|
-
},
|
|
7879
|
-
"flags-dir": {
|
|
7880
|
-
"helpGroup": "GLOBAL",
|
|
7881
|
-
"name": "flags-dir",
|
|
7882
|
-
"summary": "Import flag values from a directory.",
|
|
7883
|
-
"hasDynamicHelp": false,
|
|
7884
|
-
"multiple": false,
|
|
7885
|
-
"type": "option"
|
|
7886
|
-
},
|
|
7887
|
-
"debug": {
|
|
7888
|
-
"char": "d",
|
|
7889
|
-
"description": "Activate debug mode (more logs)",
|
|
7890
|
-
"name": "debug",
|
|
7891
|
-
"allowNo": false,
|
|
7892
|
-
"type": "boolean"
|
|
7893
|
-
},
|
|
7894
|
-
"websocket": {
|
|
7895
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
7896
|
-
"name": "websocket",
|
|
7897
|
-
"hasDynamicHelp": false,
|
|
7898
|
-
"multiple": false,
|
|
7899
|
-
"type": "option"
|
|
7900
|
-
},
|
|
7901
|
-
"skipauth": {
|
|
7902
|
-
"description": "Skip authentication check when a default username is required",
|
|
7903
|
-
"name": "skipauth",
|
|
7904
|
-
"allowNo": false,
|
|
7905
|
-
"type": "boolean"
|
|
7906
|
-
},
|
|
7907
|
-
"target-org": {
|
|
7908
|
-
"aliases": [
|
|
7909
|
-
"targetusername",
|
|
7910
|
-
"u"
|
|
7911
|
-
],
|
|
7912
|
-
"char": "o",
|
|
7913
|
-
"deprecateAliases": true,
|
|
7914
|
-
"name": "target-org",
|
|
7915
|
-
"noCacheDefault": true,
|
|
7916
|
-
"required": true,
|
|
7917
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
7918
|
-
"hasDynamicHelp": true,
|
|
7919
|
-
"multiple": false,
|
|
7920
|
-
"type": "option"
|
|
7921
|
-
}
|
|
7922
|
-
},
|
|
7923
|
-
"hasDynamicHelp": true,
|
|
7924
|
-
"hiddenAliases": [],
|
|
7925
|
-
"id": "hardis:org:retrieve:packageconfig",
|
|
7926
|
-
"pluginAlias": "sfdx-hardis",
|
|
7927
|
-
"pluginName": "sfdx-hardis",
|
|
7928
|
-
"pluginType": "core",
|
|
7929
|
-
"strict": true,
|
|
7930
|
-
"enableJsonFlag": true,
|
|
7931
|
-
"title": "Retrieve package configuration from an org",
|
|
7932
|
-
"requiresProject": false,
|
|
7933
|
-
"isESM": true,
|
|
7934
|
-
"relativePath": [
|
|
7935
|
-
"lib",
|
|
7936
|
-
"commands",
|
|
7937
|
-
"hardis",
|
|
7938
|
-
"org",
|
|
7939
|
-
"retrieve",
|
|
7940
|
-
"packageconfig.js"
|
|
7941
|
-
],
|
|
7942
|
-
"aliasPermutations": [],
|
|
7943
|
-
"permutations": [
|
|
7944
|
-
"hardis:org:retrieve:packageconfig",
|
|
7945
|
-
"org:hardis:retrieve:packageconfig",
|
|
7946
|
-
"org:retrieve:hardis:packageconfig",
|
|
7947
|
-
"org:retrieve:packageconfig:hardis",
|
|
7948
|
-
"hardis:retrieve:org:packageconfig",
|
|
7949
|
-
"retrieve:hardis:org:packageconfig",
|
|
7950
|
-
"retrieve:org:hardis:packageconfig",
|
|
7951
|
-
"retrieve:org:packageconfig:hardis",
|
|
7952
|
-
"hardis:retrieve:packageconfig:org",
|
|
7953
|
-
"retrieve:hardis:packageconfig:org",
|
|
7954
|
-
"retrieve:packageconfig:hardis:org",
|
|
7955
|
-
"retrieve:packageconfig:org:hardis",
|
|
7956
|
-
"hardis:org:packageconfig:retrieve",
|
|
7957
|
-
"org:hardis:packageconfig:retrieve",
|
|
7958
|
-
"org:packageconfig:hardis:retrieve",
|
|
7959
|
-
"org:packageconfig:retrieve:hardis",
|
|
7960
|
-
"hardis:packageconfig:org:retrieve",
|
|
7961
|
-
"packageconfig:hardis:org:retrieve",
|
|
7962
|
-
"packageconfig:org:hardis:retrieve",
|
|
7963
|
-
"packageconfig:org:retrieve:hardis",
|
|
7964
|
-
"hardis:packageconfig:retrieve:org",
|
|
7965
|
-
"packageconfig:hardis:retrieve:org",
|
|
7966
|
-
"packageconfig:retrieve:hardis:org",
|
|
7967
|
-
"packageconfig:retrieve:org:hardis"
|
|
7968
|
-
]
|
|
7969
|
-
},
|
|
7970
7970
|
"hardis:org:test:apex": {
|
|
7971
7971
|
"aliases": [],
|
|
7972
7972
|
"args": {},
|
|
@@ -8844,11 +8844,12 @@
|
|
|
8844
8844
|
"hardis:project:audit:apiversion": {
|
|
8845
8845
|
"aliases": [],
|
|
8846
8846
|
"args": {},
|
|
8847
|
-
"description": "This command
|
|
8847
|
+
"description": "This command identifies metadata with an apiVersion lower than the value specified in the --minimumapiversion parameter.\n\n It can also update the apiVersion to a specific value:\n - When --fix parameter is provided (updates to minimumapiversion)\n - When --newapiversion is specified (updates to that version)\n\n Example to handle [ApexClass / Trigger & ApexPage mandatory version upgrade](https://help.salesforce.com/s/articleView?id=sf.admin_locales_update_api.htm&type=5) :\n \n `sf hardis:project:audit:apiversion --metadatatype ApexClass,ApexTrigger,ApexPage --minimumapiversion 45 --newapiversion 50`\n ",
|
|
8848
8848
|
"examples": [
|
|
8849
8849
|
"$ sf hardis:project:audit:apiversion",
|
|
8850
8850
|
"$ sf hardis:project:audit:apiversion --metadatatype ApexClass,ApexTrigger,ApexPage --minimumapiversion 45",
|
|
8851
|
-
"$ sf hardis:project:audit:apiversion --metadatatype ApexClass,ApexTrigger,ApexPage --minimumapiversion 45 --fix"
|
|
8851
|
+
"$ sf hardis:project:audit:apiversion --metadatatype ApexClass,ApexTrigger,ApexPage --minimumapiversion 45 --fix",
|
|
8852
|
+
"$ sf hardis:project:audit:apiversion --metadatatype ApexClass,ApexTrigger,ApexPage --minimumapiversion 45 --newapiversion 50"
|
|
8852
8853
|
],
|
|
8853
8854
|
"flags": {
|
|
8854
8855
|
"json": {
|
|
@@ -8910,10 +8911,18 @@
|
|
|
8910
8911
|
"type": "option"
|
|
8911
8912
|
},
|
|
8912
8913
|
"fix": {
|
|
8913
|
-
"description": "
|
|
8914
|
+
"description": "Automatically update API versions in files that are below the minimum version threshold to match the minimum version",
|
|
8914
8915
|
"name": "fix",
|
|
8915
8916
|
"allowNo": false,
|
|
8916
8917
|
"type": "boolean"
|
|
8918
|
+
},
|
|
8919
|
+
"newapiversion": {
|
|
8920
|
+
"char": "n",
|
|
8921
|
+
"description": "Define an API version value to apply when updating files",
|
|
8922
|
+
"name": "newapiversion",
|
|
8923
|
+
"hasDynamicHelp": false,
|
|
8924
|
+
"multiple": false,
|
|
8925
|
+
"type": "option"
|
|
8917
8926
|
}
|
|
8918
8927
|
},
|
|
8919
8928
|
"hasDynamicHelp": false,
|
|
@@ -9374,6 +9383,109 @@
|
|
|
9374
9383
|
"auth:configure:project:hardis"
|
|
9375
9384
|
]
|
|
9376
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
|
+
},
|
|
9377
9489
|
"hardis:project:clean:emptyitems": {
|
|
9378
9490
|
"aliases": [],
|
|
9379
9491
|
"args": {},
|
|
@@ -10859,12 +10971,12 @@
|
|
|
10859
10971
|
"xml:clean:project:hardis"
|
|
10860
10972
|
]
|
|
10861
10973
|
},
|
|
10862
|
-
"hardis:project:
|
|
10974
|
+
"hardis:project:fix:profiletabs": {
|
|
10863
10975
|
"aliases": [],
|
|
10864
10976
|
"args": {},
|
|
10865
|
-
"description": "
|
|
10977
|
+
"description": "Interactive prompts to add tab visibilities that are not retrieved by project retrieve start",
|
|
10866
10978
|
"examples": [
|
|
10867
|
-
"$ sf hardis:project:
|
|
10979
|
+
"$ sf hardis:project:fix:profiletabs"
|
|
10868
10980
|
],
|
|
10869
10981
|
"flags": {
|
|
10870
10982
|
"json": {
|
|
@@ -10882,13 +10994,13 @@
|
|
|
10882
10994
|
"multiple": false,
|
|
10883
10995
|
"type": "option"
|
|
10884
10996
|
},
|
|
10885
|
-
"
|
|
10886
|
-
"char": "
|
|
10887
|
-
"description": "
|
|
10888
|
-
"name": "
|
|
10889
|
-
"default":
|
|
10997
|
+
"path": {
|
|
10998
|
+
"char": "p",
|
|
10999
|
+
"description": "Root folder",
|
|
11000
|
+
"name": "path",
|
|
11001
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
10890
11002
|
"hasDynamicHelp": false,
|
|
10891
|
-
"multiple":
|
|
11003
|
+
"multiple": false,
|
|
10892
11004
|
"type": "option"
|
|
10893
11005
|
},
|
|
10894
11006
|
"debug": {
|
|
@@ -10910,56 +11022,168 @@
|
|
|
10910
11022
|
"name": "skipauth",
|
|
10911
11023
|
"allowNo": false,
|
|
10912
11024
|
"type": "boolean"
|
|
11025
|
+
},
|
|
11026
|
+
"target-org": {
|
|
11027
|
+
"aliases": [
|
|
11028
|
+
"targetusername",
|
|
11029
|
+
"u"
|
|
11030
|
+
],
|
|
11031
|
+
"char": "o",
|
|
11032
|
+
"deprecateAliases": true,
|
|
11033
|
+
"name": "target-org",
|
|
11034
|
+
"noCacheDefault": true,
|
|
11035
|
+
"required": true,
|
|
11036
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
11037
|
+
"hasDynamicHelp": true,
|
|
11038
|
+
"multiple": false,
|
|
11039
|
+
"type": "option"
|
|
10913
11040
|
}
|
|
10914
11041
|
},
|
|
10915
|
-
"hasDynamicHelp":
|
|
11042
|
+
"hasDynamicHelp": true,
|
|
10916
11043
|
"hiddenAliases": [],
|
|
10917
|
-
"id": "hardis:project:
|
|
11044
|
+
"id": "hardis:project:fix:profiletabs",
|
|
10918
11045
|
"pluginAlias": "sfdx-hardis",
|
|
10919
11046
|
"pluginName": "sfdx-hardis",
|
|
10920
11047
|
"pluginType": "core",
|
|
10921
11048
|
"strict": true,
|
|
10922
11049
|
"enableJsonFlag": true,
|
|
10923
|
-
"title": "
|
|
11050
|
+
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
10924
11051
|
"requiresProject": true,
|
|
10925
|
-
"requiresSfdxPlugins": [
|
|
10926
|
-
"shane-sfdx-plugins"
|
|
10927
|
-
],
|
|
10928
11052
|
"isESM": true,
|
|
10929
11053
|
"relativePath": [
|
|
10930
11054
|
"lib",
|
|
10931
11055
|
"commands",
|
|
10932
11056
|
"hardis",
|
|
10933
11057
|
"project",
|
|
10934
|
-
"
|
|
10935
|
-
"
|
|
11058
|
+
"fix",
|
|
11059
|
+
"profiletabs.js"
|
|
10936
11060
|
],
|
|
10937
11061
|
"aliasPermutations": [],
|
|
10938
11062
|
"permutations": [
|
|
10939
|
-
"hardis:project:
|
|
10940
|
-
"project:hardis:
|
|
10941
|
-
"project:
|
|
10942
|
-
"project:
|
|
10943
|
-
"hardis:
|
|
10944
|
-
"
|
|
10945
|
-
"
|
|
10946
|
-
"
|
|
10947
|
-
"hardis:
|
|
10948
|
-
"
|
|
10949
|
-
"
|
|
10950
|
-
"
|
|
10951
|
-
"hardis:project:
|
|
10952
|
-
"project:hardis:
|
|
10953
|
-
"project:
|
|
10954
|
-
"project:
|
|
10955
|
-
"hardis:
|
|
10956
|
-
"
|
|
10957
|
-
"
|
|
10958
|
-
"
|
|
10959
|
-
"hardis:
|
|
10960
|
-
"
|
|
10961
|
-
"
|
|
10962
|
-
"
|
|
11063
|
+
"hardis:project:fix:profiletabs",
|
|
11064
|
+
"project:hardis:fix:profiletabs",
|
|
11065
|
+
"project:fix:hardis:profiletabs",
|
|
11066
|
+
"project:fix:profiletabs:hardis",
|
|
11067
|
+
"hardis:fix:project:profiletabs",
|
|
11068
|
+
"fix:hardis:project:profiletabs",
|
|
11069
|
+
"fix:project:hardis:profiletabs",
|
|
11070
|
+
"fix:project:profiletabs:hardis",
|
|
11071
|
+
"hardis:fix:profiletabs:project",
|
|
11072
|
+
"fix:hardis:profiletabs:project",
|
|
11073
|
+
"fix:profiletabs:hardis:project",
|
|
11074
|
+
"fix:profiletabs:project:hardis",
|
|
11075
|
+
"hardis:project:profiletabs:fix",
|
|
11076
|
+
"project:hardis:profiletabs:fix",
|
|
11077
|
+
"project:profiletabs:hardis:fix",
|
|
11078
|
+
"project:profiletabs:fix:hardis",
|
|
11079
|
+
"hardis:profiletabs:project:fix",
|
|
11080
|
+
"profiletabs:hardis:project:fix",
|
|
11081
|
+
"profiletabs:project:hardis:fix",
|
|
11082
|
+
"profiletabs:project:fix:hardis",
|
|
11083
|
+
"hardis:profiletabs:fix:project",
|
|
11084
|
+
"profiletabs:hardis:fix:project",
|
|
11085
|
+
"profiletabs:fix:hardis:project",
|
|
11086
|
+
"profiletabs:fix:project:hardis"
|
|
11087
|
+
]
|
|
11088
|
+
},
|
|
11089
|
+
"hardis:project:fix:v53flexipages": {
|
|
11090
|
+
"aliases": [],
|
|
11091
|
+
"args": {},
|
|
11092
|
+
"description": "Fix flexipages for apiVersion v53 (Winter22).\n\nNote: Update api version to 53.0 in package.xml and sfdx-project.json",
|
|
11093
|
+
"examples": [
|
|
11094
|
+
"$ sf hardis:project:fix:v53flexipages"
|
|
11095
|
+
],
|
|
11096
|
+
"flags": {
|
|
11097
|
+
"json": {
|
|
11098
|
+
"description": "Format output as json.",
|
|
11099
|
+
"helpGroup": "GLOBAL",
|
|
11100
|
+
"name": "json",
|
|
11101
|
+
"allowNo": false,
|
|
11102
|
+
"type": "boolean"
|
|
11103
|
+
},
|
|
11104
|
+
"flags-dir": {
|
|
11105
|
+
"helpGroup": "GLOBAL",
|
|
11106
|
+
"name": "flags-dir",
|
|
11107
|
+
"summary": "Import flag values from a directory.",
|
|
11108
|
+
"hasDynamicHelp": false,
|
|
11109
|
+
"multiple": false,
|
|
11110
|
+
"type": "option"
|
|
11111
|
+
},
|
|
11112
|
+
"path": {
|
|
11113
|
+
"char": "p",
|
|
11114
|
+
"description": "Root folder",
|
|
11115
|
+
"name": "path",
|
|
11116
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
11117
|
+
"hasDynamicHelp": false,
|
|
11118
|
+
"multiple": false,
|
|
11119
|
+
"type": "option"
|
|
11120
|
+
},
|
|
11121
|
+
"debug": {
|
|
11122
|
+
"char": "d",
|
|
11123
|
+
"description": "Activate debug mode (more logs)",
|
|
11124
|
+
"name": "debug",
|
|
11125
|
+
"allowNo": false,
|
|
11126
|
+
"type": "boolean"
|
|
11127
|
+
},
|
|
11128
|
+
"websocket": {
|
|
11129
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
11130
|
+
"name": "websocket",
|
|
11131
|
+
"hasDynamicHelp": false,
|
|
11132
|
+
"multiple": false,
|
|
11133
|
+
"type": "option"
|
|
11134
|
+
},
|
|
11135
|
+
"skipauth": {
|
|
11136
|
+
"description": "Skip authentication check when a default username is required",
|
|
11137
|
+
"name": "skipauth",
|
|
11138
|
+
"allowNo": false,
|
|
11139
|
+
"type": "boolean"
|
|
11140
|
+
}
|
|
11141
|
+
},
|
|
11142
|
+
"hasDynamicHelp": false,
|
|
11143
|
+
"hiddenAliases": [],
|
|
11144
|
+
"id": "hardis:project:fix:v53flexipages",
|
|
11145
|
+
"pluginAlias": "sfdx-hardis",
|
|
11146
|
+
"pluginName": "sfdx-hardis",
|
|
11147
|
+
"pluginType": "core",
|
|
11148
|
+
"strict": true,
|
|
11149
|
+
"enableJsonFlag": true,
|
|
11150
|
+
"title": "Fix flexipages for v53",
|
|
11151
|
+
"requiresProject": true,
|
|
11152
|
+
"isESM": true,
|
|
11153
|
+
"relativePath": [
|
|
11154
|
+
"lib",
|
|
11155
|
+
"commands",
|
|
11156
|
+
"hardis",
|
|
11157
|
+
"project",
|
|
11158
|
+
"fix",
|
|
11159
|
+
"v53flexipages.js"
|
|
11160
|
+
],
|
|
11161
|
+
"aliasPermutations": [],
|
|
11162
|
+
"permutations": [
|
|
11163
|
+
"hardis:project:fix:v53flexipages",
|
|
11164
|
+
"project:hardis:fix:v53flexipages",
|
|
11165
|
+
"project:fix:hardis:v53flexipages",
|
|
11166
|
+
"project:fix:v53flexipages:hardis",
|
|
11167
|
+
"hardis:fix:project:v53flexipages",
|
|
11168
|
+
"fix:hardis:project:v53flexipages",
|
|
11169
|
+
"fix:project:hardis:v53flexipages",
|
|
11170
|
+
"fix:project:v53flexipages:hardis",
|
|
11171
|
+
"hardis:fix:v53flexipages:project",
|
|
11172
|
+
"fix:hardis:v53flexipages:project",
|
|
11173
|
+
"fix:v53flexipages:hardis:project",
|
|
11174
|
+
"fix:v53flexipages:project:hardis",
|
|
11175
|
+
"hardis:project:v53flexipages:fix",
|
|
11176
|
+
"project:hardis:v53flexipages:fix",
|
|
11177
|
+
"project:v53flexipages:hardis:fix",
|
|
11178
|
+
"project:v53flexipages:fix:hardis",
|
|
11179
|
+
"hardis:v53flexipages:project:fix",
|
|
11180
|
+
"v53flexipages:hardis:project:fix",
|
|
11181
|
+
"v53flexipages:project:hardis:fix",
|
|
11182
|
+
"v53flexipages:project:fix:hardis",
|
|
11183
|
+
"hardis:v53flexipages:fix:project",
|
|
11184
|
+
"v53flexipages:hardis:fix:project",
|
|
11185
|
+
"v53flexipages:fix:hardis:project",
|
|
11186
|
+
"v53flexipages:fix:project:hardis"
|
|
10963
11187
|
]
|
|
10964
11188
|
},
|
|
10965
11189
|
"hardis:project:deploy:notify": {
|
|
@@ -12137,221 +12361,6 @@
|
|
|
12137
12361
|
"validate:deploy:project:hardis"
|
|
12138
12362
|
]
|
|
12139
12363
|
},
|
|
12140
|
-
"hardis:project:fix:profiletabs": {
|
|
12141
|
-
"aliases": [],
|
|
12142
|
-
"args": {},
|
|
12143
|
-
"description": "Interactive prompts to add tab visibilities that are not retrieved by project retrieve start",
|
|
12144
|
-
"examples": [
|
|
12145
|
-
"$ sf hardis:project:fix:profiletabs"
|
|
12146
|
-
],
|
|
12147
|
-
"flags": {
|
|
12148
|
-
"json": {
|
|
12149
|
-
"description": "Format output as json.",
|
|
12150
|
-
"helpGroup": "GLOBAL",
|
|
12151
|
-
"name": "json",
|
|
12152
|
-
"allowNo": false,
|
|
12153
|
-
"type": "boolean"
|
|
12154
|
-
},
|
|
12155
|
-
"flags-dir": {
|
|
12156
|
-
"helpGroup": "GLOBAL",
|
|
12157
|
-
"name": "flags-dir",
|
|
12158
|
-
"summary": "Import flag values from a directory.",
|
|
12159
|
-
"hasDynamicHelp": false,
|
|
12160
|
-
"multiple": false,
|
|
12161
|
-
"type": "option"
|
|
12162
|
-
},
|
|
12163
|
-
"path": {
|
|
12164
|
-
"char": "p",
|
|
12165
|
-
"description": "Root folder",
|
|
12166
|
-
"name": "path",
|
|
12167
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
12168
|
-
"hasDynamicHelp": false,
|
|
12169
|
-
"multiple": false,
|
|
12170
|
-
"type": "option"
|
|
12171
|
-
},
|
|
12172
|
-
"debug": {
|
|
12173
|
-
"char": "d",
|
|
12174
|
-
"description": "Activate debug mode (more logs)",
|
|
12175
|
-
"name": "debug",
|
|
12176
|
-
"allowNo": false,
|
|
12177
|
-
"type": "boolean"
|
|
12178
|
-
},
|
|
12179
|
-
"websocket": {
|
|
12180
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12181
|
-
"name": "websocket",
|
|
12182
|
-
"hasDynamicHelp": false,
|
|
12183
|
-
"multiple": false,
|
|
12184
|
-
"type": "option"
|
|
12185
|
-
},
|
|
12186
|
-
"skipauth": {
|
|
12187
|
-
"description": "Skip authentication check when a default username is required",
|
|
12188
|
-
"name": "skipauth",
|
|
12189
|
-
"allowNo": false,
|
|
12190
|
-
"type": "boolean"
|
|
12191
|
-
},
|
|
12192
|
-
"target-org": {
|
|
12193
|
-
"aliases": [
|
|
12194
|
-
"targetusername",
|
|
12195
|
-
"u"
|
|
12196
|
-
],
|
|
12197
|
-
"char": "o",
|
|
12198
|
-
"deprecateAliases": true,
|
|
12199
|
-
"name": "target-org",
|
|
12200
|
-
"noCacheDefault": true,
|
|
12201
|
-
"required": true,
|
|
12202
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
12203
|
-
"hasDynamicHelp": true,
|
|
12204
|
-
"multiple": false,
|
|
12205
|
-
"type": "option"
|
|
12206
|
-
}
|
|
12207
|
-
},
|
|
12208
|
-
"hasDynamicHelp": true,
|
|
12209
|
-
"hiddenAliases": [],
|
|
12210
|
-
"id": "hardis:project:fix:profiletabs",
|
|
12211
|
-
"pluginAlias": "sfdx-hardis",
|
|
12212
|
-
"pluginName": "sfdx-hardis",
|
|
12213
|
-
"pluginType": "core",
|
|
12214
|
-
"strict": true,
|
|
12215
|
-
"enableJsonFlag": true,
|
|
12216
|
-
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
12217
|
-
"requiresProject": true,
|
|
12218
|
-
"isESM": true,
|
|
12219
|
-
"relativePath": [
|
|
12220
|
-
"lib",
|
|
12221
|
-
"commands",
|
|
12222
|
-
"hardis",
|
|
12223
|
-
"project",
|
|
12224
|
-
"fix",
|
|
12225
|
-
"profiletabs.js"
|
|
12226
|
-
],
|
|
12227
|
-
"aliasPermutations": [],
|
|
12228
|
-
"permutations": [
|
|
12229
|
-
"hardis:project:fix:profiletabs",
|
|
12230
|
-
"project:hardis:fix:profiletabs",
|
|
12231
|
-
"project:fix:hardis:profiletabs",
|
|
12232
|
-
"project:fix:profiletabs:hardis",
|
|
12233
|
-
"hardis:fix:project:profiletabs",
|
|
12234
|
-
"fix:hardis:project:profiletabs",
|
|
12235
|
-
"fix:project:hardis:profiletabs",
|
|
12236
|
-
"fix:project:profiletabs:hardis",
|
|
12237
|
-
"hardis:fix:profiletabs:project",
|
|
12238
|
-
"fix:hardis:profiletabs:project",
|
|
12239
|
-
"fix:profiletabs:hardis:project",
|
|
12240
|
-
"fix:profiletabs:project:hardis",
|
|
12241
|
-
"hardis:project:profiletabs:fix",
|
|
12242
|
-
"project:hardis:profiletabs:fix",
|
|
12243
|
-
"project:profiletabs:hardis:fix",
|
|
12244
|
-
"project:profiletabs:fix:hardis",
|
|
12245
|
-
"hardis:profiletabs:project:fix",
|
|
12246
|
-
"profiletabs:hardis:project:fix",
|
|
12247
|
-
"profiletabs:project:hardis:fix",
|
|
12248
|
-
"profiletabs:project:fix:hardis",
|
|
12249
|
-
"hardis:profiletabs:fix:project",
|
|
12250
|
-
"profiletabs:hardis:fix:project",
|
|
12251
|
-
"profiletabs:fix:hardis:project",
|
|
12252
|
-
"profiletabs:fix:project:hardis"
|
|
12253
|
-
]
|
|
12254
|
-
},
|
|
12255
|
-
"hardis:project:fix:v53flexipages": {
|
|
12256
|
-
"aliases": [],
|
|
12257
|
-
"args": {},
|
|
12258
|
-
"description": "Fix flexipages for apiVersion v53 (Winter22).\n\nNote: Update api version to 53.0 in package.xml and sfdx-project.json",
|
|
12259
|
-
"examples": [
|
|
12260
|
-
"$ sf hardis:project:fix:v53flexipages"
|
|
12261
|
-
],
|
|
12262
|
-
"flags": {
|
|
12263
|
-
"json": {
|
|
12264
|
-
"description": "Format output as json.",
|
|
12265
|
-
"helpGroup": "GLOBAL",
|
|
12266
|
-
"name": "json",
|
|
12267
|
-
"allowNo": false,
|
|
12268
|
-
"type": "boolean"
|
|
12269
|
-
},
|
|
12270
|
-
"flags-dir": {
|
|
12271
|
-
"helpGroup": "GLOBAL",
|
|
12272
|
-
"name": "flags-dir",
|
|
12273
|
-
"summary": "Import flag values from a directory.",
|
|
12274
|
-
"hasDynamicHelp": false,
|
|
12275
|
-
"multiple": false,
|
|
12276
|
-
"type": "option"
|
|
12277
|
-
},
|
|
12278
|
-
"path": {
|
|
12279
|
-
"char": "p",
|
|
12280
|
-
"description": "Root folder",
|
|
12281
|
-
"name": "path",
|
|
12282
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
12283
|
-
"hasDynamicHelp": false,
|
|
12284
|
-
"multiple": false,
|
|
12285
|
-
"type": "option"
|
|
12286
|
-
},
|
|
12287
|
-
"debug": {
|
|
12288
|
-
"char": "d",
|
|
12289
|
-
"description": "Activate debug mode (more logs)",
|
|
12290
|
-
"name": "debug",
|
|
12291
|
-
"allowNo": false,
|
|
12292
|
-
"type": "boolean"
|
|
12293
|
-
},
|
|
12294
|
-
"websocket": {
|
|
12295
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12296
|
-
"name": "websocket",
|
|
12297
|
-
"hasDynamicHelp": false,
|
|
12298
|
-
"multiple": false,
|
|
12299
|
-
"type": "option"
|
|
12300
|
-
},
|
|
12301
|
-
"skipauth": {
|
|
12302
|
-
"description": "Skip authentication check when a default username is required",
|
|
12303
|
-
"name": "skipauth",
|
|
12304
|
-
"allowNo": false,
|
|
12305
|
-
"type": "boolean"
|
|
12306
|
-
}
|
|
12307
|
-
},
|
|
12308
|
-
"hasDynamicHelp": false,
|
|
12309
|
-
"hiddenAliases": [],
|
|
12310
|
-
"id": "hardis:project:fix:v53flexipages",
|
|
12311
|
-
"pluginAlias": "sfdx-hardis",
|
|
12312
|
-
"pluginName": "sfdx-hardis",
|
|
12313
|
-
"pluginType": "core",
|
|
12314
|
-
"strict": true,
|
|
12315
|
-
"enableJsonFlag": true,
|
|
12316
|
-
"title": "Fix flexipages for v53",
|
|
12317
|
-
"requiresProject": true,
|
|
12318
|
-
"isESM": true,
|
|
12319
|
-
"relativePath": [
|
|
12320
|
-
"lib",
|
|
12321
|
-
"commands",
|
|
12322
|
-
"hardis",
|
|
12323
|
-
"project",
|
|
12324
|
-
"fix",
|
|
12325
|
-
"v53flexipages.js"
|
|
12326
|
-
],
|
|
12327
|
-
"aliasPermutations": [],
|
|
12328
|
-
"permutations": [
|
|
12329
|
-
"hardis:project:fix:v53flexipages",
|
|
12330
|
-
"project:hardis:fix:v53flexipages",
|
|
12331
|
-
"project:fix:hardis:v53flexipages",
|
|
12332
|
-
"project:fix:v53flexipages:hardis",
|
|
12333
|
-
"hardis:fix:project:v53flexipages",
|
|
12334
|
-
"fix:hardis:project:v53flexipages",
|
|
12335
|
-
"fix:project:hardis:v53flexipages",
|
|
12336
|
-
"fix:project:v53flexipages:hardis",
|
|
12337
|
-
"hardis:fix:v53flexipages:project",
|
|
12338
|
-
"fix:hardis:v53flexipages:project",
|
|
12339
|
-
"fix:v53flexipages:hardis:project",
|
|
12340
|
-
"fix:v53flexipages:project:hardis",
|
|
12341
|
-
"hardis:project:v53flexipages:fix",
|
|
12342
|
-
"project:hardis:v53flexipages:fix",
|
|
12343
|
-
"project:v53flexipages:hardis:fix",
|
|
12344
|
-
"project:v53flexipages:fix:hardis",
|
|
12345
|
-
"hardis:v53flexipages:project:fix",
|
|
12346
|
-
"v53flexipages:hardis:project:fix",
|
|
12347
|
-
"v53flexipages:project:hardis:fix",
|
|
12348
|
-
"v53flexipages:project:fix:hardis",
|
|
12349
|
-
"hardis:v53flexipages:fix:project",
|
|
12350
|
-
"v53flexipages:hardis:fix:project",
|
|
12351
|
-
"v53flexipages:fix:hardis:project",
|
|
12352
|
-
"v53flexipages:fix:project:hardis"
|
|
12353
|
-
]
|
|
12354
|
-
},
|
|
12355
12364
|
"hardis:project:generate:bypass": {
|
|
12356
12365
|
"aliases": [],
|
|
12357
12366
|
"args": {},
|
|
@@ -14805,5 +14814,5 @@
|
|
|
14805
14814
|
]
|
|
14806
14815
|
}
|
|
14807
14816
|
},
|
|
14808
|
-
"version": "5.43.
|
|
14817
|
+
"version": "5.43.4"
|
|
14809
14818
|
}
|