sfdx-hardis 5.33.0 → 5.34.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/lib/commands/hardis/doc/project2markdown.js +2 -2
- package/lib/commands/hardis/doc/project2markdown.js.map +1 -1
- package/lib/commands/hardis/misc/custom-label-translations.d.ts +21 -0
- package/lib/commands/hardis/misc/custom-label-translations.js +311 -0
- package/lib/commands/hardis/misc/custom-label-translations.js.map +1 -0
- package/lib/commands/hardis/org/diagnose/audittrail.d.ts +11 -0
- package/lib/commands/hardis/org/diagnose/audittrail.js +249 -158
- package/lib/commands/hardis/org/diagnose/audittrail.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates.js +1 -1
- package/lib/common/aiProvider/promptTemplates.js.map +1 -1
- package/lib/common/utils/apiUtils.js +22 -2
- package/lib/common/utils/apiUtils.js.map +1 -1
- package/oclif.manifest.json +426 -336
- 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": "Login to salesforce org",
|
|
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": {
|
|
@@ -1514,6 +1514,96 @@
|
|
|
1514
1514
|
"deploy:mdapi:hardis"
|
|
1515
1515
|
]
|
|
1516
1516
|
},
|
|
1517
|
+
"hardis:misc:custom-label-translations": {
|
|
1518
|
+
"aliases": [],
|
|
1519
|
+
"args": {},
|
|
1520
|
+
"description": "Extract selected custom labels, or of a given Lightning Web Component (LWC), from all language translation files. This command generates translation files ('*.translation - meta.xml') for each language already retrieved in the current project, containing only the specified custom labels.",
|
|
1521
|
+
"examples": [
|
|
1522
|
+
"$ sf hardis:misc:custom-label-translations --label CustomLabelName",
|
|
1523
|
+
"$ sf hardis:misc:custom-label-translations --label Label1,Label2",
|
|
1524
|
+
"$ sf hardis:misc:custom-label-translations --lwc MyComponent"
|
|
1525
|
+
],
|
|
1526
|
+
"flags": {
|
|
1527
|
+
"json": {
|
|
1528
|
+
"description": "Format output as json.",
|
|
1529
|
+
"helpGroup": "GLOBAL",
|
|
1530
|
+
"name": "json",
|
|
1531
|
+
"allowNo": false,
|
|
1532
|
+
"type": "boolean"
|
|
1533
|
+
},
|
|
1534
|
+
"flags-dir": {
|
|
1535
|
+
"helpGroup": "GLOBAL",
|
|
1536
|
+
"name": "flags-dir",
|
|
1537
|
+
"summary": "Import flag values from a directory.",
|
|
1538
|
+
"hasDynamicHelp": false,
|
|
1539
|
+
"multiple": false,
|
|
1540
|
+
"type": "option"
|
|
1541
|
+
},
|
|
1542
|
+
"label": {
|
|
1543
|
+
"char": "l",
|
|
1544
|
+
"description": "Developer name(s) of the custom label(s), comma-separated",
|
|
1545
|
+
"name": "label",
|
|
1546
|
+
"hasDynamicHelp": false,
|
|
1547
|
+
"multiple": false,
|
|
1548
|
+
"type": "option"
|
|
1549
|
+
},
|
|
1550
|
+
"lwc": {
|
|
1551
|
+
"char": "c",
|
|
1552
|
+
"description": "Developer name of the Lightning Web Component",
|
|
1553
|
+
"name": "lwc",
|
|
1554
|
+
"hasDynamicHelp": false,
|
|
1555
|
+
"multiple": false,
|
|
1556
|
+
"type": "option"
|
|
1557
|
+
},
|
|
1558
|
+
"debug": {
|
|
1559
|
+
"char": "d",
|
|
1560
|
+
"description": "Activate debug mode (more logs)",
|
|
1561
|
+
"name": "debug",
|
|
1562
|
+
"allowNo": false,
|
|
1563
|
+
"type": "boolean"
|
|
1564
|
+
},
|
|
1565
|
+
"websocket": {
|
|
1566
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
1567
|
+
"name": "websocket",
|
|
1568
|
+
"hasDynamicHelp": false,
|
|
1569
|
+
"multiple": false,
|
|
1570
|
+
"type": "option"
|
|
1571
|
+
},
|
|
1572
|
+
"skipauth": {
|
|
1573
|
+
"description": "Skip authentication check when a default username is required",
|
|
1574
|
+
"name": "skipauth",
|
|
1575
|
+
"allowNo": false,
|
|
1576
|
+
"type": "boolean"
|
|
1577
|
+
}
|
|
1578
|
+
},
|
|
1579
|
+
"hasDynamicHelp": false,
|
|
1580
|
+
"hiddenAliases": [],
|
|
1581
|
+
"id": "hardis:misc:custom-label-translations",
|
|
1582
|
+
"pluginAlias": "sfdx-hardis",
|
|
1583
|
+
"pluginName": "sfdx-hardis",
|
|
1584
|
+
"pluginType": "core",
|
|
1585
|
+
"strict": true,
|
|
1586
|
+
"enableJsonFlag": true,
|
|
1587
|
+
"title": "Custom Label Translations",
|
|
1588
|
+
"requiresProject": true,
|
|
1589
|
+
"isESM": true,
|
|
1590
|
+
"relativePath": [
|
|
1591
|
+
"lib",
|
|
1592
|
+
"commands",
|
|
1593
|
+
"hardis",
|
|
1594
|
+
"misc",
|
|
1595
|
+
"custom-label-translations.js"
|
|
1596
|
+
],
|
|
1597
|
+
"aliasPermutations": [],
|
|
1598
|
+
"permutations": [
|
|
1599
|
+
"hardis:misc:custom-label-translations",
|
|
1600
|
+
"misc:hardis:custom-label-translations",
|
|
1601
|
+
"misc:custom-label-translations:hardis",
|
|
1602
|
+
"hardis:custom-label-translations:misc",
|
|
1603
|
+
"custom-label-translations:hardis:misc",
|
|
1604
|
+
"custom-label-translations:misc:hardis"
|
|
1605
|
+
]
|
|
1606
|
+
},
|
|
1517
1607
|
"hardis:misc:purge-references": {
|
|
1518
1608
|
"aliases": [],
|
|
1519
1609
|
"args": {},
|
|
@@ -5199,7 +5289,7 @@
|
|
|
5199
5289
|
"hardis:org:diagnose:audittrail": {
|
|
5200
5290
|
"aliases": [],
|
|
5201
5291
|
"args": {},
|
|
5202
|
-
"description": "Export Audit trail into a CSV file with selected criteria, and highlight suspect actions\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",
|
|
5292
|
+
"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",
|
|
5203
5293
|
"examples": [
|
|
5204
5294
|
"$ sf hardis:org:diagnose:audittrail",
|
|
5205
5295
|
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com",
|
|
@@ -10682,14 +10772,12 @@
|
|
|
10682
10772
|
"profilestopermsets:convert:project:hardis"
|
|
10683
10773
|
]
|
|
10684
10774
|
},
|
|
10685
|
-
"hardis:project:
|
|
10775
|
+
"hardis:project:fix:profiletabs": {
|
|
10686
10776
|
"aliases": [],
|
|
10687
10777
|
"args": {},
|
|
10688
|
-
"description": "
|
|
10778
|
+
"description": "Interactive prompts to add tab visibilities that are not retrieved by project retrieve start",
|
|
10689
10779
|
"examples": [
|
|
10690
|
-
"$ sf hardis:project:
|
|
10691
|
-
"$ sf hardis:project:deploy:notify --check-only --deploy-status invalid --message \"This deployment check has failed !\\n\\Oh no !!\"",
|
|
10692
|
-
"$ sf hardis:project:deploy:notify --deploy-status valid --message \"This deployment has been processed !\\n\\nYahooo !!\""
|
|
10780
|
+
"$ sf hardis:project:fix:profiletabs"
|
|
10693
10781
|
],
|
|
10694
10782
|
"flags": {
|
|
10695
10783
|
"json": {
|
|
@@ -10707,32 +10795,11 @@
|
|
|
10707
10795
|
"multiple": false,
|
|
10708
10796
|
"type": "option"
|
|
10709
10797
|
},
|
|
10710
|
-
"
|
|
10711
|
-
"char": "
|
|
10712
|
-
"description": "
|
|
10713
|
-
"name": "
|
|
10714
|
-
"
|
|
10715
|
-
"type": "boolean"
|
|
10716
|
-
},
|
|
10717
|
-
"deploy-status": {
|
|
10718
|
-
"char": "s",
|
|
10719
|
-
"description": "Send success, failure or unknown (default) to indicate if the deployment or deployment simulation is in success or not",
|
|
10720
|
-
"name": "deploy-status",
|
|
10721
|
-
"default": "unknown",
|
|
10722
|
-
"hasDynamicHelp": false,
|
|
10723
|
-
"multiple": false,
|
|
10724
|
-
"options": [
|
|
10725
|
-
"valid",
|
|
10726
|
-
"invalid",
|
|
10727
|
-
"unknown"
|
|
10728
|
-
],
|
|
10729
|
-
"type": "option"
|
|
10730
|
-
},
|
|
10731
|
-
"message": {
|
|
10732
|
-
"char": "m",
|
|
10733
|
-
"description": "Custom message that you want to be added in notifications (string or markdown format)",
|
|
10734
|
-
"name": "message",
|
|
10735
|
-
"default": "",
|
|
10798
|
+
"path": {
|
|
10799
|
+
"char": "p",
|
|
10800
|
+
"description": "Root folder",
|
|
10801
|
+
"name": "path",
|
|
10802
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
10736
10803
|
"hasDynamicHelp": false,
|
|
10737
10804
|
"multiple": false,
|
|
10738
10805
|
"type": "option"
|
|
@@ -10775,13 +10842,13 @@
|
|
|
10775
10842
|
},
|
|
10776
10843
|
"hasDynamicHelp": true,
|
|
10777
10844
|
"hiddenAliases": [],
|
|
10778
|
-
"id": "hardis:project:
|
|
10845
|
+
"id": "hardis:project:fix:profiletabs",
|
|
10779
10846
|
"pluginAlias": "sfdx-hardis",
|
|
10780
10847
|
"pluginName": "sfdx-hardis",
|
|
10781
10848
|
"pluginType": "core",
|
|
10782
10849
|
"strict": true,
|
|
10783
10850
|
"enableJsonFlag": true,
|
|
10784
|
-
"title": "
|
|
10851
|
+
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
10785
10852
|
"requiresProject": true,
|
|
10786
10853
|
"isESM": true,
|
|
10787
10854
|
"relativePath": [
|
|
@@ -10789,40 +10856,278 @@
|
|
|
10789
10856
|
"commands",
|
|
10790
10857
|
"hardis",
|
|
10791
10858
|
"project",
|
|
10792
|
-
"
|
|
10793
|
-
"
|
|
10859
|
+
"fix",
|
|
10860
|
+
"profiletabs.js"
|
|
10794
10861
|
],
|
|
10795
10862
|
"aliasPermutations": [],
|
|
10796
10863
|
"permutations": [
|
|
10797
|
-
"hardis:project:
|
|
10798
|
-
"project:hardis:
|
|
10799
|
-
"project:
|
|
10800
|
-
"project:
|
|
10801
|
-
"hardis:
|
|
10802
|
-
"
|
|
10803
|
-
"
|
|
10804
|
-
"
|
|
10805
|
-
"hardis:
|
|
10806
|
-
"
|
|
10807
|
-
"
|
|
10808
|
-
"
|
|
10809
|
-
"hardis:project:
|
|
10810
|
-
"project:hardis:
|
|
10811
|
-
"project:
|
|
10812
|
-
"project:
|
|
10813
|
-
"hardis:
|
|
10814
|
-
"
|
|
10815
|
-
"
|
|
10816
|
-
"
|
|
10817
|
-
"hardis:
|
|
10818
|
-
"
|
|
10819
|
-
"
|
|
10820
|
-
"
|
|
10821
|
-
]
|
|
10822
|
-
},
|
|
10823
|
-
"hardis:project:
|
|
10824
|
-
"aliases": [
|
|
10825
|
-
|
|
10864
|
+
"hardis:project:fix:profiletabs",
|
|
10865
|
+
"project:hardis:fix:profiletabs",
|
|
10866
|
+
"project:fix:hardis:profiletabs",
|
|
10867
|
+
"project:fix:profiletabs:hardis",
|
|
10868
|
+
"hardis:fix:project:profiletabs",
|
|
10869
|
+
"fix:hardis:project:profiletabs",
|
|
10870
|
+
"fix:project:hardis:profiletabs",
|
|
10871
|
+
"fix:project:profiletabs:hardis",
|
|
10872
|
+
"hardis:fix:profiletabs:project",
|
|
10873
|
+
"fix:hardis:profiletabs:project",
|
|
10874
|
+
"fix:profiletabs:hardis:project",
|
|
10875
|
+
"fix:profiletabs:project:hardis",
|
|
10876
|
+
"hardis:project:profiletabs:fix",
|
|
10877
|
+
"project:hardis:profiletabs:fix",
|
|
10878
|
+
"project:profiletabs:hardis:fix",
|
|
10879
|
+
"project:profiletabs:fix:hardis",
|
|
10880
|
+
"hardis:profiletabs:project:fix",
|
|
10881
|
+
"profiletabs:hardis:project:fix",
|
|
10882
|
+
"profiletabs:project:hardis:fix",
|
|
10883
|
+
"profiletabs:project:fix:hardis",
|
|
10884
|
+
"hardis:profiletabs:fix:project",
|
|
10885
|
+
"profiletabs:hardis:fix:project",
|
|
10886
|
+
"profiletabs:fix:hardis:project",
|
|
10887
|
+
"profiletabs:fix:project:hardis"
|
|
10888
|
+
]
|
|
10889
|
+
},
|
|
10890
|
+
"hardis:project:fix:v53flexipages": {
|
|
10891
|
+
"aliases": [],
|
|
10892
|
+
"args": {},
|
|
10893
|
+
"description": "Fix flexipages for apiVersion v53 (Winter22).\n\nNote: Update api version to 53.0 in package.xml and sfdx-project.json",
|
|
10894
|
+
"examples": [
|
|
10895
|
+
"$ sf hardis:project:fix:v53flexipages"
|
|
10896
|
+
],
|
|
10897
|
+
"flags": {
|
|
10898
|
+
"json": {
|
|
10899
|
+
"description": "Format output as json.",
|
|
10900
|
+
"helpGroup": "GLOBAL",
|
|
10901
|
+
"name": "json",
|
|
10902
|
+
"allowNo": false,
|
|
10903
|
+
"type": "boolean"
|
|
10904
|
+
},
|
|
10905
|
+
"flags-dir": {
|
|
10906
|
+
"helpGroup": "GLOBAL",
|
|
10907
|
+
"name": "flags-dir",
|
|
10908
|
+
"summary": "Import flag values from a directory.",
|
|
10909
|
+
"hasDynamicHelp": false,
|
|
10910
|
+
"multiple": false,
|
|
10911
|
+
"type": "option"
|
|
10912
|
+
},
|
|
10913
|
+
"path": {
|
|
10914
|
+
"char": "p",
|
|
10915
|
+
"description": "Root folder",
|
|
10916
|
+
"name": "path",
|
|
10917
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
10918
|
+
"hasDynamicHelp": false,
|
|
10919
|
+
"multiple": false,
|
|
10920
|
+
"type": "option"
|
|
10921
|
+
},
|
|
10922
|
+
"debug": {
|
|
10923
|
+
"char": "d",
|
|
10924
|
+
"description": "Activate debug mode (more logs)",
|
|
10925
|
+
"name": "debug",
|
|
10926
|
+
"allowNo": false,
|
|
10927
|
+
"type": "boolean"
|
|
10928
|
+
},
|
|
10929
|
+
"websocket": {
|
|
10930
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
10931
|
+
"name": "websocket",
|
|
10932
|
+
"hasDynamicHelp": false,
|
|
10933
|
+
"multiple": false,
|
|
10934
|
+
"type": "option"
|
|
10935
|
+
},
|
|
10936
|
+
"skipauth": {
|
|
10937
|
+
"description": "Skip authentication check when a default username is required",
|
|
10938
|
+
"name": "skipauth",
|
|
10939
|
+
"allowNo": false,
|
|
10940
|
+
"type": "boolean"
|
|
10941
|
+
}
|
|
10942
|
+
},
|
|
10943
|
+
"hasDynamicHelp": false,
|
|
10944
|
+
"hiddenAliases": [],
|
|
10945
|
+
"id": "hardis:project:fix:v53flexipages",
|
|
10946
|
+
"pluginAlias": "sfdx-hardis",
|
|
10947
|
+
"pluginName": "sfdx-hardis",
|
|
10948
|
+
"pluginType": "core",
|
|
10949
|
+
"strict": true,
|
|
10950
|
+
"enableJsonFlag": true,
|
|
10951
|
+
"title": "Fix flexipages for v53",
|
|
10952
|
+
"requiresProject": true,
|
|
10953
|
+
"isESM": true,
|
|
10954
|
+
"relativePath": [
|
|
10955
|
+
"lib",
|
|
10956
|
+
"commands",
|
|
10957
|
+
"hardis",
|
|
10958
|
+
"project",
|
|
10959
|
+
"fix",
|
|
10960
|
+
"v53flexipages.js"
|
|
10961
|
+
],
|
|
10962
|
+
"aliasPermutations": [],
|
|
10963
|
+
"permutations": [
|
|
10964
|
+
"hardis:project:fix:v53flexipages",
|
|
10965
|
+
"project:hardis:fix:v53flexipages",
|
|
10966
|
+
"project:fix:hardis:v53flexipages",
|
|
10967
|
+
"project:fix:v53flexipages:hardis",
|
|
10968
|
+
"hardis:fix:project:v53flexipages",
|
|
10969
|
+
"fix:hardis:project:v53flexipages",
|
|
10970
|
+
"fix:project:hardis:v53flexipages",
|
|
10971
|
+
"fix:project:v53flexipages:hardis",
|
|
10972
|
+
"hardis:fix:v53flexipages:project",
|
|
10973
|
+
"fix:hardis:v53flexipages:project",
|
|
10974
|
+
"fix:v53flexipages:hardis:project",
|
|
10975
|
+
"fix:v53flexipages:project:hardis",
|
|
10976
|
+
"hardis:project:v53flexipages:fix",
|
|
10977
|
+
"project:hardis:v53flexipages:fix",
|
|
10978
|
+
"project:v53flexipages:hardis:fix",
|
|
10979
|
+
"project:v53flexipages:fix:hardis",
|
|
10980
|
+
"hardis:v53flexipages:project:fix",
|
|
10981
|
+
"v53flexipages:hardis:project:fix",
|
|
10982
|
+
"v53flexipages:project:hardis:fix",
|
|
10983
|
+
"v53flexipages:project:fix:hardis",
|
|
10984
|
+
"hardis:v53flexipages:fix:project",
|
|
10985
|
+
"v53flexipages:hardis:fix:project",
|
|
10986
|
+
"v53flexipages:fix:hardis:project",
|
|
10987
|
+
"v53flexipages:fix:project:hardis"
|
|
10988
|
+
]
|
|
10989
|
+
},
|
|
10990
|
+
"hardis:project:deploy:notify": {
|
|
10991
|
+
"aliases": [],
|
|
10992
|
+
"args": {},
|
|
10993
|
+
"description": "Post notifications related to:\n\n- **Deployment simulation** _(use with --check-only)_\n\n- **Deployment process** _(to call only if your deployment is successful)_\n\n### Integrations\n\nAccording to the [integrations you configured](https://sfdx-hardis.cloudity.com/salesforce-ci-cd-setup-integrations-home/), notifications can contain deployment information and [Flow Visual Git Diff](https://sfdx-hardis.cloudity.com/salesforce-deployment-assistant-home/#flow-visual-git-diff)\n\n - GitHub, Gitlab, Azure DevOps, Bitbucket comments on Pull Requests (including Flows Visual Git Diff)\n\n - Slack, Microsoft Teams, Email deployment summary after a successful deployment\n\n - JIRA tags and comments on tickets that just has been deployed\n\n\n\n\n\n### Flows Visual Git Diff\n\n- Visually show you the differences on a diagram\n\n- Display the update details without having to open any XML !\n\n🟩 = added\n\n🟥 = removed\n\n🟧 = updated\n\n\n\n\n\n### In custom CI/CD workflow\n\nExample of usage in a custom CI/CD pipeline:\n\n```bash\n# Disable exit-on-error temporarily\nset +e\n\n# Run the deploy command\nsf project deploy start [....]\nRET_CODE=$?\n\n# Re-enable exit-on-error\nset -e\n\n# Determine MYSTATUS based on return code\nif [ $RET_CODE -eq 0 ]; then\n MYSTATUS=\"valid\"\nelse\n MYSTATUS=\"invalid\"\nfi\n\n# Run the notify command with MYSTATUS\nsf hardis:project:deploy:notify --check-only --deploy-status \"$MYSTATUS\"\n```\n\n### Other usages\n\nThis command is for custom SF Cli pipelines, if you are a sfdx-hardis user, it is already embedded in sf hardis:deploy:smart.\n\nYou can also use [sfdx-hardis wrapper commands of SF deployment commands](https://sfdx-hardis.cloudity.com/salesforce-deployment-assistant-setup/#using-custom-cicd-pipeline)\n",
|
|
10994
|
+
"examples": [
|
|
10995
|
+
"$ sf hardis:project:deploy:notify --check-only --deploy-status valid --message \"This deployment check is valid\\n\\nYahooo !!\"",
|
|
10996
|
+
"$ sf hardis:project:deploy:notify --check-only --deploy-status invalid --message \"This deployment check has failed !\\n\\Oh no !!\"",
|
|
10997
|
+
"$ sf hardis:project:deploy:notify --deploy-status valid --message \"This deployment has been processed !\\n\\nYahooo !!\""
|
|
10998
|
+
],
|
|
10999
|
+
"flags": {
|
|
11000
|
+
"json": {
|
|
11001
|
+
"description": "Format output as json.",
|
|
11002
|
+
"helpGroup": "GLOBAL",
|
|
11003
|
+
"name": "json",
|
|
11004
|
+
"allowNo": false,
|
|
11005
|
+
"type": "boolean"
|
|
11006
|
+
},
|
|
11007
|
+
"flags-dir": {
|
|
11008
|
+
"helpGroup": "GLOBAL",
|
|
11009
|
+
"name": "flags-dir",
|
|
11010
|
+
"summary": "Import flag values from a directory.",
|
|
11011
|
+
"hasDynamicHelp": false,
|
|
11012
|
+
"multiple": false,
|
|
11013
|
+
"type": "option"
|
|
11014
|
+
},
|
|
11015
|
+
"check-only": {
|
|
11016
|
+
"char": "c",
|
|
11017
|
+
"description": "Use this option to send notifications from a Deployment simulation job",
|
|
11018
|
+
"name": "check-only",
|
|
11019
|
+
"allowNo": false,
|
|
11020
|
+
"type": "boolean"
|
|
11021
|
+
},
|
|
11022
|
+
"deploy-status": {
|
|
11023
|
+
"char": "s",
|
|
11024
|
+
"description": "Send success, failure or unknown (default) to indicate if the deployment or deployment simulation is in success or not",
|
|
11025
|
+
"name": "deploy-status",
|
|
11026
|
+
"default": "unknown",
|
|
11027
|
+
"hasDynamicHelp": false,
|
|
11028
|
+
"multiple": false,
|
|
11029
|
+
"options": [
|
|
11030
|
+
"valid",
|
|
11031
|
+
"invalid",
|
|
11032
|
+
"unknown"
|
|
11033
|
+
],
|
|
11034
|
+
"type": "option"
|
|
11035
|
+
},
|
|
11036
|
+
"message": {
|
|
11037
|
+
"char": "m",
|
|
11038
|
+
"description": "Custom message that you want to be added in notifications (string or markdown format)",
|
|
11039
|
+
"name": "message",
|
|
11040
|
+
"default": "",
|
|
11041
|
+
"hasDynamicHelp": false,
|
|
11042
|
+
"multiple": false,
|
|
11043
|
+
"type": "option"
|
|
11044
|
+
},
|
|
11045
|
+
"debug": {
|
|
11046
|
+
"char": "d",
|
|
11047
|
+
"description": "Activate debug mode (more logs)",
|
|
11048
|
+
"name": "debug",
|
|
11049
|
+
"allowNo": false,
|
|
11050
|
+
"type": "boolean"
|
|
11051
|
+
},
|
|
11052
|
+
"websocket": {
|
|
11053
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
11054
|
+
"name": "websocket",
|
|
11055
|
+
"hasDynamicHelp": false,
|
|
11056
|
+
"multiple": false,
|
|
11057
|
+
"type": "option"
|
|
11058
|
+
},
|
|
11059
|
+
"skipauth": {
|
|
11060
|
+
"description": "Skip authentication check when a default username is required",
|
|
11061
|
+
"name": "skipauth",
|
|
11062
|
+
"allowNo": false,
|
|
11063
|
+
"type": "boolean"
|
|
11064
|
+
},
|
|
11065
|
+
"target-org": {
|
|
11066
|
+
"aliases": [
|
|
11067
|
+
"targetusername",
|
|
11068
|
+
"u"
|
|
11069
|
+
],
|
|
11070
|
+
"char": "o",
|
|
11071
|
+
"deprecateAliases": true,
|
|
11072
|
+
"name": "target-org",
|
|
11073
|
+
"noCacheDefault": true,
|
|
11074
|
+
"required": true,
|
|
11075
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
11076
|
+
"hasDynamicHelp": true,
|
|
11077
|
+
"multiple": false,
|
|
11078
|
+
"type": "option"
|
|
11079
|
+
}
|
|
11080
|
+
},
|
|
11081
|
+
"hasDynamicHelp": true,
|
|
11082
|
+
"hiddenAliases": [],
|
|
11083
|
+
"id": "hardis:project:deploy:notify",
|
|
11084
|
+
"pluginAlias": "sfdx-hardis",
|
|
11085
|
+
"pluginName": "sfdx-hardis",
|
|
11086
|
+
"pluginType": "core",
|
|
11087
|
+
"strict": true,
|
|
11088
|
+
"enableJsonFlag": true,
|
|
11089
|
+
"title": "Deployment Notifications",
|
|
11090
|
+
"requiresProject": true,
|
|
11091
|
+
"isESM": true,
|
|
11092
|
+
"relativePath": [
|
|
11093
|
+
"lib",
|
|
11094
|
+
"commands",
|
|
11095
|
+
"hardis",
|
|
11096
|
+
"project",
|
|
11097
|
+
"deploy",
|
|
11098
|
+
"notify.js"
|
|
11099
|
+
],
|
|
11100
|
+
"aliasPermutations": [],
|
|
11101
|
+
"permutations": [
|
|
11102
|
+
"hardis:project:deploy:notify",
|
|
11103
|
+
"project:hardis:deploy:notify",
|
|
11104
|
+
"project:deploy:hardis:notify",
|
|
11105
|
+
"project:deploy:notify:hardis",
|
|
11106
|
+
"hardis:deploy:project:notify",
|
|
11107
|
+
"deploy:hardis:project:notify",
|
|
11108
|
+
"deploy:project:hardis:notify",
|
|
11109
|
+
"deploy:project:notify:hardis",
|
|
11110
|
+
"hardis:deploy:notify:project",
|
|
11111
|
+
"deploy:hardis:notify:project",
|
|
11112
|
+
"deploy:notify:hardis:project",
|
|
11113
|
+
"deploy:notify:project:hardis",
|
|
11114
|
+
"hardis:project:notify:deploy",
|
|
11115
|
+
"project:hardis:notify:deploy",
|
|
11116
|
+
"project:notify:hardis:deploy",
|
|
11117
|
+
"project:notify:deploy:hardis",
|
|
11118
|
+
"hardis:notify:project:deploy",
|
|
11119
|
+
"notify:hardis:project:deploy",
|
|
11120
|
+
"notify:project:hardis:deploy",
|
|
11121
|
+
"notify:project:deploy:hardis",
|
|
11122
|
+
"hardis:notify:deploy:project",
|
|
11123
|
+
"notify:hardis:deploy:project",
|
|
11124
|
+
"notify:deploy:hardis:project",
|
|
11125
|
+
"notify:deploy:project:hardis"
|
|
11126
|
+
]
|
|
11127
|
+
},
|
|
11128
|
+
"hardis:project:deploy:quick": {
|
|
11129
|
+
"aliases": [
|
|
11130
|
+
"hardis:deploy:quick"
|
|
10826
11131
|
],
|
|
10827
11132
|
"args": {},
|
|
10828
11133
|
"description": "sfdx-hardis wrapper for **sf project deploy quick** that displays tips to solve deployment errors.\n\nNote: Use **--json** argument to have better results\n\n[](https://nicolas.vuillamy.fr/assisted-solving-of-salesforce-deployments-errors-47f3666a9ed0)\n\n[See documentation of Salesforce command](https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_project_commands_unified.htm#cli_reference_project_deploy_quick_unified)\n\n### Deployment pre or post commands\n\nYou can define command lines to run before or after a deployment, with parameters:\n\n- **id**: Unique Id for the command\n- **label**: Human readable label for the command\n- **skipIfError**: If defined to \"true\", the post-command won't be run if there is a deployment failure\n- **context**: Defines the context where the command will be run. Can be **all** (default), **check-deployment-only** or **process-deployment-only**\n- **runOnlyOnceByOrg**: If set to true, the command will be run only one time per org. A record of SfdxHardisTrace__c is stored to make that possible (it needs to be existing in target org)\n\nIf the commands are not the same depending on the target org, you can define them into **config/branches/.sfdx-hardis-BRANCHNAME.yml** instead of root **config/.sfdx-hardis.yml**\n\nExample:\n\n```yaml\ncommandsPreDeploy:\n - id: knowledgeUnassign\n label: Remove KnowledgeUser right to the user who has it\n command: sf data update record --sobject User --where \"UserPermissionsKnowledgeUser='true'\" --values \"UserPermissionsKnowledgeUser='false'\" --json\n - id: knowledgeAssign\n label: Assign Knowledge user to the deployment user\n command: sf data update record --sobject User --where \"Username='deploy.github@myclient.com'\" --values \"UserPermissionsKnowledgeUser='true'\" --json\n\ncommandsPostDeploy:\n - id: knowledgeUnassign\n label: Remove KnowledgeUser right to the user who has it\n command: sf data update record --sobject User --where \"UserPermissionsKnowledgeUser='true'\" --values \"UserPermissionsKnowledgeUser='false'\" --json\n - id: knowledgeAssign\n label: Assign Knowledge user to desired username\n command: sf data update record --sobject User --where \"Username='admin-yser@myclient.com'\" --values \"UserPermissionsKnowledgeUser='true'\" --json\n - id: someActionToRunJustOneTime\n label: And to run only if deployment is success\n command: sf sfdmu:run ...\n skipIfError: true\n context: process-deployment-only\n runOnlyOnceByOrg: true\n```\n",
|
|
@@ -11857,221 +12162,6 @@
|
|
|
11857
12162
|
"validate:deploy:project:hardis"
|
|
11858
12163
|
]
|
|
11859
12164
|
},
|
|
11860
|
-
"hardis:project:fix:profiletabs": {
|
|
11861
|
-
"aliases": [],
|
|
11862
|
-
"args": {},
|
|
11863
|
-
"description": "Interactive prompts to add tab visibilities that are not retrieved by project retrieve start",
|
|
11864
|
-
"examples": [
|
|
11865
|
-
"$ sf hardis:project:fix:profiletabs"
|
|
11866
|
-
],
|
|
11867
|
-
"flags": {
|
|
11868
|
-
"json": {
|
|
11869
|
-
"description": "Format output as json.",
|
|
11870
|
-
"helpGroup": "GLOBAL",
|
|
11871
|
-
"name": "json",
|
|
11872
|
-
"allowNo": false,
|
|
11873
|
-
"type": "boolean"
|
|
11874
|
-
},
|
|
11875
|
-
"flags-dir": {
|
|
11876
|
-
"helpGroup": "GLOBAL",
|
|
11877
|
-
"name": "flags-dir",
|
|
11878
|
-
"summary": "Import flag values from a directory.",
|
|
11879
|
-
"hasDynamicHelp": false,
|
|
11880
|
-
"multiple": false,
|
|
11881
|
-
"type": "option"
|
|
11882
|
-
},
|
|
11883
|
-
"path": {
|
|
11884
|
-
"char": "p",
|
|
11885
|
-
"description": "Root folder",
|
|
11886
|
-
"name": "path",
|
|
11887
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
11888
|
-
"hasDynamicHelp": false,
|
|
11889
|
-
"multiple": false,
|
|
11890
|
-
"type": "option"
|
|
11891
|
-
},
|
|
11892
|
-
"debug": {
|
|
11893
|
-
"char": "d",
|
|
11894
|
-
"description": "Activate debug mode (more logs)",
|
|
11895
|
-
"name": "debug",
|
|
11896
|
-
"allowNo": false,
|
|
11897
|
-
"type": "boolean"
|
|
11898
|
-
},
|
|
11899
|
-
"websocket": {
|
|
11900
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
11901
|
-
"name": "websocket",
|
|
11902
|
-
"hasDynamicHelp": false,
|
|
11903
|
-
"multiple": false,
|
|
11904
|
-
"type": "option"
|
|
11905
|
-
},
|
|
11906
|
-
"skipauth": {
|
|
11907
|
-
"description": "Skip authentication check when a default username is required",
|
|
11908
|
-
"name": "skipauth",
|
|
11909
|
-
"allowNo": false,
|
|
11910
|
-
"type": "boolean"
|
|
11911
|
-
},
|
|
11912
|
-
"target-org": {
|
|
11913
|
-
"aliases": [
|
|
11914
|
-
"targetusername",
|
|
11915
|
-
"u"
|
|
11916
|
-
],
|
|
11917
|
-
"char": "o",
|
|
11918
|
-
"deprecateAliases": true,
|
|
11919
|
-
"name": "target-org",
|
|
11920
|
-
"noCacheDefault": true,
|
|
11921
|
-
"required": true,
|
|
11922
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
11923
|
-
"hasDynamicHelp": true,
|
|
11924
|
-
"multiple": false,
|
|
11925
|
-
"type": "option"
|
|
11926
|
-
}
|
|
11927
|
-
},
|
|
11928
|
-
"hasDynamicHelp": true,
|
|
11929
|
-
"hiddenAliases": [],
|
|
11930
|
-
"id": "hardis:project:fix:profiletabs",
|
|
11931
|
-
"pluginAlias": "sfdx-hardis",
|
|
11932
|
-
"pluginName": "sfdx-hardis",
|
|
11933
|
-
"pluginType": "core",
|
|
11934
|
-
"strict": true,
|
|
11935
|
-
"enableJsonFlag": true,
|
|
11936
|
-
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
11937
|
-
"requiresProject": true,
|
|
11938
|
-
"isESM": true,
|
|
11939
|
-
"relativePath": [
|
|
11940
|
-
"lib",
|
|
11941
|
-
"commands",
|
|
11942
|
-
"hardis",
|
|
11943
|
-
"project",
|
|
11944
|
-
"fix",
|
|
11945
|
-
"profiletabs.js"
|
|
11946
|
-
],
|
|
11947
|
-
"aliasPermutations": [],
|
|
11948
|
-
"permutations": [
|
|
11949
|
-
"hardis:project:fix:profiletabs",
|
|
11950
|
-
"project:hardis:fix:profiletabs",
|
|
11951
|
-
"project:fix:hardis:profiletabs",
|
|
11952
|
-
"project:fix:profiletabs:hardis",
|
|
11953
|
-
"hardis:fix:project:profiletabs",
|
|
11954
|
-
"fix:hardis:project:profiletabs",
|
|
11955
|
-
"fix:project:hardis:profiletabs",
|
|
11956
|
-
"fix:project:profiletabs:hardis",
|
|
11957
|
-
"hardis:fix:profiletabs:project",
|
|
11958
|
-
"fix:hardis:profiletabs:project",
|
|
11959
|
-
"fix:profiletabs:hardis:project",
|
|
11960
|
-
"fix:profiletabs:project:hardis",
|
|
11961
|
-
"hardis:project:profiletabs:fix",
|
|
11962
|
-
"project:hardis:profiletabs:fix",
|
|
11963
|
-
"project:profiletabs:hardis:fix",
|
|
11964
|
-
"project:profiletabs:fix:hardis",
|
|
11965
|
-
"hardis:profiletabs:project:fix",
|
|
11966
|
-
"profiletabs:hardis:project:fix",
|
|
11967
|
-
"profiletabs:project:hardis:fix",
|
|
11968
|
-
"profiletabs:project:fix:hardis",
|
|
11969
|
-
"hardis:profiletabs:fix:project",
|
|
11970
|
-
"profiletabs:hardis:fix:project",
|
|
11971
|
-
"profiletabs:fix:hardis:project",
|
|
11972
|
-
"profiletabs:fix:project:hardis"
|
|
11973
|
-
]
|
|
11974
|
-
},
|
|
11975
|
-
"hardis:project:fix:v53flexipages": {
|
|
11976
|
-
"aliases": [],
|
|
11977
|
-
"args": {},
|
|
11978
|
-
"description": "Fix flexipages for apiVersion v53 (Winter22).\n\nNote: Update api version to 53.0 in package.xml and sfdx-project.json",
|
|
11979
|
-
"examples": [
|
|
11980
|
-
"$ sf hardis:project:fix:v53flexipages"
|
|
11981
|
-
],
|
|
11982
|
-
"flags": {
|
|
11983
|
-
"json": {
|
|
11984
|
-
"description": "Format output as json.",
|
|
11985
|
-
"helpGroup": "GLOBAL",
|
|
11986
|
-
"name": "json",
|
|
11987
|
-
"allowNo": false,
|
|
11988
|
-
"type": "boolean"
|
|
11989
|
-
},
|
|
11990
|
-
"flags-dir": {
|
|
11991
|
-
"helpGroup": "GLOBAL",
|
|
11992
|
-
"name": "flags-dir",
|
|
11993
|
-
"summary": "Import flag values from a directory.",
|
|
11994
|
-
"hasDynamicHelp": false,
|
|
11995
|
-
"multiple": false,
|
|
11996
|
-
"type": "option"
|
|
11997
|
-
},
|
|
11998
|
-
"path": {
|
|
11999
|
-
"char": "p",
|
|
12000
|
-
"description": "Root folder",
|
|
12001
|
-
"name": "path",
|
|
12002
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
12003
|
-
"hasDynamicHelp": false,
|
|
12004
|
-
"multiple": false,
|
|
12005
|
-
"type": "option"
|
|
12006
|
-
},
|
|
12007
|
-
"debug": {
|
|
12008
|
-
"char": "d",
|
|
12009
|
-
"description": "Activate debug mode (more logs)",
|
|
12010
|
-
"name": "debug",
|
|
12011
|
-
"allowNo": false,
|
|
12012
|
-
"type": "boolean"
|
|
12013
|
-
},
|
|
12014
|
-
"websocket": {
|
|
12015
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12016
|
-
"name": "websocket",
|
|
12017
|
-
"hasDynamicHelp": false,
|
|
12018
|
-
"multiple": false,
|
|
12019
|
-
"type": "option"
|
|
12020
|
-
},
|
|
12021
|
-
"skipauth": {
|
|
12022
|
-
"description": "Skip authentication check when a default username is required",
|
|
12023
|
-
"name": "skipauth",
|
|
12024
|
-
"allowNo": false,
|
|
12025
|
-
"type": "boolean"
|
|
12026
|
-
}
|
|
12027
|
-
},
|
|
12028
|
-
"hasDynamicHelp": false,
|
|
12029
|
-
"hiddenAliases": [],
|
|
12030
|
-
"id": "hardis:project:fix:v53flexipages",
|
|
12031
|
-
"pluginAlias": "sfdx-hardis",
|
|
12032
|
-
"pluginName": "sfdx-hardis",
|
|
12033
|
-
"pluginType": "core",
|
|
12034
|
-
"strict": true,
|
|
12035
|
-
"enableJsonFlag": true,
|
|
12036
|
-
"title": "Fix flexipages for v53",
|
|
12037
|
-
"requiresProject": true,
|
|
12038
|
-
"isESM": true,
|
|
12039
|
-
"relativePath": [
|
|
12040
|
-
"lib",
|
|
12041
|
-
"commands",
|
|
12042
|
-
"hardis",
|
|
12043
|
-
"project",
|
|
12044
|
-
"fix",
|
|
12045
|
-
"v53flexipages.js"
|
|
12046
|
-
],
|
|
12047
|
-
"aliasPermutations": [],
|
|
12048
|
-
"permutations": [
|
|
12049
|
-
"hardis:project:fix:v53flexipages",
|
|
12050
|
-
"project:hardis:fix:v53flexipages",
|
|
12051
|
-
"project:fix:hardis:v53flexipages",
|
|
12052
|
-
"project:fix:v53flexipages:hardis",
|
|
12053
|
-
"hardis:fix:project:v53flexipages",
|
|
12054
|
-
"fix:hardis:project:v53flexipages",
|
|
12055
|
-
"fix:project:hardis:v53flexipages",
|
|
12056
|
-
"fix:project:v53flexipages:hardis",
|
|
12057
|
-
"hardis:fix:v53flexipages:project",
|
|
12058
|
-
"fix:hardis:v53flexipages:project",
|
|
12059
|
-
"fix:v53flexipages:hardis:project",
|
|
12060
|
-
"fix:v53flexipages:project:hardis",
|
|
12061
|
-
"hardis:project:v53flexipages:fix",
|
|
12062
|
-
"project:hardis:v53flexipages:fix",
|
|
12063
|
-
"project:v53flexipages:hardis:fix",
|
|
12064
|
-
"project:v53flexipages:fix:hardis",
|
|
12065
|
-
"hardis:v53flexipages:project:fix",
|
|
12066
|
-
"v53flexipages:hardis:project:fix",
|
|
12067
|
-
"v53flexipages:project:hardis:fix",
|
|
12068
|
-
"v53flexipages:project:fix:hardis",
|
|
12069
|
-
"hardis:v53flexipages:fix:project",
|
|
12070
|
-
"v53flexipages:hardis:fix:project",
|
|
12071
|
-
"v53flexipages:fix:hardis:project",
|
|
12072
|
-
"v53flexipages:fix:project:hardis"
|
|
12073
|
-
]
|
|
12074
|
-
},
|
|
12075
12165
|
"hardis:project:generate:bypass": {
|
|
12076
12166
|
"aliases": [],
|
|
12077
12167
|
"args": {},
|
|
@@ -14525,5 +14615,5 @@
|
|
|
14525
14615
|
]
|
|
14526
14616
|
}
|
|
14527
14617
|
},
|
|
14528
|
-
"version": "5.
|
|
14618
|
+
"version": "5.34.1"
|
|
14529
14619
|
}
|