sfdx-hardis 6.14.4 → 6.14.5-alpha202512081801.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 +6 -0
- package/lib/common/ticketProvider/index.d.ts +6 -0
- package/lib/common/ticketProvider/jiraProvider.d.ts +3 -24
- package/lib/common/ticketProvider/jiraProvider.js +70 -17
- package/lib/common/ticketProvider/jiraProvider.js.map +1 -1
- package/oclif.lock +28 -292
- package/oclif.manifest.json +747 -747
- package/package.json +6 -5
- package/yarn.lock +13799 -0
package/oclif.manifest.json
CHANGED
|
@@ -132,13 +132,12 @@
|
|
|
132
132
|
"clear:cache:hardis"
|
|
133
133
|
]
|
|
134
134
|
},
|
|
135
|
-
"hardis:
|
|
135
|
+
"hardis:config:get": {
|
|
136
136
|
"aliases": [],
|
|
137
137
|
"args": {},
|
|
138
|
-
"description": "\n## Command Behavior\n\n**
|
|
138
|
+
"description": "\n## Command Behavior\n\n**Retrieves and displays the sfdx-hardis configuration for a specified level.**\n\nThis command allows you to inspect the configuration that is currently in effect for your project, which is useful for debugging and understanding how sfdx-hardis will behave.\n\n- **Configuration levels:** It can retrieve configuration from three different levels:\n - **Project:** The configuration defined in the project's `.sfdx-hardis.yml` file.\n - **Branch:** The configuration defined in a branch-specific configuration file (e.g., `.sfdx-hardis.production.yml`).\n - **User:** The global user-level configuration.\n\n## Technical explanations\n\nThe command's logic is straightforward:\n\n- **`getConfig` function:** It calls the `getConfig` utility function, passing the desired configuration level as an argument.\n- **Configuration loading:** The `getConfig` function is responsible for finding the appropriate configuration file, reading its contents, and parsing it as YAML or JSON.\n- **Output:** The retrieved configuration is then displayed to the user as a JSON string.\n",
|
|
139
139
|
"examples": [
|
|
140
|
-
"$ sf hardis:
|
|
141
|
-
"CI=true CI_COMMIT_REF_NAME=monitoring_myclient sf hardis:auth:login"
|
|
140
|
+
"$ sf hardis:project:deploy:sources:metadata"
|
|
142
141
|
],
|
|
143
142
|
"flags": {
|
|
144
143
|
"json": {
|
|
@@ -156,28 +155,20 @@
|
|
|
156
155
|
"multiple": false,
|
|
157
156
|
"type": "option"
|
|
158
157
|
},
|
|
159
|
-
"
|
|
160
|
-
"char": "
|
|
161
|
-
"description": "
|
|
162
|
-
"name": "
|
|
158
|
+
"level": {
|
|
159
|
+
"char": "l",
|
|
160
|
+
"description": "project,branch or user",
|
|
161
|
+
"name": "level",
|
|
162
|
+
"default": "project",
|
|
163
163
|
"hasDynamicHelp": false,
|
|
164
164
|
"multiple": false,
|
|
165
|
+
"options": [
|
|
166
|
+
"project",
|
|
167
|
+
"branch",
|
|
168
|
+
"user"
|
|
169
|
+
],
|
|
165
170
|
"type": "option"
|
|
166
171
|
},
|
|
167
|
-
"devhub": {
|
|
168
|
-
"char": "h",
|
|
169
|
-
"description": "Also connect associated DevHub",
|
|
170
|
-
"name": "devhub",
|
|
171
|
-
"allowNo": false,
|
|
172
|
-
"type": "boolean"
|
|
173
|
-
},
|
|
174
|
-
"scratchorg": {
|
|
175
|
-
"char": "s",
|
|
176
|
-
"description": "Scratch org",
|
|
177
|
-
"name": "scratchorg",
|
|
178
|
-
"allowNo": false,
|
|
179
|
-
"type": "boolean"
|
|
180
|
-
},
|
|
181
172
|
"debug": {
|
|
182
173
|
"char": "d",
|
|
183
174
|
"description": "Activate debug mode (more logs)",
|
|
@@ -201,38 +192,39 @@
|
|
|
201
192
|
},
|
|
202
193
|
"hasDynamicHelp": false,
|
|
203
194
|
"hiddenAliases": [],
|
|
204
|
-
"id": "hardis:
|
|
195
|
+
"id": "hardis:config:get",
|
|
205
196
|
"pluginAlias": "sfdx-hardis",
|
|
206
197
|
"pluginName": "sfdx-hardis",
|
|
207
198
|
"pluginType": "core",
|
|
208
199
|
"strict": true,
|
|
209
200
|
"enableJsonFlag": true,
|
|
210
|
-
"title": "
|
|
201
|
+
"title": "Deploy metadata sources to org",
|
|
211
202
|
"requiresProject": false,
|
|
212
203
|
"isESM": true,
|
|
213
204
|
"relativePath": [
|
|
214
205
|
"lib",
|
|
215
206
|
"commands",
|
|
216
207
|
"hardis",
|
|
217
|
-
"
|
|
218
|
-
"
|
|
208
|
+
"config",
|
|
209
|
+
"get.js"
|
|
219
210
|
],
|
|
220
211
|
"aliasPermutations": [],
|
|
221
212
|
"permutations": [
|
|
222
|
-
"hardis:
|
|
223
|
-
"
|
|
224
|
-
"
|
|
225
|
-
"hardis:
|
|
226
|
-
"
|
|
227
|
-
"
|
|
213
|
+
"hardis:config:get",
|
|
214
|
+
"config:hardis:get",
|
|
215
|
+
"config:get:hardis",
|
|
216
|
+
"hardis:get:config",
|
|
217
|
+
"get:hardis:config",
|
|
218
|
+
"get:config:hardis"
|
|
228
219
|
]
|
|
229
220
|
},
|
|
230
|
-
"hardis:
|
|
221
|
+
"hardis:auth:login": {
|
|
231
222
|
"aliases": [],
|
|
232
223
|
"args": {},
|
|
233
|
-
"description": "\n## Command Behavior\n\n**
|
|
224
|
+
"description": "\n## Command Behavior\n\n**Authenticates to a Salesforce org, primarily designed for CI/CD workflows.**\n\nThis command facilitates secure and automated logins to Salesforce organizations within continuous integration and continuous delivery pipelines. It leverages pre-configured authentication details, ensuring that CI/CD processes can interact with Salesforce without manual intervention.\n\nKey aspects:\n\n- **Configuration-Driven:** It relies on authentication variables and files set up by dedicated configuration commands:\n - For CI/CD repositories: [Configure Org CI Authentication](https://sfdx-hardis.cloudity.com/hardis/project/configure/auth/)\n - For Monitoring repositories: [Configure Org Monitoring](https://sfdx-hardis.cloudity.com/hardis/org/configure/monitoring/)\n- **Technical Org Support:** Supports authentication to a 'technical org' (e.g., for calling Agentforce from another org) by utilizing the `SFDX_AUTH_URL_TECHNICAL_ORG` environment variable. If this variable is set, the command authenticates to this org with the alias `TECHNICAL_ORG`.\n\nTo obtain the `SFDX_AUTH_URL_TECHNICAL_ORG` value, you can run `sf org display --verbose --json` and copy the `sfdxAuthUrl` field from the output.\n\n<details markdown=\"1\">\n<summary>Technical explanations</summary>\n\nThe command's technical flow involves:\n\n- **Flag Parsing:** It parses command-line flags such as `instanceurl`, `devhub`, `scratchorg`, and `debug` to determine the authentication context.\n- **Authentication Hook:** It triggers an internal authentication hook (`this.config.runHook('auth', ...`)) which is responsible for executing the actual authentication logic based on the provided flags (e.g., whether it's a Dev Hub or a scratch org).\n- **Environment Variable Check:** It checks for the presence of `SFDX_AUTH_URL_TECHNICAL_ORG` or `TECHNICAL_ORG_ALIAS` environment variables.\n- **`authOrg` Utility:** If a technical org is configured, it calls the `authOrg` utility function to perform the authentication for that specific org, ensuring it's connected and available for subsequent operations.\n- **Salesforce CLI Integration:** It integrates with the Salesforce CLI's authentication mechanisms to establish and manage org connections.\n</details>\n",
|
|
234
225
|
"examples": [
|
|
235
|
-
"$ sf hardis:
|
|
226
|
+
"$ sf hardis:auth:login",
|
|
227
|
+
"CI=true CI_COMMIT_REF_NAME=monitoring_myclient sf hardis:auth:login"
|
|
236
228
|
],
|
|
237
229
|
"flags": {
|
|
238
230
|
"json": {
|
|
@@ -250,20 +242,28 @@
|
|
|
250
242
|
"multiple": false,
|
|
251
243
|
"type": "option"
|
|
252
244
|
},
|
|
253
|
-
"
|
|
254
|
-
"char": "
|
|
255
|
-
"description": "
|
|
256
|
-
"name": "
|
|
257
|
-
"default": "project",
|
|
245
|
+
"instanceurl": {
|
|
246
|
+
"char": "r",
|
|
247
|
+
"description": "URL of org instance",
|
|
248
|
+
"name": "instanceurl",
|
|
258
249
|
"hasDynamicHelp": false,
|
|
259
250
|
"multiple": false,
|
|
260
|
-
"options": [
|
|
261
|
-
"project",
|
|
262
|
-
"branch",
|
|
263
|
-
"user"
|
|
264
|
-
],
|
|
265
251
|
"type": "option"
|
|
266
252
|
},
|
|
253
|
+
"devhub": {
|
|
254
|
+
"char": "h",
|
|
255
|
+
"description": "Also connect associated DevHub",
|
|
256
|
+
"name": "devhub",
|
|
257
|
+
"allowNo": false,
|
|
258
|
+
"type": "boolean"
|
|
259
|
+
},
|
|
260
|
+
"scratchorg": {
|
|
261
|
+
"char": "s",
|
|
262
|
+
"description": "Scratch org",
|
|
263
|
+
"name": "scratchorg",
|
|
264
|
+
"allowNo": false,
|
|
265
|
+
"type": "boolean"
|
|
266
|
+
},
|
|
267
267
|
"debug": {
|
|
268
268
|
"char": "d",
|
|
269
269
|
"description": "Activate debug mode (more logs)",
|
|
@@ -287,30 +287,30 @@
|
|
|
287
287
|
},
|
|
288
288
|
"hasDynamicHelp": false,
|
|
289
289
|
"hiddenAliases": [],
|
|
290
|
-
"id": "hardis:
|
|
290
|
+
"id": "hardis:auth:login",
|
|
291
291
|
"pluginAlias": "sfdx-hardis",
|
|
292
292
|
"pluginName": "sfdx-hardis",
|
|
293
293
|
"pluginType": "core",
|
|
294
294
|
"strict": true,
|
|
295
295
|
"enableJsonFlag": true,
|
|
296
|
-
"title": "
|
|
296
|
+
"title": "Login",
|
|
297
297
|
"requiresProject": false,
|
|
298
298
|
"isESM": true,
|
|
299
299
|
"relativePath": [
|
|
300
300
|
"lib",
|
|
301
301
|
"commands",
|
|
302
302
|
"hardis",
|
|
303
|
-
"
|
|
304
|
-
"
|
|
303
|
+
"auth",
|
|
304
|
+
"login.js"
|
|
305
305
|
],
|
|
306
306
|
"aliasPermutations": [],
|
|
307
307
|
"permutations": [
|
|
308
|
-
"hardis:
|
|
309
|
-
"
|
|
310
|
-
"
|
|
311
|
-
"hardis:
|
|
312
|
-
"
|
|
313
|
-
"
|
|
308
|
+
"hardis:auth:login",
|
|
309
|
+
"auth:hardis:login",
|
|
310
|
+
"auth:login:hardis",
|
|
311
|
+
"hardis:login:auth",
|
|
312
|
+
"login:hardis:auth",
|
|
313
|
+
"login:auth:hardis"
|
|
314
314
|
]
|
|
315
315
|
},
|
|
316
316
|
"hardis:doc:fieldusage": {
|
|
@@ -5539,15 +5539,12 @@
|
|
|
5539
5539
|
"import:data:org:hardis"
|
|
5540
5540
|
]
|
|
5541
5541
|
},
|
|
5542
|
-
"hardis:org:
|
|
5542
|
+
"hardis:org:files:export": {
|
|
5543
5543
|
"aliases": [],
|
|
5544
5544
|
"args": {},
|
|
5545
|
-
"description": "
|
|
5545
|
+
"description": "\n## Command Behavior\n\n**Exports file attachments (ContentVersion, Attachment) from a Salesforce org based on a predefined configuration.**\n\nThis command enables the mass download of files associated with Salesforce records, providing a robust solution for backing up files, migrating them to other systems, or integrating them with external document management solutions.\n\nKey functionalities:\n\n- **Configuration-Driven Export:** Relies on an `export.json` file within a designated file export project to define the export criteria, including the SOQL query for parent records, file types to export, output naming conventions, and file size filtering.\n- **File Size Filtering:** Supports minimum file size filtering via the `fileSizeMin` configuration parameter (in KB). Files smaller than the specified size will be skipped during export.\n- **File Validation:** After downloading each file, validates the integrity by:\n - **Checksum Validation:** For ContentVersion files, compares MD5 checksum with Salesforce's stored checksum\n - **Size Validation:** For both ContentVersion and Attachment files, verifies actual file size matches expected size\n - **Status Tracking:** Files are categorized with specific statuses: `success` (valid files), `failed` (download errors), `skipped` (filtered files), `invalid` (downloaded but failed validation)\n - All validation results are logged in the CSV export log for audit purposes\n- **Resume/Restart Capability:** \n - **Resume Mode:** When `--resume` flag is used (default in CI environments), checks existing downloaded files for validity. Valid files are skipped, invalid files are re-downloaded.\n - **Restart Mode:** When resume is disabled, clears the output folder and starts a fresh export.\n - **Interactive Mode:** When existing files are found and `--resume` is not explicitly specified (non-CI environments), prompts the user to choose between resume or restart.\n- **Interactive Project Selection:** If the file export project path is not provided via the `--path` flag, it interactively prompts the user to select one.\n- **Configurable Export Options:** Allows overriding default export settings such as `chunksize` (number of records processed in a batch), `polltimeout` (timeout for Bulk API calls), and `startchunknumber` (to resume a failed export).\n- **Support for ContentVersion and Attachment:** Handles both modern Salesforce Files (ContentVersion) and older Attachments.\n\nSee this article for a practical example:\n\n[](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n\n<details markdown=\"1\">\n<summary>Technical explanations</summary>\n\nThe command's technical implementation involves:\n\n- **FilesExporter Class:** The core logic is encapsulated within the `FilesExporter` class, which orchestrates the entire export process.\n- **SOQL Queries (Bulk API):** It uses Salesforce Bulk API queries to efficiently retrieve large volumes of parent record IDs and file metadata, including checksums and file sizes.\n- **File Download:** Downloads the actual file content from Salesforce.\n- **File Validation:** After each successful download, validates file integrity by comparing checksums (ContentVersion) and file sizes (both ContentVersion and Attachment) against Salesforce metadata.\n- **Resume Logic:** In resume mode, checks for existing files before downloading, validates their integrity, and only re-downloads invalid or missing files. This enables efficient recovery from interrupted exports.\n- **File System Operations:** Writes the downloaded files to the local file system, organizing them into folders based on the configured naming conventions.\n- **Configuration Loading:** Reads the `export.json` file to get the export configuration. It also allows for interactive overriding of these settings.\n- **Interactive Prompts:** Uses `selectFilesWorkspace` to allow the user to choose a file export project, `promptFilesExportConfiguration` for customizing export options, and prompts for resume/restart choice when existing files are found.\n- **Error Handling:** Includes mechanisms to handle potential errors during the export process, such as network issues, API limits, and file validation failures. Each file is assigned a specific status (`success`, `failed`, `skipped`, `invalid`) for comprehensive tracking and troubleshooting.\n</details>\n",
|
|
5546
5546
|
"examples": [
|
|
5547
|
-
"$ sf hardis:org:
|
|
5548
|
-
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com",
|
|
5549
|
-
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com,bertrand@titi.com",
|
|
5550
|
-
"$ sf hardis:org:diagnose:audittrail --lastndays 5"
|
|
5547
|
+
"$ sf hardis:org:files:export"
|
|
5551
5548
|
],
|
|
5552
5549
|
"flags": {
|
|
5553
5550
|
"json": {
|
|
@@ -5565,30 +5562,48 @@
|
|
|
5565
5562
|
"multiple": false,
|
|
5566
5563
|
"type": "option"
|
|
5567
5564
|
},
|
|
5568
|
-
"
|
|
5569
|
-
"char": "
|
|
5570
|
-
"description": "
|
|
5571
|
-
"name": "
|
|
5565
|
+
"path": {
|
|
5566
|
+
"char": "p",
|
|
5567
|
+
"description": "Path to the file export project",
|
|
5568
|
+
"name": "path",
|
|
5572
5569
|
"hasDynamicHelp": false,
|
|
5573
5570
|
"multiple": false,
|
|
5574
5571
|
"type": "option"
|
|
5575
5572
|
},
|
|
5576
|
-
"
|
|
5573
|
+
"chunksize": {
|
|
5574
|
+
"char": "c",
|
|
5575
|
+
"description": "Number of records to add in a chunk before it is processed",
|
|
5576
|
+
"name": "chunksize",
|
|
5577
|
+
"default": 1000,
|
|
5578
|
+
"hasDynamicHelp": false,
|
|
5579
|
+
"multiple": false,
|
|
5580
|
+
"type": "option"
|
|
5581
|
+
},
|
|
5582
|
+
"polltimeout": {
|
|
5577
5583
|
"char": "t",
|
|
5578
|
-
"description": "
|
|
5579
|
-
"name": "
|
|
5584
|
+
"description": "Timeout in MS for Bulk API calls",
|
|
5585
|
+
"name": "polltimeout",
|
|
5586
|
+
"default": 300000,
|
|
5580
5587
|
"hasDynamicHelp": false,
|
|
5581
5588
|
"multiple": false,
|
|
5582
5589
|
"type": "option"
|
|
5583
5590
|
},
|
|
5584
|
-
"
|
|
5585
|
-
"char": "
|
|
5586
|
-
"description": "
|
|
5587
|
-
"name": "
|
|
5591
|
+
"startchunknumber": {
|
|
5592
|
+
"char": "s",
|
|
5593
|
+
"description": "Chunk number to start from",
|
|
5594
|
+
"name": "startchunknumber",
|
|
5595
|
+
"default": 0,
|
|
5588
5596
|
"hasDynamicHelp": false,
|
|
5589
5597
|
"multiple": false,
|
|
5590
5598
|
"type": "option"
|
|
5591
5599
|
},
|
|
5600
|
+
"resume": {
|
|
5601
|
+
"char": "r",
|
|
5602
|
+
"description": "Resume previous export by checking existing files (default in CI)",
|
|
5603
|
+
"name": "resume",
|
|
5604
|
+
"allowNo": false,
|
|
5605
|
+
"type": "boolean"
|
|
5606
|
+
},
|
|
5592
5607
|
"debug": {
|
|
5593
5608
|
"char": "d",
|
|
5594
5609
|
"description": "Activate debug mode (more logs)",
|
|
@@ -5627,13 +5642,13 @@
|
|
|
5627
5642
|
},
|
|
5628
5643
|
"hasDynamicHelp": true,
|
|
5629
5644
|
"hiddenAliases": [],
|
|
5630
|
-
"id": "hardis:org:
|
|
5645
|
+
"id": "hardis:org:files:export",
|
|
5631
5646
|
"pluginAlias": "sfdx-hardis",
|
|
5632
5647
|
"pluginName": "sfdx-hardis",
|
|
5633
5648
|
"pluginType": "core",
|
|
5634
5649
|
"strict": true,
|
|
5635
5650
|
"enableJsonFlag": true,
|
|
5636
|
-
"title": "
|
|
5651
|
+
"title": "Export files",
|
|
5637
5652
|
"requiresProject": false,
|
|
5638
5653
|
"isESM": true,
|
|
5639
5654
|
"relativePath": [
|
|
@@ -5641,43 +5656,43 @@
|
|
|
5641
5656
|
"commands",
|
|
5642
5657
|
"hardis",
|
|
5643
5658
|
"org",
|
|
5644
|
-
"
|
|
5645
|
-
"
|
|
5659
|
+
"files",
|
|
5660
|
+
"export.js"
|
|
5646
5661
|
],
|
|
5647
5662
|
"aliasPermutations": [],
|
|
5648
5663
|
"permutations": [
|
|
5649
|
-
"hardis:org:
|
|
5650
|
-
"org:hardis:
|
|
5651
|
-
"org:
|
|
5652
|
-
"org:
|
|
5653
|
-
"hardis:
|
|
5654
|
-
"
|
|
5655
|
-
"
|
|
5656
|
-
"
|
|
5657
|
-
"hardis:
|
|
5658
|
-
"
|
|
5659
|
-
"
|
|
5660
|
-
"
|
|
5661
|
-
"hardis:org:
|
|
5662
|
-
"org:hardis:
|
|
5663
|
-
"org:
|
|
5664
|
-
"org:
|
|
5665
|
-
"hardis:
|
|
5666
|
-
"
|
|
5667
|
-
"
|
|
5668
|
-
"
|
|
5669
|
-
"hardis:
|
|
5670
|
-
"
|
|
5671
|
-
"
|
|
5672
|
-
"
|
|
5664
|
+
"hardis:org:files:export",
|
|
5665
|
+
"org:hardis:files:export",
|
|
5666
|
+
"org:files:hardis:export",
|
|
5667
|
+
"org:files:export:hardis",
|
|
5668
|
+
"hardis:files:org:export",
|
|
5669
|
+
"files:hardis:org:export",
|
|
5670
|
+
"files:org:hardis:export",
|
|
5671
|
+
"files:org:export:hardis",
|
|
5672
|
+
"hardis:files:export:org",
|
|
5673
|
+
"files:hardis:export:org",
|
|
5674
|
+
"files:export:hardis:org",
|
|
5675
|
+
"files:export:org:hardis",
|
|
5676
|
+
"hardis:org:export:files",
|
|
5677
|
+
"org:hardis:export:files",
|
|
5678
|
+
"org:export:hardis:files",
|
|
5679
|
+
"org:export:files:hardis",
|
|
5680
|
+
"hardis:export:org:files",
|
|
5681
|
+
"export:hardis:org:files",
|
|
5682
|
+
"export:org:hardis:files",
|
|
5683
|
+
"export:org:files:hardis",
|
|
5684
|
+
"hardis:export:files:org",
|
|
5685
|
+
"export:hardis:files:org",
|
|
5686
|
+
"export:files:hardis:org",
|
|
5687
|
+
"export:files:org:hardis"
|
|
5673
5688
|
]
|
|
5674
5689
|
},
|
|
5675
|
-
"hardis:org:
|
|
5690
|
+
"hardis:org:files:import": {
|
|
5676
5691
|
"aliases": [],
|
|
5677
5692
|
"args": {},
|
|
5678
|
-
"description": "\
|
|
5693
|
+
"description": "\nThis command facilitates the mass upload of files into Salesforce, allowing you to populate records with associated documents, images, or other file types. It's a crucial tool for data migration, content seeding, or synchronizing external file repositories with Salesforce.\n\nKey functionalities:\n\n- **Configuration-Driven Import:** Relies on an `export.json` file within a designated file export project (created using `sf hardis:org:configure:files`) to determine which files to import and how they should be associated with Salesforce records.\n- **Interactive Project Selection:** If the file import project path is not provided via the `--path` flag, it interactively prompts the user to select one.\n- **Overwrite Option:** The `--overwrite` flag allows you to replace existing files in Salesforce with local versions that have the same name. Be aware that this option doubles the number of API calls used.\n- **Support for ContentVersion and Attachment:** Handles both modern Salesforce Files (ContentVersion) and older Attachments.\n\nSee this article for how to export files, which is often a prerequisite for importing:\n\n[](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n\n<details markdown=\"1\">\n<summary>Technical explanations</summary>\n\nThe command's technical implementation involves:\n\n- **FilesImporter Class:** The core logic is encapsulated within the `FilesImporter` class, which orchestrates the entire import process.\n- **File System Scan:** Scans the local file system within the configured project directory to identify files for import.\n- **Salesforce API Interaction:** Uses Salesforce APIs (e.g., ContentVersion, Attachment) to upload files and associate them with records.\n- **Configuration Loading:** Reads the `export.json` file to get the import configuration, including SOQL queries to identify parent records for file association.\n- **Interactive Prompts:** Uses `selectFilesWorkspace` to allow the user to choose a file import project and `prompts` for confirming the overwrite behavior.\n- **Error Handling:** Includes mechanisms to handle potential errors during the import process, such as API limits or file upload failures.\n</details>\n",
|
|
5679
5694
|
"examples": [
|
|
5680
|
-
"$ sf hardis:org:
|
|
5695
|
+
"$ sf hardis:org:files:import"
|
|
5681
5696
|
],
|
|
5682
5697
|
"flags": {
|
|
5683
5698
|
"json": {
|
|
@@ -5695,6 +5710,21 @@
|
|
|
5695
5710
|
"multiple": false,
|
|
5696
5711
|
"type": "option"
|
|
5697
5712
|
},
|
|
5713
|
+
"path": {
|
|
5714
|
+
"char": "p",
|
|
5715
|
+
"description": "Path to the file export project",
|
|
5716
|
+
"name": "path",
|
|
5717
|
+
"hasDynamicHelp": false,
|
|
5718
|
+
"multiple": false,
|
|
5719
|
+
"type": "option"
|
|
5720
|
+
},
|
|
5721
|
+
"overwrite": {
|
|
5722
|
+
"char": "f",
|
|
5723
|
+
"description": "Override existing files (doubles the number of API calls)",
|
|
5724
|
+
"name": "overwrite",
|
|
5725
|
+
"allowNo": false,
|
|
5726
|
+
"type": "boolean"
|
|
5727
|
+
},
|
|
5698
5728
|
"debug": {
|
|
5699
5729
|
"char": "d",
|
|
5700
5730
|
"description": "Activate debug mode (more logs)",
|
|
@@ -5733,13 +5763,13 @@
|
|
|
5733
5763
|
},
|
|
5734
5764
|
"hasDynamicHelp": true,
|
|
5735
5765
|
"hiddenAliases": [],
|
|
5736
|
-
"id": "hardis:org:
|
|
5766
|
+
"id": "hardis:org:files:import",
|
|
5737
5767
|
"pluginAlias": "sfdx-hardis",
|
|
5738
5768
|
"pluginName": "sfdx-hardis",
|
|
5739
5769
|
"pluginType": "core",
|
|
5740
5770
|
"strict": true,
|
|
5741
5771
|
"enableJsonFlag": true,
|
|
5742
|
-
"title": "
|
|
5772
|
+
"title": "Import files",
|
|
5743
5773
|
"requiresProject": false,
|
|
5744
5774
|
"isESM": true,
|
|
5745
5775
|
"relativePath": [
|
|
@@ -5747,23 +5777,262 @@
|
|
|
5747
5777
|
"commands",
|
|
5748
5778
|
"hardis",
|
|
5749
5779
|
"org",
|
|
5750
|
-
"
|
|
5751
|
-
"
|
|
5780
|
+
"files",
|
|
5781
|
+
"import.js"
|
|
5752
5782
|
],
|
|
5753
5783
|
"aliasPermutations": [],
|
|
5754
5784
|
"permutations": [
|
|
5755
|
-
"hardis:org:
|
|
5756
|
-
"org:hardis:
|
|
5757
|
-
"org:
|
|
5758
|
-
"org:
|
|
5759
|
-
"hardis:
|
|
5760
|
-
"
|
|
5761
|
-
"
|
|
5762
|
-
"
|
|
5763
|
-
"hardis:
|
|
5764
|
-
"
|
|
5765
|
-
"
|
|
5766
|
-
"
|
|
5785
|
+
"hardis:org:files:import",
|
|
5786
|
+
"org:hardis:files:import",
|
|
5787
|
+
"org:files:hardis:import",
|
|
5788
|
+
"org:files:import:hardis",
|
|
5789
|
+
"hardis:files:org:import",
|
|
5790
|
+
"files:hardis:org:import",
|
|
5791
|
+
"files:org:hardis:import",
|
|
5792
|
+
"files:org:import:hardis",
|
|
5793
|
+
"hardis:files:import:org",
|
|
5794
|
+
"files:hardis:import:org",
|
|
5795
|
+
"files:import:hardis:org",
|
|
5796
|
+
"files:import:org:hardis",
|
|
5797
|
+
"hardis:org:import:files",
|
|
5798
|
+
"org:hardis:import:files",
|
|
5799
|
+
"org:import:hardis:files",
|
|
5800
|
+
"org:import:files:hardis",
|
|
5801
|
+
"hardis:import:org:files",
|
|
5802
|
+
"import:hardis:org:files",
|
|
5803
|
+
"import:org:hardis:files",
|
|
5804
|
+
"import:org:files:hardis",
|
|
5805
|
+
"hardis:import:files:org",
|
|
5806
|
+
"import:hardis:files:org",
|
|
5807
|
+
"import:files:hardis:org",
|
|
5808
|
+
"import:files:org:hardis"
|
|
5809
|
+
]
|
|
5810
|
+
},
|
|
5811
|
+
"hardis:org:diagnose:audittrail": {
|
|
5812
|
+
"aliases": [],
|
|
5813
|
+
"args": {},
|
|
5814
|
+
"description": "Export Audit trail into a CSV file with selected criteria, and highlight suspect actions\n\nAlso detects updates of Custom Settings values (disable by defining `SKIP_AUDIT_TRAIL_CUSTOM_SETTINGS=true`)\n\nRegular setup actions performed in major orgs are filtered.\n\n- \"\"\n - createScratchOrg\n - changedsenderemail\n - deleteScratchOrg\n - loginasgrantedtopartnerbt\n- Certificate and Key Management\n - insertCertificate\n- Custom App Licenses\n - addeduserpackagelicense\n - granteduserpackagelicense\n - revokeduserpackagelicense\n- Customer Portal\n - createdcustomersuccessuser\n - CSPUserDisabled\n- Currency\n - updateddatedexchrate\n- Data Management\n - queueMembership\n- Email Administration\n - dkimRotationPreparationSuccessful\n - dkimRotationSuccessful\n- External Objects\n - xdsEncryptedFieldChange\n- Groups\n - groupMembership\n- Holidays\n - holiday_insert\n- Inbox mobile and legacy desktop apps\n - enableSIQUserNonEAC\n - siqUserAcceptedTOS\n- Manage Users\n - activateduser\n - createduser\n - changedcommunitynickname\n - changedemail\n - changedfederationid\n - changedpassword\n - changedinteractionuseroffon\n - changedinteractionuseronoff\n - changedmarketinguseroffon\n - changedmarketinguseronoff\n - changedofflineuseroffon\n - changedprofileforuserstdtostd\n - changedprofileforuser\n - changedprofileforusercusttostd\n - changedprofileforuserstdtocust\n - changedroleforusertonone\n - changedroleforuser\n - changedroleforuserfromnone\n - changedUserAdminVerifiedStatusVerified\n - changedUserEmailVerifiedStatusUnverified\n - changedUserEmailVerifiedStatusVerified\n - changedknowledgeuseroffon\n - changedsfcontentuseroffon\n - changedsupportuseroffon\n - changedusername\n - changedUserPhoneNumber\n - changedUserPhoneVerifiedStatusUnverified\n - changedUserPhoneVerifiedStatusVerified\n - deactivateduser\n - deleteAuthenticatorPairing\n - deleteTwoFactorInfo2\n - deleteTwoFactorTempCode\n - frozeuser\n - insertAuthenticatorPairing\n - insertTwoFactorInfo2\n - insertTwoFactorTempCode\n - lightningloginenroll\n - PermSetAssign\n - PermSetGroupAssign\n - PermSetGroupUnassign\n - PermSetLicenseAssign\n - PermSetUnassign\n - PermSetLicenseUnassign\n - registeredUserPhoneNumber\n - resetpassword\n - suNetworkAdminLogin\n - suNetworkAdminLogout\n - suOrgAdminLogin\n - suOrgAdminLogout\n - unfrozeuser\n - useremailchangesent\n- Mobile Administration\n - assigneduserstomobileconfig\n- Reporting Snapshots\n - createdReportJob\n - deletedReportJob\n- Sandboxes\n - DeleteSandbox\n\nBy default, deployment user defined in .sfdx-hardis.yml targetUsername property will be excluded.\n\nYou can define additional users to exclude in .sfdx-hardis.yml **monitoringExcludeUsernames** property.\n\nYou can also add more sections / actions considered as not suspect using property **monitoringAllowedSectionsActions**\n\nExample:\n\n```yaml\nmonitoringExcludeUsernames:\n - deploymentuser@cloudity.com\n - marketingcloud@cloudity.com\n - integration-user@cloudity.com\n\nmonitoringAllowedSectionsActions:\n \"Some section\": [] // Will ignore all actions from such section\n \"Some other section\": [\"actionType1\",\"actionType2\",\"actionType3\"] // Will ignore only those 3 actions from section \"Some other section\". Other actions in the same section will be considered as suspect.\n```\n\n## Excel output example\n\n\n\n## Local output example\n\n\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-suspect-audit-trail/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
5815
|
+
"examples": [
|
|
5816
|
+
"$ sf hardis:org:diagnose:audittrail",
|
|
5817
|
+
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com",
|
|
5818
|
+
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com,bertrand@titi.com",
|
|
5819
|
+
"$ sf hardis:org:diagnose:audittrail --lastndays 5"
|
|
5820
|
+
],
|
|
5821
|
+
"flags": {
|
|
5822
|
+
"json": {
|
|
5823
|
+
"description": "Format output as json.",
|
|
5824
|
+
"helpGroup": "GLOBAL",
|
|
5825
|
+
"name": "json",
|
|
5826
|
+
"allowNo": false,
|
|
5827
|
+
"type": "boolean"
|
|
5828
|
+
},
|
|
5829
|
+
"flags-dir": {
|
|
5830
|
+
"helpGroup": "GLOBAL",
|
|
5831
|
+
"name": "flags-dir",
|
|
5832
|
+
"summary": "Import flag values from a directory.",
|
|
5833
|
+
"hasDynamicHelp": false,
|
|
5834
|
+
"multiple": false,
|
|
5835
|
+
"type": "option"
|
|
5836
|
+
},
|
|
5837
|
+
"excludeusers": {
|
|
5838
|
+
"char": "e",
|
|
5839
|
+
"description": "Comma-separated list of usernames to exclude",
|
|
5840
|
+
"name": "excludeusers",
|
|
5841
|
+
"hasDynamicHelp": false,
|
|
5842
|
+
"multiple": false,
|
|
5843
|
+
"type": "option"
|
|
5844
|
+
},
|
|
5845
|
+
"lastndays": {
|
|
5846
|
+
"char": "t",
|
|
5847
|
+
"description": "Number of days to extract from today (included)",
|
|
5848
|
+
"name": "lastndays",
|
|
5849
|
+
"hasDynamicHelp": false,
|
|
5850
|
+
"multiple": false,
|
|
5851
|
+
"type": "option"
|
|
5852
|
+
},
|
|
5853
|
+
"outputfile": {
|
|
5854
|
+
"char": "f",
|
|
5855
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
5856
|
+
"name": "outputfile",
|
|
5857
|
+
"hasDynamicHelp": false,
|
|
5858
|
+
"multiple": false,
|
|
5859
|
+
"type": "option"
|
|
5860
|
+
},
|
|
5861
|
+
"debug": {
|
|
5862
|
+
"char": "d",
|
|
5863
|
+
"description": "Activate debug mode (more logs)",
|
|
5864
|
+
"name": "debug",
|
|
5865
|
+
"allowNo": false,
|
|
5866
|
+
"type": "boolean"
|
|
5867
|
+
},
|
|
5868
|
+
"websocket": {
|
|
5869
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
5870
|
+
"name": "websocket",
|
|
5871
|
+
"hasDynamicHelp": false,
|
|
5872
|
+
"multiple": false,
|
|
5873
|
+
"type": "option"
|
|
5874
|
+
},
|
|
5875
|
+
"skipauth": {
|
|
5876
|
+
"description": "Skip authentication check when a default username is required",
|
|
5877
|
+
"name": "skipauth",
|
|
5878
|
+
"allowNo": false,
|
|
5879
|
+
"type": "boolean"
|
|
5880
|
+
},
|
|
5881
|
+
"target-org": {
|
|
5882
|
+
"aliases": [
|
|
5883
|
+
"targetusername",
|
|
5884
|
+
"u"
|
|
5885
|
+
],
|
|
5886
|
+
"char": "o",
|
|
5887
|
+
"deprecateAliases": true,
|
|
5888
|
+
"name": "target-org",
|
|
5889
|
+
"noCacheDefault": true,
|
|
5890
|
+
"required": true,
|
|
5891
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
5892
|
+
"hasDynamicHelp": true,
|
|
5893
|
+
"multiple": false,
|
|
5894
|
+
"type": "option"
|
|
5895
|
+
}
|
|
5896
|
+
},
|
|
5897
|
+
"hasDynamicHelp": true,
|
|
5898
|
+
"hiddenAliases": [],
|
|
5899
|
+
"id": "hardis:org:diagnose:audittrail",
|
|
5900
|
+
"pluginAlias": "sfdx-hardis",
|
|
5901
|
+
"pluginName": "sfdx-hardis",
|
|
5902
|
+
"pluginType": "core",
|
|
5903
|
+
"strict": true,
|
|
5904
|
+
"enableJsonFlag": true,
|
|
5905
|
+
"title": "Diagnose content of Setup Audit Trail",
|
|
5906
|
+
"requiresProject": false,
|
|
5907
|
+
"isESM": true,
|
|
5908
|
+
"relativePath": [
|
|
5909
|
+
"lib",
|
|
5910
|
+
"commands",
|
|
5911
|
+
"hardis",
|
|
5912
|
+
"org",
|
|
5913
|
+
"diagnose",
|
|
5914
|
+
"audittrail.js"
|
|
5915
|
+
],
|
|
5916
|
+
"aliasPermutations": [],
|
|
5917
|
+
"permutations": [
|
|
5918
|
+
"hardis:org:diagnose:audittrail",
|
|
5919
|
+
"org:hardis:diagnose:audittrail",
|
|
5920
|
+
"org:diagnose:hardis:audittrail",
|
|
5921
|
+
"org:diagnose:audittrail:hardis",
|
|
5922
|
+
"hardis:diagnose:org:audittrail",
|
|
5923
|
+
"diagnose:hardis:org:audittrail",
|
|
5924
|
+
"diagnose:org:hardis:audittrail",
|
|
5925
|
+
"diagnose:org:audittrail:hardis",
|
|
5926
|
+
"hardis:diagnose:audittrail:org",
|
|
5927
|
+
"diagnose:hardis:audittrail:org",
|
|
5928
|
+
"diagnose:audittrail:hardis:org",
|
|
5929
|
+
"diagnose:audittrail:org:hardis",
|
|
5930
|
+
"hardis:org:audittrail:diagnose",
|
|
5931
|
+
"org:hardis:audittrail:diagnose",
|
|
5932
|
+
"org:audittrail:hardis:diagnose",
|
|
5933
|
+
"org:audittrail:diagnose:hardis",
|
|
5934
|
+
"hardis:audittrail:org:diagnose",
|
|
5935
|
+
"audittrail:hardis:org:diagnose",
|
|
5936
|
+
"audittrail:org:hardis:diagnose",
|
|
5937
|
+
"audittrail:org:diagnose:hardis",
|
|
5938
|
+
"hardis:audittrail:diagnose:org",
|
|
5939
|
+
"audittrail:hardis:diagnose:org",
|
|
5940
|
+
"audittrail:diagnose:hardis:org",
|
|
5941
|
+
"audittrail:diagnose:org:hardis"
|
|
5942
|
+
]
|
|
5943
|
+
},
|
|
5944
|
+
"hardis:org:diagnose:instanceupgrade": {
|
|
5945
|
+
"aliases": [],
|
|
5946
|
+
"args": {},
|
|
5947
|
+
"description": "\n## Command Behavior\n\n**Retrieves and displays the scheduled upgrade date for a Salesforce org's instance.**\n\nThis command provides crucial information about when your Salesforce instance will be upgraded to the next major release (Spring, Summer, or Winter). This is vital for release planning, testing, and ensuring compatibility with upcoming Salesforce features.\n\nKey functionalities:\n\n- **Instance Identification:** Determines the Salesforce instance name of your target org.\n- **Upgrade Date Retrieval:** Fetches the planned start time of the next major core service upgrade for that instance from the Salesforce Status API.\n- **Days Until Upgrade:** Calculates and displays the number of days remaining until the next major upgrade.\n- **Severity-Based Logging:** Adjusts the log severity (info, warning) based on the proximity of the upgrade date, providing a visual cue for urgency.\n- **Notifications:** Sends notifications to configured channels (e.g., Slack, MS Teams, Grafana) with the upgrade information, making it suitable for automated monitoring.\n\n<details markdown=\"1\">\n<summary>Technical explanations</summary>\n\nThe command's technical implementation involves:\n\n- **Salesforce SOQL Query:** It first queries the `Organization` object in Salesforce to get the `InstanceName` of the target org.\n- **Salesforce Status API Integration:** It makes an HTTP GET request to the Salesforce Status API (`https://api.status.salesforce.com/v1/instances/{instanceName}/status`) to retrieve detailed information about the instance, including scheduled maintenances.\n- **Data Parsing:** It parses the JSON response from the Status API to extract the relevant major release upgrade information.\n- **Date Calculation:** Uses the `moment` library to calculate the difference in days between the current date and the planned upgrade date.\n- **Notification Integration:** It integrates with the `NotifProvider` to send notifications, including the instance name, upgrade date, and days remaining, along with relevant metrics for monitoring dashboards.\n- **User Feedback:** Provides clear messages to the user about the upgrade status and proximity.\n</details>\n",
|
|
5948
|
+
"examples": [
|
|
5949
|
+
"$ sf hardis:org:diagnose:instanceupgrade"
|
|
5950
|
+
],
|
|
5951
|
+
"flags": {
|
|
5952
|
+
"json": {
|
|
5953
|
+
"description": "Format output as json.",
|
|
5954
|
+
"helpGroup": "GLOBAL",
|
|
5955
|
+
"name": "json",
|
|
5956
|
+
"allowNo": false,
|
|
5957
|
+
"type": "boolean"
|
|
5958
|
+
},
|
|
5959
|
+
"flags-dir": {
|
|
5960
|
+
"helpGroup": "GLOBAL",
|
|
5961
|
+
"name": "flags-dir",
|
|
5962
|
+
"summary": "Import flag values from a directory.",
|
|
5963
|
+
"hasDynamicHelp": false,
|
|
5964
|
+
"multiple": false,
|
|
5965
|
+
"type": "option"
|
|
5966
|
+
},
|
|
5967
|
+
"debug": {
|
|
5968
|
+
"char": "d",
|
|
5969
|
+
"description": "Activate debug mode (more logs)",
|
|
5970
|
+
"name": "debug",
|
|
5971
|
+
"allowNo": false,
|
|
5972
|
+
"type": "boolean"
|
|
5973
|
+
},
|
|
5974
|
+
"websocket": {
|
|
5975
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
5976
|
+
"name": "websocket",
|
|
5977
|
+
"hasDynamicHelp": false,
|
|
5978
|
+
"multiple": false,
|
|
5979
|
+
"type": "option"
|
|
5980
|
+
},
|
|
5981
|
+
"skipauth": {
|
|
5982
|
+
"description": "Skip authentication check when a default username is required",
|
|
5983
|
+
"name": "skipauth",
|
|
5984
|
+
"allowNo": false,
|
|
5985
|
+
"type": "boolean"
|
|
5986
|
+
},
|
|
5987
|
+
"target-org": {
|
|
5988
|
+
"aliases": [
|
|
5989
|
+
"targetusername",
|
|
5990
|
+
"u"
|
|
5991
|
+
],
|
|
5992
|
+
"char": "o",
|
|
5993
|
+
"deprecateAliases": true,
|
|
5994
|
+
"name": "target-org",
|
|
5995
|
+
"noCacheDefault": true,
|
|
5996
|
+
"required": true,
|
|
5997
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
5998
|
+
"hasDynamicHelp": true,
|
|
5999
|
+
"multiple": false,
|
|
6000
|
+
"type": "option"
|
|
6001
|
+
}
|
|
6002
|
+
},
|
|
6003
|
+
"hasDynamicHelp": true,
|
|
6004
|
+
"hiddenAliases": [],
|
|
6005
|
+
"id": "hardis:org:diagnose:instanceupgrade",
|
|
6006
|
+
"pluginAlias": "sfdx-hardis",
|
|
6007
|
+
"pluginName": "sfdx-hardis",
|
|
6008
|
+
"pluginType": "core",
|
|
6009
|
+
"strict": true,
|
|
6010
|
+
"enableJsonFlag": true,
|
|
6011
|
+
"title": "Get Instance Upgrade date",
|
|
6012
|
+
"requiresProject": false,
|
|
6013
|
+
"isESM": true,
|
|
6014
|
+
"relativePath": [
|
|
6015
|
+
"lib",
|
|
6016
|
+
"commands",
|
|
6017
|
+
"hardis",
|
|
6018
|
+
"org",
|
|
6019
|
+
"diagnose",
|
|
6020
|
+
"instanceupgrade.js"
|
|
6021
|
+
],
|
|
6022
|
+
"aliasPermutations": [],
|
|
6023
|
+
"permutations": [
|
|
6024
|
+
"hardis:org:diagnose:instanceupgrade",
|
|
6025
|
+
"org:hardis:diagnose:instanceupgrade",
|
|
6026
|
+
"org:diagnose:hardis:instanceupgrade",
|
|
6027
|
+
"org:diagnose:instanceupgrade:hardis",
|
|
6028
|
+
"hardis:diagnose:org:instanceupgrade",
|
|
6029
|
+
"diagnose:hardis:org:instanceupgrade",
|
|
6030
|
+
"diagnose:org:hardis:instanceupgrade",
|
|
6031
|
+
"diagnose:org:instanceupgrade:hardis",
|
|
6032
|
+
"hardis:diagnose:instanceupgrade:org",
|
|
6033
|
+
"diagnose:hardis:instanceupgrade:org",
|
|
6034
|
+
"diagnose:instanceupgrade:hardis:org",
|
|
6035
|
+
"diagnose:instanceupgrade:org:hardis",
|
|
5767
6036
|
"hardis:org:instanceupgrade:diagnose",
|
|
5768
6037
|
"org:hardis:instanceupgrade:diagnose",
|
|
5769
6038
|
"org:instanceupgrade:hardis:diagnose",
|
|
@@ -6937,279 +7206,10 @@
|
|
|
6937
7206
|
"unusedusers:diagnose:org:hardis"
|
|
6938
7207
|
]
|
|
6939
7208
|
},
|
|
6940
|
-
"hardis:org:
|
|
7209
|
+
"hardis:org:fix:listviewmine": {
|
|
6941
7210
|
"aliases": [],
|
|
6942
7211
|
"args": {},
|
|
6943
|
-
"description": "
|
|
6944
|
-
"examples": [
|
|
6945
|
-
"$ sf hardis:org:files:export"
|
|
6946
|
-
],
|
|
6947
|
-
"flags": {
|
|
6948
|
-
"json": {
|
|
6949
|
-
"description": "Format output as json.",
|
|
6950
|
-
"helpGroup": "GLOBAL",
|
|
6951
|
-
"name": "json",
|
|
6952
|
-
"allowNo": false,
|
|
6953
|
-
"type": "boolean"
|
|
6954
|
-
},
|
|
6955
|
-
"flags-dir": {
|
|
6956
|
-
"helpGroup": "GLOBAL",
|
|
6957
|
-
"name": "flags-dir",
|
|
6958
|
-
"summary": "Import flag values from a directory.",
|
|
6959
|
-
"hasDynamicHelp": false,
|
|
6960
|
-
"multiple": false,
|
|
6961
|
-
"type": "option"
|
|
6962
|
-
},
|
|
6963
|
-
"path": {
|
|
6964
|
-
"char": "p",
|
|
6965
|
-
"description": "Path to the file export project",
|
|
6966
|
-
"name": "path",
|
|
6967
|
-
"hasDynamicHelp": false,
|
|
6968
|
-
"multiple": false,
|
|
6969
|
-
"type": "option"
|
|
6970
|
-
},
|
|
6971
|
-
"chunksize": {
|
|
6972
|
-
"char": "c",
|
|
6973
|
-
"description": "Number of records to add in a chunk before it is processed",
|
|
6974
|
-
"name": "chunksize",
|
|
6975
|
-
"default": 1000,
|
|
6976
|
-
"hasDynamicHelp": false,
|
|
6977
|
-
"multiple": false,
|
|
6978
|
-
"type": "option"
|
|
6979
|
-
},
|
|
6980
|
-
"polltimeout": {
|
|
6981
|
-
"char": "t",
|
|
6982
|
-
"description": "Timeout in MS for Bulk API calls",
|
|
6983
|
-
"name": "polltimeout",
|
|
6984
|
-
"default": 300000,
|
|
6985
|
-
"hasDynamicHelp": false,
|
|
6986
|
-
"multiple": false,
|
|
6987
|
-
"type": "option"
|
|
6988
|
-
},
|
|
6989
|
-
"startchunknumber": {
|
|
6990
|
-
"char": "s",
|
|
6991
|
-
"description": "Chunk number to start from",
|
|
6992
|
-
"name": "startchunknumber",
|
|
6993
|
-
"default": 0,
|
|
6994
|
-
"hasDynamicHelp": false,
|
|
6995
|
-
"multiple": false,
|
|
6996
|
-
"type": "option"
|
|
6997
|
-
},
|
|
6998
|
-
"resume": {
|
|
6999
|
-
"char": "r",
|
|
7000
|
-
"description": "Resume previous export by checking existing files (default in CI)",
|
|
7001
|
-
"name": "resume",
|
|
7002
|
-
"allowNo": false,
|
|
7003
|
-
"type": "boolean"
|
|
7004
|
-
},
|
|
7005
|
-
"debug": {
|
|
7006
|
-
"char": "d",
|
|
7007
|
-
"description": "Activate debug mode (more logs)",
|
|
7008
|
-
"name": "debug",
|
|
7009
|
-
"allowNo": false,
|
|
7010
|
-
"type": "boolean"
|
|
7011
|
-
},
|
|
7012
|
-
"websocket": {
|
|
7013
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
7014
|
-
"name": "websocket",
|
|
7015
|
-
"hasDynamicHelp": false,
|
|
7016
|
-
"multiple": false,
|
|
7017
|
-
"type": "option"
|
|
7018
|
-
},
|
|
7019
|
-
"skipauth": {
|
|
7020
|
-
"description": "Skip authentication check when a default username is required",
|
|
7021
|
-
"name": "skipauth",
|
|
7022
|
-
"allowNo": false,
|
|
7023
|
-
"type": "boolean"
|
|
7024
|
-
},
|
|
7025
|
-
"target-org": {
|
|
7026
|
-
"aliases": [
|
|
7027
|
-
"targetusername",
|
|
7028
|
-
"u"
|
|
7029
|
-
],
|
|
7030
|
-
"char": "o",
|
|
7031
|
-
"deprecateAliases": true,
|
|
7032
|
-
"name": "target-org",
|
|
7033
|
-
"noCacheDefault": true,
|
|
7034
|
-
"required": true,
|
|
7035
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
7036
|
-
"hasDynamicHelp": true,
|
|
7037
|
-
"multiple": false,
|
|
7038
|
-
"type": "option"
|
|
7039
|
-
}
|
|
7040
|
-
},
|
|
7041
|
-
"hasDynamicHelp": true,
|
|
7042
|
-
"hiddenAliases": [],
|
|
7043
|
-
"id": "hardis:org:files:export",
|
|
7044
|
-
"pluginAlias": "sfdx-hardis",
|
|
7045
|
-
"pluginName": "sfdx-hardis",
|
|
7046
|
-
"pluginType": "core",
|
|
7047
|
-
"strict": true,
|
|
7048
|
-
"enableJsonFlag": true,
|
|
7049
|
-
"title": "Export files",
|
|
7050
|
-
"requiresProject": false,
|
|
7051
|
-
"isESM": true,
|
|
7052
|
-
"relativePath": [
|
|
7053
|
-
"lib",
|
|
7054
|
-
"commands",
|
|
7055
|
-
"hardis",
|
|
7056
|
-
"org",
|
|
7057
|
-
"files",
|
|
7058
|
-
"export.js"
|
|
7059
|
-
],
|
|
7060
|
-
"aliasPermutations": [],
|
|
7061
|
-
"permutations": [
|
|
7062
|
-
"hardis:org:files:export",
|
|
7063
|
-
"org:hardis:files:export",
|
|
7064
|
-
"org:files:hardis:export",
|
|
7065
|
-
"org:files:export:hardis",
|
|
7066
|
-
"hardis:files:org:export",
|
|
7067
|
-
"files:hardis:org:export",
|
|
7068
|
-
"files:org:hardis:export",
|
|
7069
|
-
"files:org:export:hardis",
|
|
7070
|
-
"hardis:files:export:org",
|
|
7071
|
-
"files:hardis:export:org",
|
|
7072
|
-
"files:export:hardis:org",
|
|
7073
|
-
"files:export:org:hardis",
|
|
7074
|
-
"hardis:org:export:files",
|
|
7075
|
-
"org:hardis:export:files",
|
|
7076
|
-
"org:export:hardis:files",
|
|
7077
|
-
"org:export:files:hardis",
|
|
7078
|
-
"hardis:export:org:files",
|
|
7079
|
-
"export:hardis:org:files",
|
|
7080
|
-
"export:org:hardis:files",
|
|
7081
|
-
"export:org:files:hardis",
|
|
7082
|
-
"hardis:export:files:org",
|
|
7083
|
-
"export:hardis:files:org",
|
|
7084
|
-
"export:files:hardis:org",
|
|
7085
|
-
"export:files:org:hardis"
|
|
7086
|
-
]
|
|
7087
|
-
},
|
|
7088
|
-
"hardis:org:files:import": {
|
|
7089
|
-
"aliases": [],
|
|
7090
|
-
"args": {},
|
|
7091
|
-
"description": "\nThis command facilitates the mass upload of files into Salesforce, allowing you to populate records with associated documents, images, or other file types. It's a crucial tool for data migration, content seeding, or synchronizing external file repositories with Salesforce.\n\nKey functionalities:\n\n- **Configuration-Driven Import:** Relies on an `export.json` file within a designated file export project (created using `sf hardis:org:configure:files`) to determine which files to import and how they should be associated with Salesforce records.\n- **Interactive Project Selection:** If the file import project path is not provided via the `--path` flag, it interactively prompts the user to select one.\n- **Overwrite Option:** The `--overwrite` flag allows you to replace existing files in Salesforce with local versions that have the same name. Be aware that this option doubles the number of API calls used.\n- **Support for ContentVersion and Attachment:** Handles both modern Salesforce Files (ContentVersion) and older Attachments.\n\nSee this article for how to export files, which is often a prerequisite for importing:\n\n[](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n\n<details markdown=\"1\">\n<summary>Technical explanations</summary>\n\nThe command's technical implementation involves:\n\n- **FilesImporter Class:** The core logic is encapsulated within the `FilesImporter` class, which orchestrates the entire import process.\n- **File System Scan:** Scans the local file system within the configured project directory to identify files for import.\n- **Salesforce API Interaction:** Uses Salesforce APIs (e.g., ContentVersion, Attachment) to upload files and associate them with records.\n- **Configuration Loading:** Reads the `export.json` file to get the import configuration, including SOQL queries to identify parent records for file association.\n- **Interactive Prompts:** Uses `selectFilesWorkspace` to allow the user to choose a file import project and `prompts` for confirming the overwrite behavior.\n- **Error Handling:** Includes mechanisms to handle potential errors during the import process, such as API limits or file upload failures.\n</details>\n",
|
|
7092
|
-
"examples": [
|
|
7093
|
-
"$ sf hardis:org:files:import"
|
|
7094
|
-
],
|
|
7095
|
-
"flags": {
|
|
7096
|
-
"json": {
|
|
7097
|
-
"description": "Format output as json.",
|
|
7098
|
-
"helpGroup": "GLOBAL",
|
|
7099
|
-
"name": "json",
|
|
7100
|
-
"allowNo": false,
|
|
7101
|
-
"type": "boolean"
|
|
7102
|
-
},
|
|
7103
|
-
"flags-dir": {
|
|
7104
|
-
"helpGroup": "GLOBAL",
|
|
7105
|
-
"name": "flags-dir",
|
|
7106
|
-
"summary": "Import flag values from a directory.",
|
|
7107
|
-
"hasDynamicHelp": false,
|
|
7108
|
-
"multiple": false,
|
|
7109
|
-
"type": "option"
|
|
7110
|
-
},
|
|
7111
|
-
"path": {
|
|
7112
|
-
"char": "p",
|
|
7113
|
-
"description": "Path to the file export project",
|
|
7114
|
-
"name": "path",
|
|
7115
|
-
"hasDynamicHelp": false,
|
|
7116
|
-
"multiple": false,
|
|
7117
|
-
"type": "option"
|
|
7118
|
-
},
|
|
7119
|
-
"overwrite": {
|
|
7120
|
-
"char": "f",
|
|
7121
|
-
"description": "Override existing files (doubles the number of API calls)",
|
|
7122
|
-
"name": "overwrite",
|
|
7123
|
-
"allowNo": false,
|
|
7124
|
-
"type": "boolean"
|
|
7125
|
-
},
|
|
7126
|
-
"debug": {
|
|
7127
|
-
"char": "d",
|
|
7128
|
-
"description": "Activate debug mode (more logs)",
|
|
7129
|
-
"name": "debug",
|
|
7130
|
-
"allowNo": false,
|
|
7131
|
-
"type": "boolean"
|
|
7132
|
-
},
|
|
7133
|
-
"websocket": {
|
|
7134
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
7135
|
-
"name": "websocket",
|
|
7136
|
-
"hasDynamicHelp": false,
|
|
7137
|
-
"multiple": false,
|
|
7138
|
-
"type": "option"
|
|
7139
|
-
},
|
|
7140
|
-
"skipauth": {
|
|
7141
|
-
"description": "Skip authentication check when a default username is required",
|
|
7142
|
-
"name": "skipauth",
|
|
7143
|
-
"allowNo": false,
|
|
7144
|
-
"type": "boolean"
|
|
7145
|
-
},
|
|
7146
|
-
"target-org": {
|
|
7147
|
-
"aliases": [
|
|
7148
|
-
"targetusername",
|
|
7149
|
-
"u"
|
|
7150
|
-
],
|
|
7151
|
-
"char": "o",
|
|
7152
|
-
"deprecateAliases": true,
|
|
7153
|
-
"name": "target-org",
|
|
7154
|
-
"noCacheDefault": true,
|
|
7155
|
-
"required": true,
|
|
7156
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
7157
|
-
"hasDynamicHelp": true,
|
|
7158
|
-
"multiple": false,
|
|
7159
|
-
"type": "option"
|
|
7160
|
-
}
|
|
7161
|
-
},
|
|
7162
|
-
"hasDynamicHelp": true,
|
|
7163
|
-
"hiddenAliases": [],
|
|
7164
|
-
"id": "hardis:org:files:import",
|
|
7165
|
-
"pluginAlias": "sfdx-hardis",
|
|
7166
|
-
"pluginName": "sfdx-hardis",
|
|
7167
|
-
"pluginType": "core",
|
|
7168
|
-
"strict": true,
|
|
7169
|
-
"enableJsonFlag": true,
|
|
7170
|
-
"title": "Import files",
|
|
7171
|
-
"requiresProject": false,
|
|
7172
|
-
"isESM": true,
|
|
7173
|
-
"relativePath": [
|
|
7174
|
-
"lib",
|
|
7175
|
-
"commands",
|
|
7176
|
-
"hardis",
|
|
7177
|
-
"org",
|
|
7178
|
-
"files",
|
|
7179
|
-
"import.js"
|
|
7180
|
-
],
|
|
7181
|
-
"aliasPermutations": [],
|
|
7182
|
-
"permutations": [
|
|
7183
|
-
"hardis:org:files:import",
|
|
7184
|
-
"org:hardis:files:import",
|
|
7185
|
-
"org:files:hardis:import",
|
|
7186
|
-
"org:files:import:hardis",
|
|
7187
|
-
"hardis:files:org:import",
|
|
7188
|
-
"files:hardis:org:import",
|
|
7189
|
-
"files:org:hardis:import",
|
|
7190
|
-
"files:org:import:hardis",
|
|
7191
|
-
"hardis:files:import:org",
|
|
7192
|
-
"files:hardis:import:org",
|
|
7193
|
-
"files:import:hardis:org",
|
|
7194
|
-
"files:import:org:hardis",
|
|
7195
|
-
"hardis:org:import:files",
|
|
7196
|
-
"org:hardis:import:files",
|
|
7197
|
-
"org:import:hardis:files",
|
|
7198
|
-
"org:import:files:hardis",
|
|
7199
|
-
"hardis:import:org:files",
|
|
7200
|
-
"import:hardis:org:files",
|
|
7201
|
-
"import:org:hardis:files",
|
|
7202
|
-
"import:org:files:hardis",
|
|
7203
|
-
"hardis:import:files:org",
|
|
7204
|
-
"import:hardis:files:org",
|
|
7205
|
-
"import:files:hardis:org",
|
|
7206
|
-
"import:files:org:hardis"
|
|
7207
|
-
]
|
|
7208
|
-
},
|
|
7209
|
-
"hardis:org:fix:listviewmine": {
|
|
7210
|
-
"aliases": [],
|
|
7211
|
-
"args": {},
|
|
7212
|
-
"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",
|
|
7212
|
+
"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",
|
|
7213
7213
|
"examples": [
|
|
7214
7214
|
"$ sf hardis:org:fix:listviewmine",
|
|
7215
7215
|
"$ sf hardis:org:fix:listviewmine --listviews Opportunity:MySubscriptions,Account:MyActivePartners"
|
|
@@ -9848,12 +9848,232 @@
|
|
|
9848
9848
|
"duplicatefiles:audit:project:hardis"
|
|
9849
9849
|
]
|
|
9850
9850
|
},
|
|
9851
|
-
"hardis:project:audit:remotesites": {
|
|
9851
|
+
"hardis:project:audit:remotesites": {
|
|
9852
|
+
"aliases": [],
|
|
9853
|
+
"args": {},
|
|
9854
|
+
"description": "\n## Command Behavior\n\n**Audits Salesforce Remote Site Settings in your project, providing a comprehensive overview of external endpoints accessed by your Salesforce org.**\n\nThis command is crucial for security reviews, compliance checks, and understanding the external integrations of your Salesforce environment. It helps identify all configured remote sites, their URLs, activity status, and associated protocols.\n\nKey functionalities:\n\n- **Remote Site Discovery:** Scans your project for RemoteSiteSetting metadata files (.remoteSite-meta.xml or .remoteSite).\n- **URL Extraction:** Extracts the URL, active status, and description for each remote site.\n- **Protocol and Domain Identification:** Determines the protocol (HTTP/HTTPS) and extracts the domain from each URL, providing a clearer picture of the external systems being accessed.\n- **Reporting:** Generates a CSV report summarizing all detected remote sites, including their protocol, domain, name, URL, active status, and description.\n\n<details markdown=\"1\">\n<summary>Technical explanations</summary>\n\nThe command's technical implementation involves:\n\n- **File Discovery:** Uses `glob` to find all RemoteSiteSetting metadata files within the project.\n- **Content Analysis:** Reads the content of each XML file and uses regular expressions (/<url>(.*?)<\\/url>/gim, /<isActive>(.*?)<\\/isActive>/gim, /<description>(.*?)<\\/description>/gim) to extract relevant details.\n- **`catchMatches` Utility:** This utility function is used to apply the defined regular expressions to each file and extract all matching occurrences.\n- **URL Parsing:** Uses Node.js's `url` module to parse the extracted URLs and `psl` (Public Suffix List) to extract the domain name from the hostname.\n- **Data Structuring:** Organizes the extracted information into a structured format, including the remote site's name, file name, namespace, URL, active status, description, protocol, and domain.\n- **Reporting:** Uses `generateReports` to create a CSV report and display a table in the console, summarizing the audit findings.\n</details>\n",
|
|
9855
|
+
"examples": [
|
|
9856
|
+
"$ sf hardis:project:audit:remotesites"
|
|
9857
|
+
],
|
|
9858
|
+
"flags": {
|
|
9859
|
+
"json": {
|
|
9860
|
+
"description": "Format output as json.",
|
|
9861
|
+
"helpGroup": "GLOBAL",
|
|
9862
|
+
"name": "json",
|
|
9863
|
+
"allowNo": false,
|
|
9864
|
+
"type": "boolean"
|
|
9865
|
+
},
|
|
9866
|
+
"flags-dir": {
|
|
9867
|
+
"helpGroup": "GLOBAL",
|
|
9868
|
+
"name": "flags-dir",
|
|
9869
|
+
"summary": "Import flag values from a directory.",
|
|
9870
|
+
"hasDynamicHelp": false,
|
|
9871
|
+
"multiple": false,
|
|
9872
|
+
"type": "option"
|
|
9873
|
+
},
|
|
9874
|
+
"debug": {
|
|
9875
|
+
"char": "d",
|
|
9876
|
+
"description": "Activate debug mode (more logs)",
|
|
9877
|
+
"name": "debug",
|
|
9878
|
+
"allowNo": false,
|
|
9879
|
+
"type": "boolean"
|
|
9880
|
+
},
|
|
9881
|
+
"websocket": {
|
|
9882
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
9883
|
+
"name": "websocket",
|
|
9884
|
+
"hasDynamicHelp": false,
|
|
9885
|
+
"multiple": false,
|
|
9886
|
+
"type": "option"
|
|
9887
|
+
},
|
|
9888
|
+
"skipauth": {
|
|
9889
|
+
"description": "Skip authentication check when a default username is required",
|
|
9890
|
+
"name": "skipauth",
|
|
9891
|
+
"allowNo": false,
|
|
9892
|
+
"type": "boolean"
|
|
9893
|
+
}
|
|
9894
|
+
},
|
|
9895
|
+
"hasDynamicHelp": false,
|
|
9896
|
+
"hiddenAliases": [],
|
|
9897
|
+
"id": "hardis:project:audit:remotesites",
|
|
9898
|
+
"pluginAlias": "sfdx-hardis",
|
|
9899
|
+
"pluginName": "sfdx-hardis",
|
|
9900
|
+
"pluginType": "core",
|
|
9901
|
+
"strict": true,
|
|
9902
|
+
"enableJsonFlag": true,
|
|
9903
|
+
"title": "Audit Remote Sites",
|
|
9904
|
+
"requiresProject": true,
|
|
9905
|
+
"isESM": true,
|
|
9906
|
+
"relativePath": [
|
|
9907
|
+
"lib",
|
|
9908
|
+
"commands",
|
|
9909
|
+
"hardis",
|
|
9910
|
+
"project",
|
|
9911
|
+
"audit",
|
|
9912
|
+
"remotesites.js"
|
|
9913
|
+
],
|
|
9914
|
+
"aliasPermutations": [],
|
|
9915
|
+
"permutations": [
|
|
9916
|
+
"hardis:project:audit:remotesites",
|
|
9917
|
+
"project:hardis:audit:remotesites",
|
|
9918
|
+
"project:audit:hardis:remotesites",
|
|
9919
|
+
"project:audit:remotesites:hardis",
|
|
9920
|
+
"hardis:audit:project:remotesites",
|
|
9921
|
+
"audit:hardis:project:remotesites",
|
|
9922
|
+
"audit:project:hardis:remotesites",
|
|
9923
|
+
"audit:project:remotesites:hardis",
|
|
9924
|
+
"hardis:audit:remotesites:project",
|
|
9925
|
+
"audit:hardis:remotesites:project",
|
|
9926
|
+
"audit:remotesites:hardis:project",
|
|
9927
|
+
"audit:remotesites:project:hardis",
|
|
9928
|
+
"hardis:project:remotesites:audit",
|
|
9929
|
+
"project:hardis:remotesites:audit",
|
|
9930
|
+
"project:remotesites:hardis:audit",
|
|
9931
|
+
"project:remotesites:audit:hardis",
|
|
9932
|
+
"hardis:remotesites:project:audit",
|
|
9933
|
+
"remotesites:hardis:project:audit",
|
|
9934
|
+
"remotesites:project:hardis:audit",
|
|
9935
|
+
"remotesites:project:audit:hardis",
|
|
9936
|
+
"hardis:remotesites:audit:project",
|
|
9937
|
+
"remotesites:hardis:audit:project",
|
|
9938
|
+
"remotesites:audit:hardis:project",
|
|
9939
|
+
"remotesites:audit:project:hardis"
|
|
9940
|
+
]
|
|
9941
|
+
},
|
|
9942
|
+
"hardis:project:configure:auth": {
|
|
9943
|
+
"aliases": [],
|
|
9944
|
+
"args": {},
|
|
9945
|
+
"description": "\n## Command Behavior\n\n**Configures authentication between a Git branch and a target Salesforce org for CI/CD deployments.**\n\nThis command facilitates the setup of automated CI/CD pipelines, enabling seamless deployments from specific Git branches to designated Salesforce orgs. It supports both standard Salesforce orgs and Dev Hub configurations, catering to various enterprise deployment workflows.\n\nKey functionalities include:\n\n- **Org Selection/Login:** Guides the user to select an existing Salesforce org or log in to a new one.\n- **Git Branch Association:** Allows associating a specific Git branch with the chosen Salesforce org.\n- **Merge Target Definition:** Enables defining target Git branches into which the configured branch can merge, ensuring controlled deployment flows.\n- **Salesforce Username Configuration:** Prompts for the Salesforce username to be used by the CI server for deployments.\n- **SSL Certificate Generation:** Automatically generates an SSL certificate for secure authentication.\n\n<details markdown=\"1\">\n<summary>Technical explanations</summary>\n\nThe command's implementation involves several key technical aspects:\n\n- **SF CLI Integration:** Utilizes \n@salesforce/sf-plugins-core\n for command structure and flag parsing.\n- **Interactive Prompts:** Employs the \nprompts\n library for interactive user input, guiding the configuration process.\n- **Git Integration:** Interacts with Git to retrieve branch information using \n`git().branch([\"--list\", \"-r\"])`\n.\n- **Configuration Management:** Leverages internal utilities (`checkConfig`, `getConfig`, `setConfig`, `setInConfigFile`) to read from and write to project-specific configuration files (e.g., `.sfdx-hardis.<branchName>.yml`).\n- **Salesforce CLI Execution:** Executes Salesforce CLI commands programmatically via `execSfdxJson` for org interactions.\n- **SSL Certificate Generation:** Calls `generateSSLCertificate` to create necessary SSL certificates for JWT-based authentication.\n- **WebSocket Communication:** Uses `WebSocketClient` for potential communication with external tools or processes, such as restarting the command in VS Code.\n- **Dependency Check:** Ensures the presence of `openssl` on the system, which is required for SSL certificate generation.\n",
|
|
9946
|
+
"examples": [
|
|
9947
|
+
"$ sf hardis:project:configure:auth"
|
|
9948
|
+
],
|
|
9949
|
+
"flags": {
|
|
9950
|
+
"json": {
|
|
9951
|
+
"description": "Format output as json.",
|
|
9952
|
+
"helpGroup": "GLOBAL",
|
|
9953
|
+
"name": "json",
|
|
9954
|
+
"allowNo": false,
|
|
9955
|
+
"type": "boolean"
|
|
9956
|
+
},
|
|
9957
|
+
"flags-dir": {
|
|
9958
|
+
"helpGroup": "GLOBAL",
|
|
9959
|
+
"name": "flags-dir",
|
|
9960
|
+
"summary": "Import flag values from a directory.",
|
|
9961
|
+
"hasDynamicHelp": false,
|
|
9962
|
+
"multiple": false,
|
|
9963
|
+
"type": "option"
|
|
9964
|
+
},
|
|
9965
|
+
"devhub": {
|
|
9966
|
+
"char": "b",
|
|
9967
|
+
"description": "Configure project DevHub",
|
|
9968
|
+
"name": "devhub",
|
|
9969
|
+
"allowNo": false,
|
|
9970
|
+
"type": "boolean"
|
|
9971
|
+
},
|
|
9972
|
+
"debug": {
|
|
9973
|
+
"char": "d",
|
|
9974
|
+
"description": "Activate debug mode (more logs)",
|
|
9975
|
+
"name": "debug",
|
|
9976
|
+
"allowNo": false,
|
|
9977
|
+
"type": "boolean"
|
|
9978
|
+
},
|
|
9979
|
+
"websocket": {
|
|
9980
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
9981
|
+
"name": "websocket",
|
|
9982
|
+
"hasDynamicHelp": false,
|
|
9983
|
+
"multiple": false,
|
|
9984
|
+
"type": "option"
|
|
9985
|
+
},
|
|
9986
|
+
"skipauth": {
|
|
9987
|
+
"description": "Skip authentication check when a default username is required",
|
|
9988
|
+
"name": "skipauth",
|
|
9989
|
+
"allowNo": false,
|
|
9990
|
+
"type": "boolean"
|
|
9991
|
+
},
|
|
9992
|
+
"target-org": {
|
|
9993
|
+
"aliases": [
|
|
9994
|
+
"targetusername",
|
|
9995
|
+
"u"
|
|
9996
|
+
],
|
|
9997
|
+
"char": "o",
|
|
9998
|
+
"deprecateAliases": true,
|
|
9999
|
+
"name": "target-org",
|
|
10000
|
+
"noCacheDefault": true,
|
|
10001
|
+
"summary": "Username or alias of the target org.",
|
|
10002
|
+
"hasDynamicHelp": true,
|
|
10003
|
+
"multiple": false,
|
|
10004
|
+
"type": "option"
|
|
10005
|
+
},
|
|
10006
|
+
"target-dev-hub": {
|
|
10007
|
+
"aliases": [
|
|
10008
|
+
"targetdevhubusername"
|
|
10009
|
+
],
|
|
10010
|
+
"char": "v",
|
|
10011
|
+
"deprecateAliases": true,
|
|
10012
|
+
"name": "target-dev-hub",
|
|
10013
|
+
"noCacheDefault": true,
|
|
10014
|
+
"required": false,
|
|
10015
|
+
"summary": "Username or alias of the Dev Hub org.",
|
|
10016
|
+
"hasDynamicHelp": true,
|
|
10017
|
+
"multiple": false,
|
|
10018
|
+
"type": "option"
|
|
10019
|
+
}
|
|
10020
|
+
},
|
|
10021
|
+
"hasDynamicHelp": true,
|
|
10022
|
+
"hiddenAliases": [],
|
|
10023
|
+
"id": "hardis:project:configure:auth",
|
|
10024
|
+
"pluginAlias": "sfdx-hardis",
|
|
10025
|
+
"pluginName": "sfdx-hardis",
|
|
10026
|
+
"pluginType": "core",
|
|
10027
|
+
"strict": true,
|
|
10028
|
+
"enableJsonFlag": true,
|
|
10029
|
+
"title": "Configure authentication",
|
|
10030
|
+
"requiresProject": false,
|
|
10031
|
+
"requiresDependencies": [
|
|
10032
|
+
"openssl"
|
|
10033
|
+
],
|
|
10034
|
+
"isESM": true,
|
|
10035
|
+
"relativePath": [
|
|
10036
|
+
"lib",
|
|
10037
|
+
"commands",
|
|
10038
|
+
"hardis",
|
|
10039
|
+
"project",
|
|
10040
|
+
"configure",
|
|
10041
|
+
"auth.js"
|
|
10042
|
+
],
|
|
10043
|
+
"aliasPermutations": [],
|
|
10044
|
+
"permutations": [
|
|
10045
|
+
"hardis:project:configure:auth",
|
|
10046
|
+
"project:hardis:configure:auth",
|
|
10047
|
+
"project:configure:hardis:auth",
|
|
10048
|
+
"project:configure:auth:hardis",
|
|
10049
|
+
"hardis:configure:project:auth",
|
|
10050
|
+
"configure:hardis:project:auth",
|
|
10051
|
+
"configure:project:hardis:auth",
|
|
10052
|
+
"configure:project:auth:hardis",
|
|
10053
|
+
"hardis:configure:auth:project",
|
|
10054
|
+
"configure:hardis:auth:project",
|
|
10055
|
+
"configure:auth:hardis:project",
|
|
10056
|
+
"configure:auth:project:hardis",
|
|
10057
|
+
"hardis:project:auth:configure",
|
|
10058
|
+
"project:hardis:auth:configure",
|
|
10059
|
+
"project:auth:hardis:configure",
|
|
10060
|
+
"project:auth:configure:hardis",
|
|
10061
|
+
"hardis:auth:project:configure",
|
|
10062
|
+
"auth:hardis:project:configure",
|
|
10063
|
+
"auth:project:hardis:configure",
|
|
10064
|
+
"auth:project:configure:hardis",
|
|
10065
|
+
"hardis:auth:configure:project",
|
|
10066
|
+
"auth:hardis:configure:project",
|
|
10067
|
+
"auth:configure:hardis:project",
|
|
10068
|
+
"auth:configure:project:hardis"
|
|
10069
|
+
]
|
|
10070
|
+
},
|
|
10071
|
+
"hardis:project:convert:profilestopermsets": {
|
|
9852
10072
|
"aliases": [],
|
|
9853
10073
|
"args": {},
|
|
9854
|
-
"description": "\n## Command Behavior\n\n**
|
|
10074
|
+
"description": "\n## Command Behavior\n\n**Converts existing Salesforce Profiles into Permission Sets, facilitating a more granular and recommended security model.**\n\nThis command helps in migrating permissions from Profiles to Permission Sets, which is a best practice for managing user access in Salesforce. It creates a new Permission Set for each specified Profile, adopting a naming convention of `PS_PROFILENAME`.\n\nKey functionalities:\n\n- **Profile to Permission Set Conversion:** Automatically extracts permissions from a Profile and creates a corresponding Permission Set.\n- **Naming Convention:** New Permission Sets are named with a `PS_` prefix followed by the Profile name (e.g., `PS_Standard_User`).\n- **Exclusion Filter:** Allows you to exclude specific Profiles from the conversion process using the `--except` flag.\n\n<details markdown=\"1\">\n<summary>Technical explanations</summary>\n\nThe command's technical implementation involves:\n\n- **External Plugin Integration:** It relies on the `shane-sfdx-plugins` (specifically the `sf shane:profile:convert` command) to perform the actual conversion.\n- **File System Scan:** It reads the contents of the `force-app/main/default/profiles` directory to identify all available Profile metadata files.\n- **Command Execution:** For each identified Profile (that is not excluded), it constructs and executes the `sf shane:profile:convert` command with the appropriate Profile name and desired Permission Set name.\n- **Error Handling:** Includes basic error handling for the external command execution.\n</details>\n",
|
|
9855
10075
|
"examples": [
|
|
9856
|
-
"$ sf hardis:project:
|
|
10076
|
+
"$ sf hardis:project:convert:profilestopermsets"
|
|
9857
10077
|
],
|
|
9858
10078
|
"flags": {
|
|
9859
10079
|
"json": {
|
|
@@ -9871,6 +10091,15 @@
|
|
|
9871
10091
|
"multiple": false,
|
|
9872
10092
|
"type": "option"
|
|
9873
10093
|
},
|
|
10094
|
+
"except": {
|
|
10095
|
+
"char": "e",
|
|
10096
|
+
"description": "List of filters",
|
|
10097
|
+
"name": "except",
|
|
10098
|
+
"default": [],
|
|
10099
|
+
"hasDynamicHelp": false,
|
|
10100
|
+
"multiple": true,
|
|
10101
|
+
"type": "option"
|
|
10102
|
+
},
|
|
9874
10103
|
"debug": {
|
|
9875
10104
|
"char": "d",
|
|
9876
10105
|
"description": "Activate debug mode (more logs)",
|
|
@@ -9894,49 +10123,52 @@
|
|
|
9894
10123
|
},
|
|
9895
10124
|
"hasDynamicHelp": false,
|
|
9896
10125
|
"hiddenAliases": [],
|
|
9897
|
-
"id": "hardis:project:
|
|
10126
|
+
"id": "hardis:project:convert:profilestopermsets",
|
|
9898
10127
|
"pluginAlias": "sfdx-hardis",
|
|
9899
10128
|
"pluginName": "sfdx-hardis",
|
|
9900
10129
|
"pluginType": "core",
|
|
9901
10130
|
"strict": true,
|
|
9902
10131
|
"enableJsonFlag": true,
|
|
9903
|
-
"title": "
|
|
10132
|
+
"title": "Convert Profiles into Permission Sets",
|
|
9904
10133
|
"requiresProject": true,
|
|
10134
|
+
"requiresSfdxPlugins": [
|
|
10135
|
+
"shane-sfdx-plugins"
|
|
10136
|
+
],
|
|
9905
10137
|
"isESM": true,
|
|
9906
10138
|
"relativePath": [
|
|
9907
10139
|
"lib",
|
|
9908
10140
|
"commands",
|
|
9909
10141
|
"hardis",
|
|
9910
10142
|
"project",
|
|
9911
|
-
"
|
|
9912
|
-
"
|
|
10143
|
+
"convert",
|
|
10144
|
+
"profilestopermsets.js"
|
|
9913
10145
|
],
|
|
9914
10146
|
"aliasPermutations": [],
|
|
9915
10147
|
"permutations": [
|
|
9916
|
-
"hardis:project:
|
|
9917
|
-
"project:hardis:
|
|
9918
|
-
"project:
|
|
9919
|
-
"project:
|
|
9920
|
-
"hardis:
|
|
9921
|
-
"
|
|
9922
|
-
"
|
|
9923
|
-
"
|
|
9924
|
-
"hardis:
|
|
9925
|
-
"
|
|
9926
|
-
"
|
|
9927
|
-
"
|
|
9928
|
-
"hardis:project:
|
|
9929
|
-
"project:hardis:
|
|
9930
|
-
"project:
|
|
9931
|
-
"project:
|
|
9932
|
-
"hardis:
|
|
9933
|
-
"
|
|
9934
|
-
"
|
|
9935
|
-
"
|
|
9936
|
-
"hardis:
|
|
9937
|
-
"
|
|
9938
|
-
"
|
|
9939
|
-
"
|
|
10148
|
+
"hardis:project:convert:profilestopermsets",
|
|
10149
|
+
"project:hardis:convert:profilestopermsets",
|
|
10150
|
+
"project:convert:hardis:profilestopermsets",
|
|
10151
|
+
"project:convert:profilestopermsets:hardis",
|
|
10152
|
+
"hardis:convert:project:profilestopermsets",
|
|
10153
|
+
"convert:hardis:project:profilestopermsets",
|
|
10154
|
+
"convert:project:hardis:profilestopermsets",
|
|
10155
|
+
"convert:project:profilestopermsets:hardis",
|
|
10156
|
+
"hardis:convert:profilestopermsets:project",
|
|
10157
|
+
"convert:hardis:profilestopermsets:project",
|
|
10158
|
+
"convert:profilestopermsets:hardis:project",
|
|
10159
|
+
"convert:profilestopermsets:project:hardis",
|
|
10160
|
+
"hardis:project:profilestopermsets:convert",
|
|
10161
|
+
"project:hardis:profilestopermsets:convert",
|
|
10162
|
+
"project:profilestopermsets:hardis:convert",
|
|
10163
|
+
"project:profilestopermsets:convert:hardis",
|
|
10164
|
+
"hardis:profilestopermsets:project:convert",
|
|
10165
|
+
"profilestopermsets:hardis:project:convert",
|
|
10166
|
+
"profilestopermsets:project:hardis:convert",
|
|
10167
|
+
"profilestopermsets:project:convert:hardis",
|
|
10168
|
+
"hardis:profilestopermsets:convert:project",
|
|
10169
|
+
"profilestopermsets:hardis:convert:project",
|
|
10170
|
+
"profilestopermsets:convert:hardis:project",
|
|
10171
|
+
"profilestopermsets:convert:project:hardis"
|
|
9940
10172
|
]
|
|
9941
10173
|
},
|
|
9942
10174
|
"hardis:project:clean:emptyitems": {
|
|
@@ -11525,12 +11757,12 @@
|
|
|
11525
11757
|
"xml:clean:project:hardis"
|
|
11526
11758
|
]
|
|
11527
11759
|
},
|
|
11528
|
-
"hardis:project:
|
|
11760
|
+
"hardis:project:fix:profiletabs": {
|
|
11529
11761
|
"aliases": [],
|
|
11530
11762
|
"args": {},
|
|
11531
|
-
"description": "\n## Command Behavior\n\n**
|
|
11763
|
+
"description": "\n## Command Behavior\n\n**Interactively updates tab visibility settings in Salesforce profiles, addressing a common issue where tab visibilities are not correctly retrieved by `sf project retrieve start`.**\n\nThis command provides a user-friendly interface to manage tab settings within your profile XML files, ensuring that your local project accurately reflects the intended tab configurations in your Salesforce org.\n\nKey functionalities:\n\n- **Interactive Tab Selection:** Displays a multi-select menu of all available tabs in your org, allowing you to choose which tabs to update.\n- **Visibility Control:** Lets you set the visibility for the selected tabs to either `DefaultOn` (Visible) or `Hidden`.\n- **Profile Selection:** Presents a multi-select menu of all .profile-meta.xml files in your project, allowing you to apply the tab visibility changes to specific profiles.\n- **XML Updates:** Modifies the <tabVisibilities> section of the selected profile XML files to reflect the chosen tab settings. If a tab visibility setting already exists for a selected tab, it will be updated; otherwise, a new one will be added.\n- **Sorted Output:** The <tabVisibilities> in the updated profile XML files are sorted alphabetically for consistency and readability.\n\n<details markdown=\"1\">\n<summary>Technical explanations</summary>\n\nThe command's technical implementation involves:\n\n- **SOQL Queries (Tooling API):** It queries the `TabDefinition` object using `soqlQueryTooling` to retrieve a list of all available tabs in the target org.\n- **File Discovery:** Uses `glob` to find all .profile-meta.xml files within the specified project path.\n- **Interactive Prompts:** Leverages the `prompts` library to create interactive menus for selecting tabs, visibility settings, and profiles.\n- **XML Parsing and Manipulation:** Uses `parseXmlFile` to read the content of profile XML files and `writeXmlFile` to write the modified content back. It manipulates the `tabVisibilities` array within the parsed XML to add or update tab settings.\n- **Array Sorting:** Employs the `sort-array` library to sort the `tabVisibilities` alphabetically by tab name.\n- **Logging:** Provides feedback to the user about which profiles have been updated and a summary of the changes.\n</details>\n",
|
|
11532
11764
|
"examples": [
|
|
11533
|
-
"$ sf hardis:project:
|
|
11765
|
+
"$ sf hardis:project:fix:profiletabs"
|
|
11534
11766
|
],
|
|
11535
11767
|
"flags": {
|
|
11536
11768
|
"json": {
|
|
@@ -11548,12 +11780,14 @@
|
|
|
11548
11780
|
"multiple": false,
|
|
11549
11781
|
"type": "option"
|
|
11550
11782
|
},
|
|
11551
|
-
"
|
|
11552
|
-
"char": "
|
|
11553
|
-
"description": "
|
|
11554
|
-
"name": "
|
|
11555
|
-
"
|
|
11556
|
-
"
|
|
11783
|
+
"path": {
|
|
11784
|
+
"char": "p",
|
|
11785
|
+
"description": "Root folder",
|
|
11786
|
+
"name": "path",
|
|
11787
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
11788
|
+
"hasDynamicHelp": false,
|
|
11789
|
+
"multiple": false,
|
|
11790
|
+
"type": "option"
|
|
11557
11791
|
},
|
|
11558
11792
|
"debug": {
|
|
11559
11793
|
"char": "d",
|
|
@@ -11584,21 +11818,8 @@
|
|
|
11584
11818
|
"deprecateAliases": true,
|
|
11585
11819
|
"name": "target-org",
|
|
11586
11820
|
"noCacheDefault": true,
|
|
11587
|
-
"
|
|
11588
|
-
"
|
|
11589
|
-
"multiple": false,
|
|
11590
|
-
"type": "option"
|
|
11591
|
-
},
|
|
11592
|
-
"target-dev-hub": {
|
|
11593
|
-
"aliases": [
|
|
11594
|
-
"targetdevhubusername"
|
|
11595
|
-
],
|
|
11596
|
-
"char": "v",
|
|
11597
|
-
"deprecateAliases": true,
|
|
11598
|
-
"name": "target-dev-hub",
|
|
11599
|
-
"noCacheDefault": true,
|
|
11600
|
-
"required": false,
|
|
11601
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
11821
|
+
"required": true,
|
|
11822
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
11602
11823
|
"hasDynamicHelp": true,
|
|
11603
11824
|
"multiple": false,
|
|
11604
11825
|
"type": "option"
|
|
@@ -11606,60 +11827,57 @@
|
|
|
11606
11827
|
},
|
|
11607
11828
|
"hasDynamicHelp": true,
|
|
11608
11829
|
"hiddenAliases": [],
|
|
11609
|
-
"id": "hardis:project:
|
|
11830
|
+
"id": "hardis:project:fix:profiletabs",
|
|
11610
11831
|
"pluginAlias": "sfdx-hardis",
|
|
11611
11832
|
"pluginName": "sfdx-hardis",
|
|
11612
11833
|
"pluginType": "core",
|
|
11613
11834
|
"strict": true,
|
|
11614
11835
|
"enableJsonFlag": true,
|
|
11615
|
-
"title": "
|
|
11616
|
-
"requiresProject":
|
|
11617
|
-
"requiresDependencies": [
|
|
11618
|
-
"openssl"
|
|
11619
|
-
],
|
|
11836
|
+
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
11837
|
+
"requiresProject": true,
|
|
11620
11838
|
"isESM": true,
|
|
11621
11839
|
"relativePath": [
|
|
11622
11840
|
"lib",
|
|
11623
11841
|
"commands",
|
|
11624
11842
|
"hardis",
|
|
11625
11843
|
"project",
|
|
11626
|
-
"
|
|
11627
|
-
"
|
|
11844
|
+
"fix",
|
|
11845
|
+
"profiletabs.js"
|
|
11628
11846
|
],
|
|
11629
11847
|
"aliasPermutations": [],
|
|
11630
11848
|
"permutations": [
|
|
11631
|
-
"hardis:project:
|
|
11632
|
-
"project:hardis:
|
|
11633
|
-
"project:
|
|
11634
|
-
"project:
|
|
11635
|
-
"hardis:
|
|
11636
|
-
"
|
|
11637
|
-
"
|
|
11638
|
-
"
|
|
11639
|
-
"hardis:
|
|
11640
|
-
"
|
|
11641
|
-
"
|
|
11642
|
-
"
|
|
11643
|
-
"hardis:project:
|
|
11644
|
-
"project:hardis:
|
|
11645
|
-
"project:
|
|
11646
|
-
"project:
|
|
11647
|
-
"hardis:
|
|
11648
|
-
"
|
|
11649
|
-
"
|
|
11650
|
-
"
|
|
11651
|
-
"hardis:
|
|
11652
|
-
"
|
|
11653
|
-
"
|
|
11654
|
-
"
|
|
11849
|
+
"hardis:project:fix:profiletabs",
|
|
11850
|
+
"project:hardis:fix:profiletabs",
|
|
11851
|
+
"project:fix:hardis:profiletabs",
|
|
11852
|
+
"project:fix:profiletabs:hardis",
|
|
11853
|
+
"hardis:fix:project:profiletabs",
|
|
11854
|
+
"fix:hardis:project:profiletabs",
|
|
11855
|
+
"fix:project:hardis:profiletabs",
|
|
11856
|
+
"fix:project:profiletabs:hardis",
|
|
11857
|
+
"hardis:fix:profiletabs:project",
|
|
11858
|
+
"fix:hardis:profiletabs:project",
|
|
11859
|
+
"fix:profiletabs:hardis:project",
|
|
11860
|
+
"fix:profiletabs:project:hardis",
|
|
11861
|
+
"hardis:project:profiletabs:fix",
|
|
11862
|
+
"project:hardis:profiletabs:fix",
|
|
11863
|
+
"project:profiletabs:hardis:fix",
|
|
11864
|
+
"project:profiletabs:fix:hardis",
|
|
11865
|
+
"hardis:profiletabs:project:fix",
|
|
11866
|
+
"profiletabs:hardis:project:fix",
|
|
11867
|
+
"profiletabs:project:hardis:fix",
|
|
11868
|
+
"profiletabs:project:fix:hardis",
|
|
11869
|
+
"hardis:profiletabs:fix:project",
|
|
11870
|
+
"profiletabs:hardis:fix:project",
|
|
11871
|
+
"profiletabs:fix:hardis:project",
|
|
11872
|
+
"profiletabs:fix:project:hardis"
|
|
11655
11873
|
]
|
|
11656
11874
|
},
|
|
11657
|
-
"hardis:project:
|
|
11875
|
+
"hardis:project:fix:v53flexipages": {
|
|
11658
11876
|
"aliases": [],
|
|
11659
11877
|
"args": {},
|
|
11660
|
-
"description": "\n## Command Behavior\n\n**
|
|
11878
|
+
"description": "\n## Command Behavior\n\n**Fixes Salesforce FlexiPages for compatibility with API Version 53.0 (Winter '22 release) by adding missing identifiers to component instances.**\n\nSalesforce introduced a change in API Version 53.0 that requires `identifier` tags within `componentInstance` and `fieldInstance` elements in FlexiPage metadata. If these identifiers are missing, deployments to orgs with API version 53.0 or higher will fail. This command automates the process of adding these missing identifiers, ensuring your FlexiPages remain deployable.\n\nKey functionalities:\n\n- **Targeted FlexiPage Processing:** Scans all .flexipage-meta.xml files within the specified root folder (defaults to current working directory).\n- **Identifier Injection:** Inserts a unique `identifier` tag (e.g., `SFDX_HARDIS_REPLACEMENT_ID`) into `componentInstance` and `fieldInstance` elements that lack one.\n\n**Important Note:** After running this command, ensure you update your `apiVersion` to `53.0` (or higher) in your `package.xml` and `sfdx-project.json` files.\n\n<details markdown=\"1\">\n<summary>Technical explanations</summary>\n\nThe command's technical implementation involves:\n\n- **File Discovery:** Uses `glob` to find all .flexipage-meta.xml files.\n- **Content Reading:** Reads the XML content of each FlexiPage file.\n- **Regular Expression Replacement:** Employs a set of regular expressions to identify specific XML patterns (componentName.../componentName.../componentInstance, componentName.../componentName.../visibilityRule, fieldItem.../fieldItem.../fieldInstance) that are missing the `identifier` tag.\n- **Dynamic ID Generation:** For each match, it generates a unique identifier (e.g., `sfdxHardisIdX`) and injects it into the XML structure.\n- **File Writing:** If changes are made, the modified XML content is written back to the FlexiPage file using `fs.writeFile`.\n- **Logging:** Provides messages about which FlexiPages are being processed and a summary of the total number of identifiers added.\n</details>\n",
|
|
11661
11879
|
"examples": [
|
|
11662
|
-
"$ sf hardis:project:
|
|
11880
|
+
"$ sf hardis:project:fix:v53flexipages"
|
|
11663
11881
|
],
|
|
11664
11882
|
"flags": {
|
|
11665
11883
|
"json": {
|
|
@@ -11677,13 +11895,13 @@
|
|
|
11677
11895
|
"multiple": false,
|
|
11678
11896
|
"type": "option"
|
|
11679
11897
|
},
|
|
11680
|
-
"
|
|
11681
|
-
"char": "
|
|
11682
|
-
"description": "
|
|
11683
|
-
"name": "
|
|
11684
|
-
"default":
|
|
11898
|
+
"path": {
|
|
11899
|
+
"char": "p",
|
|
11900
|
+
"description": "Root folder",
|
|
11901
|
+
"name": "path",
|
|
11902
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
11685
11903
|
"hasDynamicHelp": false,
|
|
11686
|
-
"multiple":
|
|
11904
|
+
"multiple": false,
|
|
11687
11905
|
"type": "option"
|
|
11688
11906
|
},
|
|
11689
11907
|
"debug": {
|
|
@@ -11709,52 +11927,49 @@
|
|
|
11709
11927
|
},
|
|
11710
11928
|
"hasDynamicHelp": false,
|
|
11711
11929
|
"hiddenAliases": [],
|
|
11712
|
-
"id": "hardis:project:
|
|
11930
|
+
"id": "hardis:project:fix:v53flexipages",
|
|
11713
11931
|
"pluginAlias": "sfdx-hardis",
|
|
11714
|
-
"pluginName": "sfdx-hardis",
|
|
11715
|
-
"pluginType": "core",
|
|
11716
|
-
"strict": true,
|
|
11717
|
-
"enableJsonFlag": true,
|
|
11718
|
-
"title": "
|
|
11719
|
-
"requiresProject": true,
|
|
11720
|
-
"
|
|
11721
|
-
|
|
11722
|
-
|
|
11723
|
-
|
|
11724
|
-
|
|
11725
|
-
"
|
|
11726
|
-
"
|
|
11727
|
-
"
|
|
11728
|
-
|
|
11729
|
-
|
|
11730
|
-
|
|
11731
|
-
|
|
11732
|
-
|
|
11733
|
-
|
|
11734
|
-
"
|
|
11735
|
-
"
|
|
11736
|
-
"
|
|
11737
|
-
"project:
|
|
11738
|
-
"
|
|
11739
|
-
"
|
|
11740
|
-
"
|
|
11741
|
-
"
|
|
11742
|
-
"
|
|
11743
|
-
"
|
|
11744
|
-
"
|
|
11745
|
-
"
|
|
11746
|
-
"
|
|
11747
|
-
"
|
|
11748
|
-
"
|
|
11749
|
-
"project:
|
|
11750
|
-
"
|
|
11751
|
-
"
|
|
11752
|
-
"
|
|
11753
|
-
"
|
|
11754
|
-
"
|
|
11755
|
-
"profilestopermsets:hardis:convert:project",
|
|
11756
|
-
"profilestopermsets:convert:hardis:project",
|
|
11757
|
-
"profilestopermsets:convert:project:hardis"
|
|
11932
|
+
"pluginName": "sfdx-hardis",
|
|
11933
|
+
"pluginType": "core",
|
|
11934
|
+
"strict": true,
|
|
11935
|
+
"enableJsonFlag": true,
|
|
11936
|
+
"title": "Fix flexipages for v53",
|
|
11937
|
+
"requiresProject": true,
|
|
11938
|
+
"isESM": true,
|
|
11939
|
+
"relativePath": [
|
|
11940
|
+
"lib",
|
|
11941
|
+
"commands",
|
|
11942
|
+
"hardis",
|
|
11943
|
+
"project",
|
|
11944
|
+
"fix",
|
|
11945
|
+
"v53flexipages.js"
|
|
11946
|
+
],
|
|
11947
|
+
"aliasPermutations": [],
|
|
11948
|
+
"permutations": [
|
|
11949
|
+
"hardis:project:fix:v53flexipages",
|
|
11950
|
+
"project:hardis:fix:v53flexipages",
|
|
11951
|
+
"project:fix:hardis:v53flexipages",
|
|
11952
|
+
"project:fix:v53flexipages:hardis",
|
|
11953
|
+
"hardis:fix:project:v53flexipages",
|
|
11954
|
+
"fix:hardis:project:v53flexipages",
|
|
11955
|
+
"fix:project:hardis:v53flexipages",
|
|
11956
|
+
"fix:project:v53flexipages:hardis",
|
|
11957
|
+
"hardis:fix:v53flexipages:project",
|
|
11958
|
+
"fix:hardis:v53flexipages:project",
|
|
11959
|
+
"fix:v53flexipages:hardis:project",
|
|
11960
|
+
"fix:v53flexipages:project:hardis",
|
|
11961
|
+
"hardis:project:v53flexipages:fix",
|
|
11962
|
+
"project:hardis:v53flexipages:fix",
|
|
11963
|
+
"project:v53flexipages:hardis:fix",
|
|
11964
|
+
"project:v53flexipages:fix:hardis",
|
|
11965
|
+
"hardis:v53flexipages:project:fix",
|
|
11966
|
+
"v53flexipages:hardis:project:fix",
|
|
11967
|
+
"v53flexipages:project:hardis:fix",
|
|
11968
|
+
"v53flexipages:project:fix:hardis",
|
|
11969
|
+
"hardis:v53flexipages:fix:project",
|
|
11970
|
+
"v53flexipages:hardis:fix:project",
|
|
11971
|
+
"v53flexipages:fix:hardis:project",
|
|
11972
|
+
"v53flexipages:fix:project:hardis"
|
|
11758
11973
|
]
|
|
11759
11974
|
},
|
|
11760
11975
|
"hardis:project:deploy:notify": {
|
|
@@ -12931,221 +13146,6 @@
|
|
|
12931
13146
|
"validate:deploy:project:hardis"
|
|
12932
13147
|
]
|
|
12933
13148
|
},
|
|
12934
|
-
"hardis:project:fix:profiletabs": {
|
|
12935
|
-
"aliases": [],
|
|
12936
|
-
"args": {},
|
|
12937
|
-
"description": "\n## Command Behavior\n\n**Interactively updates tab visibility settings in Salesforce profiles, addressing a common issue where tab visibilities are not correctly retrieved by `sf project retrieve start`.**\n\nThis command provides a user-friendly interface to manage tab settings within your profile XML files, ensuring that your local project accurately reflects the intended tab configurations in your Salesforce org.\n\nKey functionalities:\n\n- **Interactive Tab Selection:** Displays a multi-select menu of all available tabs in your org, allowing you to choose which tabs to update.\n- **Visibility Control:** Lets you set the visibility for the selected tabs to either `DefaultOn` (Visible) or `Hidden`.\n- **Profile Selection:** Presents a multi-select menu of all .profile-meta.xml files in your project, allowing you to apply the tab visibility changes to specific profiles.\n- **XML Updates:** Modifies the <tabVisibilities> section of the selected profile XML files to reflect the chosen tab settings. If a tab visibility setting already exists for a selected tab, it will be updated; otherwise, a new one will be added.\n- **Sorted Output:** The <tabVisibilities> in the updated profile XML files are sorted alphabetically for consistency and readability.\n\n<details markdown=\"1\">\n<summary>Technical explanations</summary>\n\nThe command's technical implementation involves:\n\n- **SOQL Queries (Tooling API):** It queries the `TabDefinition` object using `soqlQueryTooling` to retrieve a list of all available tabs in the target org.\n- **File Discovery:** Uses `glob` to find all .profile-meta.xml files within the specified project path.\n- **Interactive Prompts:** Leverages the `prompts` library to create interactive menus for selecting tabs, visibility settings, and profiles.\n- **XML Parsing and Manipulation:** Uses `parseXmlFile` to read the content of profile XML files and `writeXmlFile` to write the modified content back. It manipulates the `tabVisibilities` array within the parsed XML to add or update tab settings.\n- **Array Sorting:** Employs the `sort-array` library to sort the `tabVisibilities` alphabetically by tab name.\n- **Logging:** Provides feedback to the user about which profiles have been updated and a summary of the changes.\n</details>\n",
|
|
12938
|
-
"examples": [
|
|
12939
|
-
"$ sf hardis:project:fix:profiletabs"
|
|
12940
|
-
],
|
|
12941
|
-
"flags": {
|
|
12942
|
-
"json": {
|
|
12943
|
-
"description": "Format output as json.",
|
|
12944
|
-
"helpGroup": "GLOBAL",
|
|
12945
|
-
"name": "json",
|
|
12946
|
-
"allowNo": false,
|
|
12947
|
-
"type": "boolean"
|
|
12948
|
-
},
|
|
12949
|
-
"flags-dir": {
|
|
12950
|
-
"helpGroup": "GLOBAL",
|
|
12951
|
-
"name": "flags-dir",
|
|
12952
|
-
"summary": "Import flag values from a directory.",
|
|
12953
|
-
"hasDynamicHelp": false,
|
|
12954
|
-
"multiple": false,
|
|
12955
|
-
"type": "option"
|
|
12956
|
-
},
|
|
12957
|
-
"path": {
|
|
12958
|
-
"char": "p",
|
|
12959
|
-
"description": "Root folder",
|
|
12960
|
-
"name": "path",
|
|
12961
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
12962
|
-
"hasDynamicHelp": false,
|
|
12963
|
-
"multiple": false,
|
|
12964
|
-
"type": "option"
|
|
12965
|
-
},
|
|
12966
|
-
"debug": {
|
|
12967
|
-
"char": "d",
|
|
12968
|
-
"description": "Activate debug mode (more logs)",
|
|
12969
|
-
"name": "debug",
|
|
12970
|
-
"allowNo": false,
|
|
12971
|
-
"type": "boolean"
|
|
12972
|
-
},
|
|
12973
|
-
"websocket": {
|
|
12974
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12975
|
-
"name": "websocket",
|
|
12976
|
-
"hasDynamicHelp": false,
|
|
12977
|
-
"multiple": false,
|
|
12978
|
-
"type": "option"
|
|
12979
|
-
},
|
|
12980
|
-
"skipauth": {
|
|
12981
|
-
"description": "Skip authentication check when a default username is required",
|
|
12982
|
-
"name": "skipauth",
|
|
12983
|
-
"allowNo": false,
|
|
12984
|
-
"type": "boolean"
|
|
12985
|
-
},
|
|
12986
|
-
"target-org": {
|
|
12987
|
-
"aliases": [
|
|
12988
|
-
"targetusername",
|
|
12989
|
-
"u"
|
|
12990
|
-
],
|
|
12991
|
-
"char": "o",
|
|
12992
|
-
"deprecateAliases": true,
|
|
12993
|
-
"name": "target-org",
|
|
12994
|
-
"noCacheDefault": true,
|
|
12995
|
-
"required": true,
|
|
12996
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
12997
|
-
"hasDynamicHelp": true,
|
|
12998
|
-
"multiple": false,
|
|
12999
|
-
"type": "option"
|
|
13000
|
-
}
|
|
13001
|
-
},
|
|
13002
|
-
"hasDynamicHelp": true,
|
|
13003
|
-
"hiddenAliases": [],
|
|
13004
|
-
"id": "hardis:project:fix:profiletabs",
|
|
13005
|
-
"pluginAlias": "sfdx-hardis",
|
|
13006
|
-
"pluginName": "sfdx-hardis",
|
|
13007
|
-
"pluginType": "core",
|
|
13008
|
-
"strict": true,
|
|
13009
|
-
"enableJsonFlag": true,
|
|
13010
|
-
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
13011
|
-
"requiresProject": true,
|
|
13012
|
-
"isESM": true,
|
|
13013
|
-
"relativePath": [
|
|
13014
|
-
"lib",
|
|
13015
|
-
"commands",
|
|
13016
|
-
"hardis",
|
|
13017
|
-
"project",
|
|
13018
|
-
"fix",
|
|
13019
|
-
"profiletabs.js"
|
|
13020
|
-
],
|
|
13021
|
-
"aliasPermutations": [],
|
|
13022
|
-
"permutations": [
|
|
13023
|
-
"hardis:project:fix:profiletabs",
|
|
13024
|
-
"project:hardis:fix:profiletabs",
|
|
13025
|
-
"project:fix:hardis:profiletabs",
|
|
13026
|
-
"project:fix:profiletabs:hardis",
|
|
13027
|
-
"hardis:fix:project:profiletabs",
|
|
13028
|
-
"fix:hardis:project:profiletabs",
|
|
13029
|
-
"fix:project:hardis:profiletabs",
|
|
13030
|
-
"fix:project:profiletabs:hardis",
|
|
13031
|
-
"hardis:fix:profiletabs:project",
|
|
13032
|
-
"fix:hardis:profiletabs:project",
|
|
13033
|
-
"fix:profiletabs:hardis:project",
|
|
13034
|
-
"fix:profiletabs:project:hardis",
|
|
13035
|
-
"hardis:project:profiletabs:fix",
|
|
13036
|
-
"project:hardis:profiletabs:fix",
|
|
13037
|
-
"project:profiletabs:hardis:fix",
|
|
13038
|
-
"project:profiletabs:fix:hardis",
|
|
13039
|
-
"hardis:profiletabs:project:fix",
|
|
13040
|
-
"profiletabs:hardis:project:fix",
|
|
13041
|
-
"profiletabs:project:hardis:fix",
|
|
13042
|
-
"profiletabs:project:fix:hardis",
|
|
13043
|
-
"hardis:profiletabs:fix:project",
|
|
13044
|
-
"profiletabs:hardis:fix:project",
|
|
13045
|
-
"profiletabs:fix:hardis:project",
|
|
13046
|
-
"profiletabs:fix:project:hardis"
|
|
13047
|
-
]
|
|
13048
|
-
},
|
|
13049
|
-
"hardis:project:fix:v53flexipages": {
|
|
13050
|
-
"aliases": [],
|
|
13051
|
-
"args": {},
|
|
13052
|
-
"description": "\n## Command Behavior\n\n**Fixes Salesforce FlexiPages for compatibility with API Version 53.0 (Winter '22 release) by adding missing identifiers to component instances.**\n\nSalesforce introduced a change in API Version 53.0 that requires `identifier` tags within `componentInstance` and `fieldInstance` elements in FlexiPage metadata. If these identifiers are missing, deployments to orgs with API version 53.0 or higher will fail. This command automates the process of adding these missing identifiers, ensuring your FlexiPages remain deployable.\n\nKey functionalities:\n\n- **Targeted FlexiPage Processing:** Scans all .flexipage-meta.xml files within the specified root folder (defaults to current working directory).\n- **Identifier Injection:** Inserts a unique `identifier` tag (e.g., `SFDX_HARDIS_REPLACEMENT_ID`) into `componentInstance` and `fieldInstance` elements that lack one.\n\n**Important Note:** After running this command, ensure you update your `apiVersion` to `53.0` (or higher) in your `package.xml` and `sfdx-project.json` files.\n\n<details markdown=\"1\">\n<summary>Technical explanations</summary>\n\nThe command's technical implementation involves:\n\n- **File Discovery:** Uses `glob` to find all .flexipage-meta.xml files.\n- **Content Reading:** Reads the XML content of each FlexiPage file.\n- **Regular Expression Replacement:** Employs a set of regular expressions to identify specific XML patterns (componentName.../componentName.../componentInstance, componentName.../componentName.../visibilityRule, fieldItem.../fieldItem.../fieldInstance) that are missing the `identifier` tag.\n- **Dynamic ID Generation:** For each match, it generates a unique identifier (e.g., `sfdxHardisIdX`) and injects it into the XML structure.\n- **File Writing:** If changes are made, the modified XML content is written back to the FlexiPage file using `fs.writeFile`.\n- **Logging:** Provides messages about which FlexiPages are being processed and a summary of the total number of identifiers added.\n</details>\n",
|
|
13053
|
-
"examples": [
|
|
13054
|
-
"$ sf hardis:project:fix:v53flexipages"
|
|
13055
|
-
],
|
|
13056
|
-
"flags": {
|
|
13057
|
-
"json": {
|
|
13058
|
-
"description": "Format output as json.",
|
|
13059
|
-
"helpGroup": "GLOBAL",
|
|
13060
|
-
"name": "json",
|
|
13061
|
-
"allowNo": false,
|
|
13062
|
-
"type": "boolean"
|
|
13063
|
-
},
|
|
13064
|
-
"flags-dir": {
|
|
13065
|
-
"helpGroup": "GLOBAL",
|
|
13066
|
-
"name": "flags-dir",
|
|
13067
|
-
"summary": "Import flag values from a directory.",
|
|
13068
|
-
"hasDynamicHelp": false,
|
|
13069
|
-
"multiple": false,
|
|
13070
|
-
"type": "option"
|
|
13071
|
-
},
|
|
13072
|
-
"path": {
|
|
13073
|
-
"char": "p",
|
|
13074
|
-
"description": "Root folder",
|
|
13075
|
-
"name": "path",
|
|
13076
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
13077
|
-
"hasDynamicHelp": false,
|
|
13078
|
-
"multiple": false,
|
|
13079
|
-
"type": "option"
|
|
13080
|
-
},
|
|
13081
|
-
"debug": {
|
|
13082
|
-
"char": "d",
|
|
13083
|
-
"description": "Activate debug mode (more logs)",
|
|
13084
|
-
"name": "debug",
|
|
13085
|
-
"allowNo": false,
|
|
13086
|
-
"type": "boolean"
|
|
13087
|
-
},
|
|
13088
|
-
"websocket": {
|
|
13089
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
13090
|
-
"name": "websocket",
|
|
13091
|
-
"hasDynamicHelp": false,
|
|
13092
|
-
"multiple": false,
|
|
13093
|
-
"type": "option"
|
|
13094
|
-
},
|
|
13095
|
-
"skipauth": {
|
|
13096
|
-
"description": "Skip authentication check when a default username is required",
|
|
13097
|
-
"name": "skipauth",
|
|
13098
|
-
"allowNo": false,
|
|
13099
|
-
"type": "boolean"
|
|
13100
|
-
}
|
|
13101
|
-
},
|
|
13102
|
-
"hasDynamicHelp": false,
|
|
13103
|
-
"hiddenAliases": [],
|
|
13104
|
-
"id": "hardis:project:fix:v53flexipages",
|
|
13105
|
-
"pluginAlias": "sfdx-hardis",
|
|
13106
|
-
"pluginName": "sfdx-hardis",
|
|
13107
|
-
"pluginType": "core",
|
|
13108
|
-
"strict": true,
|
|
13109
|
-
"enableJsonFlag": true,
|
|
13110
|
-
"title": "Fix flexipages for v53",
|
|
13111
|
-
"requiresProject": true,
|
|
13112
|
-
"isESM": true,
|
|
13113
|
-
"relativePath": [
|
|
13114
|
-
"lib",
|
|
13115
|
-
"commands",
|
|
13116
|
-
"hardis",
|
|
13117
|
-
"project",
|
|
13118
|
-
"fix",
|
|
13119
|
-
"v53flexipages.js"
|
|
13120
|
-
],
|
|
13121
|
-
"aliasPermutations": [],
|
|
13122
|
-
"permutations": [
|
|
13123
|
-
"hardis:project:fix:v53flexipages",
|
|
13124
|
-
"project:hardis:fix:v53flexipages",
|
|
13125
|
-
"project:fix:hardis:v53flexipages",
|
|
13126
|
-
"project:fix:v53flexipages:hardis",
|
|
13127
|
-
"hardis:fix:project:v53flexipages",
|
|
13128
|
-
"fix:hardis:project:v53flexipages",
|
|
13129
|
-
"fix:project:hardis:v53flexipages",
|
|
13130
|
-
"fix:project:v53flexipages:hardis",
|
|
13131
|
-
"hardis:fix:v53flexipages:project",
|
|
13132
|
-
"fix:hardis:v53flexipages:project",
|
|
13133
|
-
"fix:v53flexipages:hardis:project",
|
|
13134
|
-
"fix:v53flexipages:project:hardis",
|
|
13135
|
-
"hardis:project:v53flexipages:fix",
|
|
13136
|
-
"project:hardis:v53flexipages:fix",
|
|
13137
|
-
"project:v53flexipages:hardis:fix",
|
|
13138
|
-
"project:v53flexipages:fix:hardis",
|
|
13139
|
-
"hardis:v53flexipages:project:fix",
|
|
13140
|
-
"v53flexipages:hardis:project:fix",
|
|
13141
|
-
"v53flexipages:project:hardis:fix",
|
|
13142
|
-
"v53flexipages:project:fix:hardis",
|
|
13143
|
-
"hardis:v53flexipages:fix:project",
|
|
13144
|
-
"v53flexipages:hardis:fix:project",
|
|
13145
|
-
"v53flexipages:fix:hardis:project",
|
|
13146
|
-
"v53flexipages:fix:project:hardis"
|
|
13147
|
-
]
|
|
13148
|
-
},
|
|
13149
13149
|
"hardis:project:generate:bypass": {
|
|
13150
13150
|
"aliases": [],
|
|
13151
13151
|
"args": {},
|
|
@@ -15719,5 +15719,5 @@
|
|
|
15719
15719
|
]
|
|
15720
15720
|
}
|
|
15721
15721
|
},
|
|
15722
|
-
"version": "6.14.
|
|
15722
|
+
"version": "6.14.5-alpha202512081801.0"
|
|
15723
15723
|
}
|