sfdx-hardis 5.16.4-beta202501221328.0 → 5.17.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.
Files changed (32) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/lib/commands/hardis/doc/mkdocs-to-salesforce.js +1 -1
  3. package/lib/commands/hardis/doc/project2markdown.d.ts +6 -0
  4. package/lib/commands/hardis/doc/project2markdown.js +149 -4
  5. package/lib/commands/hardis/doc/project2markdown.js.map +1 -1
  6. package/lib/commands/hardis/lint/metadatastatus.js +4 -0
  7. package/lib/commands/hardis/lint/metadatastatus.js.map +1 -1
  8. package/lib/commands/hardis/lint/missingattributes.js +2 -1
  9. package/lib/commands/hardis/lint/missingattributes.js.map +1 -1
  10. package/lib/commands/hardis/org/test/apex.js +2 -2
  11. package/lib/commands/hardis/org/test/apex.js.map +1 -1
  12. package/lib/common/aiProvider/promptTemplates.d.ts +13 -1
  13. package/lib/common/aiProvider/promptTemplates.js +54 -0
  14. package/lib/common/aiProvider/promptTemplates.js.map +1 -1
  15. package/lib/common/utils/deployUtils.d.ts +1 -1
  16. package/lib/common/utils/deployUtils.js +20 -17
  17. package/lib/common/utils/deployUtils.js.map +1 -1
  18. package/lib/common/utils/docUtils.d.ts +2 -0
  19. package/lib/common/utils/docUtils.js +86 -1
  20. package/lib/common/utils/docUtils.js.map +1 -1
  21. package/lib/common/utils/flowVisualiser/nodeFormatUtils.js +21 -8
  22. package/lib/common/utils/flowVisualiser/nodeFormatUtils.js.map +1 -1
  23. package/lib/common/utils/projectUtils.d.ts +3 -0
  24. package/lib/common/utils/projectUtils.js +65 -0
  25. package/lib/common/utils/projectUtils.js.map +1 -1
  26. package/lib/common/utils/wrapUtils.js +2 -2
  27. package/lib/common/utils/wrapUtils.js.map +1 -1
  28. package/lib/common/utils/xmlUtils.js +7 -2
  29. package/lib/common/utils/xmlUtils.js.map +1 -1
  30. package/oclif.lock +938 -869
  31. package/oclif.manifest.json +372 -372
  32. package/package.json +6 -5
@@ -129,12 +129,13 @@
129
129
  "clear:cache:hardis"
130
130
  ]
131
131
  },
