sfdx-hardis 5.40.0 → 5.40.1-beta202506151204.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/lib/commands/hardis/doc/override-prompts.d.ts +11 -0
- package/lib/commands/hardis/doc/override-prompts.js +164 -0
- package/lib/commands/hardis/doc/override-prompts.js.map +1 -0
- package/lib/common/aiProvider/promptTemplates/PROMPT_COMPLETE_OBJECT_ATTRIBUTES_MD.js +1 -1
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_APEX.js +4 -10
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_APEX.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_APPROVAL_PROCESS.js +4 -10
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_APPROVAL_PROCESS.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_ASSIGNMENT_RULES.js +4 -11
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_ASSIGNMENT_RULES.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_AUTORESPONSE_RULES.js +6 -12
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_AUTORESPONSE_RULES.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_ESCALATION_RULES.js +4 -10
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_ESCALATION_RULES.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_FLOW.js +4 -10
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_FLOW.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_FLOW_DIFF.js +3 -8
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_FLOW_DIFF.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_LWC.js +3 -7
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_LWC.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_OBJECT.js +3 -8
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_OBJECT.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_PACKAGE.js +3 -8
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_PACKAGE.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_PAGE.js +3 -8
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_PAGE.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_PERMISSION_SET.js +4 -10
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_PERMISSION_SET.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_PERMISSION_SET_GROUP.js +4 -10
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_PERMISSION_SET_GROUP.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_PROFILE.js +3 -8
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_PROFILE.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_ROLES.js +3 -8
- package/lib/common/aiProvider/promptTemplates/PROMPT_DESCRIBE_ROLES.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates/PROMPT_SOLVE_DEPLOYMENT_ERROR.js +3 -9
- package/lib/common/aiProvider/promptTemplates/PROMPT_SOLVE_DEPLOYMENT_ERROR.js.map +1 -1
- package/lib/common/aiProvider/promptTemplates/VARIABLE_ADDITIONAL_INSTRUCTIONS.d.ts +3 -0
- package/lib/common/aiProvider/promptTemplates/VARIABLE_ADDITIONAL_INSTRUCTIONS.js +11 -0
- package/lib/common/aiProvider/promptTemplates/VARIABLE_ADDITIONAL_INSTRUCTIONS.js.map +1 -0
- package/lib/common/aiProvider/promptTemplates/VARIABLE_FORMATTING_REQUIREMENTS.d.ts +3 -0
- package/lib/common/aiProvider/promptTemplates/VARIABLE_FORMATTING_REQUIREMENTS.js +13 -0
- package/lib/common/aiProvider/promptTemplates/VARIABLE_FORMATTING_REQUIREMENTS.js.map +1 -0
- package/lib/common/aiProvider/promptTemplates/VARIABLE_OUTPUT_FORMAT_MARKDOWN_DOC.d.ts +3 -0
- package/lib/common/aiProvider/promptTemplates/VARIABLE_OUTPUT_FORMAT_MARKDOWN_DOC.js +8 -0
- package/lib/common/aiProvider/promptTemplates/VARIABLE_OUTPUT_FORMAT_MARKDOWN_DOC.js.map +1 -0
- package/lib/common/aiProvider/promptTemplates/variablesIndex.d.ts +3 -0
- package/lib/common/aiProvider/promptTemplates/variablesIndex.js +9 -0
- package/lib/common/aiProvider/promptTemplates/variablesIndex.js.map +1 -0
- package/lib/common/aiProvider/promptTemplates.js +43 -2
- package/lib/common/aiProvider/promptTemplates.js.map +1 -1
- package/oclif.manifest.json +1434 -1355
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -129,13 +129,12 @@
|
|
|
129
129
|
"clear:cache:hardis"
|
|
130
130
|
]
|
|
131
131
|
},
|
|
132
|
-
"hardis:
|
|
132
|
+
"hardis:config:get": {
|
|
133
133
|
"aliases": [],
|
|
134
134
|
"args": {},
|
|
135
|
-
"description": "
|
|
135
|
+
"description": "Returns sfdx-hardis project config for a given level",
|
|
136
136
|
"examples": [
|
|
137
|
-
"$ sf hardis:
|
|
138
|
-
"CI=true sf hardis:auth:login"
|
|
137
|
+
"$ sf hardis:project:deploy:sources:metadata"
|
|
139
138
|
],
|
|
140
139
|
"flags": {
|
|
141
140
|
"json": {
|
|
@@ -153,28 +152,20 @@
|
|
|
153
152
|
"multiple": false,
|
|
154
153
|
"type": "option"
|
|
155
154
|
},
|
|
156
|
-
"
|
|
157
|
-
"char": "
|
|
158
|
-
"description": "
|
|
159
|
-
"name": "
|
|
155
|
+
"level": {
|
|
156
|
+
"char": "l",
|
|
157
|
+
"description": "project,branch or user",
|
|
158
|
+
"name": "level",
|
|
159
|
+
"default": "project",
|
|
160
160
|
"hasDynamicHelp": false,
|
|
161
161
|
"multiple": false,
|
|
162
|
+
"options": [
|
|
163
|
+
"project",
|
|
164
|
+
"branch",
|
|
165
|
+
"user"
|
|
166
|
+
],
|
|
162
167
|
"type": "option"
|
|
163
168
|
},
|
|
164
|
-
"devhub": {
|
|
165
|
-
"char": "h",
|
|
166
|
-
"description": "Also connect associated DevHub",
|
|
167
|
-
"name": "devhub",
|
|
168
|
-
"allowNo": false,
|
|
169
|
-
"type": "boolean"
|
|
170
|
-
},
|
|
171
|
-
"scratchorg": {
|
|
172
|
-
"char": "s",
|
|
173
|
-
"description": "Scratch org",
|
|
174
|
-
"name": "scratchorg",
|
|
175
|
-
"allowNo": false,
|
|
176
|
-
"type": "boolean"
|
|
177
|
-
},
|
|
178
169
|
"debug": {
|
|
179
170
|
"char": "d",
|
|
180
171
|
"description": "Activate debug mode (more logs)",
|
|
@@ -198,38 +189,39 @@
|
|
|
198
189
|
},
|
|
199
190
|
"hasDynamicHelp": false,
|
|
200
191
|
"hiddenAliases": [],
|
|
201
|
-
"id": "hardis:
|
|
192
|
+
"id": "hardis:config:get",
|
|
202
193
|
"pluginAlias": "sfdx-hardis",
|
|
203
194
|
"pluginName": "sfdx-hardis",
|
|
204
195
|
"pluginType": "core",
|
|
205
196
|
"strict": true,
|
|
206
197
|
"enableJsonFlag": true,
|
|
207
|
-
"title": "
|
|
198
|
+
"title": "Deploy metadata sources to org",
|
|
208
199
|
"requiresProject": false,
|
|
209
200
|
"isESM": true,
|
|
210
201
|
"relativePath": [
|
|
211
202
|
"lib",
|
|
212
203
|
"commands",
|
|
213
204
|
"hardis",
|
|
214
|
-
"
|
|
215
|
-
"
|
|
205
|
+
"config",
|
|
206
|
+
"get.js"
|
|
216
207
|
],
|
|
217
208
|
"aliasPermutations": [],
|
|
218
209
|
"permutations": [
|
|
219
|
-
"hardis:
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"hardis:
|
|
223
|
-
"
|
|
224
|
-
"
|
|
210
|
+
"hardis:config:get",
|
|
211
|
+
"config:hardis:get",
|
|
212
|
+
"config:get:hardis",
|
|
213
|
+
"hardis:get:config",
|
|
214
|
+
"get:hardis:config",
|
|
215
|
+
"get:config:hardis"
|
|
225
216
|
]
|
|
226
217
|
},
|
|
227
|
-
"hardis:
|
|
218
|
+
"hardis:auth:login": {
|
|
228
219
|
"aliases": [],
|
|
229
220
|
"args": {},
|
|
230
|
-
"description": "
|
|
221
|
+
"description": "\nLogins to a Salesforce org from CI/CD workflows.\n\nWill use the variables and files defined by configuration commands:\n\n- CI/CD repos: [Configure Org CI Authentication](https://sfdx-hardis.cloudity.com/hardis/project/configure/auth/)\n- Monitoring repos: [Configure Org Monitoring](https://sfdx-hardis.cloudity.com/hardis/org/configure/monitoring/)\n\nIf you have a technical org (for example to call Agentforce from another org, you can define variable SFDX_AUTH_URL_TECHNICAL_ORG and it will authenticate it with alias TECHNICAL_ORG)\n\nYou can get SFDX_AUTH_URL_TECHNICAL_ORG value by running the command: `sf org display --verbose --json` and copy the value of the field `sfdxAuthUrl` in the output.\n",
|
|
231
222
|
"examples": [
|
|
232
|
-
"$ sf hardis:
|
|
223
|
+
"$ sf hardis:auth:login",
|
|
224
|
+
"CI=true sf hardis:auth:login"
|
|
233
225
|
],
|
|
234
226
|
"flags": {
|
|
235
227
|
"json": {
|
|
@@ -247,20 +239,28 @@
|
|
|
247
239
|
"multiple": false,
|
|
248
240
|
"type": "option"
|
|
249
241
|
},
|
|
250
|
-
"
|
|
251
|
-
"char": "
|
|
252
|
-
"description": "
|
|
253
|
-
"name": "
|
|
254
|
-
"default": "project",
|
|
242
|
+
"instanceurl": {
|
|
243
|
+
"char": "r",
|
|
244
|
+
"description": "URL of org instance",
|
|
245
|
+
"name": "instanceurl",
|
|
255
246
|
"hasDynamicHelp": false,
|
|
256
247
|
"multiple": false,
|
|
257
|
-
"options": [
|
|
258
|
-
"project",
|
|
259
|
-
"branch",
|
|
260
|
-
"user"
|
|
261
|
-
],
|
|
262
248
|
"type": "option"
|
|
263
249
|
},
|
|
250
|
+
"devhub": {
|
|
251
|
+
"char": "h",
|
|
252
|
+
"description": "Also connect associated DevHub",
|
|
253
|
+
"name": "devhub",
|
|
254
|
+
"allowNo": false,
|
|
255
|
+
"type": "boolean"
|
|
256
|
+
},
|
|
257
|
+
"scratchorg": {
|
|
258
|
+
"char": "s",
|
|
259
|
+
"description": "Scratch org",
|
|
260
|
+
"name": "scratchorg",
|
|
261
|
+
"allowNo": false,
|
|
262
|
+
"type": "boolean"
|
|
263
|
+
},
|
|
264
264
|
"debug": {
|
|
265
265
|
"char": "d",
|
|
266
266
|
"description": "Activate debug mode (more logs)",
|
|
@@ -284,30 +284,30 @@
|
|
|
284
284
|
},
|
|
285
285
|
"hasDynamicHelp": false,
|
|
286
286
|
"hiddenAliases": [],
|
|
287
|
-
"id": "hardis:
|
|
287
|
+
"id": "hardis:auth:login",
|
|
288
288
|
"pluginAlias": "sfdx-hardis",
|
|
289
289
|
"pluginName": "sfdx-hardis",
|
|
290
290
|
"pluginType": "core",
|
|
291
291
|
"strict": true,
|
|
292
292
|
"enableJsonFlag": true,
|
|
293
|
-
"title": "
|
|
293
|
+
"title": "Login",
|
|
294
294
|
"requiresProject": false,
|
|
295
295
|
"isESM": true,
|
|
296
296
|
"relativePath": [
|
|
297
297
|
"lib",
|
|
298
298
|
"commands",
|
|
299
299
|
"hardis",
|
|
300
|
-
"
|
|
301
|
-
"
|
|
300
|
+
"auth",
|
|
301
|
+
"login.js"
|
|
302
302
|
],
|
|
303
303
|
"aliasPermutations": [],
|
|
304
304
|
"permutations": [
|
|
305
|
-
"hardis:
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"hardis:
|
|
309
|
-
"
|
|
310
|
-
"
|
|
305
|
+
"hardis:auth:login",
|
|
306
|
+
"auth:hardis:login",
|
|
307
|
+
"auth:login:hardis",
|
|
308
|
+
"hardis:login:auth",
|
|
309
|
+
"login:hardis:auth",
|
|
310
|
+
"login:auth:hardis"
|
|
311
311
|
]
|
|
312
312
|
},
|
|
313
313
|
"hardis:doc:fieldusage": {
|
|
@@ -675,6 +675,85 @@
|
|
|
675
675
|
"mkdocs-to-salesforce:doc:hardis"
|
|
676
676
|
]
|
|
677
677
|
},
|
|
678
|
+
"hardis:doc:override-prompts": {
|
|
679
|
+
"aliases": [],
|
|
680
|
+
"args": {},
|
|
681
|
+
"description": "Create local override files for AI prompt templates and variables\n\nThis command creates a folder config/prompt-templates/ and copies all the default AI prompt templates and variables as .txt files that can be customized.\n\nThe templates are used by sfdx-hardis for:\n- Generating documentation with AI\n- Solving deployment errors\n- Describing Salesforce metadata\n\nThe variables contain common instruction patterns that are reused across multiple templates, such as:\n- Role definitions (business analyst, developer, etc.)\n- Formatting requirements for markdown output\n- Security caution instructions\n- Output format specifications\n\nYou can customize these prompts and variables to match your organization's specific needs and terminology.\n\nAfter running this command, you can modify any of the .txt files in config/prompt-templates/ to override the default prompts and variables.\n\n**Important**: Once created, existing template and variable files will never be overwritten with newer versions from sfdx-hardis updates, unless you explicitly use the --overwrite flag. This ensures your customizations are preserved.\n\nAvailable templates:\n- PROMPT_SOLVE_DEPLOYMENT_ERROR\n- PROMPT_DESCRIBE_FLOW\n- PROMPT_DESCRIBE_FLOW_DIFF\n- PROMPT_DESCRIBE_OBJECT\n- PROMPT_COMPLETE_OBJECT_ATTRIBUTES_MD\n- PROMPT_DESCRIBE_APEX\n- PROMPT_DESCRIBE_PAGE\n- PROMPT_DESCRIBE_PACKAGE\n- PROMPT_DESCRIBE_PROFILE\n- PROMPT_DESCRIBE_PERMISSION_SET\n- PROMPT_DESCRIBE_PERMISSION_SET_GROUP\n- PROMPT_DESCRIBE_ASSIGNMENT_RULES\n- PROMPT_DESCRIBE_APPROVAL_PROCESS\n- PROMPT_DESCRIBE_LWC\n- PROMPT_DESCRIBE_AUTORESPONSE_RULES\n- PROMPT_DESCRIBE_ESCALATION_RULES\n- PROMPT_DESCRIBE_ROLES\n\nAvailable variables:\n- VARIABLE_OUTPUT_FORMAT_MARKDOWN_DOC\n- VARIABLE_FORMATTING_REQUIREMENTS\n- VARIABLE_ADDITIONAL_INSTRUCTIONS\n\nMore info on [AI Prompts documentation](https://sfdx-hardis.cloudity.com/salesforce-ai-prompts/)\n",
|
|
682
|
+
"examples": [
|
|
683
|
+
"$ sf hardis:doc:override-prompts",
|
|
684
|
+
"$ sf hardis:doc:override-prompts --overwrite"
|
|
685
|
+
],
|
|
686
|
+
"flags": {
|
|
687
|
+
"json": {
|
|
688
|
+
"description": "Format output as json.",
|
|
689
|
+
"helpGroup": "GLOBAL",
|
|
690
|
+
"name": "json",
|
|
691
|
+
"allowNo": false,
|
|
692
|
+
"type": "boolean"
|
|
693
|
+
},
|
|
694
|
+
"flags-dir": {
|
|
695
|
+
"helpGroup": "GLOBAL",
|
|
696
|
+
"name": "flags-dir",
|
|
697
|
+
"summary": "Import flag values from a directory.",
|
|
698
|
+
"hasDynamicHelp": false,
|
|
699
|
+
"multiple": false,
|
|
700
|
+
"type": "option"
|
|
701
|
+
},
|
|
702
|
+
"overwrite": {
|
|
703
|
+
"description": "Overwrite existing template files if they already exist",
|
|
704
|
+
"name": "overwrite",
|
|
705
|
+
"allowNo": false,
|
|
706
|
+
"type": "boolean"
|
|
707
|
+
},
|
|
708
|
+
"debug": {
|
|
709
|
+
"char": "d",
|
|
710
|
+
"description": "Activate debug mode (more logs)",
|
|
711
|
+
"name": "debug",
|
|
712
|
+
"allowNo": false,
|
|
713
|
+
"type": "boolean"
|
|
714
|
+
},
|
|
715
|
+
"websocket": {
|
|
716
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
717
|
+
"name": "websocket",
|
|
718
|
+
"hasDynamicHelp": false,
|
|
719
|
+
"multiple": false,
|
|
720
|
+
"type": "option"
|
|
721
|
+
},
|
|
722
|
+
"skipauth": {
|
|
723
|
+
"description": "Skip authentication check when a default username is required",
|
|
724
|
+
"name": "skipauth",
|
|
725
|
+
"allowNo": false,
|
|
726
|
+
"type": "boolean"
|
|
727
|
+
}
|
|
728
|
+
},
|
|
729
|
+
"hasDynamicHelp": false,
|
|
730
|
+
"hiddenAliases": [],
|
|
731
|
+
"id": "hardis:doc:override-prompts",
|
|
732
|
+
"pluginAlias": "sfdx-hardis",
|
|
733
|
+
"pluginName": "sfdx-hardis",
|
|
734
|
+
"pluginType": "core",
|
|
735
|
+
"strict": true,
|
|
736
|
+
"enableJsonFlag": true,
|
|
737
|
+
"title": "Override AI Prompt Templates",
|
|
738
|
+
"requiresProject": false,
|
|
739
|
+
"isESM": true,
|
|
740
|
+
"relativePath": [
|
|
741
|
+
"lib",
|
|
742
|
+
"commands",
|
|
743
|
+
"hardis",
|
|
744
|
+
"doc",
|
|
745
|
+
"override-prompts.js"
|
|
746
|
+
],
|
|
747
|
+
"aliasPermutations": [],
|
|
748
|
+
"permutations": [
|
|
749
|
+
"hardis:doc:override-prompts",
|
|
750
|
+
"doc:hardis:override-prompts",
|
|
751
|
+
"doc:override-prompts:hardis",
|
|
752
|
+
"hardis:override-prompts:doc",
|
|
753
|
+
"override-prompts:hardis:doc",
|
|
754
|
+
"override-prompts:doc:hardis"
|
|
755
|
+
]
|
|
756
|
+
},
|
|
678
757
|
"hardis:doc:packagexml2markdown": {
|
|
679
758
|
"aliases": [],
|
|
680
759
|
"args": {},
|
|
@@ -5397,12 +5476,15 @@
|
|
|
5397
5476
|
"import:data:org:hardis"
|
|
5398
5477
|
]
|
|
5399
5478
|
},
|
|
5400
|
-
"hardis:org:
|
|
5479
|
+
"hardis:org:diagnose:audittrail": {
|
|
5401
5480
|
"aliases": [],
|
|
5402
5481
|
"args": {},
|
|
5403
|
-
"description": "Export
|
|
5482
|
+
"description": "Export Audit trail into a CSV file with selected criteria, and highlight suspect actions\n\nAlso detects updates of Custom Settings values (disable by defining `SKIP_AUDIT_TRAIL_CUSTOM_SETTINGS=true`)\n\nRegular setup actions performed in major orgs are filtered.\n\n- \"\"\n - createScratchOrg\n - changedsenderemail\n - deleteScratchOrg\n - loginasgrantedtopartnerbt\n- Certificate and Key Management\n - insertCertificate\n- Custom App Licenses\n - addeduserpackagelicense\n - granteduserpackagelicense\n - revokeduserpackagelicense\n- Customer Portal\n - createdcustomersuccessuser\n - CSPUserDisabled\n- Currency\n - updateddatedexchrate\n- Data Management\n - queueMembership\n- Email Administration\n - dkimRotationPreparationSuccessful\n - dkimRotationSuccessful\n- Groups\n - groupMembership\n- Holidays\n - holiday_insert\n- Inbox mobile and legacy desktop apps\n - enableSIQUserNonEAC\n- Manage Users\n - activateduser\n - createduser\n - changedcommunitynickname\n - changedemail\n - changedfederationid\n - changedpassword\n - changedinteractionuseroffon\n - changedinteractionuseronoff\n - changedmarketinguseroffon\n - changedmarketinguseronoff\n - changedofflineuseroffon\n - changedprofileforuserstdtostd\n - changedprofileforuser\n - changedprofileforusercusttostd\n - changedprofileforuserstdtocust\n - changedroleforusertonone\n - changedroleforuser\n - changedroleforuserfromnone\n - changedUserEmailVerifiedStatusUnverified\n - changedUserEmailVerifiedStatusVerified\n - changedknowledgeuseroffon\n - changedsfcontentuseroffon\n - changedsupportuseroffon\n - changedUserPhoneNumber\n - changedUserPhoneVerifiedStatusUnverified\n - deactivateduser\n - deleteAuthenticatorPairing\n - deleteTwoFactorInfo2\n - deleteTwoFactorTempCode\n - frozeuser\n - insertAuthenticatorPairing\n - insertTwoFactorInfo2\n - insertTwoFactorTempCode\n - lightningloginenroll\n - PermSetAssign\n - PermSetGroupAssign\n - PermSetGroupUnassign\n - PermSetLicenseAssign\n - PermSetUnassign\n - PermSetLicenseUnassign\n - registeredUserPhoneNumber\n - resetpassword\n - suNetworkAdminLogin\n - suNetworkAdminLogout\n - suOrgAdminLogin\n - suOrgAdminLogout\n - unfrozeuser\n - useremailchangesent\n- Mobile Administration\n - assigneduserstomobileconfig\n- Reporting Snapshots\n - createdReportJob\n - deletedReportJob\n- Sandboxes\n - DeleteSandbox\n\nBy default, deployment user defined in .sfdx-hardis.yml targetUsername property will be excluded.\n\nYou can define additional users to exclude in .sfdx-hardis.yml **monitoringExcludeUsernames** property.\n\nYou can also add more sections / actions considered as not suspect using property **monitoringAllowedSectionsActions**\n\nExample:\n\n```yaml\nmonitoringExcludeUsernames:\n - deploymentuser@cloudity.com\n - marketingcloud@cloudity.com\n - integration-user@cloudity.com\n\nmonitoringAllowedSectionsActions:\n \"Some section\": [] // Will ignore all actions from such section\n \"Some other section\": [\"actionType1\",\"actionType2\",\"actionType3\"] // Will ignore only those 3 actions from section \"Some other section\". Other actions in the same section will be considered as suspect.\n```\n\n## Excel output example\n\n\n\n## Local output example\n\n\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-suspect-audit-trail/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
5404
5483
|
"examples": [
|
|
5405
|
-
"$ sf hardis:org:
|
|
5484
|
+
"$ sf hardis:org:diagnose:audittrail",
|
|
5485
|
+
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com",
|
|
5486
|
+
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com,bertrand@titi.com",
|
|
5487
|
+
"$ sf hardis:org:diagnose:audittrail --lastndays 5"
|
|
5406
5488
|
],
|
|
5407
5489
|
"flags": {
|
|
5408
5490
|
"json": {
|
|
@@ -5420,37 +5502,26 @@
|
|
|
5420
5502
|
"multiple": false,
|
|
5421
5503
|
"type": "option"
|
|
5422
5504
|
},
|
|
5423
|
-
"
|
|
5424
|
-
"char": "
|
|
5425
|
-
"description": "
|
|
5426
|
-
"name": "
|
|
5427
|
-
"hasDynamicHelp": false,
|
|
5428
|
-
"multiple": false,
|
|
5429
|
-
"type": "option"
|
|
5430
|
-
},
|
|
5431
|
-
"chunksize": {
|
|
5432
|
-
"char": "c",
|
|
5433
|
-
"description": "Number of records to add in a chunk before it is processed",
|
|
5434
|
-
"name": "chunksize",
|
|
5435
|
-
"default": 1000,
|
|
5505
|
+
"excludeusers": {
|
|
5506
|
+
"char": "e",
|
|
5507
|
+
"description": "Comma-separated list of usernames to exclude",
|
|
5508
|
+
"name": "excludeusers",
|
|
5436
5509
|
"hasDynamicHelp": false,
|
|
5437
5510
|
"multiple": false,
|
|
5438
5511
|
"type": "option"
|
|
5439
5512
|
},
|
|
5440
|
-
"
|
|
5513
|
+
"lastndays": {
|
|
5441
5514
|
"char": "t",
|
|
5442
|
-
"description": "
|
|
5443
|
-
"name": "
|
|
5444
|
-
"default": 300000,
|
|
5515
|
+
"description": "Number of days to extract from today (included)",
|
|
5516
|
+
"name": "lastndays",
|
|
5445
5517
|
"hasDynamicHelp": false,
|
|
5446
5518
|
"multiple": false,
|
|
5447
5519
|
"type": "option"
|
|
5448
5520
|
},
|
|
5449
|
-
"
|
|
5450
|
-
"char": "
|
|
5451
|
-
"description": "
|
|
5452
|
-
"name": "
|
|
5453
|
-
"default": 0,
|
|
5521
|
+
"outputfile": {
|
|
5522
|
+
"char": "f",
|
|
5523
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
5524
|
+
"name": "outputfile",
|
|
5454
5525
|
"hasDynamicHelp": false,
|
|
5455
5526
|
"multiple": false,
|
|
5456
5527
|
"type": "option"
|
|
@@ -5493,13 +5564,13 @@
|
|
|
5493
5564
|
},
|
|
5494
5565
|
"hasDynamicHelp": true,
|
|
5495
5566
|
"hiddenAliases": [],
|
|
5496
|
-
"id": "hardis:org:
|
|
5567
|
+
"id": "hardis:org:diagnose:audittrail",
|
|
5497
5568
|
"pluginAlias": "sfdx-hardis",
|
|
5498
5569
|
"pluginName": "sfdx-hardis",
|
|
5499
5570
|
"pluginType": "core",
|
|
5500
5571
|
"strict": true,
|
|
5501
5572
|
"enableJsonFlag": true,
|
|
5502
|
-
"title": "
|
|
5573
|
+
"title": "Diagnose content of Setup Audit Trail",
|
|
5503
5574
|
"requiresProject": false,
|
|
5504
5575
|
"isESM": true,
|
|
5505
5576
|
"relativePath": [
|
|
@@ -5507,43 +5578,43 @@
|
|
|
5507
5578
|
"commands",
|
|
5508
5579
|
"hardis",
|
|
5509
5580
|
"org",
|
|
5510
|
-
"
|
|
5511
|
-
"
|
|
5581
|
+
"diagnose",
|
|
5582
|
+
"audittrail.js"
|
|
5512
5583
|
],
|
|
5513
5584
|
"aliasPermutations": [],
|
|
5514
5585
|
"permutations": [
|
|
5515
|
-
"hardis:org:
|
|
5516
|
-
"org:hardis:
|
|
5517
|
-
"org:
|
|
5518
|
-
"org:
|
|
5519
|
-
"hardis:
|
|
5520
|
-
"
|
|
5521
|
-
"
|
|
5522
|
-
"
|
|
5523
|
-
"hardis:
|
|
5524
|
-
"
|
|
5525
|
-
"
|
|
5526
|
-
"
|
|
5527
|
-
"hardis:org:
|
|
5528
|
-
"org:hardis:
|
|
5529
|
-
"org:
|
|
5530
|
-
"org:
|
|
5531
|
-
"hardis:
|
|
5532
|
-
"
|
|
5533
|
-
"
|
|
5534
|
-
"
|
|
5535
|
-
"hardis:
|
|
5536
|
-
"
|
|
5537
|
-
"
|
|
5538
|
-
"
|
|
5539
|
-
]
|
|
5540
|
-
},
|
|
5541
|
-
"hardis:org:
|
|
5542
|
-
"aliases": [],
|
|
5543
|
-
"args": {},
|
|
5544
|
-
"description": "
|
|
5545
|
-
"examples": [
|
|
5546
|
-
"$ sf hardis:org:
|
|
5586
|
+
"hardis:org:diagnose:audittrail",
|
|
5587
|
+
"org:hardis:diagnose:audittrail",
|
|
5588
|
+
"org:diagnose:hardis:audittrail",
|
|
5589
|
+
"org:diagnose:audittrail:hardis",
|
|
5590
|
+
"hardis:diagnose:org:audittrail",
|
|
5591
|
+
"diagnose:hardis:org:audittrail",
|
|
5592
|
+
"diagnose:org:hardis:audittrail",
|
|
5593
|
+
"diagnose:org:audittrail:hardis",
|
|
5594
|
+
"hardis:diagnose:audittrail:org",
|
|
5595
|
+
"diagnose:hardis:audittrail:org",
|
|
5596
|
+
"diagnose:audittrail:hardis:org",
|
|
5597
|
+
"diagnose:audittrail:org:hardis",
|
|
5598
|
+
"hardis:org:audittrail:diagnose",
|
|
5599
|
+
"org:hardis:audittrail:diagnose",
|
|
5600
|
+
"org:audittrail:hardis:diagnose",
|
|
5601
|
+
"org:audittrail:diagnose:hardis",
|
|
5602
|
+
"hardis:audittrail:org:diagnose",
|
|
5603
|
+
"audittrail:hardis:org:diagnose",
|
|
5604
|
+
"audittrail:org:hardis:diagnose",
|
|
5605
|
+
"audittrail:org:diagnose:hardis",
|
|
5606
|
+
"hardis:audittrail:diagnose:org",
|
|
5607
|
+
"audittrail:hardis:diagnose:org",
|
|
5608
|
+
"audittrail:diagnose:hardis:org",
|
|
5609
|
+
"audittrail:diagnose:org:hardis"
|
|
5610
|
+
]
|
|
5611
|
+
},
|
|
5612
|
+
"hardis:org:diagnose:instanceupgrade": {
|
|
5613
|
+
"aliases": [],
|
|
5614
|
+
"args": {},
|
|
5615
|
+
"description": "Get the date when the org instance will be upgraded (to Spring, Summer or Winter)\n ",
|
|
5616
|
+
"examples": [
|
|
5617
|
+
"$ sf hardis:org:diagnose:instanceupgrade"
|
|
5547
5618
|
],
|
|
5548
5619
|
"flags": {
|
|
5549
5620
|
"json": {
|
|
@@ -5561,21 +5632,6 @@
|
|
|
5561
5632
|
"multiple": false,
|
|
5562
5633
|
"type": "option"
|
|
5563
5634
|
},
|
|
5564
|
-
"path": {
|
|
5565
|
-
"char": "p",
|
|
5566
|
-
"description": "Path to the file export project",
|
|
5567
|
-
"name": "path",
|
|
5568
|
-
"hasDynamicHelp": false,
|
|
5569
|
-
"multiple": false,
|
|
5570
|
-
"type": "option"
|
|
5571
|
-
},
|
|
5572
|
-
"overwrite": {
|
|
5573
|
-
"char": "f",
|
|
5574
|
-
"description": "Override existing files (doubles the number of API calls)",
|
|
5575
|
-
"name": "overwrite",
|
|
5576
|
-
"allowNo": false,
|
|
5577
|
-
"type": "boolean"
|
|
5578
|
-
},
|
|
5579
5635
|
"debug": {
|
|
5580
5636
|
"char": "d",
|
|
5581
5637
|
"description": "Activate debug mode (more logs)",
|
|
@@ -5614,13 +5670,13 @@
|
|
|
5614
5670
|
},
|
|
5615
5671
|
"hasDynamicHelp": true,
|
|
5616
5672
|
"hiddenAliases": [],
|
|
5617
|
-
"id": "hardis:org:
|
|
5673
|
+
"id": "hardis:org:diagnose:instanceupgrade",
|
|
5618
5674
|
"pluginAlias": "sfdx-hardis",
|
|
5619
5675
|
"pluginName": "sfdx-hardis",
|
|
5620
5676
|
"pluginType": "core",
|
|
5621
5677
|
"strict": true,
|
|
5622
5678
|
"enableJsonFlag": true,
|
|
5623
|
-
"title": "
|
|
5679
|
+
"title": "Get Instance Upgrade date",
|
|
5624
5680
|
"requiresProject": false,
|
|
5625
5681
|
"isESM": true,
|
|
5626
5682
|
"relativePath": [
|
|
@@ -5628,44 +5684,46 @@
|
|
|
5628
5684
|
"commands",
|
|
5629
5685
|
"hardis",
|
|
5630
5686
|
"org",
|
|
5631
|
-
"
|
|
5632
|
-
"
|
|
5687
|
+
"diagnose",
|
|
5688
|
+
"instanceupgrade.js"
|
|
5633
5689
|
],
|
|
5634
5690
|
"aliasPermutations": [],
|
|
5635
5691
|
"permutations": [
|
|
5636
|
-
"hardis:org:
|
|
5637
|
-
"org:hardis:
|
|
5638
|
-
"org:
|
|
5639
|
-
"org:
|
|
5640
|
-
"hardis:
|
|
5641
|
-
"
|
|
5642
|
-
"
|
|
5643
|
-
"
|
|
5644
|
-
"hardis:
|
|
5645
|
-
"
|
|
5646
|
-
"
|
|
5647
|
-
"
|
|
5648
|
-
"hardis:org:
|
|
5649
|
-
"org:hardis:
|
|
5650
|
-
"org:
|
|
5651
|
-
"org:
|
|
5652
|
-
"hardis:
|
|
5653
|
-
"
|
|
5654
|
-
"
|
|
5655
|
-
"
|
|
5656
|
-
"hardis:
|
|
5657
|
-
"
|
|
5658
|
-
"
|
|
5659
|
-
"
|
|
5692
|
+
"hardis:org:diagnose:instanceupgrade",
|
|
5693
|
+
"org:hardis:diagnose:instanceupgrade",
|
|
5694
|
+
"org:diagnose:hardis:instanceupgrade",
|
|
5695
|
+
"org:diagnose:instanceupgrade:hardis",
|
|
5696
|
+
"hardis:diagnose:org:instanceupgrade",
|
|
5697
|
+
"diagnose:hardis:org:instanceupgrade",
|
|
5698
|
+
"diagnose:org:hardis:instanceupgrade",
|
|
5699
|
+
"diagnose:org:instanceupgrade:hardis",
|
|
5700
|
+
"hardis:diagnose:instanceupgrade:org",
|
|
5701
|
+
"diagnose:hardis:instanceupgrade:org",
|
|
5702
|
+
"diagnose:instanceupgrade:hardis:org",
|
|
5703
|
+
"diagnose:instanceupgrade:org:hardis",
|
|
5704
|
+
"hardis:org:instanceupgrade:diagnose",
|
|
5705
|
+
"org:hardis:instanceupgrade:diagnose",
|
|
5706
|
+
"org:instanceupgrade:hardis:diagnose",
|
|
5707
|
+
"org:instanceupgrade:diagnose:hardis",
|
|
5708
|
+
"hardis:instanceupgrade:org:diagnose",
|
|
5709
|
+
"instanceupgrade:hardis:org:diagnose",
|
|
5710
|
+
"instanceupgrade:org:hardis:diagnose",
|
|
5711
|
+
"instanceupgrade:org:diagnose:hardis",
|
|
5712
|
+
"hardis:instanceupgrade:diagnose:org",
|
|
5713
|
+
"instanceupgrade:hardis:diagnose:org",
|
|
5714
|
+
"instanceupgrade:diagnose:hardis:org",
|
|
5715
|
+
"instanceupgrade:diagnose:org:hardis"
|
|
5660
5716
|
]
|
|
5661
5717
|
},
|
|
5662
|
-
"hardis:org:
|
|
5718
|
+
"hardis:org:diagnose:legacyapi": {
|
|
5663
5719
|
"aliases": [],
|
|
5664
5720
|
"args": {},
|
|
5665
|
-
"description": "
|
|
5721
|
+
"description": "Checks if an org uses retired or someday retired API version\n\n\nSee article below\n\n[](https://nicolas.vuillamy.fr/handle-salesforce-api-versions-deprecation-like-a-pro-335065f52238)\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-deprecated-api-calls/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
5666
5722
|
"examples": [
|
|
5667
|
-
"$ sf hardis:org:
|
|
5668
|
-
"$ sf hardis:org:
|
|
5723
|
+
"$ sf hardis:org:diagnose:legacyapi",
|
|
5724
|
+
"$ sf hardis:org:diagnose:legacyapi -u hardis@myclient.com",
|
|
5725
|
+
"$ sf hardis:org:diagnose:legacyapi --outputfile 'c:/path/to/folder/legacyapi.csv'",
|
|
5726
|
+
"$ sf hardis:org:diagnose:legacyapi -u hardis@myclient.com --outputfile ./tmp/legacyapi.csv"
|
|
5669
5727
|
],
|
|
5670
5728
|
"flags": {
|
|
5671
5729
|
"json": {
|
|
@@ -5683,10 +5741,28 @@
|
|
|
5683
5741
|
"multiple": false,
|
|
5684
5742
|
"type": "option"
|
|
5685
5743
|
},
|
|
5686
|
-
"
|
|
5744
|
+
"eventtype": {
|
|
5745
|
+
"char": "e",
|
|
5746
|
+
"description": "Type of EventLogFile event to analyze",
|
|
5747
|
+
"name": "eventtype",
|
|
5748
|
+
"default": "ApiTotalUsage",
|
|
5749
|
+
"hasDynamicHelp": false,
|
|
5750
|
+
"multiple": false,
|
|
5751
|
+
"type": "option"
|
|
5752
|
+
},
|
|
5753
|
+
"limit": {
|
|
5687
5754
|
"char": "l",
|
|
5688
|
-
"description": "
|
|
5689
|
-
"name": "
|
|
5755
|
+
"description": "Number of latest EventLogFile events to analyze",
|
|
5756
|
+
"name": "limit",
|
|
5757
|
+
"default": 999,
|
|
5758
|
+
"hasDynamicHelp": false,
|
|
5759
|
+
"multiple": false,
|
|
5760
|
+
"type": "option"
|
|
5761
|
+
},
|
|
5762
|
+
"outputfile": {
|
|
5763
|
+
"char": "f",
|
|
5764
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
5765
|
+
"name": "outputfile",
|
|
5690
5766
|
"hasDynamicHelp": false,
|
|
5691
5767
|
"multiple": false,
|
|
5692
5768
|
"type": "option"
|
|
@@ -5729,60 +5805,57 @@
|
|
|
5729
5805
|
},
|
|
5730
5806
|
"hasDynamicHelp": true,
|
|
5731
5807
|
"hiddenAliases": [],
|
|
5732
|
-
"id": "hardis:org:
|
|
5808
|
+
"id": "hardis:org:diagnose:legacyapi",
|
|
5733
5809
|
"pluginAlias": "sfdx-hardis",
|
|
5734
5810
|
"pluginName": "sfdx-hardis",
|
|
5735
5811
|
"pluginType": "core",
|
|
5736
5812
|
"strict": true,
|
|
5737
5813
|
"enableJsonFlag": true,
|
|
5738
|
-
"title": "
|
|
5739
|
-
"requiresProject":
|
|
5814
|
+
"title": "Check for legacy API use",
|
|
5815
|
+
"requiresProject": false,
|
|
5740
5816
|
"isESM": true,
|
|
5741
5817
|
"relativePath": [
|
|
5742
5818
|
"lib",
|
|
5743
5819
|
"commands",
|
|
5744
5820
|
"hardis",
|
|
5745
5821
|
"org",
|
|
5746
|
-
"
|
|
5747
|
-
"
|
|
5822
|
+
"diagnose",
|
|
5823
|
+
"legacyapi.js"
|
|
5748
5824
|
],
|
|
5749
5825
|
"aliasPermutations": [],
|
|
5750
5826
|
"permutations": [
|
|
5751
|
-
"hardis:org:
|
|
5752
|
-
"org:hardis:
|
|
5753
|
-
"org:
|
|
5754
|
-
"org:
|
|
5755
|
-
"hardis:
|
|
5756
|
-
"
|
|
5757
|
-
"
|
|
5758
|
-
"
|
|
5759
|
-
"hardis:
|
|
5760
|
-
"
|
|
5761
|
-
"
|
|
5762
|
-
"
|
|
5763
|
-
"hardis:org:
|
|
5764
|
-
"org:hardis:
|
|
5765
|
-
"org:
|
|
5766
|
-
"org:
|
|
5767
|
-
"hardis:
|
|
5768
|
-
"
|
|
5769
|
-
"
|
|
5770
|
-
"
|
|
5771
|
-
"hardis:
|
|
5772
|
-
"
|
|
5773
|
-
"
|
|
5774
|
-
"
|
|
5827
|
+
"hardis:org:diagnose:legacyapi",
|
|
5828
|
+
"org:hardis:diagnose:legacyapi",
|
|
5829
|
+
"org:diagnose:hardis:legacyapi",
|
|
5830
|
+
"org:diagnose:legacyapi:hardis",
|
|
5831
|
+
"hardis:diagnose:org:legacyapi",
|
|
5832
|
+
"diagnose:hardis:org:legacyapi",
|
|
5833
|
+
"diagnose:org:hardis:legacyapi",
|
|
5834
|
+
"diagnose:org:legacyapi:hardis",
|
|
5835
|
+
"hardis:diagnose:legacyapi:org",
|
|
5836
|
+
"diagnose:hardis:legacyapi:org",
|
|
5837
|
+
"diagnose:legacyapi:hardis:org",
|
|
5838
|
+
"diagnose:legacyapi:org:hardis",
|
|
5839
|
+
"hardis:org:legacyapi:diagnose",
|
|
5840
|
+
"org:hardis:legacyapi:diagnose",
|
|
5841
|
+
"org:legacyapi:hardis:diagnose",
|
|
5842
|
+
"org:legacyapi:diagnose:hardis",
|
|
5843
|
+
"hardis:legacyapi:org:diagnose",
|
|
5844
|
+
"legacyapi:hardis:org:diagnose",
|
|
5845
|
+
"legacyapi:org:hardis:diagnose",
|
|
5846
|
+
"legacyapi:org:diagnose:hardis",
|
|
5847
|
+
"hardis:legacyapi:diagnose:org",
|
|
5848
|
+
"legacyapi:hardis:diagnose:org",
|
|
5849
|
+
"legacyapi:diagnose:hardis:org",
|
|
5850
|
+
"legacyapi:diagnose:org:hardis"
|
|
5775
5851
|
]
|
|
5776
5852
|
},
|
|
5777
|
-
"hardis:org:diagnose:
|
|
5853
|
+
"hardis:org:diagnose:licenses": {
|
|
5778
5854
|
"aliases": [],
|
|
5779
5855
|
"args": {},
|
|
5780
|
-
"description": "
|
|
5856
|
+
"description": "Mostly used for monitoring (Grafana) but you can also use it manually :)",
|
|
5781
5857
|
"examples": [
|
|
5782
|
-
"$ sf hardis:org:diagnose:
|
|
5783
|
-
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com",
|
|
5784
|
-
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com,bertrand@titi.com",
|
|
5785
|
-
"$ sf hardis:org:diagnose:audittrail --lastndays 5"
|
|
5858
|
+
"$ sf hardis:org:diagnose:licenses"
|
|
5786
5859
|
],
|
|
5787
5860
|
"flags": {
|
|
5788
5861
|
"json": {
|
|
@@ -5800,22 +5873,6 @@
|
|
|
5800
5873
|
"multiple": false,
|
|
5801
5874
|
"type": "option"
|
|
5802
5875
|
},
|
|
5803
|
-
"excludeusers": {
|
|
5804
|
-
"char": "e",
|
|
5805
|
-
"description": "Comma-separated list of usernames to exclude",
|
|
5806
|
-
"name": "excludeusers",
|
|
5807
|
-
"hasDynamicHelp": false,
|
|
5808
|
-
"multiple": false,
|
|
5809
|
-
"type": "option"
|
|
5810
|
-
},
|
|
5811
|
-
"lastndays": {
|
|
5812
|
-
"char": "t",
|
|
5813
|
-
"description": "Number of days to extract from today (included)",
|
|
5814
|
-
"name": "lastndays",
|
|
5815
|
-
"hasDynamicHelp": false,
|
|
5816
|
-
"multiple": false,
|
|
5817
|
-
"type": "option"
|
|
5818
|
-
},
|
|
5819
5876
|
"outputfile": {
|
|
5820
5877
|
"char": "f",
|
|
5821
5878
|
"description": "Force the path and name of output report file. Must end with .csv",
|
|
@@ -5824,6 +5881,13 @@
|
|
|
5824
5881
|
"multiple": false,
|
|
5825
5882
|
"type": "option"
|
|
5826
5883
|
},
|
|
5884
|
+
"usedonly": {
|
|
5885
|
+
"char": "u",
|
|
5886
|
+
"description": "Filter to have only used licenses",
|
|
5887
|
+
"name": "usedonly",
|
|
5888
|
+
"allowNo": false,
|
|
5889
|
+
"type": "boolean"
|
|
5890
|
+
},
|
|
5827
5891
|
"debug": {
|
|
5828
5892
|
"char": "d",
|
|
5829
5893
|
"description": "Activate debug mode (more logs)",
|
|
@@ -5862,13 +5926,13 @@
|
|
|
5862
5926
|
},
|
|
5863
5927
|
"hasDynamicHelp": true,
|
|
5864
5928
|
"hiddenAliases": [],
|
|
5865
|
-
"id": "hardis:org:diagnose:
|
|
5929
|
+
"id": "hardis:org:diagnose:licenses",
|
|
5866
5930
|
"pluginAlias": "sfdx-hardis",
|
|
5867
5931
|
"pluginName": "sfdx-hardis",
|
|
5868
5932
|
"pluginType": "core",
|
|
5869
5933
|
"strict": true,
|
|
5870
5934
|
"enableJsonFlag": true,
|
|
5871
|
-
"title": "
|
|
5935
|
+
"title": "List licenses subscribed and used in a Salesforce org",
|
|
5872
5936
|
"requiresProject": false,
|
|
5873
5937
|
"isESM": true,
|
|
5874
5938
|
"relativePath": [
|
|
@@ -5877,42 +5941,42 @@
|
|
|
5877
5941
|
"hardis",
|
|
5878
5942
|
"org",
|
|
5879
5943
|
"diagnose",
|
|
5880
|
-
"
|
|
5944
|
+
"licenses.js"
|
|
5881
5945
|
],
|
|
5882
5946
|
"aliasPermutations": [],
|
|
5883
5947
|
"permutations": [
|
|
5884
|
-
"hardis:org:diagnose:
|
|
5885
|
-
"org:hardis:diagnose:
|
|
5886
|
-
"org:diagnose:hardis:
|
|
5887
|
-
"org:diagnose:
|
|
5888
|
-
"hardis:diagnose:org:
|
|
5889
|
-
"diagnose:hardis:org:
|
|
5890
|
-
"diagnose:org:hardis:
|
|
5891
|
-
"diagnose:org:
|
|
5892
|
-
"hardis:diagnose:
|
|
5893
|
-
"diagnose:hardis:
|
|
5894
|
-
"diagnose:
|
|
5895
|
-
"diagnose:
|
|
5896
|
-
"hardis:org:
|
|
5897
|
-
"org:hardis:
|
|
5898
|
-
"org:
|
|
5899
|
-
"org:
|
|
5900
|
-
"hardis:
|
|
5901
|
-
"
|
|
5902
|
-
"
|
|
5903
|
-
"
|
|
5904
|
-
"hardis:
|
|
5905
|
-
"
|
|
5906
|
-
"
|
|
5907
|
-
"
|
|
5948
|
+
"hardis:org:diagnose:licenses",
|
|
5949
|
+
"org:hardis:diagnose:licenses",
|
|
5950
|
+
"org:diagnose:hardis:licenses",
|
|
5951
|
+
"org:diagnose:licenses:hardis",
|
|
5952
|
+
"hardis:diagnose:org:licenses",
|
|
5953
|
+
"diagnose:hardis:org:licenses",
|
|
5954
|
+
"diagnose:org:hardis:licenses",
|
|
5955
|
+
"diagnose:org:licenses:hardis",
|
|
5956
|
+
"hardis:diagnose:licenses:org",
|
|
5957
|
+
"diagnose:hardis:licenses:org",
|
|
5958
|
+
"diagnose:licenses:hardis:org",
|
|
5959
|
+
"diagnose:licenses:org:hardis",
|
|
5960
|
+
"hardis:org:licenses:diagnose",
|
|
5961
|
+
"org:hardis:licenses:diagnose",
|
|
5962
|
+
"org:licenses:hardis:diagnose",
|
|
5963
|
+
"org:licenses:diagnose:hardis",
|
|
5964
|
+
"hardis:licenses:org:diagnose",
|
|
5965
|
+
"licenses:hardis:org:diagnose",
|
|
5966
|
+
"licenses:org:hardis:diagnose",
|
|
5967
|
+
"licenses:org:diagnose:hardis",
|
|
5968
|
+
"hardis:licenses:diagnose:org",
|
|
5969
|
+
"licenses:hardis:diagnose:org",
|
|
5970
|
+
"licenses:diagnose:hardis:org",
|
|
5971
|
+
"licenses:diagnose:org:hardis"
|
|
5908
5972
|
]
|
|
5909
5973
|
},
|
|
5910
|
-
"hardis:org:diagnose:
|
|
5974
|
+
"hardis:org:diagnose:releaseupdates": {
|
|
5911
5975
|
"aliases": [],
|
|
5912
5976
|
"args": {},
|
|
5913
|
-
"description": "
|
|
5977
|
+
"description": "Export Release Updates into a CSV file with selected criteria, and highlight Release Updates that should be checked.\n\nBefore publishing **Breaking Changes** ❌, Salesforce announce them in the setup menu [**Release Updates**](https://help.salesforce.com/s/articleView?id=sf.release_updates.htm&type=5)\n\n⚠️ Some of them are very important, because if you don't make the related upgrades in time (ex: before Winter 25) , your production org can crash !\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-release-updates/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
5914
5978
|
"examples": [
|
|
5915
|
-
"$ sf hardis:org:diagnose:
|
|
5979
|
+
"$ sf hardis:org:diagnose:releaseupdates"
|
|
5916
5980
|
],
|
|
5917
5981
|
"flags": {
|
|
5918
5982
|
"json": {
|
|
@@ -5930,6 +5994,14 @@
|
|
|
5930
5994
|
"multiple": false,
|
|
5931
5995
|
"type": "option"
|
|
5932
5996
|
},
|
|
5997
|
+
"outputfile": {
|
|
5998
|
+
"char": "f",
|
|
5999
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
6000
|
+
"name": "outputfile",
|
|
6001
|
+
"hasDynamicHelp": false,
|
|
6002
|
+
"multiple": false,
|
|
6003
|
+
"type": "option"
|
|
6004
|
+
},
|
|
5933
6005
|
"debug": {
|
|
5934
6006
|
"char": "d",
|
|
5935
6007
|
"description": "Activate debug mode (more logs)",
|
|
@@ -5968,13 +6040,13 @@
|
|
|
5968
6040
|
},
|
|
5969
6041
|
"hasDynamicHelp": true,
|
|
5970
6042
|
"hiddenAliases": [],
|
|
5971
|
-
"id": "hardis:org:diagnose:
|
|
6043
|
+
"id": "hardis:org:diagnose:releaseupdates",
|
|
5972
6044
|
"pluginAlias": "sfdx-hardis",
|
|
5973
6045
|
"pluginName": "sfdx-hardis",
|
|
5974
6046
|
"pluginType": "core",
|
|
5975
6047
|
"strict": true,
|
|
5976
6048
|
"enableJsonFlag": true,
|
|
5977
|
-
"title": "
|
|
6049
|
+
"title": "Check Release Updates of an org",
|
|
5978
6050
|
"requiresProject": false,
|
|
5979
6051
|
"isESM": true,
|
|
5980
6052
|
"relativePath": [
|
|
@@ -5983,45 +6055,43 @@
|
|
|
5983
6055
|
"hardis",
|
|
5984
6056
|
"org",
|
|
5985
6057
|
"diagnose",
|
|
5986
|
-
"
|
|
6058
|
+
"releaseupdates.js"
|
|
5987
6059
|
],
|
|
5988
6060
|
"aliasPermutations": [],
|
|
5989
6061
|
"permutations": [
|
|
5990
|
-
"hardis:org:diagnose:
|
|
5991
|
-
"org:hardis:diagnose:
|
|
5992
|
-
"org:diagnose:hardis:
|
|
5993
|
-
"org:diagnose:
|
|
5994
|
-
"hardis:diagnose:org:
|
|
5995
|
-
"diagnose:hardis:org:
|
|
5996
|
-
"diagnose:org:hardis:
|
|
5997
|
-
"diagnose:org:
|
|
5998
|
-
"hardis:diagnose:
|
|
5999
|
-
"diagnose:hardis:
|
|
6000
|
-
"diagnose:
|
|
6001
|
-
"diagnose:
|
|
6002
|
-
"hardis:org:
|
|
6003
|
-
"org:hardis:
|
|
6004
|
-
"org:
|
|
6005
|
-
"org:
|
|
6006
|
-
"hardis:
|
|
6007
|
-
"
|
|
6008
|
-
"
|
|
6009
|
-
"
|
|
6010
|
-
"hardis:
|
|
6011
|
-
"
|
|
6012
|
-
"
|
|
6013
|
-
"
|
|
6062
|
+
"hardis:org:diagnose:releaseupdates",
|
|
6063
|
+
"org:hardis:diagnose:releaseupdates",
|
|
6064
|
+
"org:diagnose:hardis:releaseupdates",
|
|
6065
|
+
"org:diagnose:releaseupdates:hardis",
|
|
6066
|
+
"hardis:diagnose:org:releaseupdates",
|
|
6067
|
+
"diagnose:hardis:org:releaseupdates",
|
|
6068
|
+
"diagnose:org:hardis:releaseupdates",
|
|
6069
|
+
"diagnose:org:releaseupdates:hardis",
|
|
6070
|
+
"hardis:diagnose:releaseupdates:org",
|
|
6071
|
+
"diagnose:hardis:releaseupdates:org",
|
|
6072
|
+
"diagnose:releaseupdates:hardis:org",
|
|
6073
|
+
"diagnose:releaseupdates:org:hardis",
|
|
6074
|
+
"hardis:org:releaseupdates:diagnose",
|
|
6075
|
+
"org:hardis:releaseupdates:diagnose",
|
|
6076
|
+
"org:releaseupdates:hardis:diagnose",
|
|
6077
|
+
"org:releaseupdates:diagnose:hardis",
|
|
6078
|
+
"hardis:releaseupdates:org:diagnose",
|
|
6079
|
+
"releaseupdates:hardis:org:diagnose",
|
|
6080
|
+
"releaseupdates:org:hardis:diagnose",
|
|
6081
|
+
"releaseupdates:org:diagnose:hardis",
|
|
6082
|
+
"hardis:releaseupdates:diagnose:org",
|
|
6083
|
+
"releaseupdates:hardis:diagnose:org",
|
|
6084
|
+
"releaseupdates:diagnose:hardis:org",
|
|
6085
|
+
"releaseupdates:diagnose:org:hardis"
|
|
6014
6086
|
]
|
|
6015
6087
|
},
|
|
6016
|
-
"hardis:org:diagnose:
|
|
6088
|
+
"hardis:org:diagnose:unused-apex-classes": {
|
|
6017
6089
|
"aliases": [],
|
|
6018
6090
|
"args": {},
|
|
6019
|
-
"description": "
|
|
6091
|
+
"description": "List all async Apex classes (Batch,Queueable,Schedulable) that has not been called for more than 365 days.\n \nThe result class list probably can be removed from the project, and that will improve your test classes performances :)\n\nThe number of unused day is overridable using --days option. \n\nThe command uses queries on AsyncApexJob and CronTrigger technical tables to build the result.\n\nApex Classes CreatedBy and CreatedOn fields are calculated from MIN(date from git, date from org)\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-unused-apex-classes/) and can output Grafana, Slack and MsTeams Notifications.\n\n\n",
|
|
6020
6092
|
"examples": [
|
|
6021
|
-
"$ sf hardis:org:diagnose:
|
|
6022
|
-
"$ sf hardis:org:diagnose:
|
|
6023
|
-
"$ sf hardis:org:diagnose:legacyapi --outputfile 'c:/path/to/folder/legacyapi.csv'",
|
|
6024
|
-
"$ sf hardis:org:diagnose:legacyapi -u hardis@myclient.com --outputfile ./tmp/legacyapi.csv"
|
|
6093
|
+
"$ sf hardis:org:diagnose:unused-apex-classes",
|
|
6094
|
+
"$ sf hardis:org:diagnose:unused-apex-classes --days 700"
|
|
6025
6095
|
],
|
|
6026
6096
|
"flags": {
|
|
6027
6097
|
"json": {
|
|
@@ -6039,24 +6109,6 @@
|
|
|
6039
6109
|
"multiple": false,
|
|
6040
6110
|
"type": "option"
|
|
6041
6111
|
},
|
|
6042
|
-
"eventtype": {
|
|
6043
|
-
"char": "e",
|
|
6044
|
-
"description": "Type of EventLogFile event to analyze",
|
|
6045
|
-
"name": "eventtype",
|
|
6046
|
-
"default": "ApiTotalUsage",
|
|
6047
|
-
"hasDynamicHelp": false,
|
|
6048
|
-
"multiple": false,
|
|
6049
|
-
"type": "option"
|
|
6050
|
-
},
|
|
6051
|
-
"limit": {
|
|
6052
|
-
"char": "l",
|
|
6053
|
-
"description": "Number of latest EventLogFile events to analyze",
|
|
6054
|
-
"name": "limit",
|
|
6055
|
-
"default": 999,
|
|
6056
|
-
"hasDynamicHelp": false,
|
|
6057
|
-
"multiple": false,
|
|
6058
|
-
"type": "option"
|
|
6059
|
-
},
|
|
6060
6112
|
"outputfile": {
|
|
6061
6113
|
"char": "f",
|
|
6062
6114
|
"description": "Force the path and name of output report file. Must end with .csv",
|
|
@@ -6065,6 +6117,14 @@
|
|
|
6065
6117
|
"multiple": false,
|
|
6066
6118
|
"type": "option"
|
|
6067
6119
|
},
|
|
6120
|
+
"days": {
|
|
6121
|
+
"char": "t",
|
|
6122
|
+
"description": "Extracts the users that have been inactive for the amount of days specified. In CI, default is 180 days",
|
|
6123
|
+
"name": "days",
|
|
6124
|
+
"hasDynamicHelp": false,
|
|
6125
|
+
"multiple": false,
|
|
6126
|
+
"type": "option"
|
|
6127
|
+
},
|
|
6068
6128
|
"debug": {
|
|
6069
6129
|
"char": "d",
|
|
6070
6130
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6103,13 +6163,13 @@
|
|
|
6103
6163
|
},
|
|
6104
6164
|
"hasDynamicHelp": true,
|
|
6105
6165
|
"hiddenAliases": [],
|
|
6106
|
-
"id": "hardis:org:diagnose:
|
|
6166
|
+
"id": "hardis:org:diagnose:unused-apex-classes",
|
|
6107
6167
|
"pluginAlias": "sfdx-hardis",
|
|
6108
6168
|
"pluginName": "sfdx-hardis",
|
|
6109
6169
|
"pluginType": "core",
|
|
6110
6170
|
"strict": true,
|
|
6111
6171
|
"enableJsonFlag": true,
|
|
6112
|
-
"title": "
|
|
6172
|
+
"title": "Detect unused Apex classes in an org",
|
|
6113
6173
|
"requiresProject": false,
|
|
6114
6174
|
"isESM": true,
|
|
6115
6175
|
"relativePath": [
|
|
@@ -6118,42 +6178,42 @@
|
|
|
6118
6178
|
"hardis",
|
|
6119
6179
|
"org",
|
|
6120
6180
|
"diagnose",
|
|
6121
|
-
"
|
|
6181
|
+
"unused-apex-classes.js"
|
|
6122
6182
|
],
|
|
6123
6183
|
"aliasPermutations": [],
|
|
6124
6184
|
"permutations": [
|
|
6125
|
-
"hardis:org:diagnose:
|
|
6126
|
-
"org:hardis:diagnose:
|
|
6127
|
-
"org:diagnose:hardis:
|
|
6128
|
-
"org:diagnose:
|
|
6129
|
-
"hardis:diagnose:org:
|
|
6130
|
-
"diagnose:hardis:org:
|
|
6131
|
-
"diagnose:org:hardis:
|
|
6132
|
-
"diagnose:org:
|
|
6133
|
-
"hardis:diagnose:
|
|
6134
|
-
"diagnose:hardis:
|
|
6135
|
-
"diagnose:
|
|
6136
|
-
"diagnose:
|
|
6137
|
-
"hardis:org:
|
|
6138
|
-
"org:hardis:
|
|
6139
|
-
"org:
|
|
6140
|
-
"org:
|
|
6141
|
-
"hardis:
|
|
6142
|
-
"
|
|
6143
|
-
"
|
|
6144
|
-
"
|
|
6145
|
-
"hardis:
|
|
6146
|
-
"
|
|
6147
|
-
"
|
|
6148
|
-
"
|
|
6185
|
+
"hardis:org:diagnose:unused-apex-classes",
|
|
6186
|
+
"org:hardis:diagnose:unused-apex-classes",
|
|
6187
|
+
"org:diagnose:hardis:unused-apex-classes",
|
|
6188
|
+
"org:diagnose:unused-apex-classes:hardis",
|
|
6189
|
+
"hardis:diagnose:org:unused-apex-classes",
|
|
6190
|
+
"diagnose:hardis:org:unused-apex-classes",
|
|
6191
|
+
"diagnose:org:hardis:unused-apex-classes",
|
|
6192
|
+
"diagnose:org:unused-apex-classes:hardis",
|
|
6193
|
+
"hardis:diagnose:unused-apex-classes:org",
|
|
6194
|
+
"diagnose:hardis:unused-apex-classes:org",
|
|
6195
|
+
"diagnose:unused-apex-classes:hardis:org",
|
|
6196
|
+
"diagnose:unused-apex-classes:org:hardis",
|
|
6197
|
+
"hardis:org:unused-apex-classes:diagnose",
|
|
6198
|
+
"org:hardis:unused-apex-classes:diagnose",
|
|
6199
|
+
"org:unused-apex-classes:hardis:diagnose",
|
|
6200
|
+
"org:unused-apex-classes:diagnose:hardis",
|
|
6201
|
+
"hardis:unused-apex-classes:org:diagnose",
|
|
6202
|
+
"unused-apex-classes:hardis:org:diagnose",
|
|
6203
|
+
"unused-apex-classes:org:hardis:diagnose",
|
|
6204
|
+
"unused-apex-classes:org:diagnose:hardis",
|
|
6205
|
+
"hardis:unused-apex-classes:diagnose:org",
|
|
6206
|
+
"unused-apex-classes:hardis:diagnose:org",
|
|
6207
|
+
"unused-apex-classes:diagnose:hardis:org",
|
|
6208
|
+
"unused-apex-classes:diagnose:org:hardis"
|
|
6149
6209
|
]
|
|
6150
6210
|
},
|
|
6151
|
-
"hardis:org:diagnose:
|
|
6211
|
+
"hardis:org:diagnose:unused-connected-apps": {
|
|
6152
6212
|
"aliases": [],
|
|
6153
6213
|
"args": {},
|
|
6154
|
-
"description": "
|
|
6214
|
+
"description": "Request objects ConnectedApp, LoginHistory and OAuthToken to find which connected apps might not be used anymore, and could be deleted for security / technical debt reasons.\n\nCheck with Connected Apps metadatas if the app is still active (inactive = \"Admin Users are pre-authorized + no Profile or Permission set assigned\")\n\nThe following default Salesforce Connected Apps are ignored:\n\n- Ant Migration Tool\n- Chatter Desktop\n- Chatter Mobile for BlackBerry\n- Force.com IDE\n- OIQ_Integration\n- Salesforce CLI\n- Salesforce Files\n- Salesforce Mobile Dashboards\n- Salesforce Touch\n- Salesforce for Outlook\n- SalesforceA\n- SalesforceA for Android\n- SalesforceA for iOS\n- SalesforceDX Namespace Registry\n- SalesforceIQ\n\nYou can add more ignored apps by defining a comma-separated list of names in variable ALLOWED_INACTIVE_CONNECTED_APPS\n\n_Example: ALLOWED_INACTIVE_CONNECTED_APPS=My App 1,My App 2, My App 3_\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-release-updates/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
6155
6215
|
"examples": [
|
|
6156
|
-
"$ sf hardis:org:diagnose:
|
|
6216
|
+
"$ sf hardis:org:diagnose:unused-connected-apps"
|
|
6157
6217
|
],
|
|
6158
6218
|
"flags": {
|
|
6159
6219
|
"json": {
|
|
@@ -6179,13 +6239,6 @@
|
|
|
6179
6239
|
"multiple": false,
|
|
6180
6240
|
"type": "option"
|
|
6181
6241
|
},
|
|
6182
|
-
"usedonly": {
|
|
6183
|
-
"char": "u",
|
|
6184
|
-
"description": "Filter to have only used licenses",
|
|
6185
|
-
"name": "usedonly",
|
|
6186
|
-
"allowNo": false,
|
|
6187
|
-
"type": "boolean"
|
|
6188
|
-
},
|
|
6189
6242
|
"debug": {
|
|
6190
6243
|
"char": "d",
|
|
6191
6244
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6224,13 +6277,30 @@
|
|
|
6224
6277
|
},
|
|
6225
6278
|
"hasDynamicHelp": true,
|
|
6226
6279
|
"hiddenAliases": [],
|
|
6227
|
-
"id": "hardis:org:diagnose:
|
|
6280
|
+
"id": "hardis:org:diagnose:unused-connected-apps",
|
|
6228
6281
|
"pluginAlias": "sfdx-hardis",
|
|
6229
6282
|
"pluginName": "sfdx-hardis",
|
|
6230
6283
|
"pluginType": "core",
|
|
6231
6284
|
"strict": true,
|
|
6232
6285
|
"enableJsonFlag": true,
|
|
6233
|
-
"title": "
|
|
6286
|
+
"title": "Unused Connected Apps in an org",
|
|
6287
|
+
"allowedInactiveConnectedApps": [
|
|
6288
|
+
"Ant Migration Tool",
|
|
6289
|
+
"Chatter Desktop",
|
|
6290
|
+
"Chatter Mobile for BlackBerry",
|
|
6291
|
+
"Force.com IDE",
|
|
6292
|
+
"OIQ_Integration",
|
|
6293
|
+
"Salesforce CLI",
|
|
6294
|
+
"Salesforce Files",
|
|
6295
|
+
"Salesforce Mobile Dashboards",
|
|
6296
|
+
"Salesforce Touch",
|
|
6297
|
+
"Salesforce for Outlook",
|
|
6298
|
+
"SalesforceA",
|
|
6299
|
+
"SalesforceA for Android",
|
|
6300
|
+
"SalesforceA for iOS",
|
|
6301
|
+
"SalesforceDX Namespace Registry",
|
|
6302
|
+
"SalesforceIQ"
|
|
6303
|
+
],
|
|
6234
6304
|
"requiresProject": false,
|
|
6235
6305
|
"isESM": true,
|
|
6236
6306
|
"relativePath": [
|
|
@@ -6239,46 +6309,47 @@
|
|
|
6239
6309
|
"hardis",
|
|
6240
6310
|
"org",
|
|
6241
6311
|
"diagnose",
|
|
6242
|
-
"
|
|
6312
|
+
"unused-connected-apps.js"
|
|
6243
6313
|
],
|
|
6244
6314
|
"aliasPermutations": [],
|
|
6245
6315
|
"permutations": [
|
|
6246
|
-
"hardis:org:diagnose:
|
|
6247
|
-
"org:hardis:diagnose:
|
|
6248
|
-
"org:diagnose:hardis:
|
|
6249
|
-
"org:diagnose:
|
|
6250
|
-
"hardis:diagnose:org:
|
|
6251
|
-
"diagnose:hardis:org:
|
|
6252
|
-
"diagnose:org:hardis:
|
|
6253
|
-
"diagnose:org:
|
|
6254
|
-
"hardis:diagnose:
|
|
6255
|
-
"diagnose:hardis:
|
|
6256
|
-
"diagnose:
|
|
6257
|
-
"diagnose:
|
|
6258
|
-
"hardis:org:
|
|
6259
|
-
"org:hardis:
|
|
6260
|
-
"org:
|
|
6261
|
-
"org:
|
|
6262
|
-
"hardis:
|
|
6263
|
-
"
|
|
6264
|
-
"
|
|
6265
|
-
"
|
|
6266
|
-
"hardis:
|
|
6267
|
-
"
|
|
6268
|
-
"
|
|
6269
|
-
"
|
|
6270
|
-
]
|
|
6271
|
-
},
|
|
6272
|
-
"hardis:org:diagnose:
|
|
6273
|
-
"aliases": [],
|
|
6274
|
-
"args": {},
|
|
6275
|
-
"description": "
|
|
6276
|
-
"examples": [
|
|
6277
|
-
"$ sf hardis:org:diagnose:
|
|
6278
|
-
|
|
6279
|
-
|
|
6280
|
-
|
|
6281
|
-
|
|
6316
|
+
"hardis:org:diagnose:unused-connected-apps",
|
|
6317
|
+
"org:hardis:diagnose:unused-connected-apps",
|
|
6318
|
+
"org:diagnose:hardis:unused-connected-apps",
|
|
6319
|
+
"org:diagnose:unused-connected-apps:hardis",
|
|
6320
|
+
"hardis:diagnose:org:unused-connected-apps",
|
|
6321
|
+
"diagnose:hardis:org:unused-connected-apps",
|
|
6322
|
+
"diagnose:org:hardis:unused-connected-apps",
|
|
6323
|
+
"diagnose:org:unused-connected-apps:hardis",
|
|
6324
|
+
"hardis:diagnose:unused-connected-apps:org",
|
|
6325
|
+
"diagnose:hardis:unused-connected-apps:org",
|
|
6326
|
+
"diagnose:unused-connected-apps:hardis:org",
|
|
6327
|
+
"diagnose:unused-connected-apps:org:hardis",
|
|
6328
|
+
"hardis:org:unused-connected-apps:diagnose",
|
|
6329
|
+
"org:hardis:unused-connected-apps:diagnose",
|
|
6330
|
+
"org:unused-connected-apps:hardis:diagnose",
|
|
6331
|
+
"org:unused-connected-apps:diagnose:hardis",
|
|
6332
|
+
"hardis:unused-connected-apps:org:diagnose",
|
|
6333
|
+
"unused-connected-apps:hardis:org:diagnose",
|
|
6334
|
+
"unused-connected-apps:org:hardis:diagnose",
|
|
6335
|
+
"unused-connected-apps:org:diagnose:hardis",
|
|
6336
|
+
"hardis:unused-connected-apps:diagnose:org",
|
|
6337
|
+
"unused-connected-apps:hardis:diagnose:org",
|
|
6338
|
+
"unused-connected-apps:diagnose:hardis:org",
|
|
6339
|
+
"unused-connected-apps:diagnose:org:hardis"
|
|
6340
|
+
]
|
|
6341
|
+
},
|
|
6342
|
+
"hardis:org:diagnose:unusedlicenses": {
|
|
6343
|
+
"aliases": [],
|
|
6344
|
+
"args": {},
|
|
6345
|
+
"description": "When you assign a Permission Set to a user, and that this Permission Set is related to a Permission Set License, a Permission Set License Assignment is automatically created for the user.\n\nBut when you unassign this Permission Set from the user, **the Permission Set License Assignment is not deleted**.\n\nThis leads that you can be **charged for Permission Set Licenses that are not used** !\n\nThis command detects such useless Permission Set Licenses Assignments and suggests to delete them.\n\nMany thanks to [Vincent Finet](https://www.linkedin.com/in/vincentfinet/) for the inspiration during his great speaker session at [French Touch Dreamin '23](https://frenchtouchdreamin.com/), and his kind agreement for reusing such inspiration in this command :)\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-unused-licenses/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
6346
|
+
"examples": [
|
|
6347
|
+
"$ sf hardis:org:diagnose:unusedlicenses",
|
|
6348
|
+
"$ sf hardis:org:diagnose:unusedlicenses --fix"
|
|
6349
|
+
],
|
|
6350
|
+
"flags": {
|
|
6351
|
+
"json": {
|
|
6352
|
+
"description": "Format output as json.",
|
|
6282
6353
|
"helpGroup": "GLOBAL",
|
|
6283
6354
|
"name": "json",
|
|
6284
6355
|
"allowNo": false,
|
|
@@ -6338,14 +6409,32 @@
|
|
|
6338
6409
|
},
|
|
6339
6410
|
"hasDynamicHelp": true,
|
|
6340
6411
|
"hiddenAliases": [],
|
|
6341
|
-
"id": "hardis:org:diagnose:
|
|
6412
|
+
"id": "hardis:org:diagnose:unusedlicenses",
|
|
6342
6413
|
"pluginAlias": "sfdx-hardis",
|
|
6343
6414
|
"pluginName": "sfdx-hardis",
|
|
6344
6415
|
"pluginType": "core",
|
|
6345
6416
|
"strict": true,
|
|
6346
6417
|
"enableJsonFlag": true,
|
|
6347
|
-
"title": "
|
|
6418
|
+
"title": "Detect unused Permission Set Licenses (beta)",
|
|
6348
6419
|
"requiresProject": false,
|
|
6420
|
+
"additionalPermissionSetsToAlwaysGet": [
|
|
6421
|
+
"Sales_User"
|
|
6422
|
+
],
|
|
6423
|
+
"permSetsPermSetLicenses": [
|
|
6424
|
+
{
|
|
6425
|
+
"permSet": "Sales_User",
|
|
6426
|
+
"permSetLicense": "SalesUserPsl"
|
|
6427
|
+
}
|
|
6428
|
+
],
|
|
6429
|
+
"profilesPermissionSetLicenses": [
|
|
6430
|
+
{
|
|
6431
|
+
"profile": "Salesforce API Only",
|
|
6432
|
+
"permSetLicense": "SalesforceAPIIntegrationPsl"
|
|
6433
|
+
}
|
|
6434
|
+
],
|
|
6435
|
+
"alwaysExcludeForActiveUsersPermissionSetLicenses": [
|
|
6436
|
+
"IdentityConnect"
|
|
6437
|
+
],
|
|
6349
6438
|
"isESM": true,
|
|
6350
6439
|
"relativePath": [
|
|
6351
6440
|
"lib",
|
|
@@ -6353,43 +6442,46 @@
|
|
|
6353
6442
|
"hardis",
|
|
6354
6443
|
"org",
|
|
6355
6444
|
"diagnose",
|
|
6356
|
-
"
|
|
6445
|
+
"unusedlicenses.js"
|
|
6357
6446
|
],
|
|
6358
6447
|
"aliasPermutations": [],
|
|
6359
6448
|
"permutations": [
|
|
6360
|
-
"hardis:org:diagnose:
|
|
6361
|
-
"org:hardis:diagnose:
|
|
6362
|
-
"org:diagnose:hardis:
|
|
6363
|
-
"org:diagnose:
|
|
6364
|
-
"hardis:diagnose:org:
|
|
6365
|
-
"diagnose:hardis:org:
|
|
6366
|
-
"diagnose:org:hardis:
|
|
6367
|
-
"diagnose:org:
|
|
6368
|
-
"hardis:diagnose:
|
|
6369
|
-
"diagnose:hardis:
|
|
6370
|
-
"diagnose:
|
|
6371
|
-
"diagnose:
|
|
6372
|
-
"hardis:org:
|
|
6373
|
-
"org:hardis:
|
|
6374
|
-
"org:
|
|
6375
|
-
"org:
|
|
6376
|
-
"hardis:
|
|
6377
|
-
"
|
|
6378
|
-
"
|
|
6379
|
-
"
|
|
6380
|
-
"hardis:
|
|
6381
|
-
"
|
|
6382
|
-
"
|
|
6383
|
-
"
|
|
6449
|
+
"hardis:org:diagnose:unusedlicenses",
|
|
6450
|
+
"org:hardis:diagnose:unusedlicenses",
|
|
6451
|
+
"org:diagnose:hardis:unusedlicenses",
|
|
6452
|
+
"org:diagnose:unusedlicenses:hardis",
|
|
6453
|
+
"hardis:diagnose:org:unusedlicenses",
|
|
6454
|
+
"diagnose:hardis:org:unusedlicenses",
|
|
6455
|
+
"diagnose:org:hardis:unusedlicenses",
|
|
6456
|
+
"diagnose:org:unusedlicenses:hardis",
|
|
6457
|
+
"hardis:diagnose:unusedlicenses:org",
|
|
6458
|
+
"diagnose:hardis:unusedlicenses:org",
|
|
6459
|
+
"diagnose:unusedlicenses:hardis:org",
|
|
6460
|
+
"diagnose:unusedlicenses:org:hardis",
|
|
6461
|
+
"hardis:org:unusedlicenses:diagnose",
|
|
6462
|
+
"org:hardis:unusedlicenses:diagnose",
|
|
6463
|
+
"org:unusedlicenses:hardis:diagnose",
|
|
6464
|
+
"org:unusedlicenses:diagnose:hardis",
|
|
6465
|
+
"hardis:unusedlicenses:org:diagnose",
|
|
6466
|
+
"unusedlicenses:hardis:org:diagnose",
|
|
6467
|
+
"unusedlicenses:org:hardis:diagnose",
|
|
6468
|
+
"unusedlicenses:org:diagnose:hardis",
|
|
6469
|
+
"hardis:unusedlicenses:diagnose:org",
|
|
6470
|
+
"unusedlicenses:hardis:diagnose:org",
|
|
6471
|
+
"unusedlicenses:diagnose:hardis:org",
|
|
6472
|
+
"unusedlicenses:diagnose:org:hardis"
|
|
6384
6473
|
]
|
|
6385
6474
|
},
|
|
6386
|
-
"hardis:org:diagnose:
|
|
6475
|
+
"hardis:org:diagnose:unusedusers": {
|
|
6387
6476
|
"aliases": [],
|
|
6388
6477
|
"args": {},
|
|
6389
|
-
"description": "
|
|
6478
|
+
"description": "Efficient user management is vital in Salesforce to ensure resources are optimized and costs are controlled. However, inactive or unused user accounts can often go unnoticed, leading to wasted licenses and potential security risks. This tool addresses this challenge by enabling administrators to identify users who haven't logged in within a specified period.\n\nBy analyzing user login activity and last login timestamps, this feature highlights inactive user accounts, allowing administrators to take appropriate action. Whether it's deactivating dormant accounts, freeing up licenses, or ensuring compliance with security policies, this functionality empowers administrators to maintain a lean and secure Salesforce environment.\n\nlicensetypes values are the following:\n\n- all-crm: SFDC,AUL,AUL1,AULL_IGHT\n\n- all-paying: SFDC,AUL,AUL1,AULL_IGHT,PID_Customer_Community,PID_Customer_Community_Login,PID_Partner_Community,PID_Partner_Community_Login\n\nNote: You can see the full list of available license identifiers in [Salesforce Documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_userlicense.htm)\n\nUse --returnactiveusers to revert the command and retrieve active users that has logged in during the period.\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-inactive-users/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
6390
6479
|
"examples": [
|
|
6391
|
-
"$ sf hardis:org:diagnose:
|
|
6392
|
-
"$ sf hardis:org:diagnose:
|
|
6480
|
+
"$ sf hardis:org:diagnose:unusedusers",
|
|
6481
|
+
"$ sf hardis:org:diagnose:unusedusers --days 365",
|
|
6482
|
+
"$ sf hardis:org:diagnose:unusedusers --days 60 --licensetypes all-crm",
|
|
6483
|
+
"$ sf hardis:org:diagnose:unusedusers --days 60 --licenseidentifiers SFDC,AUL,AUL1",
|
|
6484
|
+
"$ sf hardis:org:diagnose:unusedusers --days 60 --licensetypes all-crm --returnactiveusers"
|
|
6393
6485
|
],
|
|
6394
6486
|
"flags": {
|
|
6395
6487
|
"json": {
|
|
@@ -6423,6 +6515,33 @@
|
|
|
6423
6515
|
"multiple": false,
|
|
6424
6516
|
"type": "option"
|
|
6425
6517
|
},
|
|
6518
|
+
"licensetypes": {
|
|
6519
|
+
"char": "l",
|
|
6520
|
+
"description": "Type of licenses to check. If set, do not use licenseidentifiers option. In CI, default is all-crm",
|
|
6521
|
+
"name": "licensetypes",
|
|
6522
|
+
"hasDynamicHelp": false,
|
|
6523
|
+
"multiple": false,
|
|
6524
|
+
"options": [
|
|
6525
|
+
"all",
|
|
6526
|
+
"all-crm",
|
|
6527
|
+
"all-paying"
|
|
6528
|
+
],
|
|
6529
|
+
"type": "option"
|
|
6530
|
+
},
|
|
6531
|
+
"licenseidentifiers": {
|
|
6532
|
+
"char": "i",
|
|
6533
|
+
"description": "Comma-separated list of license identifiers, in case licensetypes is not used.. Identifiers available at https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_userlicense.htm",
|
|
6534
|
+
"name": "licenseidentifiers",
|
|
6535
|
+
"hasDynamicHelp": false,
|
|
6536
|
+
"multiple": false,
|
|
6537
|
+
"type": "option"
|
|
6538
|
+
},
|
|
6539
|
+
"returnactiveusers": {
|
|
6540
|
+
"description": "Inverts the command by returning the active users",
|
|
6541
|
+
"name": "returnactiveusers",
|
|
6542
|
+
"allowNo": false,
|
|
6543
|
+
"type": "boolean"
|
|
6544
|
+
},
|
|
6426
6545
|
"debug": {
|
|
6427
6546
|
"char": "d",
|
|
6428
6547
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6461,13 +6580,13 @@
|
|
|
6461
6580
|
},
|
|
6462
6581
|
"hasDynamicHelp": true,
|
|
6463
6582
|
"hiddenAliases": [],
|
|
6464
|
-
"id": "hardis:org:diagnose:
|
|
6583
|
+
"id": "hardis:org:diagnose:unusedusers",
|
|
6465
6584
|
"pluginAlias": "sfdx-hardis",
|
|
6466
6585
|
"pluginName": "sfdx-hardis",
|
|
6467
6586
|
"pluginType": "core",
|
|
6468
6587
|
"strict": true,
|
|
6469
6588
|
"enableJsonFlag": true,
|
|
6470
|
-
"title": "Detect unused
|
|
6589
|
+
"title": "Detect unused Users in Salesforce",
|
|
6471
6590
|
"requiresProject": false,
|
|
6472
6591
|
"isESM": true,
|
|
6473
6592
|
"relativePath": [
|
|
@@ -6476,42 +6595,42 @@
|
|
|
6476
6595
|
"hardis",
|
|
6477
6596
|
"org",
|
|
6478
6597
|
"diagnose",
|
|
6479
|
-
"
|
|
6598
|
+
"unusedusers.js"
|
|
6480
6599
|
],
|
|
6481
6600
|
"aliasPermutations": [],
|
|
6482
6601
|
"permutations": [
|
|
6483
|
-
"hardis:org:diagnose:
|
|
6484
|
-
"org:hardis:diagnose:
|
|
6485
|
-
"org:diagnose:hardis:
|
|
6486
|
-
"org:diagnose:
|
|
6487
|
-
"hardis:diagnose:org:
|
|
6488
|
-
"diagnose:hardis:org:
|
|
6489
|
-
"diagnose:org:hardis:
|
|
6490
|
-
"diagnose:org:
|
|
6491
|
-
"hardis:diagnose:
|
|
6492
|
-
"diagnose:hardis:
|
|
6493
|
-
"diagnose:
|
|
6494
|
-
"diagnose:
|
|
6495
|
-
"hardis:org:
|
|
6496
|
-
"org:hardis:
|
|
6497
|
-
"org:
|
|
6498
|
-
"org:
|
|
6499
|
-
"hardis:
|
|
6500
|
-
"
|
|
6501
|
-
"
|
|
6502
|
-
"
|
|
6503
|
-
"hardis:
|
|
6504
|
-
"
|
|
6505
|
-
"
|
|
6506
|
-
"
|
|
6602
|
+
"hardis:org:diagnose:unusedusers",
|
|
6603
|
+
"org:hardis:diagnose:unusedusers",
|
|
6604
|
+
"org:diagnose:hardis:unusedusers",
|
|
6605
|
+
"org:diagnose:unusedusers:hardis",
|
|
6606
|
+
"hardis:diagnose:org:unusedusers",
|
|
6607
|
+
"diagnose:hardis:org:unusedusers",
|
|
6608
|
+
"diagnose:org:hardis:unusedusers",
|
|
6609
|
+
"diagnose:org:unusedusers:hardis",
|
|
6610
|
+
"hardis:diagnose:unusedusers:org",
|
|
6611
|
+
"diagnose:hardis:unusedusers:org",
|
|
6612
|
+
"diagnose:unusedusers:hardis:org",
|
|
6613
|
+
"diagnose:unusedusers:org:hardis",
|
|
6614
|
+
"hardis:org:unusedusers:diagnose",
|
|
6615
|
+
"org:hardis:unusedusers:diagnose",
|
|
6616
|
+
"org:unusedusers:hardis:diagnose",
|
|
6617
|
+
"org:unusedusers:diagnose:hardis",
|
|
6618
|
+
"hardis:unusedusers:org:diagnose",
|
|
6619
|
+
"unusedusers:hardis:org:diagnose",
|
|
6620
|
+
"unusedusers:org:hardis:diagnose",
|
|
6621
|
+
"unusedusers:org:diagnose:hardis",
|
|
6622
|
+
"hardis:unusedusers:diagnose:org",
|
|
6623
|
+
"unusedusers:hardis:diagnose:org",
|
|
6624
|
+
"unusedusers:diagnose:hardis:org",
|
|
6625
|
+
"unusedusers:diagnose:org:hardis"
|
|
6507
6626
|
]
|
|
6508
6627
|
},
|
|
6509
|
-
"hardis:org:
|
|
6628
|
+
"hardis:org:files:export": {
|
|
6510
6629
|
"aliases": [],
|
|
6511
6630
|
"args": {},
|
|
6512
|
-
"description": "
|
|
6631
|
+
"description": "Export file attachments from a Salesforce org\n\nHandles:\n\n- ContentVersion\n- Attachment\n\nSee article below:\n\n[](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
|
|
6513
6632
|
"examples": [
|
|
6514
|
-
"$ sf hardis:org:
|
|
6633
|
+
"$ sf hardis:org:files:export"
|
|
6515
6634
|
],
|
|
6516
6635
|
"flags": {
|
|
6517
6636
|
"json": {
|
|
@@ -6529,10 +6648,37 @@
|
|
|
6529
6648
|
"multiple": false,
|
|
6530
6649
|
"type": "option"
|
|
6531
6650
|
},
|
|
6532
|
-
"
|
|
6533
|
-
"char": "
|
|
6534
|
-
"description": "
|
|
6535
|
-
"name": "
|
|
6651
|
+
"path": {
|
|
6652
|
+
"char": "p",
|
|
6653
|
+
"description": "Path to the file export project",
|
|
6654
|
+
"name": "path",
|
|
6655
|
+
"hasDynamicHelp": false,
|
|
6656
|
+
"multiple": false,
|
|
6657
|
+
"type": "option"
|
|
6658
|
+
},
|
|
6659
|
+
"chunksize": {
|
|
6660
|
+
"char": "c",
|
|
6661
|
+
"description": "Number of records to add in a chunk before it is processed",
|
|
6662
|
+
"name": "chunksize",
|
|
6663
|
+
"default": 1000,
|
|
6664
|
+
"hasDynamicHelp": false,
|
|
6665
|
+
"multiple": false,
|
|
6666
|
+
"type": "option"
|
|
6667
|
+
},
|
|
6668
|
+
"polltimeout": {
|
|
6669
|
+
"char": "t",
|
|
6670
|
+
"description": "Timeout in MS for Bulk API calls",
|
|
6671
|
+
"name": "polltimeout",
|
|
6672
|
+
"default": 300000,
|
|
6673
|
+
"hasDynamicHelp": false,
|
|
6674
|
+
"multiple": false,
|
|
6675
|
+
"type": "option"
|
|
6676
|
+
},
|
|
6677
|
+
"startchunknumber": {
|
|
6678
|
+
"char": "s",
|
|
6679
|
+
"description": "Chunk number to start from",
|
|
6680
|
+
"name": "startchunknumber",
|
|
6681
|
+
"default": 0,
|
|
6536
6682
|
"hasDynamicHelp": false,
|
|
6537
6683
|
"multiple": false,
|
|
6538
6684
|
"type": "option"
|
|
@@ -6575,30 +6721,13 @@
|
|
|
6575
6721
|
},
|
|
6576
6722
|
"hasDynamicHelp": true,
|
|
6577
6723
|
"hiddenAliases": [],
|
|
6578
|
-
"id": "hardis:org:
|
|
6724
|
+
"id": "hardis:org:files:export",
|
|
6579
6725
|
"pluginAlias": "sfdx-hardis",
|
|
6580
6726
|
"pluginName": "sfdx-hardis",
|
|
6581
6727
|
"pluginType": "core",
|
|
6582
6728
|
"strict": true,
|
|
6583
6729
|
"enableJsonFlag": true,
|
|
6584
|
-
"title": "
|
|
6585
|
-
"allowedInactiveConnectedApps": [
|
|
6586
|
-
"Ant Migration Tool",
|
|
6587
|
-
"Chatter Desktop",
|
|
6588
|
-
"Chatter Mobile for BlackBerry",
|
|
6589
|
-
"Force.com IDE",
|
|
6590
|
-
"OIQ_Integration",
|
|
6591
|
-
"Salesforce CLI",
|
|
6592
|
-
"Salesforce Files",
|
|
6593
|
-
"Salesforce Mobile Dashboards",
|
|
6594
|
-
"Salesforce Touch",
|
|
6595
|
-
"Salesforce for Outlook",
|
|
6596
|
-
"SalesforceA",
|
|
6597
|
-
"SalesforceA for Android",
|
|
6598
|
-
"SalesforceA for iOS",
|
|
6599
|
-
"SalesforceDX Namespace Registry",
|
|
6600
|
-
"SalesforceIQ"
|
|
6601
|
-
],
|
|
6730
|
+
"title": "Export files",
|
|
6602
6731
|
"requiresProject": false,
|
|
6603
6732
|
"isESM": true,
|
|
6604
6733
|
"relativePath": [
|
|
@@ -6606,44 +6735,43 @@
|
|
|
6606
6735
|
"commands",
|
|
6607
6736
|
"hardis",
|
|
6608
6737
|
"org",
|
|
6609
|
-
"
|
|
6610
|
-
"
|
|
6738
|
+
"files",
|
|
6739
|
+
"export.js"
|
|
6611
6740
|
],
|
|
6612
6741
|
"aliasPermutations": [],
|
|
6613
6742
|
"permutations": [
|
|
6614
|
-
"hardis:org:
|
|
6615
|
-
"org:hardis:
|
|
6616
|
-
"org:
|
|
6617
|
-
"org:
|
|
6618
|
-
"hardis:
|
|
6619
|
-
"
|
|
6620
|
-
"
|
|
6621
|
-
"
|
|
6622
|
-
"hardis:
|
|
6623
|
-
"
|
|
6624
|
-
"
|
|
6625
|
-
"
|
|
6626
|
-
"hardis:org:
|
|
6627
|
-
"org:hardis:
|
|
6628
|
-
"org:
|
|
6629
|
-
"org:
|
|
6630
|
-
"hardis:
|
|
6631
|
-
"
|
|
6632
|
-
"
|
|
6633
|
-
"
|
|
6634
|
-
"hardis:
|
|
6635
|
-
"
|
|
6636
|
-
"
|
|
6637
|
-
"
|
|
6743
|
+
"hardis:org:files:export",
|
|
6744
|
+
"org:hardis:files:export",
|
|
6745
|
+
"org:files:hardis:export",
|
|
6746
|
+
"org:files:export:hardis",
|
|
6747
|
+
"hardis:files:org:export",
|
|
6748
|
+
"files:hardis:org:export",
|
|
6749
|
+
"files:org:hardis:export",
|
|
6750
|
+
"files:org:export:hardis",
|
|
6751
|
+
"hardis:files:export:org",
|
|
6752
|
+
"files:hardis:export:org",
|
|
6753
|
+
"files:export:hardis:org",
|
|
6754
|
+
"files:export:org:hardis",
|
|
6755
|
+
"hardis:org:export:files",
|
|
6756
|
+
"org:hardis:export:files",
|
|
6757
|
+
"org:export:hardis:files",
|
|
6758
|
+
"org:export:files:hardis",
|
|
6759
|
+
"hardis:export:org:files",
|
|
6760
|
+
"export:hardis:org:files",
|
|
6761
|
+
"export:org:hardis:files",
|
|
6762
|
+
"export:org:files:hardis",
|
|
6763
|
+
"hardis:export:files:org",
|
|
6764
|
+
"export:hardis:files:org",
|
|
6765
|
+
"export:files:hardis:org",
|
|
6766
|
+
"export:files:org:hardis"
|
|
6638
6767
|
]
|
|
6639
6768
|
},
|
|
6640
|
-
"hardis:org:
|
|
6769
|
+
"hardis:org:files:import": {
|
|
6641
6770
|
"aliases": [],
|
|
6642
6771
|
"args": {},
|
|
6643
|
-
"description": "
|
|
6772
|
+
"description": "Import file attachments into a Salesforce org\n\nSee article below to see how to Export them.\n\n[](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
|
|
6644
6773
|
"examples": [
|
|
6645
|
-
"$ sf hardis:org:
|
|
6646
|
-
"$ sf hardis:org:diagnose:unusedlicenses --fix"
|
|
6774
|
+
"$ sf hardis:org:files:import"
|
|
6647
6775
|
],
|
|
6648
6776
|
"flags": {
|
|
6649
6777
|
"json": {
|
|
@@ -6661,14 +6789,21 @@
|
|
|
6661
6789
|
"multiple": false,
|
|
6662
6790
|
"type": "option"
|
|
6663
6791
|
},
|
|
6664
|
-
"
|
|
6665
|
-
"char": "
|
|
6666
|
-
"description": "
|
|
6667
|
-
"name": "
|
|
6792
|
+
"path": {
|
|
6793
|
+
"char": "p",
|
|
6794
|
+
"description": "Path to the file export project",
|
|
6795
|
+
"name": "path",
|
|
6668
6796
|
"hasDynamicHelp": false,
|
|
6669
6797
|
"multiple": false,
|
|
6670
6798
|
"type": "option"
|
|
6671
6799
|
},
|
|
6800
|
+
"overwrite": {
|
|
6801
|
+
"char": "f",
|
|
6802
|
+
"description": "Override existing files (doubles the number of API calls)",
|
|
6803
|
+
"name": "overwrite",
|
|
6804
|
+
"allowNo": false,
|
|
6805
|
+
"type": "boolean"
|
|
6806
|
+
},
|
|
6672
6807
|
"debug": {
|
|
6673
6808
|
"char": "d",
|
|
6674
6809
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6707,79 +6842,58 @@
|
|
|
6707
6842
|
},
|
|
6708
6843
|
"hasDynamicHelp": true,
|
|
6709
6844
|
"hiddenAliases": [],
|
|
6710
|
-
"id": "hardis:org:
|
|
6845
|
+
"id": "hardis:org:files:import",
|
|
6711
6846
|
"pluginAlias": "sfdx-hardis",
|
|
6712
6847
|
"pluginName": "sfdx-hardis",
|
|
6713
6848
|
"pluginType": "core",
|
|
6714
6849
|
"strict": true,
|
|
6715
6850
|
"enableJsonFlag": true,
|
|
6716
|
-
"title": "
|
|
6851
|
+
"title": "Import files",
|
|
6717
6852
|
"requiresProject": false,
|
|
6718
|
-
"additionalPermissionSetsToAlwaysGet": [
|
|
6719
|
-
"Sales_User"
|
|
6720
|
-
],
|
|
6721
|
-
"permSetsPermSetLicenses": [
|
|
6722
|
-
{
|
|
6723
|
-
"permSet": "Sales_User",
|
|
6724
|
-
"permSetLicense": "SalesUserPsl"
|
|
6725
|
-
}
|
|
6726
|
-
],
|
|
6727
|
-
"profilesPermissionSetLicenses": [
|
|
6728
|
-
{
|
|
6729
|
-
"profile": "Salesforce API Only",
|
|
6730
|
-
"permSetLicense": "SalesforceAPIIntegrationPsl"
|
|
6731
|
-
}
|
|
6732
|
-
],
|
|
6733
|
-
"alwaysExcludeForActiveUsersPermissionSetLicenses": [
|
|
6734
|
-
"IdentityConnect"
|
|
6735
|
-
],
|
|
6736
6853
|
"isESM": true,
|
|
6737
6854
|
"relativePath": [
|
|
6738
6855
|
"lib",
|
|
6739
6856
|
"commands",
|
|
6740
6857
|
"hardis",
|
|
6741
6858
|
"org",
|
|
6742
|
-
"
|
|
6743
|
-
"
|
|
6859
|
+
"files",
|
|
6860
|
+
"import.js"
|
|
6744
6861
|
],
|
|
6745
6862
|
"aliasPermutations": [],
|
|
6746
6863
|
"permutations": [
|
|
6747
|
-
"hardis:org:
|
|
6748
|
-
"org:hardis:
|
|
6749
|
-
"org:
|
|
6750
|
-
"org:
|
|
6751
|
-
"hardis:
|
|
6752
|
-
"
|
|
6753
|
-
"
|
|
6754
|
-
"
|
|
6755
|
-
"hardis:
|
|
6756
|
-
"
|
|
6757
|
-
"
|
|
6758
|
-
"
|
|
6759
|
-
"hardis:org:
|
|
6760
|
-
"org:hardis:
|
|
6761
|
-
"org:
|
|
6762
|
-
"org:
|
|
6763
|
-
"hardis:
|
|
6764
|
-
"
|
|
6765
|
-
"
|
|
6766
|
-
"
|
|
6767
|
-
"hardis:
|
|
6768
|
-
"
|
|
6769
|
-
"
|
|
6770
|
-
"
|
|
6864
|
+
"hardis:org:files:import",
|
|
6865
|
+
"org:hardis:files:import",
|
|
6866
|
+
"org:files:hardis:import",
|
|
6867
|
+
"org:files:import:hardis",
|
|
6868
|
+
"hardis:files:org:import",
|
|
6869
|
+
"files:hardis:org:import",
|
|
6870
|
+
"files:org:hardis:import",
|
|
6871
|
+
"files:org:import:hardis",
|
|
6872
|
+
"hardis:files:import:org",
|
|
6873
|
+
"files:hardis:import:org",
|
|
6874
|
+
"files:import:hardis:org",
|
|
6875
|
+
"files:import:org:hardis",
|
|
6876
|
+
"hardis:org:import:files",
|
|
6877
|
+
"org:hardis:import:files",
|
|
6878
|
+
"org:import:hardis:files",
|
|
6879
|
+
"org:import:files:hardis",
|
|
6880
|
+
"hardis:import:org:files",
|
|
6881
|
+
"import:hardis:org:files",
|
|
6882
|
+
"import:org:hardis:files",
|
|
6883
|
+
"import:org:files:hardis",
|
|
6884
|
+
"hardis:import:files:org",
|
|
6885
|
+
"import:hardis:files:org",
|
|
6886
|
+
"import:files:hardis:org",
|
|
6887
|
+
"import:files:org:hardis"
|
|
6771
6888
|
]
|
|
6772
6889
|
},
|
|
6773
|
-
"hardis:org:
|
|
6890
|
+
"hardis:org:fix:listviewmine": {
|
|
6774
6891
|
"aliases": [],
|
|
6775
6892
|
"args": {},
|
|
6776
|
-
"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",
|
|
6777
6894
|
"examples": [
|
|
6778
|
-
"$ sf hardis:org:
|
|
6779
|
-
"$ sf hardis:org:
|
|
6780
|
-
"$ sf hardis:org:diagnose:unusedusers --days 60 --licensetypes all-crm",
|
|
6781
|
-
"$ sf hardis:org:diagnose:unusedusers --days 60 --licenseidentifiers SFDC,AUL,AUL1",
|
|
6782
|
-
"$ sf hardis:org:diagnose:unusedusers --days 60 --licensetypes all-crm --returnactiveusers"
|
|
6895
|
+
"$ sf hardis:org:fix:listviewmine",
|
|
6896
|
+
"$ sf hardis:org:fix:listviewmine --listviews Opportunity:MySubscriptions,Account:MyActivePartners"
|
|
6783
6897
|
],
|
|
6784
6898
|
"flags": {
|
|
6785
6899
|
"json": {
|
|
@@ -6797,49 +6911,14 @@
|
|
|
6797
6911
|
"multiple": false,
|
|
6798
6912
|
"type": "option"
|
|
6799
6913
|
},
|
|
6800
|
-
"
|
|
6801
|
-
"char": "f",
|
|
6802
|
-
"description": "Force the path and name of output report file. Must end with .csv",
|
|
6803
|
-
"name": "outputfile",
|
|
6804
|
-
"hasDynamicHelp": false,
|
|
6805
|
-
"multiple": false,
|
|
6806
|
-
"type": "option"
|
|
6807
|
-
},
|
|
6808
|
-
"days": {
|
|
6809
|
-
"char": "t",
|
|
6810
|
-
"description": "Extracts the users that have been inactive for the amount of days specified. In CI, default is 180 days",
|
|
6811
|
-
"name": "days",
|
|
6812
|
-
"hasDynamicHelp": false,
|
|
6813
|
-
"multiple": false,
|
|
6814
|
-
"type": "option"
|
|
6815
|
-
},
|
|
6816
|
-
"licensetypes": {
|
|
6914
|
+
"listviews": {
|
|
6817
6915
|
"char": "l",
|
|
6818
|
-
"description": "
|
|
6819
|
-
"name": "
|
|
6820
|
-
"hasDynamicHelp": false,
|
|
6821
|
-
"multiple": false,
|
|
6822
|
-
"options": [
|
|
6823
|
-
"all",
|
|
6824
|
-
"all-crm",
|
|
6825
|
-
"all-paying"
|
|
6826
|
-
],
|
|
6827
|
-
"type": "option"
|
|
6828
|
-
},
|
|
6829
|
-
"licenseidentifiers": {
|
|
6830
|
-
"char": "i",
|
|
6831
|
-
"description": "Comma-separated list of license identifiers, in case licensetypes is not used.. Identifiers available at https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_userlicense.htm",
|
|
6832
|
-
"name": "licenseidentifiers",
|
|
6916
|
+
"description": "Comma-separated list of listviews following format Object:ListViewName\nExample: Contact:MyContacts,Contact:MyActiveContacts,Opportunity:MYClosedOpportunities",
|
|
6917
|
+
"name": "listviews",
|
|
6833
6918
|
"hasDynamicHelp": false,
|
|
6834
6919
|
"multiple": false,
|
|
6835
6920
|
"type": "option"
|
|
6836
6921
|
},
|
|
6837
|
-
"returnactiveusers": {
|
|
6838
|
-
"description": "Inverts the command by returning the active users",
|
|
6839
|
-
"name": "returnactiveusers",
|
|
6840
|
-
"allowNo": false,
|
|
6841
|
-
"type": "boolean"
|
|
6842
|
-
},
|
|
6843
6922
|
"debug": {
|
|
6844
6923
|
"char": "d",
|
|
6845
6924
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6878,64 +6957,64 @@
|
|
|
6878
6957
|
},
|
|
6879
6958
|
"hasDynamicHelp": true,
|
|
6880
6959
|
"hiddenAliases": [],
|
|
6881
|
-
"id": "hardis:org:
|
|
6960
|
+
"id": "hardis:org:fix:listviewmine",
|
|
6882
6961
|
"pluginAlias": "sfdx-hardis",
|
|
6883
6962
|
"pluginName": "sfdx-hardis",
|
|
6884
6963
|
"pluginType": "core",
|
|
6885
6964
|
"strict": true,
|
|
6886
6965
|
"enableJsonFlag": true,
|
|
6887
|
-
"title": "
|
|
6888
|
-
"requiresProject":
|
|
6966
|
+
"title": "Fix listviews with ",
|
|
6967
|
+
"requiresProject": true,
|
|
6889
6968
|
"isESM": true,
|
|
6890
6969
|
"relativePath": [
|
|
6891
6970
|
"lib",
|
|
6892
6971
|
"commands",
|
|
6893
6972
|
"hardis",
|
|
6894
6973
|
"org",
|
|
6895
|
-
"
|
|
6896
|
-
"
|
|
6974
|
+
"fix",
|
|
6975
|
+
"listviewmine.js"
|
|
6897
6976
|
],
|
|
6898
6977
|
"aliasPermutations": [],
|
|
6899
6978
|
"permutations": [
|
|
6900
|
-
"hardis:org:
|
|
6901
|
-
"org:hardis:
|
|
6902
|
-
"org:
|
|
6903
|
-
"org:
|
|
6904
|
-
"hardis:
|
|
6905
|
-
"
|
|
6906
|
-
"
|
|
6907
|
-
"
|
|
6908
|
-
"hardis:
|
|
6909
|
-
"
|
|
6910
|
-
"
|
|
6911
|
-
"
|
|
6912
|
-
"hardis:org:
|
|
6913
|
-
"org:hardis:
|
|
6914
|
-
"org:
|
|
6915
|
-
"org:
|
|
6916
|
-
"hardis:
|
|
6917
|
-
"
|
|
6918
|
-
"
|
|
6919
|
-
"
|
|
6920
|
-
"hardis:
|
|
6921
|
-
"
|
|
6922
|
-
"
|
|
6923
|
-
"
|
|
6924
|
-
]
|
|
6925
|
-
},
|
|
6926
|
-
"hardis:org:generate:packagexmlfull": {
|
|
6927
|
-
"aliases": [],
|
|
6928
|
-
"args": {},
|
|
6929
|
-
"description": "Generates full org package.xml, including managed items",
|
|
6930
|
-
"examples": [
|
|
6931
|
-
"$ sf hardis:org:generate:packagexmlfull",
|
|
6932
|
-
"$ sf hardis:org:generate:packagexmlfull --outputfile /tmp/packagexmlfull.xml",
|
|
6933
|
-
"$ sf hardis:org:generate:packagexmlfull --target-org nico@example.com"
|
|
6934
|
-
],
|
|
6935
|
-
"flags": {
|
|
6936
|
-
"json": {
|
|
6937
|
-
"description": "Format output as json.",
|
|
6938
|
-
"helpGroup": "GLOBAL",
|
|
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",
|
|
6939
7018
|
"name": "json",
|
|
6940
7019
|
"allowNo": false,
|
|
6941
7020
|
"type": "boolean"
|
|
@@ -7888,126 +7967,6 @@
|
|
|
7888
7967
|
"packageconfig:retrieve:org:hardis"
|
|
7889
7968
|
]
|
|
7890
7969
|
},
|
|
7891
|
-
"hardis:org:test:apex": {
|
|
7892
|
-
"aliases": [],
|
|
7893
|
-
"args": {},
|
|
7894
|
-
"description": "Run apex tests in Salesforce org\n\nIf following configuration is defined, it will fail if apex coverage target is not reached:\n\n- Env `APEX_TESTS_MIN_COVERAGE_ORG_WIDE` or `.sfdx-hardis` property `apexTestsMinCoverageOrgWide`\n- Env `APEX_TESTS_MIN_COVERAGE_ORG_WIDE` or `.sfdx-hardis` property `apexTestsMinCoverageOrgWide`\n\nYou can override env var SFDX_TEST_WAIT_MINUTES to wait more than 60 minutes.\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-apex-tests/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
7895
|
-
"examples": [
|
|
7896
|
-
"$ sf hardis:org:test:apex"
|
|
7897
|
-
],
|
|
7898
|
-
"flags": {
|
|
7899
|
-
"json": {
|
|
7900
|
-
"description": "Format output as json.",
|
|
7901
|
-
"helpGroup": "GLOBAL",
|
|
7902
|
-
"name": "json",
|
|
7903
|
-
"allowNo": false,
|
|
7904
|
-
"type": "boolean"
|
|
7905
|
-
},
|
|
7906
|
-
"flags-dir": {
|
|
7907
|
-
"helpGroup": "GLOBAL",
|
|
7908
|
-
"name": "flags-dir",
|
|
7909
|
-
"summary": "Import flag values from a directory.",
|
|
7910
|
-
"hasDynamicHelp": false,
|
|
7911
|
-
"multiple": false,
|
|
7912
|
-
"type": "option"
|
|
7913
|
-
},
|
|
7914
|
-
"testlevel": {
|
|
7915
|
-
"char": "l",
|
|
7916
|
-
"description": "Level of tests to apply to validate deployment",
|
|
7917
|
-
"name": "testlevel",
|
|
7918
|
-
"default": "RunLocalTests",
|
|
7919
|
-
"hasDynamicHelp": false,
|
|
7920
|
-
"multiple": false,
|
|
7921
|
-
"options": [
|
|
7922
|
-
"NoTestRun",
|
|
7923
|
-
"RunSpecifiedTests",
|
|
7924
|
-
"RunLocalTests",
|
|
7925
|
-
"RunAllTestsInOrg"
|
|
7926
|
-
],
|
|
7927
|
-
"type": "option"
|
|
7928
|
-
},
|
|
7929
|
-
"debug": {
|
|
7930
|
-
"char": "d",
|
|
7931
|
-
"description": "Activate debug mode (more logs)",
|
|
7932
|
-
"name": "debug",
|
|
7933
|
-
"allowNo": false,
|
|
7934
|
-
"type": "boolean"
|
|
7935
|
-
},
|
|
7936
|
-
"websocket": {
|
|
7937
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
7938
|
-
"name": "websocket",
|
|
7939
|
-
"hasDynamicHelp": false,
|
|
7940
|
-
"multiple": false,
|
|
7941
|
-
"type": "option"
|
|
7942
|
-
},
|
|
7943
|
-
"skipauth": {
|
|
7944
|
-
"description": "Skip authentication check when a default username is required",
|
|
7945
|
-
"name": "skipauth",
|
|
7946
|
-
"allowNo": false,
|
|
7947
|
-
"type": "boolean"
|
|
7948
|
-
},
|
|
7949
|
-
"target-org": {
|
|
7950
|
-
"aliases": [
|
|
7951
|
-
"targetusername",
|
|
7952
|
-
"u"
|
|
7953
|
-
],
|
|
7954
|
-
"char": "o",
|
|
7955
|
-
"deprecateAliases": true,
|
|
7956
|
-
"name": "target-org",
|
|
7957
|
-
"noCacheDefault": true,
|
|
7958
|
-
"required": true,
|
|
7959
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
7960
|
-
"hasDynamicHelp": true,
|
|
7961
|
-
"multiple": false,
|
|
7962
|
-
"type": "option"
|
|
7963
|
-
}
|
|
7964
|
-
},
|
|
7965
|
-
"hasDynamicHelp": true,
|
|
7966
|
-
"hiddenAliases": [],
|
|
7967
|
-
"id": "hardis:org:test:apex",
|
|
7968
|
-
"pluginAlias": "sfdx-hardis",
|
|
7969
|
-
"pluginName": "sfdx-hardis",
|
|
7970
|
-
"pluginType": "core",
|
|
7971
|
-
"strict": true,
|
|
7972
|
-
"enableJsonFlag": true,
|
|
7973
|
-
"title": "Run apex tests",
|
|
7974
|
-
"isESM": true,
|
|
7975
|
-
"relativePath": [
|
|
7976
|
-
"lib",
|
|
7977
|
-
"commands",
|
|
7978
|
-
"hardis",
|
|
7979
|
-
"org",
|
|
7980
|
-
"test",
|
|
7981
|
-
"apex.js"
|
|
7982
|
-
],
|
|
7983
|
-
"aliasPermutations": [],
|
|
7984
|
-
"permutations": [
|
|
7985
|
-
"hardis:org:test:apex",
|
|
7986
|
-
"org:hardis:test:apex",
|
|
7987
|
-
"org:test:hardis:apex",
|
|
7988
|
-
"org:test:apex:hardis",
|
|
7989
|
-
"hardis:test:org:apex",
|
|
7990
|
-
"test:hardis:org:apex",
|
|
7991
|
-
"test:org:hardis:apex",
|
|
7992
|
-
"test:org:apex:hardis",
|
|
7993
|
-
"hardis:test:apex:org",
|
|
7994
|
-
"test:hardis:apex:org",
|
|
7995
|
-
"test:apex:hardis:org",
|
|
7996
|
-
"test:apex:org:hardis",
|
|
7997
|
-
"hardis:org:apex:test",
|
|
7998
|
-
"org:hardis:apex:test",
|
|
7999
|
-
"org:apex:hardis:test",
|
|
8000
|
-
"org:apex:test:hardis",
|
|
8001
|
-
"hardis:apex:org:test",
|
|
8002
|
-
"apex:hardis:org:test",
|
|
8003
|
-
"apex:org:hardis:test",
|
|
8004
|
-
"apex:org:test:hardis",
|
|
8005
|
-
"hardis:apex:test:org",
|
|
8006
|
-
"apex:hardis:test:org",
|
|
8007
|
-
"apex:test:hardis:org",
|
|
8008
|
-
"apex:test:org:hardis"
|
|
8009
|
-
]
|
|
8010
|
-
},
|
|
8011
7970
|
"hardis:org:user:activateinvalid": {
|
|
8012
7971
|
"aliases": [],
|
|
8013
7972
|
"args": {},
|
|
@@ -8408,12 +8367,12 @@
|
|
|
8408
8367
|
"unfreeze:user:org:hardis"
|
|
8409
8368
|
]
|
|
8410
8369
|
},
|
|
8411
|
-
"hardis:
|
|
8370
|
+
"hardis:org:test:apex": {
|
|
8412
8371
|
"aliases": [],
|
|
8413
8372
|
"args": {},
|
|
8414
|
-
"description": "
|
|
8373
|
+
"description": "Run apex tests in Salesforce org\n\nIf following configuration is defined, it will fail if apex coverage target is not reached:\n\n- Env `APEX_TESTS_MIN_COVERAGE_ORG_WIDE` or `.sfdx-hardis` property `apexTestsMinCoverageOrgWide`\n- Env `APEX_TESTS_MIN_COVERAGE_ORG_WIDE` or `.sfdx-hardis` property `apexTestsMinCoverageOrgWide`\n\nYou can override env var SFDX_TEST_WAIT_MINUTES to wait more than 60 minutes.\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-apex-tests/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
8415
8374
|
"examples": [
|
|
8416
|
-
"$ sf hardis:
|
|
8375
|
+
"$ sf hardis:org:test:apex"
|
|
8417
8376
|
],
|
|
8418
8377
|
"flags": {
|
|
8419
8378
|
"json": {
|
|
@@ -8431,41 +8390,25 @@
|
|
|
8431
8390
|
"multiple": false,
|
|
8432
8391
|
"type": "option"
|
|
8433
8392
|
},
|
|
8434
|
-
"
|
|
8435
|
-
"char": "
|
|
8436
|
-
"description": "
|
|
8437
|
-
"name": "
|
|
8438
|
-
"
|
|
8439
|
-
"type": "boolean"
|
|
8440
|
-
},
|
|
8441
|
-
"package": {
|
|
8442
|
-
"char": "p",
|
|
8443
|
-
"description": "Package identifier that you want to use to generate a new package version",
|
|
8444
|
-
"name": "package",
|
|
8445
|
-
"default": "",
|
|
8446
|
-
"hasDynamicHelp": false,
|
|
8447
|
-
"multiple": false,
|
|
8448
|
-
"type": "option"
|
|
8449
|
-
},
|
|
8450
|
-
"installkey": {
|
|
8451
|
-
"char": "k",
|
|
8452
|
-
"description": "Package installation key",
|
|
8453
|
-
"name": "installkey",
|
|
8454
|
-
"default": "",
|
|
8393
|
+
"testlevel": {
|
|
8394
|
+
"char": "l",
|
|
8395
|
+
"description": "Level of tests to apply to validate deployment",
|
|
8396
|
+
"name": "testlevel",
|
|
8397
|
+
"default": "RunLocalTests",
|
|
8455
8398
|
"hasDynamicHelp": false,
|
|
8456
8399
|
"multiple": false,
|
|
8400
|
+
"options": [
|
|
8401
|
+
"NoTestRun",
|
|
8402
|
+
"RunSpecifiedTests",
|
|
8403
|
+
"RunLocalTests",
|
|
8404
|
+
"RunAllTestsInOrg"
|
|
8405
|
+
],
|
|
8457
8406
|
"type": "option"
|
|
8458
8407
|
},
|
|
8459
|
-
"
|
|
8460
|
-
"
|
|
8461
|
-
"
|
|
8462
|
-
"
|
|
8463
|
-
"type": "boolean"
|
|
8464
|
-
},
|
|
8465
|
-
"install": {
|
|
8466
|
-
"char": "i",
|
|
8467
|
-
"description": "Install package version on default org after generation",
|
|
8468
|
-
"name": "install",
|
|
8408
|
+
"debug": {
|
|
8409
|
+
"char": "d",
|
|
8410
|
+
"description": "Activate debug mode (more logs)",
|
|
8411
|
+
"name": "debug",
|
|
8469
8412
|
"allowNo": false,
|
|
8470
8413
|
"type": "boolean"
|
|
8471
8414
|
},
|
|
@@ -8482,16 +8425,17 @@
|
|
|
8482
8425
|
"allowNo": false,
|
|
8483
8426
|
"type": "boolean"
|
|
8484
8427
|
},
|
|
8485
|
-
"target-
|
|
8428
|
+
"target-org": {
|
|
8486
8429
|
"aliases": [
|
|
8487
|
-
"
|
|
8430
|
+
"targetusername",
|
|
8431
|
+
"u"
|
|
8488
8432
|
],
|
|
8489
|
-
"char": "
|
|
8433
|
+
"char": "o",
|
|
8490
8434
|
"deprecateAliases": true,
|
|
8491
|
-
"name": "target-
|
|
8435
|
+
"name": "target-org",
|
|
8492
8436
|
"noCacheDefault": true,
|
|
8493
8437
|
"required": true,
|
|
8494
|
-
"summary": "Username or alias of the
|
|
8438
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
8495
8439
|
"hasDynamicHelp": true,
|
|
8496
8440
|
"multiple": false,
|
|
8497
8441
|
"type": "option"
|
|
@@ -8499,48 +8443,183 @@
|
|
|
8499
8443
|
},
|
|
8500
8444
|
"hasDynamicHelp": true,
|
|
8501
8445
|
"hiddenAliases": [],
|
|
8502
|
-
"id": "hardis:
|
|
8446
|
+
"id": "hardis:org:test:apex",
|
|
8503
8447
|
"pluginAlias": "sfdx-hardis",
|
|
8504
8448
|
"pluginName": "sfdx-hardis",
|
|
8505
8449
|
"pluginType": "core",
|
|
8506
8450
|
"strict": true,
|
|
8507
8451
|
"enableJsonFlag": true,
|
|
8508
|
-
"title": "
|
|
8509
|
-
"requiresProject": true,
|
|
8452
|
+
"title": "Run apex tests",
|
|
8510
8453
|
"isESM": true,
|
|
8511
8454
|
"relativePath": [
|
|
8512
8455
|
"lib",
|
|
8513
8456
|
"commands",
|
|
8514
8457
|
"hardis",
|
|
8515
|
-
"
|
|
8516
|
-
"
|
|
8517
|
-
"
|
|
8458
|
+
"org",
|
|
8459
|
+
"test",
|
|
8460
|
+
"apex.js"
|
|
8518
8461
|
],
|
|
8519
8462
|
"aliasPermutations": [],
|
|
8520
8463
|
"permutations": [
|
|
8521
|
-
"hardis:
|
|
8522
|
-
"
|
|
8523
|
-
"
|
|
8524
|
-
"
|
|
8525
|
-
"hardis:
|
|
8526
|
-
"
|
|
8527
|
-
"
|
|
8528
|
-
"
|
|
8529
|
-
"hardis:
|
|
8530
|
-
"
|
|
8531
|
-
"
|
|
8532
|
-
"
|
|
8533
|
-
"hardis:
|
|
8534
|
-
"
|
|
8535
|
-
"
|
|
8536
|
-
"
|
|
8537
|
-
"hardis:
|
|
8538
|
-
"
|
|
8539
|
-
"
|
|
8540
|
-
"
|
|
8541
|
-
"hardis:
|
|
8542
|
-
"
|
|
8543
|
-
"
|
|
8464
|
+
"hardis:org:test:apex",
|
|
8465
|
+
"org:hardis:test:apex",
|
|
8466
|
+
"org:test:hardis:apex",
|
|
8467
|
+
"org:test:apex:hardis",
|
|
8468
|
+
"hardis:test:org:apex",
|
|
8469
|
+
"test:hardis:org:apex",
|
|
8470
|
+
"test:org:hardis:apex",
|
|
8471
|
+
"test:org:apex:hardis",
|
|
8472
|
+
"hardis:test:apex:org",
|
|
8473
|
+
"test:hardis:apex:org",
|
|
8474
|
+
"test:apex:hardis:org",
|
|
8475
|
+
"test:apex:org:hardis",
|
|
8476
|
+
"hardis:org:apex:test",
|
|
8477
|
+
"org:hardis:apex:test",
|
|
8478
|
+
"org:apex:hardis:test",
|
|
8479
|
+
"org:apex:test:hardis",
|
|
8480
|
+
"hardis:apex:org:test",
|
|
8481
|
+
"apex:hardis:org:test",
|
|
8482
|
+
"apex:org:hardis:test",
|
|
8483
|
+
"apex:org:test:hardis",
|
|
8484
|
+
"hardis:apex:test:org",
|
|
8485
|
+
"apex:hardis:test:org",
|
|
8486
|
+
"apex:test:hardis:org",
|
|
8487
|
+
"apex:test:org:hardis"
|
|
8488
|
+
]
|
|
8489
|
+
},
|
|
8490
|
+
"hardis:package:version:create": {
|
|
8491
|
+
"aliases": [],
|
|
8492
|
+
"args": {},
|
|
8493
|
+
"description": "Create a new version of an unlocked package",
|
|
8494
|
+
"examples": [
|
|
8495
|
+
"$ sf hardis:package:version:create"
|
|
8496
|
+
],
|
|
8497
|
+
"flags": {
|
|
8498
|
+
"json": {
|
|
8499
|
+
"description": "Format output as json.",
|
|
8500
|
+
"helpGroup": "GLOBAL",
|
|
8501
|
+
"name": "json",
|
|
8502
|
+
"allowNo": false,
|
|
8503
|
+
"type": "boolean"
|
|
8504
|
+
},
|
|
8505
|
+
"flags-dir": {
|
|
8506
|
+
"helpGroup": "GLOBAL",
|
|
8507
|
+
"name": "flags-dir",
|
|
8508
|
+
"summary": "Import flag values from a directory.",
|
|
8509
|
+
"hasDynamicHelp": false,
|
|
8510
|
+
"multiple": false,
|
|
8511
|
+
"type": "option"
|
|
8512
|
+
},
|
|
8513
|
+
"debug": {
|
|
8514
|
+
"char": "d",
|
|
8515
|
+
"description": "Activate debug mode (more logs)",
|
|
8516
|
+
"name": "debug",
|
|
8517
|
+
"allowNo": false,
|
|
8518
|
+
"type": "boolean"
|
|
8519
|
+
},
|
|
8520
|
+
"package": {
|
|
8521
|
+
"char": "p",
|
|
8522
|
+
"description": "Package identifier that you want to use to generate a new package version",
|
|
8523
|
+
"name": "package",
|
|
8524
|
+
"default": "",
|
|
8525
|
+
"hasDynamicHelp": false,
|
|
8526
|
+
"multiple": false,
|
|
8527
|
+
"type": "option"
|
|
8528
|
+
},
|
|
8529
|
+
"installkey": {
|
|
8530
|
+
"char": "k",
|
|
8531
|
+
"description": "Package installation key",
|
|
8532
|
+
"name": "installkey",
|
|
8533
|
+
"default": "",
|
|
8534
|
+
"hasDynamicHelp": false,
|
|
8535
|
+
"multiple": false,
|
|
8536
|
+
"type": "option"
|
|
8537
|
+
},
|
|
8538
|
+
"deleteafter": {
|
|
8539
|
+
"description": "Delete package version after creating it",
|
|
8540
|
+
"name": "deleteafter",
|
|
8541
|
+
"allowNo": false,
|
|
8542
|
+
"type": "boolean"
|
|
8543
|
+
},
|
|
8544
|
+
"install": {
|
|
8545
|
+
"char": "i",
|
|
8546
|
+
"description": "Install package version on default org after generation",
|
|
8547
|
+
"name": "install",
|
|
8548
|
+
"allowNo": false,
|
|
8549
|
+
"type": "boolean"
|
|
8550
|
+
},
|
|
8551
|
+
"websocket": {
|
|
8552
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
8553
|
+
"name": "websocket",
|
|
8554
|
+
"hasDynamicHelp": false,
|
|
8555
|
+
"multiple": false,
|
|
8556
|
+
"type": "option"
|
|
8557
|
+
},
|
|
8558
|
+
"skipauth": {
|
|
8559
|
+
"description": "Skip authentication check when a default username is required",
|
|
8560
|
+
"name": "skipauth",
|
|
8561
|
+
"allowNo": false,
|
|
8562
|
+
"type": "boolean"
|
|
8563
|
+
},
|
|
8564
|
+
"target-dev-hub": {
|
|
8565
|
+
"aliases": [
|
|
8566
|
+
"targetdevhubusername"
|
|
8567
|
+
],
|
|
8568
|
+
"char": "v",
|
|
8569
|
+
"deprecateAliases": true,
|
|
8570
|
+
"name": "target-dev-hub",
|
|
8571
|
+
"noCacheDefault": true,
|
|
8572
|
+
"required": true,
|
|
8573
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
8574
|
+
"hasDynamicHelp": true,
|
|
8575
|
+
"multiple": false,
|
|
8576
|
+
"type": "option"
|
|
8577
|
+
}
|
|
8578
|
+
},
|
|
8579
|
+
"hasDynamicHelp": true,
|
|
8580
|
+
"hiddenAliases": [],
|
|
8581
|
+
"id": "hardis:package:version:create",
|
|
8582
|
+
"pluginAlias": "sfdx-hardis",
|
|
8583
|
+
"pluginName": "sfdx-hardis",
|
|
8584
|
+
"pluginType": "core",
|
|
8585
|
+
"strict": true,
|
|
8586
|
+
"enableJsonFlag": true,
|
|
8587
|
+
"title": "Create a new version of a package",
|
|
8588
|
+
"requiresProject": true,
|
|
8589
|
+
"isESM": true,
|
|
8590
|
+
"relativePath": [
|
|
8591
|
+
"lib",
|
|
8592
|
+
"commands",
|
|
8593
|
+
"hardis",
|
|
8594
|
+
"package",
|
|
8595
|
+
"version",
|
|
8596
|
+
"create.js"
|
|
8597
|
+
],
|
|
8598
|
+
"aliasPermutations": [],
|
|
8599
|
+
"permutations": [
|
|
8600
|
+
"hardis:package:version:create",
|
|
8601
|
+
"package:hardis:version:create",
|
|
8602
|
+
"package:version:hardis:create",
|
|
8603
|
+
"package:version:create:hardis",
|
|
8604
|
+
"hardis:version:package:create",
|
|
8605
|
+
"version:hardis:package:create",
|
|
8606
|
+
"version:package:hardis:create",
|
|
8607
|
+
"version:package:create:hardis",
|
|
8608
|
+
"hardis:version:create:package",
|
|
8609
|
+
"version:hardis:create:package",
|
|
8610
|
+
"version:create:hardis:package",
|
|
8611
|
+
"version:create:package:hardis",
|
|
8612
|
+
"hardis:package:create:version",
|
|
8613
|
+
"package:hardis:create:version",
|
|
8614
|
+
"package:create:hardis:version",
|
|
8615
|
+
"package:create:version:hardis",
|
|
8616
|
+
"hardis:create:package:version",
|
|
8617
|
+
"create:hardis:package:version",
|
|
8618
|
+
"create:package:hardis:version",
|
|
8619
|
+
"create:package:version:hardis",
|
|
8620
|
+
"hardis:create:version:package",
|
|
8621
|
+
"create:hardis:version:package",
|
|
8622
|
+
"create:version:hardis:package",
|
|
8544
8623
|
"create:version:package:hardis"
|
|
8545
8624
|
]
|
|
8546
8625
|
},
|
|
@@ -9166,12 +9245,12 @@
|
|
|
9166
9245
|
"remotesites:audit:project:hardis"
|
|
9167
9246
|
]
|
|
9168
9247
|
},
|
|
9169
|
-
"hardis:project:
|
|
9248
|
+
"hardis:project:configure:auth": {
|
|
9170
9249
|
"aliases": [],
|
|
9171
9250
|
"args": {},
|
|
9172
|
-
"description": "
|
|
9251
|
+
"description": "Configure authentication from git branch to target org",
|
|
9173
9252
|
"examples": [
|
|
9174
|
-
"$ sf hardis:project:
|
|
9253
|
+
"$ sf hardis:project:configure:auth"
|
|
9175
9254
|
],
|
|
9176
9255
|
"flags": {
|
|
9177
9256
|
"json": {
|
|
@@ -9189,14 +9268,12 @@
|
|
|
9189
9268
|
"multiple": false,
|
|
9190
9269
|
"type": "option"
|
|
9191
9270
|
},
|
|
9192
|
-
"
|
|
9193
|
-
"char": "
|
|
9194
|
-
"description": "
|
|
9195
|
-
"name": "
|
|
9196
|
-
"
|
|
9197
|
-
"
|
|
9198
|
-
"multiple": false,
|
|
9199
|
-
"type": "option"
|
|
9271
|
+
"devhub": {
|
|
9272
|
+
"char": "b",
|
|
9273
|
+
"description": "Configure project DevHub",
|
|
9274
|
+
"name": "devhub",
|
|
9275
|
+
"allowNo": false,
|
|
9276
|
+
"type": "boolean"
|
|
9200
9277
|
},
|
|
9201
9278
|
"debug": {
|
|
9202
9279
|
"char": "d",
|
|
@@ -9217,63 +9294,297 @@
|
|
|
9217
9294
|
"name": "skipauth",
|
|
9218
9295
|
"allowNo": false,
|
|
9219
9296
|
"type": "boolean"
|
|
9297
|
+
},
|
|
9298
|
+
"target-org": {
|
|
9299
|
+
"aliases": [
|
|
9300
|
+
"targetusername",
|
|
9301
|
+
"u"
|
|
9302
|
+
],
|
|
9303
|
+
"char": "o",
|
|
9304
|
+
"deprecateAliases": true,
|
|
9305
|
+
"name": "target-org",
|
|
9306
|
+
"noCacheDefault": true,
|
|
9307
|
+
"summary": "Username or alias of the target org.",
|
|
9308
|
+
"hasDynamicHelp": true,
|
|
9309
|
+
"multiple": false,
|
|
9310
|
+
"type": "option"
|
|
9311
|
+
},
|
|
9312
|
+
"target-dev-hub": {
|
|
9313
|
+
"aliases": [
|
|
9314
|
+
"targetdevhubusername"
|
|
9315
|
+
],
|
|
9316
|
+
"char": "v",
|
|
9317
|
+
"deprecateAliases": true,
|
|
9318
|
+
"name": "target-dev-hub",
|
|
9319
|
+
"noCacheDefault": true,
|
|
9320
|
+
"required": false,
|
|
9321
|
+
"summary": "Username or alias of the Dev Hub org.",
|
|
9322
|
+
"hasDynamicHelp": true,
|
|
9323
|
+
"multiple": false,
|
|
9324
|
+
"type": "option"
|
|
9220
9325
|
}
|
|
9221
9326
|
},
|
|
9222
|
-
"hasDynamicHelp":
|
|
9327
|
+
"hasDynamicHelp": true,
|
|
9223
9328
|
"hiddenAliases": [],
|
|
9224
|
-
"id": "hardis:project:
|
|
9329
|
+
"id": "hardis:project:configure:auth",
|
|
9225
9330
|
"pluginAlias": "sfdx-hardis",
|
|
9226
9331
|
"pluginName": "sfdx-hardis",
|
|
9227
9332
|
"pluginType": "core",
|
|
9228
9333
|
"strict": true,
|
|
9229
9334
|
"enableJsonFlag": true,
|
|
9230
|
-
"title": "
|
|
9231
|
-
"requiresProject":
|
|
9335
|
+
"title": "Configure authentication",
|
|
9336
|
+
"requiresProject": false,
|
|
9337
|
+
"requiresDependencies": [
|
|
9338
|
+
"openssl"
|
|
9339
|
+
],
|
|
9232
9340
|
"isESM": true,
|
|
9233
9341
|
"relativePath": [
|
|
9234
9342
|
"lib",
|
|
9235
9343
|
"commands",
|
|
9236
9344
|
"hardis",
|
|
9237
9345
|
"project",
|
|
9238
|
-
"
|
|
9239
|
-
"
|
|
9346
|
+
"configure",
|
|
9347
|
+
"auth.js"
|
|
9240
9348
|
],
|
|
9241
9349
|
"aliasPermutations": [],
|
|
9242
9350
|
"permutations": [
|
|
9243
|
-
"hardis:project:
|
|
9244
|
-
"project:hardis:
|
|
9245
|
-
"project:
|
|
9246
|
-
"project:
|
|
9247
|
-
"hardis:
|
|
9248
|
-
"
|
|
9249
|
-
"
|
|
9250
|
-
"
|
|
9251
|
-
"hardis:
|
|
9252
|
-
"
|
|
9253
|
-
"
|
|
9254
|
-
"
|
|
9255
|
-
"hardis:project:
|
|
9256
|
-
"project:hardis:
|
|
9257
|
-
"project:
|
|
9258
|
-
"project:
|
|
9259
|
-
"hardis:
|
|
9260
|
-
"
|
|
9261
|
-
"
|
|
9262
|
-
"
|
|
9263
|
-
"hardis:
|
|
9264
|
-
"
|
|
9265
|
-
"
|
|
9266
|
-
"
|
|
9267
|
-
]
|
|
9268
|
-
},
|
|
9269
|
-
"hardis:project:
|
|
9270
|
-
"aliases": [],
|
|
9271
|
-
"args": {},
|
|
9272
|
-
"description": "
|
|
9273
|
-
"examples": [
|
|
9274
|
-
"sf hardis:project:
|
|
9275
|
-
|
|
9276
|
-
|
|
9351
|
+
"hardis:project:configure:auth",
|
|
9352
|
+
"project:hardis:configure:auth",
|
|
9353
|
+
"project:configure:hardis:auth",
|
|
9354
|
+
"project:configure:auth:hardis",
|
|
9355
|
+
"hardis:configure:project:auth",
|
|
9356
|
+
"configure:hardis:project:auth",
|
|
9357
|
+
"configure:project:hardis:auth",
|
|
9358
|
+
"configure:project:auth:hardis",
|
|
9359
|
+
"hardis:configure:auth:project",
|
|
9360
|
+
"configure:hardis:auth:project",
|
|
9361
|
+
"configure:auth:hardis:project",
|
|
9362
|
+
"configure:auth:project:hardis",
|
|
9363
|
+
"hardis:project:auth:configure",
|
|
9364
|
+
"project:hardis:auth:configure",
|
|
9365
|
+
"project:auth:hardis:configure",
|
|
9366
|
+
"project:auth:configure:hardis",
|
|
9367
|
+
"hardis:auth:project:configure",
|
|
9368
|
+
"auth:hardis:project:configure",
|
|
9369
|
+
"auth:project:hardis:configure",
|
|
9370
|
+
"auth:project:configure:hardis",
|
|
9371
|
+
"hardis:auth:configure:project",
|
|
9372
|
+
"auth:hardis:configure:project",
|
|
9373
|
+
"auth:configure:hardis:project",
|
|
9374
|
+
"auth:configure:project:hardis"
|
|
9375
|
+
]
|
|
9376
|
+
},
|
|
9377
|
+
"hardis:project:convert:profilestopermsets": {
|
|
9378
|
+
"aliases": [],
|
|
9379
|
+
"args": {},
|
|
9380
|
+
"description": "Creates permission sets from existing profiles, with id PS_PROFILENAME",
|
|
9381
|
+
"examples": [
|
|
9382
|
+
"$ sf hardis:project:convert:profilestopermsets"
|
|
9383
|
+
],
|
|
9384
|
+
"flags": {
|
|
9385
|
+
"json": {
|
|
9386
|
+
"description": "Format output as json.",
|
|
9387
|
+
"helpGroup": "GLOBAL",
|
|
9388
|
+
"name": "json",
|
|
9389
|
+
"allowNo": false,
|
|
9390
|
+
"type": "boolean"
|
|
9391
|
+
},
|
|
9392
|
+
"flags-dir": {
|
|
9393
|
+
"helpGroup": "GLOBAL",
|
|
9394
|
+
"name": "flags-dir",
|
|
9395
|
+
"summary": "Import flag values from a directory.",
|
|
9396
|
+
"hasDynamicHelp": false,
|
|
9397
|
+
"multiple": false,
|
|
9398
|
+
"type": "option"
|
|
9399
|
+
},
|
|
9400
|
+
"except": {
|
|
9401
|
+
"char": "e",
|
|
9402
|
+
"description": "List of filters",
|
|
9403
|
+
"name": "except",
|
|
9404
|
+
"default": [],
|
|
9405
|
+
"hasDynamicHelp": false,
|
|
9406
|
+
"multiple": true,
|
|
9407
|
+
"type": "option"
|
|
9408
|
+
},
|
|
9409
|
+
"debug": {
|
|
9410
|
+
"char": "d",
|
|
9411
|
+
"description": "Activate debug mode (more logs)",
|
|
9412
|
+
"name": "debug",
|
|
9413
|
+
"allowNo": false,
|
|
9414
|
+
"type": "boolean"
|
|
9415
|
+
},
|
|
9416
|
+
"websocket": {
|
|
9417
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
9418
|
+
"name": "websocket",
|
|
9419
|
+
"hasDynamicHelp": false,
|
|
9420
|
+
"multiple": false,
|
|
9421
|
+
"type": "option"
|
|
9422
|
+
},
|
|
9423
|
+
"skipauth": {
|
|
9424
|
+
"description": "Skip authentication check when a default username is required",
|
|
9425
|
+
"name": "skipauth",
|
|
9426
|
+
"allowNo": false,
|
|
9427
|
+
"type": "boolean"
|
|
9428
|
+
}
|
|
9429
|
+
},
|
|
9430
|
+
"hasDynamicHelp": false,
|
|
9431
|
+
"hiddenAliases": [],
|
|
9432
|
+
"id": "hardis:project:convert:profilestopermsets",
|
|
9433
|
+
"pluginAlias": "sfdx-hardis",
|
|
9434
|
+
"pluginName": "sfdx-hardis",
|
|
9435
|
+
"pluginType": "core",
|
|
9436
|
+
"strict": true,
|
|
9437
|
+
"enableJsonFlag": true,
|
|
9438
|
+
"title": "Convert Profiles into Permission Sets",
|
|
9439
|
+
"requiresProject": true,
|
|
9440
|
+
"requiresSfdxPlugins": [
|
|
9441
|
+
"shane-sfdx-plugins"
|
|
9442
|
+
],
|
|
9443
|
+
"isESM": true,
|
|
9444
|
+
"relativePath": [
|
|
9445
|
+
"lib",
|
|
9446
|
+
"commands",
|
|
9447
|
+
"hardis",
|
|
9448
|
+
"project",
|
|
9449
|
+
"convert",
|
|
9450
|
+
"profilestopermsets.js"
|
|
9451
|
+
],
|
|
9452
|
+
"aliasPermutations": [],
|
|
9453
|
+
"permutations": [
|
|
9454
|
+
"hardis:project:convert:profilestopermsets",
|
|
9455
|
+
"project:hardis:convert:profilestopermsets",
|
|
9456
|
+
"project:convert:hardis:profilestopermsets",
|
|
9457
|
+
"project:convert:profilestopermsets:hardis",
|
|
9458
|
+
"hardis:convert:project:profilestopermsets",
|
|
9459
|
+
"convert:hardis:project:profilestopermsets",
|
|
9460
|
+
"convert:project:hardis:profilestopermsets",
|
|
9461
|
+
"convert:project:profilestopermsets:hardis",
|
|
9462
|
+
"hardis:convert:profilestopermsets:project",
|
|
9463
|
+
"convert:hardis:profilestopermsets:project",
|
|
9464
|
+
"convert:profilestopermsets:hardis:project",
|
|
9465
|
+
"convert:profilestopermsets:project:hardis",
|
|
9466
|
+
"hardis:project:profilestopermsets:convert",
|
|
9467
|
+
"project:hardis:profilestopermsets:convert",
|
|
9468
|
+
"project:profilestopermsets:hardis:convert",
|
|
9469
|
+
"project:profilestopermsets:convert:hardis",
|
|
9470
|
+
"hardis:profilestopermsets:project:convert",
|
|
9471
|
+
"profilestopermsets:hardis:project:convert",
|
|
9472
|
+
"profilestopermsets:project:hardis:convert",
|
|
9473
|
+
"profilestopermsets:project:convert:hardis",
|
|
9474
|
+
"hardis:profilestopermsets:convert:project",
|
|
9475
|
+
"profilestopermsets:hardis:convert:project",
|
|
9476
|
+
"profilestopermsets:convert:hardis:project",
|
|
9477
|
+
"profilestopermsets:convert:project:hardis"
|
|
9478
|
+
]
|
|
9479
|
+
},
|
|
9480
|
+
"hardis:project:clean:emptyitems": {
|
|
9481
|
+
"aliases": [],
|
|
9482
|
+
"args": {},
|
|
9483
|
+
"description": "Remove unwanted empty items within sfdx project sources",
|
|
9484
|
+
"examples": [
|
|
9485
|
+
"$ sf hardis:project:clean:emptyitems"
|
|
9486
|
+
],
|
|
9487
|
+
"flags": {
|
|
9488
|
+
"json": {
|
|
9489
|
+
"description": "Format output as json.",
|
|
9490
|
+
"helpGroup": "GLOBAL",
|
|
9491
|
+
"name": "json",
|
|
9492
|
+
"allowNo": false,
|
|
9493
|
+
"type": "boolean"
|
|
9494
|
+
},
|
|
9495
|
+
"flags-dir": {
|
|
9496
|
+
"helpGroup": "GLOBAL",
|
|
9497
|
+
"name": "flags-dir",
|
|
9498
|
+
"summary": "Import flag values from a directory.",
|
|
9499
|
+
"hasDynamicHelp": false,
|
|
9500
|
+
"multiple": false,
|
|
9501
|
+
"type": "option"
|
|
9502
|
+
},
|
|
9503
|
+
"folder": {
|
|
9504
|
+
"char": "f",
|
|
9505
|
+
"description": "Root folder",
|
|
9506
|
+
"name": "folder",
|
|
9507
|
+
"default": "force-app",
|
|
9508
|
+
"hasDynamicHelp": false,
|
|
9509
|
+
"multiple": false,
|
|
9510
|
+
"type": "option"
|
|
9511
|
+
},
|
|
9512
|
+
"debug": {
|
|
9513
|
+
"char": "d",
|
|
9514
|
+
"description": "Activate debug mode (more logs)",
|
|
9515
|
+
"name": "debug",
|
|
9516
|
+
"allowNo": false,
|
|
9517
|
+
"type": "boolean"
|
|
9518
|
+
},
|
|
9519
|
+
"websocket": {
|
|
9520
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
9521
|
+
"name": "websocket",
|
|
9522
|
+
"hasDynamicHelp": false,
|
|
9523
|
+
"multiple": false,
|
|
9524
|
+
"type": "option"
|
|
9525
|
+
},
|
|
9526
|
+
"skipauth": {
|
|
9527
|
+
"description": "Skip authentication check when a default username is required",
|
|
9528
|
+
"name": "skipauth",
|
|
9529
|
+
"allowNo": false,
|
|
9530
|
+
"type": "boolean"
|
|
9531
|
+
}
|
|
9532
|
+
},
|
|
9533
|
+
"hasDynamicHelp": false,
|
|
9534
|
+
"hiddenAliases": [],
|
|
9535
|
+
"id": "hardis:project:clean:emptyitems",
|
|
9536
|
+
"pluginAlias": "sfdx-hardis",
|
|
9537
|
+
"pluginName": "sfdx-hardis",
|
|
9538
|
+
"pluginType": "core",
|
|
9539
|
+
"strict": true,
|
|
9540
|
+
"enableJsonFlag": true,
|
|
9541
|
+
"title": "Clean retrieved empty items in dx sources",
|
|
9542
|
+
"requiresProject": true,
|
|
9543
|
+
"isESM": true,
|
|
9544
|
+
"relativePath": [
|
|
9545
|
+
"lib",
|
|
9546
|
+
"commands",
|
|
9547
|
+
"hardis",
|
|
9548
|
+
"project",
|
|
9549
|
+
"clean",
|
|
9550
|
+
"emptyitems.js"
|
|
9551
|
+
],
|
|
9552
|
+
"aliasPermutations": [],
|
|
9553
|
+
"permutations": [
|
|
9554
|
+
"hardis:project:clean:emptyitems",
|
|
9555
|
+
"project:hardis:clean:emptyitems",
|
|
9556
|
+
"project:clean:hardis:emptyitems",
|
|
9557
|
+
"project:clean:emptyitems:hardis",
|
|
9558
|
+
"hardis:clean:project:emptyitems",
|
|
9559
|
+
"clean:hardis:project:emptyitems",
|
|
9560
|
+
"clean:project:hardis:emptyitems",
|
|
9561
|
+
"clean:project:emptyitems:hardis",
|
|
9562
|
+
"hardis:clean:emptyitems:project",
|
|
9563
|
+
"clean:hardis:emptyitems:project",
|
|
9564
|
+
"clean:emptyitems:hardis:project",
|
|
9565
|
+
"clean:emptyitems:project:hardis",
|
|
9566
|
+
"hardis:project:emptyitems:clean",
|
|
9567
|
+
"project:hardis:emptyitems:clean",
|
|
9568
|
+
"project:emptyitems:hardis:clean",
|
|
9569
|
+
"project:emptyitems:clean:hardis",
|
|
9570
|
+
"hardis:emptyitems:project:clean",
|
|
9571
|
+
"emptyitems:hardis:project:clean",
|
|
9572
|
+
"emptyitems:project:hardis:clean",
|
|
9573
|
+
"emptyitems:project:clean:hardis",
|
|
9574
|
+
"hardis:emptyitems:clean:project",
|
|
9575
|
+
"emptyitems:hardis:clean:project",
|
|
9576
|
+
"emptyitems:clean:hardis:project",
|
|
9577
|
+
"emptyitems:clean:project:hardis"
|
|
9578
|
+
]
|
|
9579
|
+
},
|
|
9580
|
+
"hardis:project:clean:filter-xml-content": {
|
|
9581
|
+
"aliases": [],
|
|
9582
|
+
"args": {},
|
|
9583
|
+
"description": "Filter content of metadatas (XML) in order to be able to deploy only part of them on an org (See [Example configuration](https://github.com/nvuillam/sfdx-essentials/blob/master/examples/filter-xml-content-config.json))\n\nWhen you perform deployments from one org to another, the features activated in the target org may not fit the content of the sfdx/metadata files extracted from the source org.\n\nYou may need to filter some elements in the XML files, for example in the Profiles\n\nThis script requires a filter-config.json file",
|
|
9584
|
+
"examples": [
|
|
9585
|
+
"sf hardis:project:clean:filter-xml-content -i \"./mdapi_output\"",
|
|
9586
|
+
"sf hardis:project:clean:filter-xml-content -i \"retrieveUnpackaged\""
|
|
9587
|
+
],
|
|
9277
9588
|
"flags": {
|
|
9278
9589
|
"json": {
|
|
9279
9590
|
"description": "Format output as json.",
|
|
@@ -10608,494 +10919,47 @@
|
|
|
10608
10919
|
"hiddenAliases": [],
|
|
10609
10920
|
"id": "hardis:project:clean:xml",
|
|
10610
10921
|
"pluginAlias": "sfdx-hardis",
|
|
10611
|
-
"pluginName": "sfdx-hardis",
|
|
10612
|
-
"pluginType": "core",
|
|
10613
|
-
"strict": true,
|
|
10614
|
-
"enableJsonFlag": true,
|
|
10615
|
-
"title": "Clean retrieved empty items in dx sources",
|
|
10616
|
-
"requiresProject": true,
|
|
10617
|
-
"isESM": true,
|
|
10618
|
-
"relativePath": [
|
|
10619
|
-
"lib",
|
|
10620
|
-
"commands",
|
|
10621
|
-
"hardis",
|
|
10622
|
-
"project",
|
|
10623
|
-
"clean",
|
|
10624
|
-
"xml.js"
|
|
10625
|
-
],
|
|
10626
|
-
"aliasPermutations": [],
|
|
10627
|
-
"permutations": [
|
|
10628
|
-
"hardis:project:clean:xml",
|
|
10629
|
-
"project:hardis:clean:xml",
|
|
10630
|
-
"project:clean:hardis:xml",
|
|
10631
|
-
"project:clean:xml:hardis",
|
|
10632
|
-
"hardis:clean:project:xml",
|
|
10633
|
-
"clean:hardis:project:xml",
|
|
10634
|
-
"clean:project:hardis:xml",
|
|
10635
|
-
"clean:project:xml:hardis",
|
|
10636
|
-
"hardis:clean:xml:project",
|
|
10637
|
-
"clean:hardis:xml:project",
|
|
10638
|
-
"clean:xml:hardis:project",
|
|
10639
|
-
"clean:xml:project:hardis",
|
|
10640
|
-
"hardis:project:xml:clean",
|
|
10641
|
-
"project:hardis:xml:clean",
|
|
10642
|
-
"project:xml:hardis:clean",
|
|
10643
|
-
"project:xml:clean:hardis",
|
|
10644
|
-
"hardis:xml:project:clean",
|
|
10645
|
-
"xml:hardis:project:clean",
|
|
10646
|
-
"xml:project:hardis:clean",
|
|
10647
|
-
"xml:project:clean:hardis",
|
|
10648
|
-
"hardis:xml:clean:project",
|
|
10649
|
-
"xml:hardis:clean:project",
|
|
10650
|
-
"xml:clean:hardis:project",
|
|
10651
|
-
"xml:clean:project:hardis"
|
|
10652
|
-
]
|
|
10653
|
-
},
|
|
10654
|
-
"hardis:project:configure:auth": {
|
|
10655
|
-
"aliases": [],
|
|
10656
|
-
"args": {},
|
|
10657
|
-
"description": "Configure authentication from git branch to target org",
|
|
10658
|
-
"examples": [
|
|
10659
|
-
"$ sf hardis:project:configure:auth"
|
|
10660
|
-
],
|
|
10661
|
-
"flags": {
|
|
10662
|
-
"json": {
|
|
10663
|
-
"description": "Format output as json.",
|
|
10664
|
-
"helpGroup": "GLOBAL",
|
|
10665
|
-
"name": "json",
|
|
10666
|
-
"allowNo": false,
|
|
10667
|
-
"type": "boolean"
|
|
10668
|
-
},
|
|
10669
|
-
"flags-dir": {
|
|
10670
|
-
"helpGroup": "GLOBAL",
|
|
10671
|
-
"name": "flags-dir",
|
|
10672
|
-
"summary": "Import flag values from a directory.",
|
|
10673
|
-
"hasDynamicHelp": false,
|
|
10674
|
-
"multiple": false,
|
|
10675
|
-
"type": "option"
|
|
10676
|
-
},
|
|
10677
|
-
"devhub": {
|
|
10678
|
-
"char": "b",
|
|
10679
|
-
"description": "Configure project DevHub",
|
|
10680
|
-
"name": "devhub",
|
|
10681
|
-
"allowNo": false,
|
|
10682
|
-
"type": "boolean"
|
|
10683
|
-
},
|
|
10684
|
-
"debug": {
|
|
10685
|
-
"char": "d",
|
|
10686
|
-
"description": "Activate debug mode (more logs)",
|
|
10687
|
-
"name": "debug",
|
|
10688
|
-
"allowNo": false,
|
|
10689
|
-
"type": "boolean"
|
|
10690
|
-
},
|
|
10691
|
-
"websocket": {
|
|
10692
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
10693
|
-
"name": "websocket",
|
|
10694
|
-
"hasDynamicHelp": false,
|
|
10695
|
-
"multiple": false,
|
|
10696
|
-
"type": "option"
|
|
10697
|
-
},
|
|
10698
|
-
"skipauth": {
|
|
10699
|
-
"description": "Skip authentication check when a default username is required",
|
|
10700
|
-
"name": "skipauth",
|
|
10701
|
-
"allowNo": false,
|
|
10702
|
-
"type": "boolean"
|
|
10703
|
-
},
|
|
10704
|
-
"target-org": {
|
|
10705
|
-
"aliases": [
|
|
10706
|
-
"targetusername",
|
|
10707
|
-
"u"
|
|
10708
|
-
],
|
|
10709
|
-
"char": "o",
|
|
10710
|
-
"deprecateAliases": true,
|
|
10711
|
-
"name": "target-org",
|
|
10712
|
-
"noCacheDefault": true,
|
|
10713
|
-
"summary": "Username or alias of the target org.",
|
|
10714
|
-
"hasDynamicHelp": true,
|
|
10715
|
-
"multiple": false,
|
|
10716
|
-
"type": "option"
|
|
10717
|
-
},
|
|
10718
|
-
"target-dev-hub": {
|
|
10719
|
-
"aliases": [
|
|
10720
|
-
"targetdevhubusername"
|
|
10721
|
-
],
|
|
10722
|
-
"char": "v",
|
|
10723
|
-
"deprecateAliases": true,
|
|
10724
|
-
"name": "target-dev-hub",
|
|
10725
|
-
"noCacheDefault": true,
|
|
10726
|
-
"required": false,
|
|
10727
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
10728
|
-
"hasDynamicHelp": true,
|
|
10729
|
-
"multiple": false,
|
|
10730
|
-
"type": "option"
|
|
10731
|
-
}
|
|
10732
|
-
},
|
|
10733
|
-
"hasDynamicHelp": true,
|
|
10734
|
-
"hiddenAliases": [],
|
|
10735
|
-
"id": "hardis:project:configure:auth",
|
|
10736
|
-
"pluginAlias": "sfdx-hardis",
|
|
10737
|
-
"pluginName": "sfdx-hardis",
|
|
10738
|
-
"pluginType": "core",
|
|
10739
|
-
"strict": true,
|
|
10740
|
-
"enableJsonFlag": true,
|
|
10741
|
-
"title": "Configure authentication",
|
|
10742
|
-
"requiresProject": false,
|
|
10743
|
-
"requiresDependencies": [
|
|
10744
|
-
"openssl"
|
|
10745
|
-
],
|
|
10746
|
-
"isESM": true,
|
|
10747
|
-
"relativePath": [
|
|
10748
|
-
"lib",
|
|
10749
|
-
"commands",
|
|
10750
|
-
"hardis",
|
|
10751
|
-
"project",
|
|
10752
|
-
"configure",
|
|
10753
|
-
"auth.js"
|
|
10754
|
-
],
|
|
10755
|
-
"aliasPermutations": [],
|
|
10756
|
-
"permutations": [
|
|
10757
|
-
"hardis:project:configure:auth",
|
|
10758
|
-
"project:hardis:configure:auth",
|
|
10759
|
-
"project:configure:hardis:auth",
|
|
10760
|
-
"project:configure:auth:hardis",
|
|
10761
|
-
"hardis:configure:project:auth",
|
|
10762
|
-
"configure:hardis:project:auth",
|
|
10763
|
-
"configure:project:hardis:auth",
|
|
10764
|
-
"configure:project:auth:hardis",
|
|
10765
|
-
"hardis:configure:auth:project",
|
|
10766
|
-
"configure:hardis:auth:project",
|
|
10767
|
-
"configure:auth:hardis:project",
|
|
10768
|
-
"configure:auth:project:hardis",
|
|
10769
|
-
"hardis:project:auth:configure",
|
|
10770
|
-
"project:hardis:auth:configure",
|
|
10771
|
-
"project:auth:hardis:configure",
|
|
10772
|
-
"project:auth:configure:hardis",
|
|
10773
|
-
"hardis:auth:project:configure",
|
|
10774
|
-
"auth:hardis:project:configure",
|
|
10775
|
-
"auth:project:hardis:configure",
|
|
10776
|
-
"auth:project:configure:hardis",
|
|
10777
|
-
"hardis:auth:configure:project",
|
|
10778
|
-
"auth:hardis:configure:project",
|
|
10779
|
-
"auth:configure:hardis:project",
|
|
10780
|
-
"auth:configure:project:hardis"
|
|
10781
|
-
]
|
|
10782
|
-
},
|
|
10783
|
-
"hardis:project:convert:profilestopermsets": {
|
|
10784
|
-
"aliases": [],
|
|
10785
|
-
"args": {},
|
|
10786
|
-
"description": "Creates permission sets from existing profiles, with id PS_PROFILENAME",
|
|
10787
|
-
"examples": [
|
|
10788
|
-
"$ sf hardis:project:convert:profilestopermsets"
|
|
10789
|
-
],
|
|
10790
|
-
"flags": {
|
|
10791
|
-
"json": {
|
|
10792
|
-
"description": "Format output as json.",
|
|
10793
|
-
"helpGroup": "GLOBAL",
|
|
10794
|
-
"name": "json",
|
|
10795
|
-
"allowNo": false,
|
|
10796
|
-
"type": "boolean"
|
|
10797
|
-
},
|
|
10798
|
-
"flags-dir": {
|
|
10799
|
-
"helpGroup": "GLOBAL",
|
|
10800
|
-
"name": "flags-dir",
|
|
10801
|
-
"summary": "Import flag values from a directory.",
|
|
10802
|
-
"hasDynamicHelp": false,
|
|
10803
|
-
"multiple": false,
|
|
10804
|
-
"type": "option"
|
|
10805
|
-
},
|
|
10806
|
-
"except": {
|
|
10807
|
-
"char": "e",
|
|
10808
|
-
"description": "List of filters",
|
|
10809
|
-
"name": "except",
|
|
10810
|
-
"default": [],
|
|
10811
|
-
"hasDynamicHelp": false,
|
|
10812
|
-
"multiple": true,
|
|
10813
|
-
"type": "option"
|
|
10814
|
-
},
|
|
10815
|
-
"debug": {
|
|
10816
|
-
"char": "d",
|
|
10817
|
-
"description": "Activate debug mode (more logs)",
|
|
10818
|
-
"name": "debug",
|
|
10819
|
-
"allowNo": false,
|
|
10820
|
-
"type": "boolean"
|
|
10821
|
-
},
|
|
10822
|
-
"websocket": {
|
|
10823
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
10824
|
-
"name": "websocket",
|
|
10825
|
-
"hasDynamicHelp": false,
|
|
10826
|
-
"multiple": false,
|
|
10827
|
-
"type": "option"
|
|
10828
|
-
},
|
|
10829
|
-
"skipauth": {
|
|
10830
|
-
"description": "Skip authentication check when a default username is required",
|
|
10831
|
-
"name": "skipauth",
|
|
10832
|
-
"allowNo": false,
|
|
10833
|
-
"type": "boolean"
|
|
10834
|
-
}
|
|
10835
|
-
},
|
|
10836
|
-
"hasDynamicHelp": false,
|
|
10837
|
-
"hiddenAliases": [],
|
|
10838
|
-
"id": "hardis:project:convert:profilestopermsets",
|
|
10839
|
-
"pluginAlias": "sfdx-hardis",
|
|
10840
|
-
"pluginName": "sfdx-hardis",
|
|
10841
|
-
"pluginType": "core",
|
|
10842
|
-
"strict": true,
|
|
10843
|
-
"enableJsonFlag": true,
|
|
10844
|
-
"title": "Convert Profiles into Permission Sets",
|
|
10845
|
-
"requiresProject": true,
|
|
10846
|
-
"requiresSfdxPlugins": [
|
|
10847
|
-
"shane-sfdx-plugins"
|
|
10848
|
-
],
|
|
10849
|
-
"isESM": true,
|
|
10850
|
-
"relativePath": [
|
|
10851
|
-
"lib",
|
|
10852
|
-
"commands",
|
|
10853
|
-
"hardis",
|
|
10854
|
-
"project",
|
|
10855
|
-
"convert",
|
|
10856
|
-
"profilestopermsets.js"
|
|
10857
|
-
],
|
|
10858
|
-
"aliasPermutations": [],
|
|
10859
|
-
"permutations": [
|
|
10860
|
-
"hardis:project:convert:profilestopermsets",
|
|
10861
|
-
"project:hardis:convert:profilestopermsets",
|
|
10862
|
-
"project:convert:hardis:profilestopermsets",
|
|
10863
|
-
"project:convert:profilestopermsets:hardis",
|
|
10864
|
-
"hardis:convert:project:profilestopermsets",
|
|
10865
|
-
"convert:hardis:project:profilestopermsets",
|
|
10866
|
-
"convert:project:hardis:profilestopermsets",
|
|
10867
|
-
"convert:project:profilestopermsets:hardis",
|
|
10868
|
-
"hardis:convert:profilestopermsets:project",
|
|
10869
|
-
"convert:hardis:profilestopermsets:project",
|
|
10870
|
-
"convert:profilestopermsets:hardis:project",
|
|
10871
|
-
"convert:profilestopermsets:project:hardis",
|
|
10872
|
-
"hardis:project:profilestopermsets:convert",
|
|
10873
|
-
"project:hardis:profilestopermsets:convert",
|
|
10874
|
-
"project:profilestopermsets:hardis:convert",
|
|
10875
|
-
"project:profilestopermsets:convert:hardis",
|
|
10876
|
-
"hardis:profilestopermsets:project:convert",
|
|
10877
|
-
"profilestopermsets:hardis:project:convert",
|
|
10878
|
-
"profilestopermsets:project:hardis:convert",
|
|
10879
|
-
"profilestopermsets:project:convert:hardis",
|
|
10880
|
-
"hardis:profilestopermsets:convert:project",
|
|
10881
|
-
"profilestopermsets:hardis:convert:project",
|
|
10882
|
-
"profilestopermsets:convert:hardis:project",
|
|
10883
|
-
"profilestopermsets:convert:project:hardis"
|
|
10884
|
-
]
|
|
10885
|
-
},
|
|
10886
|
-
"hardis:project:fix:profiletabs": {
|
|
10887
|
-
"aliases": [],
|
|
10888
|
-
"args": {},
|
|
10889
|
-
"description": "Interactive prompts to add tab visibilities that are not retrieved by project retrieve start",
|
|
10890
|
-
"examples": [
|
|
10891
|
-
"$ sf hardis:project:fix:profiletabs"
|
|
10892
|
-
],
|
|
10893
|
-
"flags": {
|
|
10894
|
-
"json": {
|
|
10895
|
-
"description": "Format output as json.",
|
|
10896
|
-
"helpGroup": "GLOBAL",
|
|
10897
|
-
"name": "json",
|
|
10898
|
-
"allowNo": false,
|
|
10899
|
-
"type": "boolean"
|
|
10900
|
-
},
|
|
10901
|
-
"flags-dir": {
|
|
10902
|
-
"helpGroup": "GLOBAL",
|
|
10903
|
-
"name": "flags-dir",
|
|
10904
|
-
"summary": "Import flag values from a directory.",
|
|
10905
|
-
"hasDynamicHelp": false,
|
|
10906
|
-
"multiple": false,
|
|
10907
|
-
"type": "option"
|
|
10908
|
-
},
|
|
10909
|
-
"path": {
|
|
10910
|
-
"char": "p",
|
|
10911
|
-
"description": "Root folder",
|
|
10912
|
-
"name": "path",
|
|
10913
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
10914
|
-
"hasDynamicHelp": false,
|
|
10915
|
-
"multiple": false,
|
|
10916
|
-
"type": "option"
|
|
10917
|
-
},
|
|
10918
|
-
"debug": {
|
|
10919
|
-
"char": "d",
|
|
10920
|
-
"description": "Activate debug mode (more logs)",
|
|
10921
|
-
"name": "debug",
|
|
10922
|
-
"allowNo": false,
|
|
10923
|
-
"type": "boolean"
|
|
10924
|
-
},
|
|
10925
|
-
"websocket": {
|
|
10926
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
10927
|
-
"name": "websocket",
|
|
10928
|
-
"hasDynamicHelp": false,
|
|
10929
|
-
"multiple": false,
|
|
10930
|
-
"type": "option"
|
|
10931
|
-
},
|
|
10932
|
-
"skipauth": {
|
|
10933
|
-
"description": "Skip authentication check when a default username is required",
|
|
10934
|
-
"name": "skipauth",
|
|
10935
|
-
"allowNo": false,
|
|
10936
|
-
"type": "boolean"
|
|
10937
|
-
},
|
|
10938
|
-
"target-org": {
|
|
10939
|
-
"aliases": [
|
|
10940
|
-
"targetusername",
|
|
10941
|
-
"u"
|
|
10942
|
-
],
|
|
10943
|
-
"char": "o",
|
|
10944
|
-
"deprecateAliases": true,
|
|
10945
|
-
"name": "target-org",
|
|
10946
|
-
"noCacheDefault": true,
|
|
10947
|
-
"required": true,
|
|
10948
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
10949
|
-
"hasDynamicHelp": true,
|
|
10950
|
-
"multiple": false,
|
|
10951
|
-
"type": "option"
|
|
10952
|
-
}
|
|
10953
|
-
},
|
|
10954
|
-
"hasDynamicHelp": true,
|
|
10955
|
-
"hiddenAliases": [],
|
|
10956
|
-
"id": "hardis:project:fix:profiletabs",
|
|
10957
|
-
"pluginAlias": "sfdx-hardis",
|
|
10958
|
-
"pluginName": "sfdx-hardis",
|
|
10959
|
-
"pluginType": "core",
|
|
10960
|
-
"strict": true,
|
|
10961
|
-
"enableJsonFlag": true,
|
|
10962
|
-
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
10963
|
-
"requiresProject": true,
|
|
10964
|
-
"isESM": true,
|
|
10965
|
-
"relativePath": [
|
|
10966
|
-
"lib",
|
|
10967
|
-
"commands",
|
|
10968
|
-
"hardis",
|
|
10969
|
-
"project",
|
|
10970
|
-
"fix",
|
|
10971
|
-
"profiletabs.js"
|
|
10972
|
-
],
|
|
10973
|
-
"aliasPermutations": [],
|
|
10974
|
-
"permutations": [
|
|
10975
|
-
"hardis:project:fix:profiletabs",
|
|
10976
|
-
"project:hardis:fix:profiletabs",
|
|
10977
|
-
"project:fix:hardis:profiletabs",
|
|
10978
|
-
"project:fix:profiletabs:hardis",
|
|
10979
|
-
"hardis:fix:project:profiletabs",
|
|
10980
|
-
"fix:hardis:project:profiletabs",
|
|
10981
|
-
"fix:project:hardis:profiletabs",
|
|
10982
|
-
"fix:project:profiletabs:hardis",
|
|
10983
|
-
"hardis:fix:profiletabs:project",
|
|
10984
|
-
"fix:hardis:profiletabs:project",
|
|
10985
|
-
"fix:profiletabs:hardis:project",
|
|
10986
|
-
"fix:profiletabs:project:hardis",
|
|
10987
|
-
"hardis:project:profiletabs:fix",
|
|
10988
|
-
"project:hardis:profiletabs:fix",
|
|
10989
|
-
"project:profiletabs:hardis:fix",
|
|
10990
|
-
"project:profiletabs:fix:hardis",
|
|
10991
|
-
"hardis:profiletabs:project:fix",
|
|
10992
|
-
"profiletabs:hardis:project:fix",
|
|
10993
|
-
"profiletabs:project:hardis:fix",
|
|
10994
|
-
"profiletabs:project:fix:hardis",
|
|
10995
|
-
"hardis:profiletabs:fix:project",
|
|
10996
|
-
"profiletabs:hardis:fix:project",
|
|
10997
|
-
"profiletabs:fix:hardis:project",
|
|
10998
|
-
"profiletabs:fix:project:hardis"
|
|
10999
|
-
]
|
|
11000
|
-
},
|
|
11001
|
-
"hardis:project:fix:v53flexipages": {
|
|
11002
|
-
"aliases": [],
|
|
11003
|
-
"args": {},
|
|
11004
|
-
"description": "Fix flexipages for apiVersion v53 (Winter22).\n\nNote: Update api version to 53.0 in package.xml and sfdx-project.json",
|
|
11005
|
-
"examples": [
|
|
11006
|
-
"$ sf hardis:project:fix:v53flexipages"
|
|
11007
|
-
],
|
|
11008
|
-
"flags": {
|
|
11009
|
-
"json": {
|
|
11010
|
-
"description": "Format output as json.",
|
|
11011
|
-
"helpGroup": "GLOBAL",
|
|
11012
|
-
"name": "json",
|
|
11013
|
-
"allowNo": false,
|
|
11014
|
-
"type": "boolean"
|
|
11015
|
-
},
|
|
11016
|
-
"flags-dir": {
|
|
11017
|
-
"helpGroup": "GLOBAL",
|
|
11018
|
-
"name": "flags-dir",
|
|
11019
|
-
"summary": "Import flag values from a directory.",
|
|
11020
|
-
"hasDynamicHelp": false,
|
|
11021
|
-
"multiple": false,
|
|
11022
|
-
"type": "option"
|
|
11023
|
-
},
|
|
11024
|
-
"path": {
|
|
11025
|
-
"char": "p",
|
|
11026
|
-
"description": "Root folder",
|
|
11027
|
-
"name": "path",
|
|
11028
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
11029
|
-
"hasDynamicHelp": false,
|
|
11030
|
-
"multiple": false,
|
|
11031
|
-
"type": "option"
|
|
11032
|
-
},
|
|
11033
|
-
"debug": {
|
|
11034
|
-
"char": "d",
|
|
11035
|
-
"description": "Activate debug mode (more logs)",
|
|
11036
|
-
"name": "debug",
|
|
11037
|
-
"allowNo": false,
|
|
11038
|
-
"type": "boolean"
|
|
11039
|
-
},
|
|
11040
|
-
"websocket": {
|
|
11041
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
11042
|
-
"name": "websocket",
|
|
11043
|
-
"hasDynamicHelp": false,
|
|
11044
|
-
"multiple": false,
|
|
11045
|
-
"type": "option"
|
|
11046
|
-
},
|
|
11047
|
-
"skipauth": {
|
|
11048
|
-
"description": "Skip authentication check when a default username is required",
|
|
11049
|
-
"name": "skipauth",
|
|
11050
|
-
"allowNo": false,
|
|
11051
|
-
"type": "boolean"
|
|
11052
|
-
}
|
|
11053
|
-
},
|
|
11054
|
-
"hasDynamicHelp": false,
|
|
11055
|
-
"hiddenAliases": [],
|
|
11056
|
-
"id": "hardis:project:fix:v53flexipages",
|
|
11057
|
-
"pluginAlias": "sfdx-hardis",
|
|
11058
|
-
"pluginName": "sfdx-hardis",
|
|
11059
|
-
"pluginType": "core",
|
|
11060
|
-
"strict": true,
|
|
11061
|
-
"enableJsonFlag": true,
|
|
11062
|
-
"title": "Fix flexipages for v53",
|
|
11063
|
-
"requiresProject": true,
|
|
11064
|
-
"isESM": true,
|
|
11065
|
-
"relativePath": [
|
|
11066
|
-
"lib",
|
|
11067
|
-
"commands",
|
|
11068
|
-
"hardis",
|
|
11069
|
-
"project",
|
|
11070
|
-
"fix",
|
|
11071
|
-
"v53flexipages.js"
|
|
11072
|
-
],
|
|
11073
|
-
"aliasPermutations": [],
|
|
11074
|
-
"permutations": [
|
|
11075
|
-
"hardis:project:fix:v53flexipages",
|
|
11076
|
-
"project:hardis:fix:v53flexipages",
|
|
11077
|
-
"project:fix:hardis:v53flexipages",
|
|
11078
|
-
"project:fix:v53flexipages:hardis",
|
|
11079
|
-
"hardis:fix:project:v53flexipages",
|
|
11080
|
-
"fix:hardis:project:v53flexipages",
|
|
11081
|
-
"fix:project:hardis:v53flexipages",
|
|
11082
|
-
"fix:project:v53flexipages:hardis",
|
|
11083
|
-
"hardis:fix:v53flexipages:project",
|
|
11084
|
-
"fix:hardis:v53flexipages:project",
|
|
11085
|
-
"fix:v53flexipages:hardis:project",
|
|
11086
|
-
"fix:v53flexipages:project:hardis",
|
|
11087
|
-
"hardis:project:v53flexipages:fix",
|
|
11088
|
-
"project:hardis:v53flexipages:fix",
|
|
11089
|
-
"project:v53flexipages:hardis:fix",
|
|
11090
|
-
"project:v53flexipages:fix:hardis",
|
|
11091
|
-
"hardis:v53flexipages:project:fix",
|
|
11092
|
-
"v53flexipages:hardis:project:fix",
|
|
11093
|
-
"v53flexipages:project:hardis:fix",
|
|
11094
|
-
"v53flexipages:project:fix:hardis",
|
|
11095
|
-
"hardis:v53flexipages:fix:project",
|
|
11096
|
-
"v53flexipages:hardis:fix:project",
|
|
11097
|
-
"v53flexipages:fix:hardis:project",
|
|
11098
|
-
"v53flexipages:fix:project:hardis"
|
|
10922
|
+
"pluginName": "sfdx-hardis",
|
|
10923
|
+
"pluginType": "core",
|
|
10924
|
+
"strict": true,
|
|
10925
|
+
"enableJsonFlag": true,
|
|
10926
|
+
"title": "Clean retrieved empty items in dx sources",
|
|
10927
|
+
"requiresProject": true,
|
|
10928
|
+
"isESM": true,
|
|
10929
|
+
"relativePath": [
|
|
10930
|
+
"lib",
|
|
10931
|
+
"commands",
|
|
10932
|
+
"hardis",
|
|
10933
|
+
"project",
|
|
10934
|
+
"clean",
|
|
10935
|
+
"xml.js"
|
|
10936
|
+
],
|
|
10937
|
+
"aliasPermutations": [],
|
|
10938
|
+
"permutations": [
|
|
10939
|
+
"hardis:project:clean:xml",
|
|
10940
|
+
"project:hardis:clean:xml",
|
|
10941
|
+
"project:clean:hardis:xml",
|
|
10942
|
+
"project:clean:xml:hardis",
|
|
10943
|
+
"hardis:clean:project:xml",
|
|
10944
|
+
"clean:hardis:project:xml",
|
|
10945
|
+
"clean:project:hardis:xml",
|
|
10946
|
+
"clean:project:xml:hardis",
|
|
10947
|
+
"hardis:clean:xml:project",
|
|
10948
|
+
"clean:hardis:xml:project",
|
|
10949
|
+
"clean:xml:hardis:project",
|
|
10950
|
+
"clean:xml:project:hardis",
|
|
10951
|
+
"hardis:project:xml:clean",
|
|
10952
|
+
"project:hardis:xml:clean",
|
|
10953
|
+
"project:xml:hardis:clean",
|
|
10954
|
+
"project:xml:clean:hardis",
|
|
10955
|
+
"hardis:xml:project:clean",
|
|
10956
|
+
"xml:hardis:project:clean",
|
|
10957
|
+
"xml:project:hardis:clean",
|
|
10958
|
+
"xml:project:clean:hardis",
|
|
10959
|
+
"hardis:xml:clean:project",
|
|
10960
|
+
"xml:hardis:clean:project",
|
|
10961
|
+
"xml:clean:hardis:project",
|
|
10962
|
+
"xml:clean:project:hardis"
|
|
11099
10963
|
]
|
|
11100
10964
|
},
|
|
11101
10965
|
"hardis:project:deploy:notify": {
|
|
@@ -12639,6 +12503,221 @@
|
|
|
12639
12503
|
"gitdelta:generate:project:hardis"
|
|
12640
12504
|
]
|
|
12641
12505
|
},
|
|
12506
|
+
"hardis:project:fix:profiletabs": {
|
|
12507
|
+
"aliases": [],
|
|
12508
|
+
"args": {},
|
|
12509
|
+
"description": "Interactive prompts to add tab visibilities that are not retrieved by project retrieve start",
|
|
12510
|
+
"examples": [
|
|
12511
|
+
"$ sf hardis:project:fix:profiletabs"
|
|
12512
|
+
],
|
|
12513
|
+
"flags": {
|
|
12514
|
+
"json": {
|
|
12515
|
+
"description": "Format output as json.",
|
|
12516
|
+
"helpGroup": "GLOBAL",
|
|
12517
|
+
"name": "json",
|
|
12518
|
+
"allowNo": false,
|
|
12519
|
+
"type": "boolean"
|
|
12520
|
+
},
|
|
12521
|
+
"flags-dir": {
|
|
12522
|
+
"helpGroup": "GLOBAL",
|
|
12523
|
+
"name": "flags-dir",
|
|
12524
|
+
"summary": "Import flag values from a directory.",
|
|
12525
|
+
"hasDynamicHelp": false,
|
|
12526
|
+
"multiple": false,
|
|
12527
|
+
"type": "option"
|
|
12528
|
+
},
|
|
12529
|
+
"path": {
|
|
12530
|
+
"char": "p",
|
|
12531
|
+
"description": "Root folder",
|
|
12532
|
+
"name": "path",
|
|
12533
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
12534
|
+
"hasDynamicHelp": false,
|
|
12535
|
+
"multiple": false,
|
|
12536
|
+
"type": "option"
|
|
12537
|
+
},
|
|
12538
|
+
"debug": {
|
|
12539
|
+
"char": "d",
|
|
12540
|
+
"description": "Activate debug mode (more logs)",
|
|
12541
|
+
"name": "debug",
|
|
12542
|
+
"allowNo": false,
|
|
12543
|
+
"type": "boolean"
|
|
12544
|
+
},
|
|
12545
|
+
"websocket": {
|
|
12546
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12547
|
+
"name": "websocket",
|
|
12548
|
+
"hasDynamicHelp": false,
|
|
12549
|
+
"multiple": false,
|
|
12550
|
+
"type": "option"
|
|
12551
|
+
},
|
|
12552
|
+
"skipauth": {
|
|
12553
|
+
"description": "Skip authentication check when a default username is required",
|
|
12554
|
+
"name": "skipauth",
|
|
12555
|
+
"allowNo": false,
|
|
12556
|
+
"type": "boolean"
|
|
12557
|
+
},
|
|
12558
|
+
"target-org": {
|
|
12559
|
+
"aliases": [
|
|
12560
|
+
"targetusername",
|
|
12561
|
+
"u"
|
|
12562
|
+
],
|
|
12563
|
+
"char": "o",
|
|
12564
|
+
"deprecateAliases": true,
|
|
12565
|
+
"name": "target-org",
|
|
12566
|
+
"noCacheDefault": true,
|
|
12567
|
+
"required": true,
|
|
12568
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
12569
|
+
"hasDynamicHelp": true,
|
|
12570
|
+
"multiple": false,
|
|
12571
|
+
"type": "option"
|
|
12572
|
+
}
|
|
12573
|
+
},
|
|
12574
|
+
"hasDynamicHelp": true,
|
|
12575
|
+
"hiddenAliases": [],
|
|
12576
|
+
"id": "hardis:project:fix:profiletabs",
|
|
12577
|
+
"pluginAlias": "sfdx-hardis",
|
|
12578
|
+
"pluginName": "sfdx-hardis",
|
|
12579
|
+
"pluginType": "core",
|
|
12580
|
+
"strict": true,
|
|
12581
|
+
"enableJsonFlag": true,
|
|
12582
|
+
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
12583
|
+
"requiresProject": true,
|
|
12584
|
+
"isESM": true,
|
|
12585
|
+
"relativePath": [
|
|
12586
|
+
"lib",
|
|
12587
|
+
"commands",
|
|
12588
|
+
"hardis",
|
|
12589
|
+
"project",
|
|
12590
|
+
"fix",
|
|
12591
|
+
"profiletabs.js"
|
|
12592
|
+
],
|
|
12593
|
+
"aliasPermutations": [],
|
|
12594
|
+
"permutations": [
|
|
12595
|
+
"hardis:project:fix:profiletabs",
|
|
12596
|
+
"project:hardis:fix:profiletabs",
|
|
12597
|
+
"project:fix:hardis:profiletabs",
|
|
12598
|
+
"project:fix:profiletabs:hardis",
|
|
12599
|
+
"hardis:fix:project:profiletabs",
|
|
12600
|
+
"fix:hardis:project:profiletabs",
|
|
12601
|
+
"fix:project:hardis:profiletabs",
|
|
12602
|
+
"fix:project:profiletabs:hardis",
|
|
12603
|
+
"hardis:fix:profiletabs:project",
|
|
12604
|
+
"fix:hardis:profiletabs:project",
|
|
12605
|
+
"fix:profiletabs:hardis:project",
|
|
12606
|
+
"fix:profiletabs:project:hardis",
|
|
12607
|
+
"hardis:project:profiletabs:fix",
|
|
12608
|
+
"project:hardis:profiletabs:fix",
|
|
12609
|
+
"project:profiletabs:hardis:fix",
|
|
12610
|
+
"project:profiletabs:fix:hardis",
|
|
12611
|
+
"hardis:profiletabs:project:fix",
|
|
12612
|
+
"profiletabs:hardis:project:fix",
|
|
12613
|
+
"profiletabs:project:hardis:fix",
|
|
12614
|
+
"profiletabs:project:fix:hardis",
|
|
12615
|
+
"hardis:profiletabs:fix:project",
|
|
12616
|
+
"profiletabs:hardis:fix:project",
|
|
12617
|
+
"profiletabs:fix:hardis:project",
|
|
12618
|
+
"profiletabs:fix:project:hardis"
|
|
12619
|
+
]
|
|
12620
|
+
},
|
|
12621
|
+
"hardis:project:fix:v53flexipages": {
|
|
12622
|
+
"aliases": [],
|
|
12623
|
+
"args": {},
|
|
12624
|
+
"description": "Fix flexipages for apiVersion v53 (Winter22).\n\nNote: Update api version to 53.0 in package.xml and sfdx-project.json",
|
|
12625
|
+
"examples": [
|
|
12626
|
+
"$ sf hardis:project:fix:v53flexipages"
|
|
12627
|
+
],
|
|
12628
|
+
"flags": {
|
|
12629
|
+
"json": {
|
|
12630
|
+
"description": "Format output as json.",
|
|
12631
|
+
"helpGroup": "GLOBAL",
|
|
12632
|
+
"name": "json",
|
|
12633
|
+
"allowNo": false,
|
|
12634
|
+
"type": "boolean"
|
|
12635
|
+
},
|
|
12636
|
+
"flags-dir": {
|
|
12637
|
+
"helpGroup": "GLOBAL",
|
|
12638
|
+
"name": "flags-dir",
|
|
12639
|
+
"summary": "Import flag values from a directory.",
|
|
12640
|
+
"hasDynamicHelp": false,
|
|
12641
|
+
"multiple": false,
|
|
12642
|
+
"type": "option"
|
|
12643
|
+
},
|
|
12644
|
+
"path": {
|
|
12645
|
+
"char": "p",
|
|
12646
|
+
"description": "Root folder",
|
|
12647
|
+
"name": "path",
|
|
12648
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
12649
|
+
"hasDynamicHelp": false,
|
|
12650
|
+
"multiple": false,
|
|
12651
|
+
"type": "option"
|
|
12652
|
+
},
|
|
12653
|
+
"debug": {
|
|
12654
|
+
"char": "d",
|
|
12655
|
+
"description": "Activate debug mode (more logs)",
|
|
12656
|
+
"name": "debug",
|
|
12657
|
+
"allowNo": false,
|
|
12658
|
+
"type": "boolean"
|
|
12659
|
+
},
|
|
12660
|
+
"websocket": {
|
|
12661
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12662
|
+
"name": "websocket",
|
|
12663
|
+
"hasDynamicHelp": false,
|
|
12664
|
+
"multiple": false,
|
|
12665
|
+
"type": "option"
|
|
12666
|
+
},
|
|
12667
|
+
"skipauth": {
|
|
12668
|
+
"description": "Skip authentication check when a default username is required",
|
|
12669
|
+
"name": "skipauth",
|
|
12670
|
+
"allowNo": false,
|
|
12671
|
+
"type": "boolean"
|
|
12672
|
+
}
|
|
12673
|
+
},
|
|
12674
|
+
"hasDynamicHelp": false,
|
|
12675
|
+
"hiddenAliases": [],
|
|
12676
|
+
"id": "hardis:project:fix:v53flexipages",
|
|
12677
|
+
"pluginAlias": "sfdx-hardis",
|
|
12678
|
+
"pluginName": "sfdx-hardis",
|
|
12679
|
+
"pluginType": "core",
|
|
12680
|
+
"strict": true,
|
|
12681
|
+
"enableJsonFlag": true,
|
|
12682
|
+
"title": "Fix flexipages for v53",
|
|
12683
|
+
"requiresProject": true,
|
|
12684
|
+
"isESM": true,
|
|
12685
|
+
"relativePath": [
|
|
12686
|
+
"lib",
|
|
12687
|
+
"commands",
|
|
12688
|
+
"hardis",
|
|
12689
|
+
"project",
|
|
12690
|
+
"fix",
|
|
12691
|
+
"v53flexipages.js"
|
|
12692
|
+
],
|
|
12693
|
+
"aliasPermutations": [],
|
|
12694
|
+
"permutations": [
|
|
12695
|
+
"hardis:project:fix:v53flexipages",
|
|
12696
|
+
"project:hardis:fix:v53flexipages",
|
|
12697
|
+
"project:fix:hardis:v53flexipages",
|
|
12698
|
+
"project:fix:v53flexipages:hardis",
|
|
12699
|
+
"hardis:fix:project:v53flexipages",
|
|
12700
|
+
"fix:hardis:project:v53flexipages",
|
|
12701
|
+
"fix:project:hardis:v53flexipages",
|
|
12702
|
+
"fix:project:v53flexipages:hardis",
|
|
12703
|
+
"hardis:fix:v53flexipages:project",
|
|
12704
|
+
"fix:hardis:v53flexipages:project",
|
|
12705
|
+
"fix:v53flexipages:hardis:project",
|
|
12706
|
+
"fix:v53flexipages:project:hardis",
|
|
12707
|
+
"hardis:project:v53flexipages:fix",
|
|
12708
|
+
"project:hardis:v53flexipages:fix",
|
|
12709
|
+
"project:v53flexipages:hardis:fix",
|
|
12710
|
+
"project:v53flexipages:fix:hardis",
|
|
12711
|
+
"hardis:v53flexipages:project:fix",
|
|
12712
|
+
"v53flexipages:hardis:project:fix",
|
|
12713
|
+
"v53flexipages:project:hardis:fix",
|
|
12714
|
+
"v53flexipages:project:fix:hardis",
|
|
12715
|
+
"hardis:v53flexipages:fix:project",
|
|
12716
|
+
"v53flexipages:hardis:fix:project",
|
|
12717
|
+
"v53flexipages:fix:hardis:project",
|
|
12718
|
+
"v53flexipages:fix:project:hardis"
|
|
12719
|
+
]
|
|
12720
|
+
},
|
|
12642
12721
|
"hardis:project:metadata:findduplicates": {
|
|
12643
12722
|
"aliases": [],
|
|
12644
12723
|
"args": {},
|
|
@@ -14726,5 +14805,5 @@
|
|
|
14726
14805
|
]
|
|
14727
14806
|
}
|
|
14728
14807
|
},
|
|
14729
|
-
"version": "5.40.0"
|
|
14808
|
+
"version": "5.40.1-beta202506151204.0"
|
|
14730
14809
|
}
|