sfdx-hardis 5.44.2-alpha202507221024.0 → 5.44.2-alpha202507221106.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -0
- package/lib/common/gitProvider/bitbucket.js +1 -1
- package/lib/common/gitProvider/bitbucket.js.map +1 -1
- package/oclif.lock +16 -13
- package/oclif.manifest.json +781 -781
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -129,12 +129,13 @@
|
|
|
129
129
|
"clear:cache:hardis"
|
|
130
130
|
]
|
|
131
131
|
},
|
|
132
|
-
"hardis:
|
|
132
|
+
"hardis:auth:login": {
|
|
133
133
|
"aliases": [],
|
|
134
134
|
"args": {},
|
|
135
|
-
"description": "
|
|
135
|
+
"description": "\nLogins to a Salesforce org from CI/CD workflows.\n\nWill use the variables and files defined by configuration commands:\n\n- CI/CD repos: [Configure Org CI Authentication](https://sfdx-hardis.cloudity.com/hardis/project/configure/auth/)\n- Monitoring repos: [Configure Org Monitoring](https://sfdx-hardis.cloudity.com/hardis/org/configure/monitoring/)\n\nIf you have a technical org (for example to call Agentforce from another org, you can define variable SFDX_AUTH_URL_TECHNICAL_ORG and it will authenticate it with alias TECHNICAL_ORG)\n\nYou can get SFDX_AUTH_URL_TECHNICAL_ORG value by running the command: `sf org display --verbose --json` and copy the value of the field `sfdxAuthUrl` in the output.\n",
|
|
136
136
|
"examples": [
|
|
137
|
-
"$ sf hardis:
|
|
137
|
+
"$ sf hardis:auth:login",
|
|
138
|
+
"CI=true sf hardis:auth:login"
|
|
138
139
|
],
|
|
139
140
|
"flags": {
|
|
140
141
|
"json": {
|
|
@@ -152,20 +153,28 @@
|
|
|
152
153
|
"multiple": false,
|
|
153
154
|
"type": "option"
|
|
154
155
|
},
|
|
155
|
-
"
|
|
156
|
-
"char": "
|
|
157
|
-
"description": "
|
|
158
|
-
"name": "
|
|
159
|
-
"default": "project",
|
|
156
|
+
"instanceurl": {
|
|
157
|
+
"char": "r",
|
|
158
|
+
"description": "URL of org instance",
|
|
159
|
+
"name": "instanceurl",
|
|
160
160
|
"hasDynamicHelp": false,
|
|
161
161
|
"multiple": false,
|
|
162
|
-
"options": [
|
|
163
|
-
"project",
|
|
164
|
-
"branch",
|
|
165
|
-
"user"
|
|
166
|
-
],
|
|
167
162
|
"type": "option"
|
|
168
163
|
},
|
|
164
|
+
"devhub": {
|
|
165
|
+
"char": "h",
|
|
166
|
+
"description": "Also connect associated DevHub",
|
|
167
|
+
"name": "devhub",
|
|
168
|
+
"allowNo": false,
|
|
169
|
+
"type": "boolean"
|
|
170
|
+
},
|
|
171
|
+
"scratchorg": {
|
|
172
|
+
"char": "s",
|
|
173
|
+
"description": "Scratch org",
|
|
174
|
+
"name": "scratchorg",
|
|
175
|
+
"allowNo": false,
|
|
176
|
+
"type": "boolean"
|
|
177
|
+
},
|
|
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:auth:login",
|
|
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": "Login",
|
|
199
208
|
"requiresProject": false,
|
|
200
209
|
"isESM": true,
|
|
201
210
|
"relativePath": [
|
|
202
211
|
"lib",
|
|
203
212
|
"commands",
|
|
204
213
|
"hardis",
|
|
205
|
-
"
|
|
206
|
-
"
|
|
214
|
+
"auth",
|
|
215
|
+
"login.js"
|
|
207
216
|
],
|
|
208
217
|
"aliasPermutations": [],
|
|
209
218
|
"permutations": [
|
|
210
|
-
"hardis:
|
|
211
|
-
"
|
|
212
|
-
"
|
|
213
|
-
"hardis:
|
|
214
|
-
"
|
|
215
|
-
"
|
|
219
|
+
"hardis:auth:login",
|
|
220
|
+
"auth:hardis:login",
|
|
221
|
+
"auth:login:hardis",
|
|
222
|
+
"hardis:login:auth",
|
|
223
|
+
"login:hardis:auth",
|
|
224
|
+
"login:auth: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,121 +5476,6 @@
|
|
|
5476
5476
|
"import:data:org:hardis"
|
|
5477
5477
|
]
|
|
5478
5478
|
},
|
|
5479
|
-
"hardis:org:fix:listviewmine": {
|
|
5480
|
-
"aliases": [],
|
|
5481
|
-
"args": {},
|
|
5482
|
-
"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",
|
|
5483
|
-
"examples": [
|
|
5484
|
-
"$ sf hardis:org:fix:listviewmine",
|
|
5485
|
-
"$ sf hardis:org:fix:listviewmine --listviews Opportunity:MySubscriptions,Account:MyActivePartners"
|
|
5486
|
-
],
|
|
5487
|
-
"flags": {
|
|
5488
|
-
"json": {
|
|
5489
|
-
"description": "Format output as json.",
|
|
5490
|
-
"helpGroup": "GLOBAL",
|
|
5491
|
-
"name": "json",
|
|
5492
|
-
"allowNo": false,
|
|
5493
|
-
"type": "boolean"
|
|
5494
|
-
},
|
|
5495
|
-
"flags-dir": {
|
|
5496
|
-
"helpGroup": "GLOBAL",
|
|
5497
|
-
"name": "flags-dir",
|
|
5498
|
-
"summary": "Import flag values from a directory.",
|
|
5499
|
-
"hasDynamicHelp": false,
|
|
5500
|
-
"multiple": false,
|
|
5501
|
-
"type": "option"
|
|
5502
|
-
},
|
|
5503
|
-
"listviews": {
|
|
5504
|
-
"char": "l",
|
|
5505
|
-
"description": "Comma-separated list of listviews following format Object:ListViewName\nExample: Contact:MyContacts,Contact:MyActiveContacts,Opportunity:MYClosedOpportunities",
|
|
5506
|
-
"name": "listviews",
|
|
5507
|
-
"hasDynamicHelp": false,
|
|
5508
|
-
"multiple": false,
|
|
5509
|
-
"type": "option"
|
|
5510
|
-
},
|
|
5511
|
-
"debug": {
|
|
5512
|
-
"char": "d",
|
|
5513
|
-
"description": "Activate debug mode (more logs)",
|
|
5514
|
-
"name": "debug",
|
|
5515
|
-
"allowNo": false,
|
|
5516
|
-
"type": "boolean"
|
|
5517
|
-
},
|
|
5518
|
-
"websocket": {
|
|
5519
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
5520
|
-
"name": "websocket",
|
|
5521
|
-
"hasDynamicHelp": false,
|
|
5522
|
-
"multiple": false,
|
|
5523
|
-
"type": "option"
|
|
5524
|
-
},
|
|
5525
|
-
"skipauth": {
|
|
5526
|
-
"description": "Skip authentication check when a default username is required",
|
|
5527
|
-
"name": "skipauth",
|
|
5528
|
-
"allowNo": false,
|
|
5529
|
-
"type": "boolean"
|
|
5530
|
-
},
|
|
5531
|
-
"target-org": {
|
|
5532
|
-
"aliases": [
|
|
5533
|
-
"targetusername",
|
|
5534
|
-
"u"
|
|
5535
|
-
],
|
|
5536
|
-
"char": "o",
|
|
5537
|
-
"deprecateAliases": true,
|
|
5538
|
-
"name": "target-org",
|
|
5539
|
-
"noCacheDefault": true,
|
|
5540
|
-
"required": true,
|
|
5541
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
5542
|
-
"hasDynamicHelp": true,
|
|
5543
|
-
"multiple": false,
|
|
5544
|
-
"type": "option"
|
|
5545
|
-
}
|
|
5546
|
-
},
|
|
5547
|
-
"hasDynamicHelp": true,
|
|
5548
|
-
"hiddenAliases": [],
|
|
5549
|
-
"id": "hardis:org:fix:listviewmine",
|
|
5550
|
-
"pluginAlias": "sfdx-hardis",
|
|
5551
|
-
"pluginName": "sfdx-hardis",
|
|
5552
|
-
"pluginType": "core",
|
|
5553
|
-
"strict": true,
|
|
5554
|
-
"enableJsonFlag": true,
|
|
5555
|
-
"title": "Fix listviews with ",
|
|
5556
|
-
"requiresProject": true,
|
|
5557
|
-
"isESM": true,
|
|
5558
|
-
"relativePath": [
|
|
5559
|
-
"lib",
|
|
5560
|
-
"commands",
|
|
5561
|
-
"hardis",
|
|
5562
|
-
"org",
|
|
5563
|
-
"fix",
|
|
5564
|
-
"listviewmine.js"
|
|
5565
|
-
],
|
|
5566
|
-
"aliasPermutations": [],
|
|
5567
|
-
"permutations": [
|
|
5568
|
-
"hardis:org:fix:listviewmine",
|
|
5569
|
-
"org:hardis:fix:listviewmine",
|
|
5570
|
-
"org:fix:hardis:listviewmine",
|
|
5571
|
-
"org:fix:listviewmine:hardis",
|
|
5572
|
-
"hardis:fix:org:listviewmine",
|
|
5573
|
-
"fix:hardis:org:listviewmine",
|
|
5574
|
-
"fix:org:hardis:listviewmine",
|
|
5575
|
-
"fix:org:listviewmine:hardis",
|
|
5576
|
-
"hardis:fix:listviewmine:org",
|
|
5577
|
-
"fix:hardis:listviewmine:org",
|
|
5578
|
-
"fix:listviewmine:hardis:org",
|
|
5579
|
-
"fix:listviewmine:org:hardis",
|
|
5580
|
-
"hardis:org:listviewmine:fix",
|
|
5581
|
-
"org:hardis:listviewmine:fix",
|
|
5582
|
-
"org:listviewmine:hardis:fix",
|
|
5583
|
-
"org:listviewmine:fix:hardis",
|
|
5584
|
-
"hardis:listviewmine:org:fix",
|
|
5585
|
-
"listviewmine:hardis:org:fix",
|
|
5586
|
-
"listviewmine:org:hardis:fix",
|
|
5587
|
-
"listviewmine:org:fix:hardis",
|
|
5588
|
-
"hardis:listviewmine:fix:org",
|
|
5589
|
-
"listviewmine:hardis:fix:org",
|
|
5590
|
-
"listviewmine:fix:hardis:org",
|
|
5591
|
-
"listviewmine:fix:org:hardis"
|
|
5592
|
-
]
|
|
5593
|
-
},
|
|
5594
5479
|
"hardis:org:files:export": {
|
|
5595
5480
|
"aliases": [],
|
|
5596
5481
|
"args": {},
|
|
@@ -5853,14 +5738,15 @@
|
|
|
5853
5738
|
"import:files:org:hardis"
|
|
5854
5739
|
]
|
|
5855
5740
|
},
|
|
5856
|
-
"hardis:org:
|
|
5741
|
+
"hardis:org:diagnose:audittrail": {
|
|
5857
5742
|
"aliases": [],
|
|
5858
5743
|
"args": {},
|
|
5859
|
-
"description": "
|
|
5744
|
+
"description": "Export Audit trail into a CSV file with selected criteria, and highlight suspect actions\n\nAlso detects updates of Custom Settings values (disable by defining `SKIP_AUDIT_TRAIL_CUSTOM_SETTINGS=true`)\n\nRegular setup actions performed in major orgs are filtered.\n\n- \"\"\n - createScratchOrg\n - changedsenderemail\n - deleteScratchOrg\n - loginasgrantedtopartnerbt\n- Certificate and Key Management\n - insertCertificate\n- Custom App Licenses\n - addeduserpackagelicense\n - granteduserpackagelicense\n - revokeduserpackagelicense\n- Customer Portal\n - createdcustomersuccessuser\n - CSPUserDisabled\n- Currency\n - updateddatedexchrate\n- Data Management\n - queueMembership\n- Email Administration\n - dkimRotationPreparationSuccessful\n - dkimRotationSuccessful\n- External Objects\n - xdsEncryptedFieldChange\n- Groups\n - groupMembership\n- Holidays\n - holiday_insert\n- Inbox mobile and legacy desktop apps\n - enableSIQUserNonEAC\n - siqUserAcceptedTOS\n- Manage Users\n - activateduser\n - createduser\n - changedcommunitynickname\n - changedemail\n - changedfederationid\n - changedpassword\n - changedinteractionuseroffon\n - changedinteractionuseronoff\n - changedmarketinguseroffon\n - changedmarketinguseronoff\n - changedofflineuseroffon\n - changedprofileforuserstdtostd\n - changedprofileforuser\n - changedprofileforusercusttostd\n - changedprofileforuserstdtocust\n - changedroleforusertonone\n - changedroleforuser\n - changedroleforuserfromnone\n - changedUserAdminVerifiedStatusVerified\n - changedUserEmailVerifiedStatusUnverified\n - changedUserEmailVerifiedStatusVerified\n - changedknowledgeuseroffon\n - changedsfcontentuseroffon\n - changedsupportuseroffon\n - changedusername\n - changedUserPhoneNumber\n - changedUserPhoneVerifiedStatusUnverified\n - changedUserPhoneVerifiedStatusVerified\n - deactivateduser\n - deleteAuthenticatorPairing\n - deleteTwoFactorInfo2\n - deleteTwoFactorTempCode\n - frozeuser\n - insertAuthenticatorPairing\n - insertTwoFactorInfo2\n - insertTwoFactorTempCode\n - lightningloginenroll\n - PermSetAssign\n - PermSetGroupAssign\n - PermSetGroupUnassign\n - PermSetLicenseAssign\n - PermSetUnassign\n - PermSetLicenseUnassign\n - registeredUserPhoneNumber\n - resetpassword\n - suNetworkAdminLogin\n - suNetworkAdminLogout\n - suOrgAdminLogin\n - suOrgAdminLogout\n - unfrozeuser\n - useremailchangesent\n- Mobile Administration\n - assigneduserstomobileconfig\n- Reporting Snapshots\n - createdReportJob\n - deletedReportJob\n- Sandboxes\n - DeleteSandbox\n\nBy default, deployment user defined in .sfdx-hardis.yml targetUsername property will be excluded.\n\nYou can define additional users to exclude in .sfdx-hardis.yml **monitoringExcludeUsernames** property.\n\nYou can also add more sections / actions considered as not suspect using property **monitoringAllowedSectionsActions**\n\nExample:\n\n```yaml\nmonitoringExcludeUsernames:\n - deploymentuser@cloudity.com\n - marketingcloud@cloudity.com\n - integration-user@cloudity.com\n\nmonitoringAllowedSectionsActions:\n \"Some section\": [] // Will ignore all actions from such section\n \"Some other section\": [\"actionType1\",\"actionType2\",\"actionType3\"] // Will ignore only those 3 actions from section \"Some other section\". Other actions in the same section will be considered as suspect.\n```\n\n## Excel output example\n\n\n\n## Local output example\n\n\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-suspect-audit-trail/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
5860
5745
|
"examples": [
|
|
5861
|
-
"$ sf hardis:org:
|
|
5862
|
-
"$ sf hardis:org:
|
|
5863
|
-
"$ sf hardis:org:
|
|
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"
|
|
5864
5750
|
],
|
|
5865
5751
|
"flags": {
|
|
5866
5752
|
"json": {
|
|
@@ -5878,141 +5764,25 @@
|
|
|
5878
5764
|
"multiple": false,
|
|
5879
5765
|
"type": "option"
|
|
5880
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
|
+
},
|
|
5881
5783
|
"outputfile": {
|
|
5882
|
-
"
|
|
5883
|
-
"
|
|
5884
|
-
"hasDynamicHelp": false,
|
|
5885
|
-
"multiple": false,
|
|
5886
|
-
"type": "option"
|
|
5887
|
-
},
|
|
5888
|
-
"debug": {
|
|
5889
|
-
"char": "d",
|
|
5890
|
-
"description": "Activate debug mode (more logs)",
|
|
5891
|
-
"name": "debug",
|
|
5892
|
-
"allowNo": false,
|
|
5893
|
-
"type": "boolean"
|
|
5894
|
-
},
|
|
5895
|
-
"websocket": {
|
|
5896
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
5897
|
-
"name": "websocket",
|
|
5898
|
-
"hasDynamicHelp": false,
|
|
5899
|
-
"multiple": false,
|
|
5900
|
-
"type": "option"
|
|
5901
|
-
},
|
|
5902
|
-
"skipauth": {
|
|
5903
|
-
"description": "Skip authentication check when a default username is required",
|
|
5904
|
-
"name": "skipauth",
|
|
5905
|
-
"allowNo": false,
|
|
5906
|
-
"type": "boolean"
|
|
5907
|
-
},
|
|
5908
|
-
"target-org": {
|
|
5909
|
-
"aliases": [
|
|
5910
|
-
"targetusername",
|
|
5911
|
-
"u"
|
|
5912
|
-
],
|
|
5913
|
-
"char": "o",
|
|
5914
|
-
"deprecateAliases": true,
|
|
5915
|
-
"name": "target-org",
|
|
5916
|
-
"noCacheDefault": true,
|
|
5917
|
-
"required": true,
|
|
5918
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
5919
|
-
"hasDynamicHelp": true,
|
|
5920
|
-
"multiple": false,
|
|
5921
|
-
"type": "option"
|
|
5922
|
-
}
|
|
5923
|
-
},
|
|
5924
|
-
"hasDynamicHelp": true,
|
|
5925
|
-
"hiddenAliases": [],
|
|
5926
|
-
"id": "hardis:org:generate:packagexmlfull",
|
|
5927
|
-
"pluginAlias": "sfdx-hardis",
|
|
5928
|
-
"pluginName": "sfdx-hardis",
|
|
5929
|
-
"pluginType": "core",
|
|
5930
|
-
"strict": true,
|
|
5931
|
-
"enableJsonFlag": true,
|
|
5932
|
-
"title": "Generate Full Org package.xml",
|
|
5933
|
-
"requiresProject": false,
|
|
5934
|
-
"isESM": true,
|
|
5935
|
-
"relativePath": [
|
|
5936
|
-
"lib",
|
|
5937
|
-
"commands",
|
|
5938
|
-
"hardis",
|
|
5939
|
-
"org",
|
|
5940
|
-
"generate",
|
|
5941
|
-
"packagexmlfull.js"
|
|
5942
|
-
],
|
|
5943
|
-
"aliasPermutations": [],
|
|
5944
|
-
"permutations": [
|
|
5945
|
-
"hardis:org:generate:packagexmlfull",
|
|
5946
|
-
"org:hardis:generate:packagexmlfull",
|
|
5947
|
-
"org:generate:hardis:packagexmlfull",
|
|
5948
|
-
"org:generate:packagexmlfull:hardis",
|
|
5949
|
-
"hardis:generate:org:packagexmlfull",
|
|
5950
|
-
"generate:hardis:org:packagexmlfull",
|
|
5951
|
-
"generate:org:hardis:packagexmlfull",
|
|
5952
|
-
"generate:org:packagexmlfull:hardis",
|
|
5953
|
-
"hardis:generate:packagexmlfull:org",
|
|
5954
|
-
"generate:hardis:packagexmlfull:org",
|
|
5955
|
-
"generate:packagexmlfull:hardis:org",
|
|
5956
|
-
"generate:packagexmlfull:org:hardis",
|
|
5957
|
-
"hardis:org:packagexmlfull:generate",
|
|
5958
|
-
"org:hardis:packagexmlfull:generate",
|
|
5959
|
-
"org:packagexmlfull:hardis:generate",
|
|
5960
|
-
"org:packagexmlfull:generate:hardis",
|
|
5961
|
-
"hardis:packagexmlfull:org:generate",
|
|
5962
|
-
"packagexmlfull:hardis:org:generate",
|
|
5963
|
-
"packagexmlfull:org:hardis:generate",
|
|
5964
|
-
"packagexmlfull:org:generate:hardis",
|
|
5965
|
-
"hardis:packagexmlfull:generate:org",
|
|
5966
|
-
"packagexmlfull:hardis:generate:org",
|
|
5967
|
-
"packagexmlfull:generate:hardis:org",
|
|
5968
|
-
"packagexmlfull:generate:org:hardis"
|
|
5969
|
-
]
|
|
5970
|
-
},
|
|
5971
|
-
"hardis:org:diagnose:audittrail": {
|
|
5972
|
-
"aliases": [],
|
|
5973
|
-
"args": {},
|
|
5974
|
-
"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",
|
|
5975
|
-
"examples": [
|
|
5976
|
-
"$ sf hardis:org:diagnose:audittrail",
|
|
5977
|
-
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com",
|
|
5978
|
-
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com,bertrand@titi.com",
|
|
5979
|
-
"$ sf hardis:org:diagnose:audittrail --lastndays 5"
|
|
5980
|
-
],
|
|
5981
|
-
"flags": {
|
|
5982
|
-
"json": {
|
|
5983
|
-
"description": "Format output as json.",
|
|
5984
|
-
"helpGroup": "GLOBAL",
|
|
5985
|
-
"name": "json",
|
|
5986
|
-
"allowNo": false,
|
|
5987
|
-
"type": "boolean"
|
|
5988
|
-
},
|
|
5989
|
-
"flags-dir": {
|
|
5990
|
-
"helpGroup": "GLOBAL",
|
|
5991
|
-
"name": "flags-dir",
|
|
5992
|
-
"summary": "Import flag values from a directory.",
|
|
5993
|
-
"hasDynamicHelp": false,
|
|
5994
|
-
"multiple": false,
|
|
5995
|
-
"type": "option"
|
|
5996
|
-
},
|
|
5997
|
-
"excludeusers": {
|
|
5998
|
-
"char": "e",
|
|
5999
|
-
"description": "Comma-separated list of usernames to exclude",
|
|
6000
|
-
"name": "excludeusers",
|
|
6001
|
-
"hasDynamicHelp": false,
|
|
6002
|
-
"multiple": false,
|
|
6003
|
-
"type": "option"
|
|
6004
|
-
},
|
|
6005
|
-
"lastndays": {
|
|
6006
|
-
"char": "t",
|
|
6007
|
-
"description": "Number of days to extract from today (included)",
|
|
6008
|
-
"name": "lastndays",
|
|
6009
|
-
"hasDynamicHelp": false,
|
|
6010
|
-
"multiple": false,
|
|
6011
|
-
"type": "option"
|
|
6012
|
-
},
|
|
6013
|
-
"outputfile": {
|
|
6014
|
-
"char": "f",
|
|
6015
|
-
"description": "Force the path and name of output report file. Must end with .csv",
|
|
5784
|
+
"char": "f",
|
|
5785
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
6016
5786
|
"name": "outputfile",
|
|
6017
5787
|
"hasDynamicHelp": false,
|
|
6018
5788
|
"multiple": false,
|
|
@@ -7117,12 +6887,13 @@
|
|
|
7117
6887
|
"unusedusers:diagnose:org:hardis"
|
|
7118
6888
|
]
|
|
7119
6889
|
},
|
|
7120
|
-
"hardis:org:
|
|
6890
|
+
"hardis:org:fix:listviewmine": {
|
|
7121
6891
|
"aliases": [],
|
|
7122
6892
|
"args": {},
|
|
7123
|
-
"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",
|
|
7124
6894
|
"examples": [
|
|
7125
|
-
"$ sf hardis:org:
|
|
6895
|
+
"$ sf hardis:org:fix:listviewmine",
|
|
6896
|
+
"$ sf hardis:org:fix:listviewmine --listviews Opportunity:MySubscriptions,Account:MyActivePartners"
|
|
7126
6897
|
],
|
|
7127
6898
|
"flags": {
|
|
7128
6899
|
"json": {
|
|
@@ -7140,6 +6911,14 @@
|
|
|
7140
6911
|
"multiple": false,
|
|
7141
6912
|
"type": "option"
|
|
7142
6913
|
},
|
|
6914
|
+
"listviews": {
|
|
6915
|
+
"char": "l",
|
|
6916
|
+
"description": "Comma-separated list of listviews following format Object:ListViewName\nExample: Contact:MyContacts,Contact:MyActiveContacts,Opportunity:MYClosedOpportunities",
|
|
6917
|
+
"name": "listviews",
|
|
6918
|
+
"hasDynamicHelp": false,
|
|
6919
|
+
"multiple": false,
|
|
6920
|
+
"type": "option"
|
|
6921
|
+
},
|
|
7143
6922
|
"debug": {
|
|
7144
6923
|
"char": "d",
|
|
7145
6924
|
"description": "Activate debug mode (more logs)",
|
|
@@ -7178,126 +6957,347 @@
|
|
|
7178
6957
|
},
|
|
7179
6958
|
"hasDynamicHelp": true,
|
|
7180
6959
|
"hiddenAliases": [],
|
|
7181
|
-
"id": "hardis:org:
|
|
6960
|
+
"id": "hardis:org:fix:listviewmine",
|
|
7182
6961
|
"pluginAlias": "sfdx-hardis",
|
|
7183
6962
|
"pluginName": "sfdx-hardis",
|
|
7184
6963
|
"pluginType": "core",
|
|
7185
6964
|
"strict": true,
|
|
7186
6965
|
"enableJsonFlag": true,
|
|
7187
|
-
"title": "
|
|
7188
|
-
"monitoringCommandsDefault": [
|
|
7189
|
-
{
|
|
7190
|
-
"key": "AUDIT_TRAIL",
|
|
7191
|
-
"title": "Detect suspect setup actions in major org",
|
|
7192
|
-
"command": "sf hardis:org:diagnose:audittrail",
|
|
7193
|
-
"frequency": "daily"
|
|
7194
|
-
},
|
|
7195
|
-
{
|
|
7196
|
-
"key": "LEGACY_API",
|
|
7197
|
-
"title": "Detect calls to deprecated API versions",
|
|
7198
|
-
"command": "sf hardis:org:diagnose:legacyapi",
|
|
7199
|
-
"frequency": "daily"
|
|
7200
|
-
},
|
|
7201
|
-
{
|
|
7202
|
-
"key": "ORG_LIMITS",
|
|
7203
|
-
"title": "Detect if org limits are close to be reached",
|
|
7204
|
-
"command": "sf hardis:org:monitor:limits",
|
|
7205
|
-
"frequency": "daily"
|
|
7206
|
-
},
|
|
7207
|
-
{
|
|
7208
|
-
"key": "LICENSES",
|
|
7209
|
-
"title": "Extract licenses information",
|
|
7210
|
-
"command": "sf hardis:org:diagnose:licenses",
|
|
7211
|
-
"frequency": "weekly"
|
|
7212
|
-
},
|
|
7213
|
-
{
|
|
7214
|
-
"key": "LINT_ACCESS",
|
|
7215
|
-
"title": "Detect custom elements with no access rights defined in permission sets",
|
|
7216
|
-
"command": "sf hardis:lint:access",
|
|
7217
|
-
"frequency": "weekly"
|
|
7218
|
-
},
|
|
7219
|
-
{
|
|
7220
|
-
"key": "UNUSED_LICENSES",
|
|
7221
|
-
"title": "Detect permission set licenses that are assigned to users that do not need them",
|
|
7222
|
-
"command": "sf hardis:org:diagnose:unusedlicenses",
|
|
7223
|
-
"frequency": "weekly"
|
|
7224
|
-
},
|
|
7225
|
-
{
|
|
7226
|
-
"key": "UNUSED_USERS",
|
|
7227
|
-
"title": "Detect active users without recent logins",
|
|
7228
|
-
"command": "sf hardis:org:diagnose:unusedusers",
|
|
7229
|
-
"frequency": "weekly"
|
|
7230
|
-
},
|
|
7231
|
-
{
|
|
7232
|
-
"key": "ACTIVE_USERS",
|
|
7233
|
-
"title": "Detect active users with recent logins",
|
|
7234
|
-
"command": "sf hardis:org:diagnose:unusedusers --returnactiveusers",
|
|
7235
|
-
"frequency": "weekly"
|
|
7236
|
-
},
|
|
7237
|
-
{
|
|
7238
|
-
"key": "ORG_INFO",
|
|
7239
|
-
"title": "Get org info + SF instance info + next major upgrade date",
|
|
7240
|
-
"command": "sf hardis:org:diagnose:instanceupgrade",
|
|
7241
|
-
"frequency": "weekly"
|
|
7242
|
-
},
|
|
7243
|
-
{
|
|
7244
|
-
"key": "RELEASE_UPDATES",
|
|
7245
|
-
"title": "Gather warnings about incoming and overdue Release Updates",
|
|
7246
|
-
"command": "sf hardis:org:diagnose:releaseupdates",
|
|
7247
|
-
"frequency": "weekly"
|
|
7248
|
-
},
|
|
7249
|
-
{
|
|
7250
|
-
"key": "UNUSED_METADATAS",
|
|
7251
|
-
"title": "Detect custom labels and custom permissions that are not in use",
|
|
7252
|
-
"command": "sf hardis:lint:unusedmetadatas",
|
|
7253
|
-
"frequency": "weekly"
|
|
7254
|
-
},
|
|
7255
|
-
{
|
|
7256
|
-
"key": "UNUSED_APEX_CLASSES",
|
|
7257
|
-
"title": "Detect unused Apex classes in an org",
|
|
7258
|
-
"command": "sf hardis:org:diagnose:unused-apex-classes",
|
|
7259
|
-
"frequency": "weekly"
|
|
7260
|
-
},
|
|
7261
|
-
{
|
|
7262
|
-
"key": "CONNECTED_APPS",
|
|
7263
|
-
"title": "Detect unused Connected Apps in an org",
|
|
7264
|
-
"command": "sf hardis:org:diagnose:unused-connected-apps",
|
|
7265
|
-
"frequency": "weekly"
|
|
7266
|
-
},
|
|
7267
|
-
{
|
|
7268
|
-
"key": "METADATA_STATUS",
|
|
7269
|
-
"title": "Detect inactive metadata",
|
|
7270
|
-
"command": "sf hardis:lint:metadatastatus",
|
|
7271
|
-
"frequency": "weekly"
|
|
7272
|
-
},
|
|
7273
|
-
{
|
|
7274
|
-
"key": "MISSING_ATTRIBUTES",
|
|
7275
|
-
"title": "Detect missing description on custom field",
|
|
7276
|
-
"command": "sf hardis:lint:missingattributes",
|
|
7277
|
-
"frequency": "weekly"
|
|
7278
|
-
}
|
|
7279
|
-
],
|
|
6966
|
+
"title": "Fix listviews with ",
|
|
7280
6967
|
"requiresProject": true,
|
|
7281
|
-
"triggerNotification": true,
|
|
7282
6968
|
"isESM": true,
|
|
7283
6969
|
"relativePath": [
|
|
7284
6970
|
"lib",
|
|
7285
6971
|
"commands",
|
|
7286
6972
|
"hardis",
|
|
7287
6973
|
"org",
|
|
7288
|
-
"
|
|
7289
|
-
"
|
|
6974
|
+
"fix",
|
|
6975
|
+
"listviewmine.js"
|
|
7290
6976
|
],
|
|
7291
6977
|
"aliasPermutations": [],
|
|
7292
6978
|
"permutations": [
|
|
7293
|
-
"hardis:org:
|
|
7294
|
-
"org:hardis:
|
|
7295
|
-
"org:
|
|
7296
|
-
"org:
|
|
7297
|
-
"hardis:
|
|
7298
|
-
"
|
|
7299
|
-
"
|
|
7300
|
-
"
|
|
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
|
+
]
|
|
7004
|
+
},
|
|
7005
|
+
"hardis:org:generate:packagexmlfull": {
|
|
7006
|
+
"aliases": [],
|
|
7007
|
+
"args": {},
|
|
7008
|
+
"description": "Generates full org package.xml, including managed items",
|
|
7009
|
+
"examples": [
|
|
7010
|
+
"$ sf hardis:org:generate:packagexmlfull",
|
|
7011
|
+
"$ sf hardis:org:generate:packagexmlfull --outputfile /tmp/packagexmlfull.xml",
|
|
7012
|
+
"$ sf hardis:org:generate:packagexmlfull --target-org nico@example.com"
|
|
7013
|
+
],
|
|
7014
|
+
"flags": {
|
|
7015
|
+
"json": {
|
|
7016
|
+
"description": "Format output as json.",
|
|
7017
|
+
"helpGroup": "GLOBAL",
|
|
7018
|
+
"name": "json",
|
|
7019
|
+
"allowNo": false,
|
|
7020
|
+
"type": "boolean"
|
|
7021
|
+
},
|
|
7022
|
+
"flags-dir": {
|
|
7023
|
+
"helpGroup": "GLOBAL",
|
|
7024
|
+
"name": "flags-dir",
|
|
7025
|
+
"summary": "Import flag values from a directory.",
|
|
7026
|
+
"hasDynamicHelp": false,
|
|
7027
|
+
"multiple": false,
|
|
7028
|
+
"type": "option"
|
|
7029
|
+
},
|
|
7030
|
+
"outputfile": {
|
|
7031
|
+
"description": "Output package.xml file",
|
|
7032
|
+
"name": "outputfile",
|
|
7033
|
+
"hasDynamicHelp": false,
|
|
7034
|
+
"multiple": false,
|
|
7035
|
+
"type": "option"
|
|
7036
|
+
},
|
|
7037
|
+
"debug": {
|
|
7038
|
+
"char": "d",
|
|
7039
|
+
"description": "Activate debug mode (more logs)",
|
|
7040
|
+
"name": "debug",
|
|
7041
|
+
"allowNo": false,
|
|
7042
|
+
"type": "boolean"
|
|
7043
|
+
},
|
|
7044
|
+
"websocket": {
|
|
7045
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
7046
|
+
"name": "websocket",
|
|
7047
|
+
"hasDynamicHelp": false,
|
|
7048
|
+
"multiple": false,
|
|
7049
|
+
"type": "option"
|
|
7050
|
+
},
|
|
7051
|
+
"skipauth": {
|
|
7052
|
+
"description": "Skip authentication check when a default username is required",
|
|
7053
|
+
"name": "skipauth",
|
|
7054
|
+
"allowNo": false,
|
|
7055
|
+
"type": "boolean"
|
|
7056
|
+
},
|
|
7057
|
+
"target-org": {
|
|
7058
|
+
"aliases": [
|
|
7059
|
+
"targetusername",
|
|
7060
|
+
"u"
|
|
7061
|
+
],
|
|
7062
|
+
"char": "o",
|
|
7063
|
+
"deprecateAliases": true,
|
|
7064
|
+
"name": "target-org",
|
|
7065
|
+
"noCacheDefault": true,
|
|
7066
|
+
"required": true,
|
|
7067
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
7068
|
+
"hasDynamicHelp": true,
|
|
7069
|
+
"multiple": false,
|
|
7070
|
+
"type": "option"
|
|
7071
|
+
}
|
|
7072
|
+
},
|
|
7073
|
+
"hasDynamicHelp": true,
|
|
7074
|
+
"hiddenAliases": [],
|
|
7075
|
+
"id": "hardis:org:generate:packagexmlfull",
|
|
7076
|
+
"pluginAlias": "sfdx-hardis",
|
|
7077
|
+
"pluginName": "sfdx-hardis",
|
|
7078
|
+
"pluginType": "core",
|
|
7079
|
+
"strict": true,
|
|
7080
|
+
"enableJsonFlag": true,
|
|
7081
|
+
"title": "Generate Full Org package.xml",
|
|
7082
|
+
"requiresProject": false,
|
|
7083
|
+
"isESM": true,
|
|
7084
|
+
"relativePath": [
|
|
7085
|
+
"lib",
|
|
7086
|
+
"commands",
|
|
7087
|
+
"hardis",
|
|
7088
|
+
"org",
|
|
7089
|
+
"generate",
|
|
7090
|
+
"packagexmlfull.js"
|
|
7091
|
+
],
|
|
7092
|
+
"aliasPermutations": [],
|
|
7093
|
+
"permutations": [
|
|
7094
|
+
"hardis:org:generate:packagexmlfull",
|
|
7095
|
+
"org:hardis:generate:packagexmlfull",
|
|
7096
|
+
"org:generate:hardis:packagexmlfull",
|
|
7097
|
+
"org:generate:packagexmlfull:hardis",
|
|
7098
|
+
"hardis:generate:org:packagexmlfull",
|
|
7099
|
+
"generate:hardis:org:packagexmlfull",
|
|
7100
|
+
"generate:org:hardis:packagexmlfull",
|
|
7101
|
+
"generate:org:packagexmlfull:hardis",
|
|
7102
|
+
"hardis:generate:packagexmlfull:org",
|
|
7103
|
+
"generate:hardis:packagexmlfull:org",
|
|
7104
|
+
"generate:packagexmlfull:hardis:org",
|
|
7105
|
+
"generate:packagexmlfull:org:hardis",
|
|
7106
|
+
"hardis:org:packagexmlfull:generate",
|
|
7107
|
+
"org:hardis:packagexmlfull:generate",
|
|
7108
|
+
"org:packagexmlfull:hardis:generate",
|
|
7109
|
+
"org:packagexmlfull:generate:hardis",
|
|
7110
|
+
"hardis:packagexmlfull:org:generate",
|
|
7111
|
+
"packagexmlfull:hardis:org:generate",
|
|
7112
|
+
"packagexmlfull:org:hardis:generate",
|
|
7113
|
+
"packagexmlfull:org:generate:hardis",
|
|
7114
|
+
"hardis:packagexmlfull:generate:org",
|
|
7115
|
+
"packagexmlfull:hardis:generate:org",
|
|
7116
|
+
"packagexmlfull:generate:hardis:org",
|
|
7117
|
+
"packagexmlfull:generate:org:hardis"
|
|
7118
|
+
]
|
|
7119
|
+
},
|
|
7120
|
+
"hardis:org:monitor:all": {
|
|
7121
|
+
"aliases": [],
|
|
7122
|
+
"args": {},
|
|
7123
|
+
"description": "Monitor org, generate reports and sends notifications\n\nYou can disable some commands defining either a **monitoringDisable** property in `.sfdx-hardis.yml`, or a comma separated list in env variable **MONITORING_DISABLE**\n\nExample in .sfdx-hardis.yml:\n \n```yaml\nmonitoringDisable:\n - METADATA_STATUS\n - MISSING_ATTRIBUTES\n - UNUSED_METADATAS\n```\n \nExample in env var:\n\n```sh\nMONITORING_DISABLE=METADATA_STATUS,MISSING_ATTRIBUTES,UNUSED_METADATAS\n```\n\nA [default list of monitoring commands](https://sfdx-hardis.cloudity.com/salesforce-monitoring-home/#monitoring-commands) is used, if you want to override it you can define property **monitoringCommands** in your .sfdx-hardis.yml file\n\nExample:\n\n```yaml\nmonitoringCommands:\n - title: My Custom command\n command: sf my:custom:command\n - title: My Custom command 2\n command: sf my:other:custom:command\n```\n\nYou can force the daily run of all commands by defining env var `MONITORING_IGNORE_FREQUENCY=true`\n\nThe default list of commands is the following:\n\n| Key | Description | Command | Frequency |\n| :---: | :---- | :---- | :-----: |\n| [AUDIT_TRAIL](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/audittrail) | Detect suspect setup actions in major org | [sf hardis:org:diagnose:audittrail](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/audittrail) | daily |\n| [LEGACY_API](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/legacyapi) | Detect calls to deprecated API versions | [sf hardis:org:diagnose:legacyapi](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/legacyapi) | daily |\n| [ORG_LIMITS](https://sfdx-hardis.cloudity.com/hardis/org/monitor/limits) | Detect if org limits are close to be reached | [sf hardis:org:monitor:limits](https://sfdx-hardis.cloudity.com/hardis/org/monitor/limits) | daily |\n| [LICENSES](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/licenses) | Extract licenses information | [sf hardis:org:diagnose:licenses](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/licenses) | weekly |\n| [LINT_ACCESS](https://sfdx-hardis.cloudity.com/hardis/lint/access) | Detect custom elements with no access rights defined in permission sets | [sf hardis:lint:access](https://sfdx-hardis.cloudity.com/hardis/lint/access) | weekly |\n| [UNUSED_LICENSES](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unusedlicenses) | Detect permission set licenses that are assigned to users that do not need them | [sf hardis:org:diagnose:unusedlicenses](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unusedlicenses) | weekly |\n| [UNUSED_USERS](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unusedusers) | Detect active users without recent logins | [sf hardis:org:diagnose:unusedusers](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unusedusers) | weekly |\n| [ACTIVE_USERS](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unusedusers) | Detect active users with recent logins | [sf hardis:org:diagnose:unusedusers --returnactiveusers](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unusedusers) | weekly |\n| [ORG_INFO](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/instanceupgrade) | Get org info + SF instance info + next major upgrade date | [sf hardis:org:diagnose:instanceupgrade](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/instanceupgrade) | weekly |\n| [RELEASE_UPDATES](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/releaseupdates) | Gather warnings about incoming and overdue Release Updates | [sf hardis:org:diagnose:releaseupdates](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/releaseupdates) | weekly |\n| [UNUSED_METADATAS](https://sfdx-hardis.cloudity.com/hardis/lint/unusedmetadatas) | Detect custom labels and custom permissions that are not in use | [sf hardis:lint:unusedmetadatas](https://sfdx-hardis.cloudity.com/hardis/lint/unusedmetadatas) | weekly |\n| [UNUSED_APEX_CLASSES](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unused-apex-classes) | Detect unused Apex classes in an org | [sf hardis:org:diagnose:unused-apex-classes](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unused-apex-classes) | weekly |\n| [CONNECTED_APPS](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unused-connected-apps) | Detect unused Connected Apps in an org | [sf hardis:org:diagnose:unused-connected-apps](https://sfdx-hardis.cloudity.com/hardis/org/diagnose/unused-connected-apps) | weekly |\n| [METADATA_STATUS](https://sfdx-hardis.cloudity.com/hardis/lint/metadatastatus) | Detect inactive metadata | [sf hardis:lint:metadatastatus](https://sfdx-hardis.cloudity.com/hardis/lint/metadatastatus) | weekly |\n| [MISSING_ATTRIBUTES](https://sfdx-hardis.cloudity.com/hardis/lint/missingattributes) | Detect missing description on custom field | [sf hardis:lint:missingattributes](https://sfdx-hardis.cloudity.com/hardis/lint/missingattributes) | weekly |\n\n",
|
|
7124
|
+
"examples": [
|
|
7125
|
+
"$ sf hardis:org:monitor:all"
|
|
7126
|
+
],
|
|
7127
|
+
"flags": {
|
|
7128
|
+
"json": {
|
|
7129
|
+
"description": "Format output as json.",
|
|
7130
|
+
"helpGroup": "GLOBAL",
|
|
7131
|
+
"name": "json",
|
|
7132
|
+
"allowNo": false,
|
|
7133
|
+
"type": "boolean"
|
|
7134
|
+
},
|
|
7135
|
+
"flags-dir": {
|
|
7136
|
+
"helpGroup": "GLOBAL",
|
|
7137
|
+
"name": "flags-dir",
|
|
7138
|
+
"summary": "Import flag values from a directory.",
|
|
7139
|
+
"hasDynamicHelp": false,
|
|
7140
|
+
"multiple": false,
|
|
7141
|
+
"type": "option"
|
|
7142
|
+
},
|
|
7143
|
+
"debug": {
|
|
7144
|
+
"char": "d",
|
|
7145
|
+
"description": "Activate debug mode (more logs)",
|
|
7146
|
+
"name": "debug",
|
|
7147
|
+
"allowNo": false,
|
|
7148
|
+
"type": "boolean"
|
|
7149
|
+
},
|
|
7150
|
+
"websocket": {
|
|
7151
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
7152
|
+
"name": "websocket",
|
|
7153
|
+
"hasDynamicHelp": false,
|
|
7154
|
+
"multiple": false,
|
|
7155
|
+
"type": "option"
|
|
7156
|
+
},
|
|
7157
|
+
"skipauth": {
|
|
7158
|
+
"description": "Skip authentication check when a default username is required",
|
|
7159
|
+
"name": "skipauth",
|
|
7160
|
+
"allowNo": false,
|
|
7161
|
+
"type": "boolean"
|
|
7162
|
+
},
|
|
7163
|
+
"target-org": {
|
|
7164
|
+
"aliases": [
|
|
7165
|
+
"targetusername",
|
|
7166
|
+
"u"
|
|
7167
|
+
],
|
|
7168
|
+
"char": "o",
|
|
7169
|
+
"deprecateAliases": true,
|
|
7170
|
+
"name": "target-org",
|
|
7171
|
+
"noCacheDefault": true,
|
|
7172
|
+
"required": true,
|
|
7173
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
7174
|
+
"hasDynamicHelp": true,
|
|
7175
|
+
"multiple": false,
|
|
7176
|
+
"type": "option"
|
|
7177
|
+
}
|
|
7178
|
+
},
|
|
7179
|
+
"hasDynamicHelp": true,
|
|
7180
|
+
"hiddenAliases": [],
|
|
7181
|
+
"id": "hardis:org:monitor:all",
|
|
7182
|
+
"pluginAlias": "sfdx-hardis",
|
|
7183
|
+
"pluginName": "sfdx-hardis",
|
|
7184
|
+
"pluginType": "core",
|
|
7185
|
+
"strict": true,
|
|
7186
|
+
"enableJsonFlag": true,
|
|
7187
|
+
"title": "Monitor org",
|
|
7188
|
+
"monitoringCommandsDefault": [
|
|
7189
|
+
{
|
|
7190
|
+
"key": "AUDIT_TRAIL",
|
|
7191
|
+
"title": "Detect suspect setup actions in major org",
|
|
7192
|
+
"command": "sf hardis:org:diagnose:audittrail",
|
|
7193
|
+
"frequency": "daily"
|
|
7194
|
+
},
|
|
7195
|
+
{
|
|
7196
|
+
"key": "LEGACY_API",
|
|
7197
|
+
"title": "Detect calls to deprecated API versions",
|
|
7198
|
+
"command": "sf hardis:org:diagnose:legacyapi",
|
|
7199
|
+
"frequency": "daily"
|
|
7200
|
+
},
|
|
7201
|
+
{
|
|
7202
|
+
"key": "ORG_LIMITS",
|
|
7203
|
+
"title": "Detect if org limits are close to be reached",
|
|
7204
|
+
"command": "sf hardis:org:monitor:limits",
|
|
7205
|
+
"frequency": "daily"
|
|
7206
|
+
},
|
|
7207
|
+
{
|
|
7208
|
+
"key": "LICENSES",
|
|
7209
|
+
"title": "Extract licenses information",
|
|
7210
|
+
"command": "sf hardis:org:diagnose:licenses",
|
|
7211
|
+
"frequency": "weekly"
|
|
7212
|
+
},
|
|
7213
|
+
{
|
|
7214
|
+
"key": "LINT_ACCESS",
|
|
7215
|
+
"title": "Detect custom elements with no access rights defined in permission sets",
|
|
7216
|
+
"command": "sf hardis:lint:access",
|
|
7217
|
+
"frequency": "weekly"
|
|
7218
|
+
},
|
|
7219
|
+
{
|
|
7220
|
+
"key": "UNUSED_LICENSES",
|
|
7221
|
+
"title": "Detect permission set licenses that are assigned to users that do not need them",
|
|
7222
|
+
"command": "sf hardis:org:diagnose:unusedlicenses",
|
|
7223
|
+
"frequency": "weekly"
|
|
7224
|
+
},
|
|
7225
|
+
{
|
|
7226
|
+
"key": "UNUSED_USERS",
|
|
7227
|
+
"title": "Detect active users without recent logins",
|
|
7228
|
+
"command": "sf hardis:org:diagnose:unusedusers",
|
|
7229
|
+
"frequency": "weekly"
|
|
7230
|
+
},
|
|
7231
|
+
{
|
|
7232
|
+
"key": "ACTIVE_USERS",
|
|
7233
|
+
"title": "Detect active users with recent logins",
|
|
7234
|
+
"command": "sf hardis:org:diagnose:unusedusers --returnactiveusers",
|
|
7235
|
+
"frequency": "weekly"
|
|
7236
|
+
},
|
|
7237
|
+
{
|
|
7238
|
+
"key": "ORG_INFO",
|
|
7239
|
+
"title": "Get org info + SF instance info + next major upgrade date",
|
|
7240
|
+
"command": "sf hardis:org:diagnose:instanceupgrade",
|
|
7241
|
+
"frequency": "weekly"
|
|
7242
|
+
},
|
|
7243
|
+
{
|
|
7244
|
+
"key": "RELEASE_UPDATES",
|
|
7245
|
+
"title": "Gather warnings about incoming and overdue Release Updates",
|
|
7246
|
+
"command": "sf hardis:org:diagnose:releaseupdates",
|
|
7247
|
+
"frequency": "weekly"
|
|
7248
|
+
},
|
|
7249
|
+
{
|
|
7250
|
+
"key": "UNUSED_METADATAS",
|
|
7251
|
+
"title": "Detect custom labels and custom permissions that are not in use",
|
|
7252
|
+
"command": "sf hardis:lint:unusedmetadatas",
|
|
7253
|
+
"frequency": "weekly"
|
|
7254
|
+
},
|
|
7255
|
+
{
|
|
7256
|
+
"key": "UNUSED_APEX_CLASSES",
|
|
7257
|
+
"title": "Detect unused Apex classes in an org",
|
|
7258
|
+
"command": "sf hardis:org:diagnose:unused-apex-classes",
|
|
7259
|
+
"frequency": "weekly"
|
|
7260
|
+
},
|
|
7261
|
+
{
|
|
7262
|
+
"key": "CONNECTED_APPS",
|
|
7263
|
+
"title": "Detect unused Connected Apps in an org",
|
|
7264
|
+
"command": "sf hardis:org:diagnose:unused-connected-apps",
|
|
7265
|
+
"frequency": "weekly"
|
|
7266
|
+
},
|
|
7267
|
+
{
|
|
7268
|
+
"key": "METADATA_STATUS",
|
|
7269
|
+
"title": "Detect inactive metadata",
|
|
7270
|
+
"command": "sf hardis:lint:metadatastatus",
|
|
7271
|
+
"frequency": "weekly"
|
|
7272
|
+
},
|
|
7273
|
+
{
|
|
7274
|
+
"key": "MISSING_ATTRIBUTES",
|
|
7275
|
+
"title": "Detect missing description on custom field",
|
|
7276
|
+
"command": "sf hardis:lint:missingattributes",
|
|
7277
|
+
"frequency": "weekly"
|
|
7278
|
+
}
|
|
7279
|
+
],
|
|
7280
|
+
"requiresProject": true,
|
|
7281
|
+
"triggerNotification": true,
|
|
7282
|
+
"isESM": true,
|
|
7283
|
+
"relativePath": [
|
|
7284
|
+
"lib",
|
|
7285
|
+
"commands",
|
|
7286
|
+
"hardis",
|
|
7287
|
+
"org",
|
|
7288
|
+
"monitor",
|
|
7289
|
+
"all.js"
|
|
7290
|
+
],
|
|
7291
|
+
"aliasPermutations": [],
|
|
7292
|
+
"permutations": [
|
|
7293
|
+
"hardis:org:monitor:all",
|
|
7294
|
+
"org:hardis:monitor:all",
|
|
7295
|
+
"org:monitor:hardis:all",
|
|
7296
|
+
"org:monitor:all:hardis",
|
|
7297
|
+
"hardis:monitor:org:all",
|
|
7298
|
+
"monitor:hardis:org:all",
|
|
7299
|
+
"monitor:org:hardis:all",
|
|
7300
|
+
"monitor:org:all:hardis",
|
|
7301
7301
|
"hardis:monitor:all:org",
|
|
7302
7302
|
"monitor:hardis:all:org",
|
|
7303
7303
|
"monitor:all:hardis:org",
|
|
@@ -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": {},
|
|
@@ -10928,262 +10928,47 @@
|
|
|
10928
10928
|
"hiddenAliases": [],
|
|
10929
10929
|
"id": "hardis:project:clean:xml",
|
|
10930
10930
|
"pluginAlias": "sfdx-hardis",
|
|
10931
|
-
"pluginName": "sfdx-hardis",
|
|
10932
|
-
"pluginType": "core",
|
|
10933
|
-
"strict": true,
|
|
10934
|
-
"enableJsonFlag": true,
|
|
10935
|
-
"title": "Clean retrieved empty items in dx sources",
|
|
10936
|
-
"requiresProject": true,
|
|
10937
|
-
"isESM": true,
|
|
10938
|
-
"relativePath": [
|
|
10939
|
-
"lib",
|
|
10940
|
-
"commands",
|
|
10941
|
-
"hardis",
|
|
10942
|
-
"project",
|
|
10943
|
-
"clean",
|
|
10944
|
-
"xml.js"
|
|
10945
|
-
],
|
|
10946
|
-
"aliasPermutations": [],
|
|
10947
|
-
"permutations": [
|
|
10948
|
-
"hardis:project:clean:xml",
|
|
10949
|
-
"project:hardis:clean:xml",
|
|
10950
|
-
"project:clean:hardis:xml",
|
|
10951
|
-
"project:clean:xml:hardis",
|
|
10952
|
-
"hardis:clean:project:xml",
|
|
10953
|
-
"clean:hardis:project:xml",
|
|
10954
|
-
"clean:project:hardis:xml",
|
|
10955
|
-
"clean:project:xml:hardis",
|
|
10956
|
-
"hardis:clean:xml:project",
|
|
10957
|
-
"clean:hardis:xml:project",
|
|
10958
|
-
"clean:xml:hardis:project",
|
|
10959
|
-
"clean:xml:project:hardis",
|
|
10960
|
-
"hardis:project:xml:clean",
|
|
10961
|
-
"project:hardis:xml:clean",
|
|
10962
|
-
"project:xml:hardis:clean",
|
|
10963
|
-
"project:xml:clean:hardis",
|
|
10964
|
-
"hardis:xml:project:clean",
|
|
10965
|
-
"xml:hardis:project:clean",
|
|
10966
|
-
"xml:project:hardis:clean",
|
|
10967
|
-
"xml:project:clean:hardis",
|
|
10968
|
-
"hardis:xml:clean:project",
|
|
10969
|
-
"xml:hardis:clean:project",
|
|
10970
|
-
"xml:clean:hardis:project",
|
|
10971
|
-
"xml:clean:project:hardis"
|
|
10972
|
-
]
|
|
10973
|
-
},
|
|
10974
|
-
"hardis:project:fix:profiletabs": {
|
|
10975
|
-
"aliases": [],
|
|
10976
|
-
"args": {},
|
|
10977
|
-
"description": "Interactive prompts to add tab visibilities that are not retrieved by project retrieve start",
|
|
10978
|
-
"examples": [
|
|
10979
|
-
"$ sf hardis:project:fix:profiletabs"
|
|
10980
|
-
],
|
|
10981
|
-
"flags": {
|
|
10982
|
-
"json": {
|
|
10983
|
-
"description": "Format output as json.",
|
|
10984
|
-
"helpGroup": "GLOBAL",
|
|
10985
|
-
"name": "json",
|
|
10986
|
-
"allowNo": false,
|
|
10987
|
-
"type": "boolean"
|
|
10988
|
-
},
|
|
10989
|
-
"flags-dir": {
|
|
10990
|
-
"helpGroup": "GLOBAL",
|
|
10991
|
-
"name": "flags-dir",
|
|
10992
|
-
"summary": "Import flag values from a directory.",
|
|
10993
|
-
"hasDynamicHelp": false,
|
|
10994
|
-
"multiple": false,
|
|
10995
|
-
"type": "option"
|
|
10996
|
-
},
|
|
10997
|
-
"path": {
|
|
10998
|
-
"char": "p",
|
|
10999
|
-
"description": "Root folder",
|
|
11000
|
-
"name": "path",
|
|
11001
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
11002
|
-
"hasDynamicHelp": false,
|
|
11003
|
-
"multiple": false,
|
|
11004
|
-
"type": "option"
|
|
11005
|
-
},
|
|
11006
|
-
"debug": {
|
|
11007
|
-
"char": "d",
|
|
11008
|
-
"description": "Activate debug mode (more logs)",
|
|
11009
|
-
"name": "debug",
|
|
11010
|
-
"allowNo": false,
|
|
11011
|
-
"type": "boolean"
|
|
11012
|
-
},
|
|
11013
|
-
"websocket": {
|
|
11014
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
11015
|
-
"name": "websocket",
|
|
11016
|
-
"hasDynamicHelp": false,
|
|
11017
|
-
"multiple": false,
|
|
11018
|
-
"type": "option"
|
|
11019
|
-
},
|
|
11020
|
-
"skipauth": {
|
|
11021
|
-
"description": "Skip authentication check when a default username is required",
|
|
11022
|
-
"name": "skipauth",
|
|
11023
|
-
"allowNo": false,
|
|
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"
|
|
11040
|
-
}
|
|
11041
|
-
},
|
|
11042
|
-
"hasDynamicHelp": true,
|
|
11043
|
-
"hiddenAliases": [],
|
|
11044
|
-
"id": "hardis:project:fix:profiletabs",
|
|
11045
|
-
"pluginAlias": "sfdx-hardis",
|
|
11046
|
-
"pluginName": "sfdx-hardis",
|
|
11047
|
-
"pluginType": "core",
|
|
11048
|
-
"strict": true,
|
|
11049
|
-
"enableJsonFlag": true,
|
|
11050
|
-
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
11051
|
-
"requiresProject": true,
|
|
11052
|
-
"isESM": true,
|
|
11053
|
-
"relativePath": [
|
|
11054
|
-
"lib",
|
|
11055
|
-
"commands",
|
|
11056
|
-
"hardis",
|
|
11057
|
-
"project",
|
|
11058
|
-
"fix",
|
|
11059
|
-
"profiletabs.js"
|
|
11060
|
-
],
|
|
11061
|
-
"aliasPermutations": [],
|
|
11062
|
-
"permutations": [
|
|
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"
|
|
10931
|
+
"pluginName": "sfdx-hardis",
|
|
10932
|
+
"pluginType": "core",
|
|
10933
|
+
"strict": true,
|
|
10934
|
+
"enableJsonFlag": true,
|
|
10935
|
+
"title": "Clean retrieved empty items in dx sources",
|
|
10936
|
+
"requiresProject": true,
|
|
10937
|
+
"isESM": true,
|
|
10938
|
+
"relativePath": [
|
|
10939
|
+
"lib",
|
|
10940
|
+
"commands",
|
|
10941
|
+
"hardis",
|
|
10942
|
+
"project",
|
|
10943
|
+
"clean",
|
|
10944
|
+
"xml.js"
|
|
10945
|
+
],
|
|
10946
|
+
"aliasPermutations": [],
|
|
10947
|
+
"permutations": [
|
|
10948
|
+
"hardis:project:clean:xml",
|
|
10949
|
+
"project:hardis:clean:xml",
|
|
10950
|
+
"project:clean:hardis:xml",
|
|
10951
|
+
"project:clean:xml:hardis",
|
|
10952
|
+
"hardis:clean:project:xml",
|
|
10953
|
+
"clean:hardis:project:xml",
|
|
10954
|
+
"clean:project:hardis:xml",
|
|
10955
|
+
"clean:project:xml:hardis",
|
|
10956
|
+
"hardis:clean:xml:project",
|
|
10957
|
+
"clean:hardis:xml:project",
|
|
10958
|
+
"clean:xml:hardis:project",
|
|
10959
|
+
"clean:xml:project:hardis",
|
|
10960
|
+
"hardis:project:xml:clean",
|
|
10961
|
+
"project:hardis:xml:clean",
|
|
10962
|
+
"project:xml:hardis:clean",
|
|
10963
|
+
"project:xml:clean:hardis",
|
|
10964
|
+
"hardis:xml:project:clean",
|
|
10965
|
+
"xml:hardis:project:clean",
|
|
10966
|
+
"xml:project:hardis:clean",
|
|
10967
|
+
"xml:project:clean:hardis",
|
|
10968
|
+
"hardis:xml:clean:project",
|
|
10969
|
+
"xml:hardis:clean:project",
|
|
10970
|
+
"xml:clean:hardis:project",
|
|
10971
|
+
"xml:clean:project:hardis"
|
|
11187
10972
|
]
|
|
11188
10973
|
},
|
|
11189
10974
|
"hardis:project:deploy:notify": {
|
|
@@ -12361,6 +12146,221 @@
|
|
|
12361
12146
|
"validate:deploy:project:hardis"
|
|
12362
12147
|
]
|
|
12363
12148
|
},
|
|
12149
|
+
"hardis:project:fix:profiletabs": {
|
|
12150
|
+
"aliases": [],
|
|
12151
|
+
"args": {},
|
|
12152
|
+
"description": "Interactive prompts to add tab visibilities that are not retrieved by project retrieve start",
|
|
12153
|
+
"examples": [
|
|
12154
|
+
"$ sf hardis:project:fix:profiletabs"
|
|
12155
|
+
],
|
|
12156
|
+
"flags": {
|
|
12157
|
+
"json": {
|
|
12158
|
+
"description": "Format output as json.",
|
|
12159
|
+
"helpGroup": "GLOBAL",
|
|
12160
|
+
"name": "json",
|
|
12161
|
+
"allowNo": false,
|
|
12162
|
+
"type": "boolean"
|
|
12163
|
+
},
|
|
12164
|
+
"flags-dir": {
|
|
12165
|
+
"helpGroup": "GLOBAL",
|
|
12166
|
+
"name": "flags-dir",
|
|
12167
|
+
"summary": "Import flag values from a directory.",
|
|
12168
|
+
"hasDynamicHelp": false,
|
|
12169
|
+
"multiple": false,
|
|
12170
|
+
"type": "option"
|
|
12171
|
+
},
|
|
12172
|
+
"path": {
|
|
12173
|
+
"char": "p",
|
|
12174
|
+
"description": "Root folder",
|
|
12175
|
+
"name": "path",
|
|
12176
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
12177
|
+
"hasDynamicHelp": false,
|
|
12178
|
+
"multiple": false,
|
|
12179
|
+
"type": "option"
|
|
12180
|
+
},
|
|
12181
|
+
"debug": {
|
|
12182
|
+
"char": "d",
|
|
12183
|
+
"description": "Activate debug mode (more logs)",
|
|
12184
|
+
"name": "debug",
|
|
12185
|
+
"allowNo": false,
|
|
12186
|
+
"type": "boolean"
|
|
12187
|
+
},
|
|
12188
|
+
"websocket": {
|
|
12189
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12190
|
+
"name": "websocket",
|
|
12191
|
+
"hasDynamicHelp": false,
|
|
12192
|
+
"multiple": false,
|
|
12193
|
+
"type": "option"
|
|
12194
|
+
},
|
|
12195
|
+
"skipauth": {
|
|
12196
|
+
"description": "Skip authentication check when a default username is required",
|
|
12197
|
+
"name": "skipauth",
|
|
12198
|
+
"allowNo": false,
|
|
12199
|
+
"type": "boolean"
|
|
12200
|
+
},
|
|
12201
|
+
"target-org": {
|
|
12202
|
+
"aliases": [
|
|
12203
|
+
"targetusername",
|
|
12204
|
+
"u"
|
|
12205
|
+
],
|
|
12206
|
+
"char": "o",
|
|
12207
|
+
"deprecateAliases": true,
|
|
12208
|
+
"name": "target-org",
|
|
12209
|
+
"noCacheDefault": true,
|
|
12210
|
+
"required": true,
|
|
12211
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
12212
|
+
"hasDynamicHelp": true,
|
|
12213
|
+
"multiple": false,
|
|
12214
|
+
"type": "option"
|
|
12215
|
+
}
|
|
12216
|
+
},
|
|
12217
|
+
"hasDynamicHelp": true,
|
|
12218
|
+
"hiddenAliases": [],
|
|
12219
|
+
"id": "hardis:project:fix:profiletabs",
|
|
12220
|
+
"pluginAlias": "sfdx-hardis",
|
|
12221
|
+
"pluginName": "sfdx-hardis",
|
|
12222
|
+
"pluginType": "core",
|
|
12223
|
+
"strict": true,
|
|
12224
|
+
"enableJsonFlag": true,
|
|
12225
|
+
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
12226
|
+
"requiresProject": true,
|
|
12227
|
+
"isESM": true,
|
|
12228
|
+
"relativePath": [
|
|
12229
|
+
"lib",
|
|
12230
|
+
"commands",
|
|
12231
|
+
"hardis",
|
|
12232
|
+
"project",
|
|
12233
|
+
"fix",
|
|
12234
|
+
"profiletabs.js"
|
|
12235
|
+
],
|
|
12236
|
+
"aliasPermutations": [],
|
|
12237
|
+
"permutations": [
|
|
12238
|
+
"hardis:project:fix:profiletabs",
|
|
12239
|
+
"project:hardis:fix:profiletabs",
|
|
12240
|
+
"project:fix:hardis:profiletabs",
|
|
12241
|
+
"project:fix:profiletabs:hardis",
|
|
12242
|
+
"hardis:fix:project:profiletabs",
|
|
12243
|
+
"fix:hardis:project:profiletabs",
|
|
12244
|
+
"fix:project:hardis:profiletabs",
|
|
12245
|
+
"fix:project:profiletabs:hardis",
|
|
12246
|
+
"hardis:fix:profiletabs:project",
|
|
12247
|
+
"fix:hardis:profiletabs:project",
|
|
12248
|
+
"fix:profiletabs:hardis:project",
|
|
12249
|
+
"fix:profiletabs:project:hardis",
|
|
12250
|
+
"hardis:project:profiletabs:fix",
|
|
12251
|
+
"project:hardis:profiletabs:fix",
|
|
12252
|
+
"project:profiletabs:hardis:fix",
|
|
12253
|
+
"project:profiletabs:fix:hardis",
|
|
12254
|
+
"hardis:profiletabs:project:fix",
|
|
12255
|
+
"profiletabs:hardis:project:fix",
|
|
12256
|
+
"profiletabs:project:hardis:fix",
|
|
12257
|
+
"profiletabs:project:fix:hardis",
|
|
12258
|
+
"hardis:profiletabs:fix:project",
|
|
12259
|
+
"profiletabs:hardis:fix:project",
|
|
12260
|
+
"profiletabs:fix:hardis:project",
|
|
12261
|
+
"profiletabs:fix:project:hardis"
|
|
12262
|
+
]
|
|
12263
|
+
},
|
|
12264
|
+
"hardis:project:fix:v53flexipages": {
|
|
12265
|
+
"aliases": [],
|
|
12266
|
+
"args": {},
|
|
12267
|
+
"description": "Fix flexipages for apiVersion v53 (Winter22).\n\nNote: Update api version to 53.0 in package.xml and sfdx-project.json",
|
|
12268
|
+
"examples": [
|
|
12269
|
+
"$ sf hardis:project:fix:v53flexipages"
|
|
12270
|
+
],
|
|
12271
|
+
"flags": {
|
|
12272
|
+
"json": {
|
|
12273
|
+
"description": "Format output as json.",
|
|
12274
|
+
"helpGroup": "GLOBAL",
|
|
12275
|
+
"name": "json",
|
|
12276
|
+
"allowNo": false,
|
|
12277
|
+
"type": "boolean"
|
|
12278
|
+
},
|
|
12279
|
+
"flags-dir": {
|
|
12280
|
+
"helpGroup": "GLOBAL",
|
|
12281
|
+
"name": "flags-dir",
|
|
12282
|
+
"summary": "Import flag values from a directory.",
|
|
12283
|
+
"hasDynamicHelp": false,
|
|
12284
|
+
"multiple": false,
|
|
12285
|
+
"type": "option"
|
|
12286
|
+
},
|
|
12287
|
+
"path": {
|
|
12288
|
+
"char": "p",
|
|
12289
|
+
"description": "Root folder",
|
|
12290
|
+
"name": "path",
|
|
12291
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
12292
|
+
"hasDynamicHelp": false,
|
|
12293
|
+
"multiple": false,
|
|
12294
|
+
"type": "option"
|
|
12295
|
+
},
|
|
12296
|
+
"debug": {
|
|
12297
|
+
"char": "d",
|
|
12298
|
+
"description": "Activate debug mode (more logs)",
|
|
12299
|
+
"name": "debug",
|
|
12300
|
+
"allowNo": false,
|
|
12301
|
+
"type": "boolean"
|
|
12302
|
+
},
|
|
12303
|
+
"websocket": {
|
|
12304
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12305
|
+
"name": "websocket",
|
|
12306
|
+
"hasDynamicHelp": false,
|
|
12307
|
+
"multiple": false,
|
|
12308
|
+
"type": "option"
|
|
12309
|
+
},
|
|
12310
|
+
"skipauth": {
|
|
12311
|
+
"description": "Skip authentication check when a default username is required",
|
|
12312
|
+
"name": "skipauth",
|
|
12313
|
+
"allowNo": false,
|
|
12314
|
+
"type": "boolean"
|
|
12315
|
+
}
|
|
12316
|
+
},
|
|
12317
|
+
"hasDynamicHelp": false,
|
|
12318
|
+
"hiddenAliases": [],
|
|
12319
|
+
"id": "hardis:project:fix:v53flexipages",
|
|
12320
|
+
"pluginAlias": "sfdx-hardis",
|
|
12321
|
+
"pluginName": "sfdx-hardis",
|
|
12322
|
+
"pluginType": "core",
|
|
12323
|
+
"strict": true,
|
|
12324
|
+
"enableJsonFlag": true,
|
|
12325
|
+
"title": "Fix flexipages for v53",
|
|
12326
|
+
"requiresProject": true,
|
|
12327
|
+
"isESM": true,
|
|
12328
|
+
"relativePath": [
|
|
12329
|
+
"lib",
|
|
12330
|
+
"commands",
|
|
12331
|
+
"hardis",
|
|
12332
|
+
"project",
|
|
12333
|
+
"fix",
|
|
12334
|
+
"v53flexipages.js"
|
|
12335
|
+
],
|
|
12336
|
+
"aliasPermutations": [],
|
|
12337
|
+
"permutations": [
|
|
12338
|
+
"hardis:project:fix:v53flexipages",
|
|
12339
|
+
"project:hardis:fix:v53flexipages",
|
|
12340
|
+
"project:fix:hardis:v53flexipages",
|
|
12341
|
+
"project:fix:v53flexipages:hardis",
|
|
12342
|
+
"hardis:fix:project:v53flexipages",
|
|
12343
|
+
"fix:hardis:project:v53flexipages",
|
|
12344
|
+
"fix:project:hardis:v53flexipages",
|
|
12345
|
+
"fix:project:v53flexipages:hardis",
|
|
12346
|
+
"hardis:fix:v53flexipages:project",
|
|
12347
|
+
"fix:hardis:v53flexipages:project",
|
|
12348
|
+
"fix:v53flexipages:hardis:project",
|
|
12349
|
+
"fix:v53flexipages:project:hardis",
|
|
12350
|
+
"hardis:project:v53flexipages:fix",
|
|
12351
|
+
"project:hardis:v53flexipages:fix",
|
|
12352
|
+
"project:v53flexipages:hardis:fix",
|
|
12353
|
+
"project:v53flexipages:fix:hardis",
|
|
12354
|
+
"hardis:v53flexipages:project:fix",
|
|
12355
|
+
"v53flexipages:hardis:project:fix",
|
|
12356
|
+
"v53flexipages:project:hardis:fix",
|
|
12357
|
+
"v53flexipages:project:fix:hardis",
|
|
12358
|
+
"hardis:v53flexipages:fix:project",
|
|
12359
|
+
"v53flexipages:hardis:fix:project",
|
|
12360
|
+
"v53flexipages:fix:hardis:project",
|
|
12361
|
+
"v53flexipages:fix:project:hardis"
|
|
12362
|
+
]
|
|
12363
|
+
},
|
|
12364
12364
|
"hardis:project:generate:bypass": {
|
|
12365
12365
|
"aliases": [],
|
|
12366
12366
|
"args": {},
|
|
@@ -14843,5 +14843,5 @@
|
|
|
14843
14843
|
]
|
|
14844
14844
|
}
|
|
14845
14845
|
},
|
|
14846
|
-
"version": "5.44.2-
|
|
14846
|
+
"version": "5.44.2-alpha202507221106.0"
|
|
14847
14847
|
}
|