132
- "hardis:config:get": {
132
+ "hardis:auth:login": {
133
133
  "aliases": [],
134
134
  "args": {},
135
- "description": "Returns sfdx-hardis project config for a given level",
135
+ "description": "Login to salesforce org",
136
136
  "examples": [
137
- "$ sf hardis:project:deploy:sources:metadata"
137
+ "$ sf hardis:auth:login",
138
+ "CI=true sf hardis:auth:login"
138
139
  ],
139
140
  "flags": {
140
141
  "json": {
@@ -152,20 +153,28 @@
152
153
  "multiple": false,
153
154
  "type": "option"
154
155
  },
155
- "level": {
156
- "char": "l",
157
- "description": "project,branch or user",
158
- "name": "level",
159
- "default": "project",
156
+ "instanceurl": {
157
+ "char": "r",
158
+ "description": "URL of org instance",
159
+ "name": "instanceurl",
160
160
  "hasDynamicHelp": false,
161
161
  "multiple": false,
162
- "options": [
163
- "project",
164
- "branch",
165
- "user"
166
- ],
167
162
  "type": "option"
168
163
  },
164
+ "devhub": {
165
+ "char": "h",
166
+ "description": "Also connect associated DevHub",
167
+ "name": "devhub",
168
+ "allowNo": false,
169
+ "type": "boolean"
170
+ },
171
+ "scratchorg": {
172
+ "char": "s",
173
+ "description": "Scratch org",
174
+ "name": "scratchorg",
175
+ "allowNo": false,
176
+ "type": "boolean"
177
+ },
169
178
  "debug": {
170
179
  "char": "d",
171
180
  "description": "Activate debug mode (more logs)",
@@ -189,39 +198,38 @@
189
198
  },
190
199
  "hasDynamicHelp": false,
191
200
  "hiddenAliases": [],
192
- "id": "hardis:config:get",
201
+ "id": "hardis:auth:login",
193
202
  "pluginAlias": "sfdx-hardis",
194
203
  "pluginName": "sfdx-hardis",
195
204
  "pluginType": "core",
196
205
  "strict": true,
197
206
  "enableJsonFlag": true,
198
- "title": "Deploy metadata sources to org",
207
+ "title": "Login",
199
208
  "requiresProject": false,
200
209
  "isESM": true,
201
210
  "relativePath": [
202
211
  "lib",
203
212
  "commands",
204
213
  "hardis",
205
- "config",
206
- "get.js"
214
+ "auth",
215
+ "login.js"
207
216
  ],
208
217
  "aliasPermutations": [],
209
218
  "permutations": [
210
- "hardis:config:get",
211
- "config:hardis:get",
212
- "config:get:hardis",
213
- "hardis:get:config",
214
- "get:hardis:config",
215
- "get:config:hardis"
219
+ "hardis:auth:login",
220
+ "auth:hardis:login",
221
+ "auth:login:hardis",
222
+ "hardis:login:auth",
223
+ "login:hardis:auth",
224
+ "login:auth:hardis"
216
225
  ]
217
226
  },
218
- "hardis:auth:login": {
227
+ "hardis:config:get": {
219
228
  "aliases": [],
220
229
  "args": {},
221
- "description": "Login to salesforce org",
230
+ "description": "Returns sfdx-hardis project config for a given level",
222
231
  "examples": [
223
- "$ sf hardis:auth:login",
224
- "CI=true sf hardis:auth:login"
232
+ "$ sf hardis:project:deploy:sources:metadata"
225
233
  ],
226
234
  "flags": {
227
235
  "json": {
@@ -239,28 +247,20 @@
239
247
  "multiple": false,
240
248
  "type": "option"
241
249
  },
242
- "instanceurl": {
243
- "char": "r",
244
- "description": "URL of org instance",
245
- "name": "instanceurl",
250
+ "level": {
251
+ "char": "l",
252
+ "description": "project,branch or user",
253
+ "name": "level",
254
+ "default": "project",
246
255
  "hasDynamicHelp": false,
247
256
  "multiple": false,
257
+ "options": [
258
+ "project",
259
+ "branch",
260
+ "user"
261
+ ],
248
262
  "type": "option"
249
263
  },
250
- "devhub": {
251
- "char": "h",
252
- "description": "Also connect associated DevHub",
253
- "name": "devhub",
254
- "allowNo": false,
255
- "type": "boolean"
256
- },
257
- "scratchorg": {
258
- "char": "s",
259
- "description": "Scratch org",
260
- "name": "scratchorg",
261
- "allowNo": false,
262
- "type": "boolean"
263
- },
264
264
  "debug": {
265
265
  "char": "d",
266
266
  "description": "Activate debug mode (more logs)",
@@ -284,30 +284,30 @@
284
284
  },
285
285
  "hasDynamicHelp": false,
286
286
  "hiddenAliases": [],
287
- "id": "hardis:auth:login",
287
+ "id": "hardis:config:get",
288
288
  "pluginAlias": "sfdx-hardis",
289
289
  "pluginName": "sfdx-hardis",
290
290
  "pluginType": "core",
291
291
  "strict": true,
292
292
  "enableJsonFlag": true,
293
- "title": "Login",
293
+ "title": "Deploy metadata sources to org",
294
294
  "requiresProject": false,
295
295
  "isESM": true,
296
296
  "relativePath": [
297
297
  "lib",
298
298
  "commands",
299
299
  "hardis",
300
- "auth",
301
- "login.js"
300
+ "config",
301
+ "get.js"
302
302
  ],
303
303
  "aliasPermutations": [],
304
304
  "permutations": [
305
- "hardis:auth:login",
306
- "auth:hardis:login",
307
- "auth:login:hardis",
308
- "hardis:login:auth",
309
- "login:hardis:auth",
310
- "login:auth:hardis"
305
+ "hardis:config:get",
306
+ "config:hardis:get",
307
+ "config:get:hardis",
308
+ "hardis:get:config",
309
+ "get:hardis:config",
310
+ "get:config:hardis"
311
311
  ]
312
312
  },
313
313
  "hardis:doc:flow2markdown": {
@@ -611,7 +611,7 @@
611
611
  "hardis:doc:project2markdown": {
612
612
  "aliases": [],
613
613
  "args": {},
614
- "description": "Generates a markdown documentation from a SFDX project\n\n- Package.xml files\n- Source Packages\n- sfdx-hardis configuration\n- Installed packages\n\nCan work on any sfdx project, no need for it to be a sfdx-hardis flavored one.\n\nGenerates markdown files will be written in **docs** folder (except README.md where a link to doc index is added)\n\nTo read Flow documentations if your markdown reader doesn't handle MermaidJS syntax, this command could require @mermaid-js/mermaid-cli\n\n- Run `npm install @mermaid-js/mermaid-cli --global` if puppeteer works in your environment\n- It can also be run as a docker image\n\nBoth modes will be tried by default, but you can also force one of them by defining environment variable `MERMAID_MODES=docker` or `MERMAID_MODES=cli`\n\n_sfdx-hardis docker image is alpine-based and does not succeed to run mermaid/puppeteer: if you can help, please submit a PR !_\n\nIf Flow history doc always display a single state, you probably need to update your workflow configuration:\n\n- on Gitlab: Env variable [`GIT_FETCH_EXTRA_FLAGS: --depth 10000`](https://github.com/hardisgroupcom/sfdx-hardis/blob/main/defaults/monitoring/.gitlab-ci.yml#L11)\n- on GitHub: [`fetch-depth: 0`](https://github.com/hardisgroupcom/sfdx-hardis/blob/main/defaults/monitoring/.github/workflows/org-monitoring.yml#L58)\n- on Azure: [`fetchDepth: \"0\"`](https://github.com/hardisgroupcom/sfdx-hardis/blob/main/defaults/monitoring/azure-pipelines.yml#L39)\n- on Bitbucket: [`step: clone: depth: full`](https://github.com/hardisgroupcom/sfdx-hardis/blob/main/defaults/monitoring/bitbucket-pipelines.yml#L18)\n\n![Screenshot flow doc](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/screenshot-flow-doc.jpg)\n\n![Screenshot project documentation](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/screenshot-project-doc.jpg)\n\n![Screenshot project documentation](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/screenshot-project-doc-2.jpg)\n\nIf it is a sfdx-hardis CI/CD project, a diagram of the branches and orgs strategy will be generated.\n\n![](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/screenshot-doc-branches-strategy.jpg)\n\nIf [AI integration](https://sfdx-hardis.cloudity.com/salesforce-ai-setup/) is configured, documentation will contain a summary of the Flow.\n\nIf you have a complex strategy, you might need to input property **mergeTargets** in branch-scoped sfdx-hardis.yml file to have a correct diagram.\n\n## Doc HTML Pages\n\nTo read the documentation as HTML pages, run the following code (you need [**Python**](https://www.python.org/downloads/) on your computer)\n\n```python\npip install mkdocs-material mkdocs-exclude-search mdx_truly_sane_lists || python -m pip install mkdocs-material mkdocs-exclude-search mdx_truly_sane_lists || py -m pip install mkdocs-material mkdocs-exclude-search mdx_truly_sane_lists\nmkdocs serve || python -m mkdocs serve || py -m mkdocs serve\n```\n\nTo just generate HTML pages that you can host anywhere, run `mkdocs build || python -m mkdocs build || py -m mkdocs build`\n\n",
614
+ "description": "Generates a markdown documentation from a SFDX project\n\n- Package.xml files\n- Source Packages\n- sfdx-hardis configuration\n- Installed packages\n\nCan work on any sfdx project, no need for it to be a sfdx-hardis flavored one.\n\nGenerates markdown files will be written in **docs** folder (except README.md where a link to doc index is added)\n\nTo read Flow documentations if your markdown reader doesn't handle MermaidJS syntax, this command could require @mermaid-js/mermaid-cli\n\n- Run `npm install @mermaid-js/mermaid-cli --global` if puppeteer works in your environment\n- It can also be run as a docker image\n\nBoth modes will be tried by default, but you can also force one of them by defining environment variable `MERMAID_MODES=docker` or `MERMAID_MODES=cli`\n\n_sfdx-hardis docker image is alpine-based and does not succeed to run mermaid/puppeteer: if you can help, please submit a PR !_\n\nIf Flow history doc always display a single state, you probably need to update your workflow configuration:\n\n- on Gitlab: Env variable [`GIT_FETCH_EXTRA_FLAGS: --depth 10000`](https://github.com/hardisgroupcom/sfdx-hardis/blob/main/defaults/monitoring/.gitlab-ci.yml#L11)\n- on GitHub: [`fetch-depth: 0`](https://github.com/hardisgroupcom/sfdx-hardis/blob/main/defaults/monitoring/.github/workflows/org-monitoring.yml#L58)\n- on Azure: [`fetchDepth: \"0\"`](https://github.com/hardisgroupcom/sfdx-hardis/blob/main/defaults/monitoring/azure-pipelines.yml#L39)\n- on Bitbucket: [`step: clone: depth: full`](https://github.com/hardisgroupcom/sfdx-hardis/blob/main/defaults/monitoring/bitbucket-pipelines.yml#L18)\n\n![Screenshot flow doc](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/screenshot-flow-doc.jpg)\n\n![Screenshot project documentation](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/screenshot-project-doc.jpg)\n\n![Screenshot project documentation](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/screenshot-project-doc-2.jpg)\n\nIf it is a sfdx-hardis CI/CD project, a diagram of the branches and orgs strategy will be generated.\n\n![](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/screenshot-doc-branches-strategy.jpg)\n\nIf [AI integration](https://sfdx-hardis.cloudity.com/salesforce-ai-setup/) is configured, documentation will contain a summary of the Flow.\n\nIf you have a complex strategy, you might need to input property **mergeTargets** in branch-scoped sfdx-hardis.yml file to have a correct diagram.\n\n## Doc HTML Pages\n\nTo read the documentation as HTML pages, run the following code (you need [**Python**](https://www.python.org/downloads/) on your computer)\n\n```python\npip install mkdocs-material mkdocs-exclude-search mdx_truly_sane_lists || python -m pip install mkdocs-material mkdocs-exclude-search mdx_truly_sane_lists || py -m pip install mkdocs-material mkdocs-exclude-search mdx_truly_sane_lists\nmkdocs serve -v || python -m mkdocs serve -v || py -m mkdocs serve -v\n```\n\nTo just generate HTML pages that you can host anywhere, run `mkdocs build || python -m mkdocs build || py -m mkdocs build`\n\n",
615
615
  "examples": [
616
616
  "$ sf hardis:doc:project2markdown",
617
617
  "$ sf hardis:doc:project2markdown --with-history"
@@ -688,7 +688,7 @@
688
688
  "strict": true,
689
689
  "enableJsonFlag": true,
690
690
  "title": "SFDX Project to Markdown",
691
- "htmlInstructions": "## Doc HTML Pages\n\nTo read the documentation as HTML pages, run the following code (you need [**Python**](https://www.python.org/downloads/) on your computer)\n\n```python\npip install mkdocs-material mkdocs-exclude-search mdx_truly_sane_lists || python -m pip install mkdocs-material mkdocs-exclude-search mdx_truly_sane_lists || py -m pip install mkdocs-material mkdocs-exclude-search mdx_truly_sane_lists\nmkdocs serve || python -m mkdocs serve || py -m mkdocs serve\n```\n\nTo just generate HTML pages that you can host anywhere, run `mkdocs build || python -m mkdocs build || py -m mkdocs build`\n",
691
+ "htmlInstructions": "## Doc HTML Pages\n\nTo read the documentation as HTML pages, run the following code (you need [**Python**](https://www.python.org/downloads/) on your computer)\n\n```python\npip install mkdocs-material mkdocs-exclude-search mdx_truly_sane_lists || python -m pip install mkdocs-material mkdocs-exclude-search mdx_truly_sane_lists || py -m pip install mkdocs-material mkdocs-exclude-search mdx_truly_sane_lists\nmkdocs serve -v || python -m mkdocs serve -v || py -m mkdocs serve -v\n```\n\nTo just generate HTML pages that you can host anywhere, run `mkdocs build || python -m mkdocs build || py -m mkdocs build`\n",
692
692
  "requiresProject": true,
693
693
  "isESM": true,
694
694
  "relativePath": [
@@ -5019,12 +5019,15 @@
5019
5019
  "import:data:org:hardis"
5020
5020
  ]
5021
5021
  },
5022
- "hardis:org:files:export": {
5022
+ "hardis:org:diagnose:audittrail": {
5023
5023
  "aliases": [],
5024
5024
  "args": {},
5025
- "description": "Export file attachments from a Salesforce org\n\nSee article below\n\n[![How to mass download notes and attachments files from a Salesforce org](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/article-mass-download.jpg)](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
5025
+ "description": "Export Audit trail into a CSV file with selected criteria, and highlight suspect actions\n\nRegular setup actions performed in major orgs are filtered.\n\n- \"\"\n - createScratchOrg\n - changedsenderemail\n - deleteScratchOrg\n - loginasgrantedtopartnerbt\n- Certificate and Key Management\n - insertCertificate\n- Custom App Licenses\n - addeduserpackagelicense\n - granteduserpackagelicense\n- Customer Portal\n - createdcustomersuccessuser\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 - changedprofileforuser\n - changedprofileforusercusttostd\n - changedprofileforuserstdtocust\n - changedroleforusertonone\n - changedroleforuser\n - changedroleforuserfromnone\n - changedUserEmailVerifiedStatusUnverified\n - changedUserEmailVerifiedStatusVerified\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 - 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\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",
5026
5026
  "examples": [
5027
- "$ sf hardis:org:files:export"
5027
+ "$ sf hardis:org:diagnose:audittrail",
5028
+ "$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com",
5029
+ "$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com,bertrand@titi.com",
5030
+ "$ sf hardis:org:diagnose:audittrail --lastndays 5"
5028
5031
  ],
5029
5032
  "flags": {
5030
5033
  "json": {
@@ -5042,37 +5045,26 @@
5042
5045
  "multiple": false,
5043
5046
  "type": "option"
5044
5047
  },
5045
- "path": {
5046
- "char": "p",
5047
- "description": "Path to the file export project",
5048
- "name": "path",
5049
- "hasDynamicHelp": false,
5050
- "multiple": false,
5051
- "type": "option"
5052
- },
5053
- "chunksize": {
5054
- "char": "c",
5055
- "description": "Number of records to add in a chunk before it is processed",
5056
- "name": "chunksize",
5057
- "default": 1000,
5048
+ "excludeusers": {
5049
+ "char": "e",
5050
+ "description": "Comma-separated list of usernames to exclude",
5051
+ "name": "excludeusers",
5058
5052
  "hasDynamicHelp": false,
5059
5053
  "multiple": false,
5060
5054
  "type": "option"
5061
5055
  },
5062
- "polltimeout": {
5056
+ "lastndays": {
5063
5057
  "char": "t",
5064
- "description": "Timeout in MS for Bulk API calls",
5065
- "name": "polltimeout",
5066
- "default": 300000,
5058
+ "description": "Number of days to extract from today (included)",
5059
+ "name": "lastndays",
5067
5060
  "hasDynamicHelp": false,
5068
5061
  "multiple": false,
5069
5062
  "type": "option"
5070
5063
  },
5071
- "startchunknumber": {
5072
- "char": "s",
5073
- "description": "Chunk number to start from",
5074
- "name": "startchunknumber",
5075
- "default": 0,
5064
+ "outputfile": {
5065
+ "char": "f",
5066
+ "description": "Force the path and name of output report file. Must end with .csv",
5067
+ "name": "outputfile",
5076
5068
  "hasDynamicHelp": false,
5077
5069
  "multiple": false,
5078
5070
  "type": "option"
@@ -5115,13 +5107,13 @@
5115
5107
  },
5116
5108
  "hasDynamicHelp": true,
5117
5109
  "hiddenAliases": [],
5118
- "id": "hardis:org:files:export",
5110
+ "id": "hardis:org:diagnose:audittrail",
5119
5111
  "pluginAlias": "sfdx-hardis",
5120
5112
  "pluginName": "sfdx-hardis",
5121
5113
  "pluginType": "core",
5122
5114
  "strict": true,
5123
5115
  "enableJsonFlag": true,
5124
- "title": "Export files",
5116
+ "title": "Diagnose content of Setup Audit Trail",
5125
5117
  "requiresProject": false,
5126
5118
  "isESM": true,
5127
5119
  "relativePath": [
@@ -5129,43 +5121,43 @@
5129
5121
  "commands",
5130
5122
  "hardis",
5131
5123
  "org",
5132
- "files",
5133
- "export.js"
5124
+ "diagnose",
5125
+ "audittrail.js"
5134
5126
  ],
5135
5127
  "aliasPermutations": [],
5136
5128
  "permutations": [
5137
- "hardis:org:files:export",
5138
- "org:hardis:files:export",
5139
- "org:files:hardis:export",
5140
- "org:files:export:hardis",
5141
- "hardis:files:org:export",
5142
- "files:hardis:org:export",
5143
- "files:org:hardis:export",
5144
- "files:org:export:hardis",
5145
- "hardis:files:export:org",
5146
- "files:hardis:export:org",
5147
- "files:export:hardis:org",
5148
- "files:export:org:hardis",
5149
- "hardis:org:export:files",
5150
- "org:hardis:export:files",
5151
- "org:export:hardis:files",
5152
- "org:export:files:hardis",
5153
- "hardis:export:org:files",
5154
- "export:hardis:org:files",
5155
- "export:org:hardis:files",
5156
- "export:org:files:hardis",
5157
- "hardis:export:files:org",
5158
- "export:hardis:files:org",
5159
- "export:files:hardis:org",
5160
- "export:files:org:hardis"
5129
+ "hardis:org:diagnose:audittrail",
5130
+ "org:hardis:diagnose:audittrail",
5131
+ "org:diagnose:hardis:audittrail",
5132
+ "org:diagnose:audittrail:hardis",
5133
+ "hardis:diagnose:org:audittrail",
5134
+ "diagnose:hardis:org:audittrail",
5135
+ "diagnose:org:hardis:audittrail",
5136
+ "diagnose:org:audittrail:hardis",
5137
+ "hardis:diagnose:audittrail:org",
5138
+ "diagnose:hardis:audittrail:org",
5139
+ "diagnose:audittrail:hardis:org",
5140
+ "diagnose:audittrail:org:hardis",
5141
+ "hardis:org:audittrail:diagnose",
5142
+ "org:hardis:audittrail:diagnose",
5143
+ "org:audittrail:hardis:diagnose",
5144
+ "org:audittrail:diagnose:hardis",
5145
+ "hardis:audittrail:org:diagnose",
5146
+ "audittrail:hardis:org:diagnose",
5147
+ "audittrail:org:hardis:diagnose",
5148
+ "audittrail:org:diagnose:hardis",
5149
+ "hardis:audittrail:diagnose:org",
5150
+ "audittrail:hardis:diagnose:org",
5151
+ "audittrail:diagnose:hardis:org",
5152
+ "audittrail:diagnose:org:hardis"
5161
5153
  ]
5162
5154
  },
5163
- "hardis:org:files:import": {
5155
+ "hardis:org:diagnose:instanceupgrade": {
5164
5156
  "aliases": [],
5165
5157
  "args": {},
5166
- "description": "Import file attachments into a Salesforce org\n\nSee article below to see how to Export them.\n\n[![How to mass download notes and attachments files from a Salesforce org](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/article-mass-download.jpg)](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
5158
+ "description": "Get the date when the org instance will be upgraded (to Spring, Summer or Winter)\n ",
5167
5159
  "examples": [
5168
- "$ sf hardis:org:files:import"
5160
+ "$ sf hardis:org:diagnose:instanceupgrade"
5169
5161
  ],
5170
5162
  "flags": {
5171
5163
  "json": {
@@ -5183,21 +5175,6 @@
5183
5175
  "multiple": false,
5184
5176
  "type": "option"
5185
5177
  },
5186
- "path": {
5187
- "char": "p",
5188
- "description": "Path to the file export project",
5189
- "name": "path",
5190
- "hasDynamicHelp": false,
5191
- "multiple": false,
5192
- "type": "option"
5193
- },
5194
- "overwrite": {
5195
- "char": "f",
5196
- "description": "Override existing files (doubles the number of API calls)",
5197
- "name": "overwrite",
5198
- "allowNo": false,
5199
- "type": "boolean"
5200
- },
5201
5178
  "debug": {
5202
5179
  "char": "d",
5203
5180
  "description": "Activate debug mode (more logs)",
@@ -5236,13 +5213,13 @@
5236
5213
  },
5237
5214
  "hasDynamicHelp": true,
5238
5215
  "hiddenAliases": [],
5239
- "id": "hardis:org:files:import",
5216
+ "id": "hardis:org:diagnose:instanceupgrade",
5240
5217
  "pluginAlias": "sfdx-hardis",
5241
5218
  "pluginName": "sfdx-hardis",
5242
5219
  "pluginType": "core",
5243
5220
  "strict": true,
5244
5221
  "enableJsonFlag": true,
5245
- "title": "Import files",
5222
+ "title": "Get Instance Upgrade date",
5246
5223
  "requiresProject": false,
5247
5224
  "isESM": true,
5248
5225
  "relativePath": [
@@ -5250,247 +5227,8 @@
5250
5227
  "commands",
5251
5228
  "hardis",
5252
5229
  "org",
5253
- "files",
5254
- "import.js"
5255
- ],
5256
- "aliasPermutations": [],
5257
- "permutations": [
5258
- "hardis:org:files:import",
5259
- "org:hardis:files:import",
5260
- "org:files:hardis:import",
5261
- "org:files:import:hardis",
5262
- "hardis:files:org:import",
5263
- "files:hardis:org:import",
5264
- "files:org:hardis:import",
5265
- "files:org:import:hardis",
5266
- "hardis:files:import:org",
5267
- "files:hardis:import:org",
5268
- "files:import:hardis:org",
5269
- "files:import:org:hardis",
5270
- "hardis:org:import:files",
5271
- "org:hardis:import:files",
5272
- "org:import:hardis:files",
5273
- "org:import:files:hardis",
5274
- "hardis:import:org:files",
5275
- "import:hardis:org:files",
5276
- "import:org:hardis:files",
5277
- "import:org:files:hardis",
5278
- "hardis:import:files:org",
5279
- "import:hardis:files:org",
5280
- "import:files:hardis:org",
5281
- "import:files:org:hardis"
5282
- ]
5283
- },
5284
- "hardis:org:diagnose:audittrail": {
5285
- "aliases": [],
5286
- "args": {},
5287
- "description": "Export Audit trail into a CSV file with selected criteria, and highlight suspect actions\n\nRegular setup actions performed in major orgs are filtered.\n\n- \"\"\n - createScratchOrg\n - changedsenderemail\n - deleteScratchOrg\n - loginasgrantedtopartnerbt\n- Certificate and Key Management\n - insertCertificate\n- Custom App Licenses\n - addeduserpackagelicense\n - granteduserpackagelicense\n- Customer Portal\n - createdcustomersuccessuser\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 - changedprofileforuser\n - changedprofileforusercusttostd\n - changedprofileforuserstdtocust\n - changedroleforusertonone\n - changedroleforuser\n - changedroleforuserfromnone\n - changedUserEmailVerifiedStatusUnverified\n - changedUserEmailVerifiedStatusVerified\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 - 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\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",
5288
- "examples": [
5289
- "$ sf hardis:org:diagnose:audittrail",
5290
- "$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com",
5291
- "$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com,bertrand@titi.com",
5292
- "$ sf hardis:org:diagnose:audittrail --lastndays 5"
5293
- ],
5294
- "flags": {
5295
- "json": {
5296
- "description": "Format output as json.",
5297
- "helpGroup": "GLOBAL",
5298
- "name": "json",
5299
- "allowNo": false,
5300
- "type": "boolean"
5301
- },
5302
- "flags-dir": {
5303
- "helpGroup": "GLOBAL",
5304
- "name": "flags-dir",
5305
- "summary": "Import flag values from a directory.",
5306
- "hasDynamicHelp": false,
5307
- "multiple": false,
5308
- "type": "option"
5309
- },
5310
- "excludeusers": {
5311
- "char": "e",
5312
- "description": "Comma-separated list of usernames to exclude",
5313
- "name": "excludeusers",
5314
- "hasDynamicHelp": false,
5315
- "multiple": false,
5316
- "type": "option"
5317
- },
5318
- "lastndays": {
5319
- "char": "t",
5320
- "description": "Number of days to extract from today (included)",
5321
- "name": "lastndays",
5322
- "hasDynamicHelp": false,
5323
- "multiple": false,
5324
- "type": "option"
5325
- },
5326
- "outputfile": {
5327
- "char": "f",
5328
- "description": "Force the path and name of output report file. Must end with .csv",
5329
- "name": "outputfile",
5330
- "hasDynamicHelp": false,
5331
- "multiple": false,
5332
- "type": "option"
5333
- },
5334
- "debug": {
5335
- "char": "d",
5336
- "description": "Activate debug mode (more logs)",
5337
- "name": "debug",
5338
- "allowNo": false,
5339
- "type": "boolean"
5340
- },
5341
- "websocket": {
5342
- "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
5343
- "name": "websocket",
5344
- "hasDynamicHelp": false,
5345
- "multiple": false,
5346
- "type": "option"
5347
- },
5348
- "skipauth": {
5349
- "description": "Skip authentication check when a default username is required",
5350
- "name": "skipauth",
5351
- "allowNo": false,
5352
- "type": "boolean"
5353
- },
5354
- "target-org": {
5355
- "aliases": [
5356
- "targetusername",
5357
- "u"
5358
- ],
5359
- "char": "o",
5360
- "deprecateAliases": true,
5361
- "name": "target-org",
5362
- "noCacheDefault": true,
5363
- "required": true,
5364
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
5365
- "hasDynamicHelp": true,
5366
- "multiple": false,
5367
- "type": "option"
5368
- }
5369
- },
5370
- "hasDynamicHelp": true,
5371
- "hiddenAliases": [],
5372
- "id": "hardis:org:diagnose:audittrail",
5373
- "pluginAlias": "sfdx-hardis",
5374
- "pluginName": "sfdx-hardis",
5375
- "pluginType": "core",
5376
- "strict": true,
5377
- "enableJsonFlag": true,
5378
- "title": "Diagnose content of Setup Audit Trail",
5379
- "requiresProject": false,
5380
- "isESM": true,
5381
- "relativePath": [
5382
- "lib",
5383
- "commands",
5384
- "hardis",
5385
- "org",
5386
- "diagnose",
5387
- "audittrail.js"
5388
- ],
5389
- "aliasPermutations": [],
5390
- "permutations": [
5391
- "hardis:org:diagnose:audittrail",
5392
- "org:hardis:diagnose:audittrail",
5393
- "org:diagnose:hardis:audittrail",
5394
- "org:diagnose:audittrail:hardis",
5395
- "hardis:diagnose:org:audittrail",
5396
- "diagnose:hardis:org:audittrail",
5397
- "diagnose:org:hardis:audittrail",
5398
- "diagnose:org:audittrail:hardis",
5399
- "hardis:diagnose:audittrail:org",
5400
- "diagnose:hardis:audittrail:org",
5401
- "diagnose:audittrail:hardis:org",
5402
- "diagnose:audittrail:org:hardis",
5403
- "hardis:org:audittrail:diagnose",
5404
- "org:hardis:audittrail:diagnose",
5405
- "org:audittrail:hardis:diagnose",
5406
- "org:audittrail:diagnose:hardis",
5407
- "hardis:audittrail:org:diagnose",
5408
- "audittrail:hardis:org:diagnose",
5409
- "audittrail:org:hardis:diagnose",
5410
- "audittrail:org:diagnose:hardis",
5411
- "hardis:audittrail:diagnose:org",
5412
- "audittrail:hardis:diagnose:org",
5413
- "audittrail:diagnose:hardis:org",
5414
- "audittrail:diagnose:org:hardis"
5415
- ]
5416
- },
5417
- "hardis:org:diagnose:instanceupgrade": {
5418
- "aliases": [],
5419
- "args": {},
5420
- "description": "Get the date when the org instance will be upgraded (to Spring, Summer or Winter)\n ",
5421
- "examples": [
5422
- "$ sf hardis:org:diagnose:instanceupgrade"
5423
- ],
5424
- "flags": {
5425
- "json": {
5426
- "description": "Format output as json.",
5427
- "helpGroup": "GLOBAL",
5428
- "name": "json",
5429
- "allowNo": false,
5430
- "type": "boolean"
5431
- },
5432
- "flags-dir": {
5433
- "helpGroup": "GLOBAL",
5434
- "name": "flags-dir",
5435
- "summary": "Import flag values from a directory.",
5436
- "hasDynamicHelp": false,
5437
- "multiple": false,
5438
- "type": "option"
5439
- },
5440
- "debug": {
5441
- "char": "d",
5442
- "description": "Activate debug mode (more logs)",
5443
- "name": "debug",
5444
- "allowNo": false,
5445
- "type": "boolean"
5446
- },
5447
- "websocket": {
5448
- "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
5449
- "name": "websocket",
5450
- "hasDynamicHelp": false,
5451
- "multiple": false,
5452
- "type": "option"
5453
- },
5454
- "skipauth": {
5455
- "description": "Skip authentication check when a default username is required",
5456
- "name": "skipauth",
5457
- "allowNo": false,
5458
- "type": "boolean"
5459
- },
5460
- "target-org": {
5461
- "aliases": [
5462
- "targetusername",
5463
- "u"
5464
- ],
5465
- "char": "o",
5466
- "deprecateAliases": true,
5467
- "name": "target-org",
5468
- "noCacheDefault": true,
5469
- "required": true,
5470
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
5471
- "hasDynamicHelp": true,
5472
- "multiple": false,
5473
- "type": "option"
5474
- }
5475
- },
5476
- "hasDynamicHelp": true,
5477
- "hiddenAliases": [],
5478
- "id": "hardis:org:diagnose:instanceupgrade",
5479
- "pluginAlias": "sfdx-hardis",
5480
- "pluginName": "sfdx-hardis",
5481
- "pluginType": "core",
5482
- "strict": true,
5483
- "enableJsonFlag": true,
5484
- "title": "Get Instance Upgrade date",
5485
- "requiresProject": false,
5486
- "isESM": true,
5487
- "relativePath": [
5488
- "lib",
5489
- "commands",
5490
- "hardis",
5491
- "org",
5492
- "diagnose",
5493
- "instanceupgrade.js"
5230
+ "diagnose",
5231
+ "instanceupgrade.js"
5494
5232
  ],
5495
5233
  "aliasPermutations": [],
5496
5234
  "permutations": [
@@ -6430,6 +6168,268 @@
6430
6168
  "unusedusers:diagnose:org:hardis"
6431
6169
  ]
6432
6170
  },
6171
+ "hardis:org:files:export": {
6172
+ "aliases": [],
6173
+ "args": {},
6174
+ "description": "Export file attachments from a Salesforce org\n\nSee article below\n\n[![How to mass download notes and attachments files from a Salesforce org](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/article-mass-download.jpg)](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
6175
+ "examples": [
6176
+ "$ sf hardis:org:files:export"
6177
+ ],
6178
+ "flags": {
6179
+ "json": {
6180
+ "description": "Format output as json.",
6181
+ "helpGroup": "GLOBAL",
6182
+ "name": "json",
6183
+ "allowNo": false,
6184
+ "type": "boolean"
6185
+ },
6186
+ "flags-dir": {
6187
+ "helpGroup": "GLOBAL",
6188
+ "name": "flags-dir",
6189
+ "summary": "Import flag values from a directory.",
6190
+ "hasDynamicHelp": false,
6191
+ "multiple": false,
6192
+ "type": "option"
6193
+ },
6194
+ "path": {
6195
+ "char": "p",
6196
+ "description": "Path to the file export project",
6197
+ "name": "path",
6198
+ "hasDynamicHelp": false,
6199
+ "multiple": false,
6200
+ "type": "option"
6201
+ },
6202
+ "chunksize": {
6203
+ "char": "c",
6204
+ "description": "Number of records to add in a chunk before it is processed",
6205
+ "name": "chunksize",
6206
+ "default": 1000,
6207
+ "hasDynamicHelp": false,
6208
+ "multiple": false,
6209
+ "type": "option"
6210
+ },
6211
+ "polltimeout": {
6212
+ "char": "t",
6213
+ "description": "Timeout in MS for Bulk API calls",
6214
+ "name": "polltimeout",
6215
+ "default": 300000,
6216
+ "hasDynamicHelp": false,
6217
+ "multiple": false,
6218
+ "type": "option"
6219
+ },
6220
+ "startchunknumber": {
6221
+ "char": "s",
6222
+ "description": "Chunk number to start from",
6223
+ "name": "startchunknumber",
6224
+ "default": 0,
6225
+ "hasDynamicHelp": false,
6226
+ "multiple": false,
6227
+ "type": "option"
6228
+ },
6229
+ "debug": {
6230
+ "char": "d",
6231
+ "description": "Activate debug mode (more logs)",
6232
+ "name": "debug",
6233
+ "allowNo": false,
6234
+ "type": "boolean"
6235
+ },
6236
+ "websocket": {
6237
+ "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
6238
+ "name": "websocket",
6239
+ "hasDynamicHelp": false,
6240
+ "multiple": false,
6241
+ "type": "option"
6242
+ },
6243
+ "skipauth": {
6244
+ "description": "Skip authentication check when a default username is required",
6245
+ "name": "skipauth",
6246
+ "allowNo": false,
6247
+ "type": "boolean"
6248
+ },
6249
+ "target-org": {
6250
+ "aliases": [
6251
+ "targetusername",
6252
+ "u"
6253
+ ],
6254
+ "char": "o",
6255
+ "deprecateAliases": true,
6256
+ "name": "target-org",
6257
+ "noCacheDefault": true,
6258
+ "required": true,
6259
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
6260
+ "hasDynamicHelp": true,
6261
+ "multiple": false,
6262
+ "type": "option"
6263
+ }
6264
+ },
6265
+ "hasDynamicHelp": true,
6266
+ "hiddenAliases": [],
6267
+ "id": "hardis:org:files:export",
6268
+ "pluginAlias": "sfdx-hardis",
6269
+ "pluginName": "sfdx-hardis",
6270
+ "pluginType": "core",
6271
+ "strict": true,
6272
+ "enableJsonFlag": true,
6273
+ "title": "Export files",
6274
+ "requiresProject": false,
6275
+ "isESM": true,
6276
+ "relativePath": [
6277
+ "lib",
6278
+ "commands",
6279
+ "hardis",
6280
+ "org",
6281
+ "files",
6282
+ "export.js"
6283
+ ],
6284
+ "aliasPermutations": [],
6285
+ "permutations": [
6286
+ "hardis:org:files:export",
6287
+ "org:hardis:files:export",
6288
+ "org:files:hardis:export",
6289
+ "org:files:export:hardis",
6290
+ "hardis:files:org:export",
6291
+ "files:hardis:org:export",
6292
+ "files:org:hardis:export",
6293
+ "files:org:export:hardis",
6294
+ "hardis:files:export:org",
6295
+ "files:hardis:export:org",
6296
+ "files:export:hardis:org",
6297
+ "files:export:org:hardis",
6298
+ "hardis:org:export:files",
6299
+ "org:hardis:export:files",
6300
+ "org:export:hardis:files",
6301
+ "org:export:files:hardis",
6302
+ "hardis:export:org:files",
6303
+ "export:hardis:org:files",
6304
+ "export:org:hardis:files",
6305
+ "export:org:files:hardis",
6306
+ "hardis:export:files:org",
6307
+ "export:hardis:files:org",
6308
+ "export:files:hardis:org",
6309
+ "export:files:org:hardis"
6310
+ ]
6311
+ },
6312
+ "hardis:org:files:import": {
6313
+ "aliases": [],
6314
+ "args": {},
6315
+ "description": "Import file attachments into a Salesforce org\n\nSee article below to see how to Export them.\n\n[![How to mass download notes and attachments files from a Salesforce org](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/article-mass-download.jpg)](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
6316
+ "examples": [
6317
+ "$ sf hardis:org:files:import"
6318
+ ],
6319
+ "flags": {
6320
+ "json": {
6321
+ "description": "Format output as json.",
6322
+ "helpGroup": "GLOBAL",
6323
+ "name": "json",
6324
+ "allowNo": false,
6325
+ "type": "boolean"
6326
+ },
6327
+ "flags-dir": {
6328
+ "helpGroup": "GLOBAL",
6329
+ "name": "flags-dir",
6330
+ "summary": "Import flag values from a directory.",
6331
+ "hasDynamicHelp": false,
6332
+ "multiple": false,
6333
+ "type": "option"
6334
+ },
6335
+ "path": {
6336
+ "char": "p",
6337
+ "description": "Path to the file export project",
6338
+ "name": "path",
6339
+ "hasDynamicHelp": false,
6340
+ "multiple": false,
6341
+ "type": "option"
6342
+ },
6343
+ "overwrite": {
6344
+ "char": "f",
6345
+ "description": "Override existing files (doubles the number of API calls)",
6346
+ "name": "overwrite",
6347
+ "allowNo": false,
6348
+ "type": "boolean"
6349
+ },
6350
+ "debug": {
6351
+ "char": "d",
6352
+ "description": "Activate debug mode (more logs)",
6353
+ "name": "debug",
6354
+ "allowNo": false,
6355
+ "type": "boolean"
6356
+ },
6357
+ "websocket": {
6358
+ "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
6359
+ "name": "websocket",
6360
+ "hasDynamicHelp": false,
6361
+ "multiple": false,
6362
+ "type": "option"
6363
+ },
6364
+ "skipauth": {
6365
+ "description": "Skip authentication check when a default username is required",
6366
+ "name": "skipauth",
6367
+ "allowNo": false,
6368
+ "type": "boolean"
6369
+ },
6370
+ "target-org": {
6371
+ "aliases": [
6372
+ "targetusername",
6373
+ "u"
6374
+ ],
6375
+ "char": "o",
6376
+ "deprecateAliases": true,
6377
+ "name": "target-org",
6378
+ "noCacheDefault": true,
6379
+ "required": true,
6380
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
6381
+ "hasDynamicHelp": true,
6382
+ "multiple": false,
6383
+ "type": "option"
6384
+ }
6385
+ },
6386
+ "hasDynamicHelp": true,
6387
+ "hiddenAliases": [],
6388
+ "id": "hardis:org:files:import",
6389
+ "pluginAlias": "sfdx-hardis",
6390
+ "pluginName": "sfdx-hardis",
6391
+ "pluginType": "core",
6392
+ "strict": true,
6393
+ "enableJsonFlag": true,
6394
+ "title": "Import files",
6395
+ "requiresProject": false,
6396
+ "isESM": true,
6397
+ "relativePath": [
6398
+ "lib",
6399
+ "commands",
6400
+ "hardis",
6401
+ "org",
6402
+ "files",
6403
+ "import.js"
6404
+ ],
6405
+ "aliasPermutations": [],
6406
+ "permutations": [
6407
+ "hardis:org:files:import",
6408
+ "org:hardis:files:import",
6409
+ "org:files:hardis:import",
6410
+ "org:files:import:hardis",
6411
+ "hardis:files:org:import",
6412
+ "files:hardis:org:import",
6413
+ "files:org:hardis:import",
6414
+ "files:org:import:hardis",
6415
+ "hardis:files:import:org",
6416
+ "files:hardis:import:org",
6417
+ "files:import:hardis:org",
6418
+ "files:import:org:hardis",
6419
+ "hardis:org:import:files",
6420
+ "org:hardis:import:files",
6421
+ "org:import:hardis:files",
6422
+ "org:import:files:hardis",
6423
+ "hardis:import:org:files",
6424
+ "import:hardis:org:files",
6425
+ "import:org:hardis:files",
6426
+ "import:org:files:hardis",
6427
+ "hardis:import:files:org",
6428
+ "import:hardis:files:org",
6429
+ "import:files:hardis:org",
6430
+ "import:files:org:hardis"
6431
+ ]
6432
+ },
6433
6433
  "hardis:org:fix:listviewmine": {
6434
6434
  "aliases": [],
6435
6435
  "args": {},
@@ -14201,5 +14201,5 @@
14201
14201
  ]
14202
14202
  }
14203
14203
  },
14204
- "version": "5.16.4-beta202501221328.0"
14204
+ "version": "5.17.0"
14205
14205
  }