sfdx-hardis 5.38.1-beta202506022241.0 → 5.38.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oclif.manifest.json +357 -357
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -5397,12 +5397,15 @@
|
|
|
5397
5397
|
"import:data:org:hardis"
|
|
5398
5398
|
]
|
|
5399
5399
|
},
|
|
5400
|
-
"hardis:org:
|
|
5400
|
+
"hardis:org:diagnose:audittrail": {
|
|
5401
5401
|
"aliases": [],
|
|
5402
5402
|
"args": {},
|
|
5403
|
-
"description": "Export
|
|
5403
|
+
"description": "Export Audit trail into a CSV file with selected criteria, and highlight suspect actions\n\nAlso detects updates of Custom Settings values (disable by defining `SKIP_AUDIT_TRAIL_CUSTOM_SETTINGS=true`)\n\nRegular setup actions performed in major orgs are filtered.\n\n- \"\"\n - createScratchOrg\n - changedsenderemail\n - deleteScratchOrg\n - loginasgrantedtopartnerbt\n- Certificate and Key Management\n - insertCertificate\n- Custom App Licenses\n - addeduserpackagelicense\n - granteduserpackagelicense\n - revokeduserpackagelicense\n- Customer Portal\n - createdcustomersuccessuser\n - CSPUserDisabled\n- Currency\n - updateddatedexchrate\n- Data Management\n - queueMembership\n- Email Administration\n - dkimRotationPreparationSuccessful\n - dkimRotationSuccessful\n- Groups\n - groupMembership\n- Holidays\n - holiday_insert\n- Inbox mobile and legacy desktop apps\n - enableSIQUserNonEAC\n- Manage Users\n - activateduser\n - createduser\n - changedcommunitynickname\n - changedemail\n - changedfederationid\n - changedpassword\n - changedinteractionuseroffon\n - changedinteractionuseronoff\n - changedmarketinguseroffon\n - changedmarketinguseronoff\n - changedofflineuseroffon\n - changedprofileforuserstdtostd\n - changedprofileforuser\n - changedprofileforusercusttostd\n - changedprofileforuserstdtocust\n - changedroleforusertonone\n - changedroleforuser\n - changedroleforuserfromnone\n - changedUserEmailVerifiedStatusUnverified\n - changedUserEmailVerifiedStatusVerified\n - changedknowledgeuseroffon\n - changedsfcontentuseroffon\n - changedsupportuseroffon\n - changedUserPhoneNumber\n - changedUserPhoneVerifiedStatusUnverified\n - deactivateduser\n - deleteAuthenticatorPairing\n - deleteTwoFactorInfo2\n - deleteTwoFactorTempCode\n - frozeuser\n - insertAuthenticatorPairing\n - insertTwoFactorInfo2\n - insertTwoFactorTempCode\n - lightningloginenroll\n - PermSetAssign\n - PermSetGroupAssign\n - PermSetGroupUnassign\n - PermSetLicenseAssign\n - PermSetUnassign\n - PermSetLicenseUnassign\n - registeredUserPhoneNumber\n - resetpassword\n - suNetworkAdminLogin\n - suNetworkAdminLogout\n - suOrgAdminLogin\n - suOrgAdminLogout\n - unfrozeuser\n - useremailchangesent\n- Mobile Administration\n - assigneduserstomobileconfig\n- Reporting Snapshots\n - createdReportJob\n - deletedReportJob\n- Sandboxes\n - DeleteSandbox\n\nBy default, deployment user defined in .sfdx-hardis.yml targetUsername property will be excluded.\n\nYou can define additional users to exclude in .sfdx-hardis.yml **monitoringExcludeUsernames** property.\n\nYou can also add more sections / actions considered as not suspect using property **monitoringAllowedSectionsActions**\n\nExample:\n\n```yaml\nmonitoringExcludeUsernames:\n - deploymentuser@cloudity.com\n - marketingcloud@cloudity.com\n - integration-user@cloudity.com\n\nmonitoringAllowedSectionsActions:\n \"Some section\": [] // Will ignore all actions from such section\n \"Some other section\": [\"actionType1\",\"actionType2\",\"actionType3\"] // Will ignore only those 3 actions from section \"Some other section\". Other actions in the same section will be considered as suspect.\n```\n\n## Excel output example\n\n\n\n## Local output example\n\n\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-suspect-audit-trail/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
5404
5404
|
"examples": [
|
|
5405
|
-
"$ sf hardis:org:
|
|
5405
|
+
"$ sf hardis:org:diagnose:audittrail",
|
|
5406
|
+
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com",
|
|
5407
|
+
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com,bertrand@titi.com",
|
|
5408
|
+
"$ sf hardis:org:diagnose:audittrail --lastndays 5"
|
|
5406
5409
|
],
|
|
5407
5410
|
"flags": {
|
|
5408
5411
|
"json": {
|
|
@@ -5420,37 +5423,26 @@
|
|
|
5420
5423
|
"multiple": false,
|
|
5421
5424
|
"type": "option"
|
|
5422
5425
|
},
|
|
5423
|
-
"
|
|
5424
|
-
"char": "
|
|
5425
|
-
"description": "
|
|
5426
|
-
"name": "
|
|
5427
|
-
"hasDynamicHelp": false,
|
|
5428
|
-
"multiple": false,
|
|
5429
|
-
"type": "option"
|
|
5430
|
-
},
|
|
5431
|
-
"chunksize": {
|
|
5432
|
-
"char": "c",
|
|
5433
|
-
"description": "Number of records to add in a chunk before it is processed",
|
|
5434
|
-
"name": "chunksize",
|
|
5435
|
-
"default": 1000,
|
|
5426
|
+
"excludeusers": {
|
|
5427
|
+
"char": "e",
|
|
5428
|
+
"description": "Comma-separated list of usernames to exclude",
|
|
5429
|
+
"name": "excludeusers",
|
|
5436
5430
|
"hasDynamicHelp": false,
|
|
5437
5431
|
"multiple": false,
|
|
5438
5432
|
"type": "option"
|
|
5439
5433
|
},
|
|
5440
|
-
"
|
|
5434
|
+
"lastndays": {
|
|
5441
5435
|
"char": "t",
|
|
5442
|
-
"description": "
|
|
5443
|
-
"name": "
|
|
5444
|
-
"default": 300000,
|
|
5436
|
+
"description": "Number of days to extract from today (included)",
|
|
5437
|
+
"name": "lastndays",
|
|
5445
5438
|
"hasDynamicHelp": false,
|
|
5446
5439
|
"multiple": false,
|
|
5447
5440
|
"type": "option"
|
|
5448
5441
|
},
|
|
5449
|
-
"
|
|
5450
|
-
"char": "
|
|
5451
|
-
"description": "
|
|
5452
|
-
"name": "
|
|
5453
|
-
"default": 0,
|
|
5442
|
+
"outputfile": {
|
|
5443
|
+
"char": "f",
|
|
5444
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
5445
|
+
"name": "outputfile",
|
|
5454
5446
|
"hasDynamicHelp": false,
|
|
5455
5447
|
"multiple": false,
|
|
5456
5448
|
"type": "option"
|
|
@@ -5493,13 +5485,13 @@
|
|
|
5493
5485
|
},
|
|
5494
5486
|
"hasDynamicHelp": true,
|
|
5495
5487
|
"hiddenAliases": [],
|
|
5496
|
-
"id": "hardis:org:
|
|
5488
|
+
"id": "hardis:org:diagnose:audittrail",
|
|
5497
5489
|
"pluginAlias": "sfdx-hardis",
|
|
5498
5490
|
"pluginName": "sfdx-hardis",
|
|
5499
5491
|
"pluginType": "core",
|
|
5500
5492
|
"strict": true,
|
|
5501
5493
|
"enableJsonFlag": true,
|
|
5502
|
-
"title": "
|
|
5494
|
+
"title": "Diagnose content of Setup Audit Trail",
|
|
5503
5495
|
"requiresProject": false,
|
|
5504
5496
|
"isESM": true,
|
|
5505
5497
|
"relativePath": [
|
|
@@ -5507,43 +5499,43 @@
|
|
|
5507
5499
|
"commands",
|
|
5508
5500
|
"hardis",
|
|
5509
5501
|
"org",
|
|
5510
|
-
"
|
|
5511
|
-
"
|
|
5502
|
+
"diagnose",
|
|
5503
|
+
"audittrail.js"
|
|
5512
5504
|
],
|
|
5513
5505
|
"aliasPermutations": [],
|
|
5514
5506
|
"permutations": [
|
|
5515
|
-
"hardis:org:
|
|
5516
|
-
"org:hardis:
|
|
5517
|
-
"org:
|
|
5518
|
-
"org:
|
|
5519
|
-
"hardis:
|
|
5520
|
-
"
|
|
5521
|
-
"
|
|
5522
|
-
"
|
|
5523
|
-
"hardis:
|
|
5524
|
-
"
|
|
5525
|
-
"
|
|
5526
|
-
"
|
|
5527
|
-
"hardis:org:
|
|
5528
|
-
"org:hardis:
|
|
5529
|
-
"org:
|
|
5530
|
-
"org:
|
|
5531
|
-
"hardis:
|
|
5532
|
-
"
|
|
5533
|
-
"
|
|
5534
|
-
"
|
|
5535
|
-
"hardis:
|
|
5536
|
-
"
|
|
5537
|
-
"
|
|
5538
|
-
"
|
|
5507
|
+
"hardis:org:diagnose:audittrail",
|
|
5508
|
+
"org:hardis:diagnose:audittrail",
|
|
5509
|
+
"org:diagnose:hardis:audittrail",
|
|
5510
|
+
"org:diagnose:audittrail:hardis",
|
|
5511
|
+
"hardis:diagnose:org:audittrail",
|
|
5512
|
+
"diagnose:hardis:org:audittrail",
|
|
5513
|
+
"diagnose:org:hardis:audittrail",
|
|
5514
|
+
"diagnose:org:audittrail:hardis",
|
|
5515
|
+
"hardis:diagnose:audittrail:org",
|
|
5516
|
+
"diagnose:hardis:audittrail:org",
|
|
5517
|
+
"diagnose:audittrail:hardis:org",
|
|
5518
|
+
"diagnose:audittrail:org:hardis",
|
|
5519
|
+
"hardis:org:audittrail:diagnose",
|
|
5520
|
+
"org:hardis:audittrail:diagnose",
|
|
5521
|
+
"org:audittrail:hardis:diagnose",
|
|
5522
|
+
"org:audittrail:diagnose:hardis",
|
|
5523
|
+
"hardis:audittrail:org:diagnose",
|
|
5524
|
+
"audittrail:hardis:org:diagnose",
|
|
5525
|
+
"audittrail:org:hardis:diagnose",
|
|
5526
|
+
"audittrail:org:diagnose:hardis",
|
|
5527
|
+
"hardis:audittrail:diagnose:org",
|
|
5528
|
+
"audittrail:hardis:diagnose:org",
|
|
5529
|
+
"audittrail:diagnose:hardis:org",
|
|
5530
|
+
"audittrail:diagnose:org:hardis"
|
|
5539
5531
|
]
|
|
5540
5532
|
},
|
|
5541
|
-
"hardis:org:
|
|
5533
|
+
"hardis:org:diagnose:instanceupgrade": {
|
|
5542
5534
|
"aliases": [],
|
|
5543
5535
|
"args": {},
|
|
5544
|
-
"description": "
|
|
5536
|
+
"description": "Get the date when the org instance will be upgraded (to Spring, Summer or Winter)\n ",
|
|
5545
5537
|
"examples": [
|
|
5546
|
-
"$ sf hardis:org:
|
|
5538
|
+
"$ sf hardis:org:diagnose:instanceupgrade"
|
|
5547
5539
|
],
|
|
5548
5540
|
"flags": {
|
|
5549
5541
|
"json": {
|
|
@@ -5561,21 +5553,6 @@
|
|
|
5561
5553
|
"multiple": false,
|
|
5562
5554
|
"type": "option"
|
|
5563
5555
|
},
|
|
5564
|
-
"path": {
|
|
5565
|
-
"char": "p",
|
|
5566
|
-
"description": "Path to the file export project",
|
|
5567
|
-
"name": "path",
|
|
5568
|
-
"hasDynamicHelp": false,
|
|
5569
|
-
"multiple": false,
|
|
5570
|
-
"type": "option"
|
|
5571
|
-
},
|
|
5572
|
-
"overwrite": {
|
|
5573
|
-
"char": "f",
|
|
5574
|
-
"description": "Override existing files (doubles the number of API calls)",
|
|
5575
|
-
"name": "overwrite",
|
|
5576
|
-
"allowNo": false,
|
|
5577
|
-
"type": "boolean"
|
|
5578
|
-
},
|
|
5579
5556
|
"debug": {
|
|
5580
5557
|
"char": "d",
|
|
5581
5558
|
"description": "Activate debug mode (more logs)",
|
|
@@ -5614,13 +5591,13 @@
|
|
|
5614
5591
|
},
|
|
5615
5592
|
"hasDynamicHelp": true,
|
|
5616
5593
|
"hiddenAliases": [],
|
|
5617
|
-
"id": "hardis:org:
|
|
5594
|
+
"id": "hardis:org:diagnose:instanceupgrade",
|
|
5618
5595
|
"pluginAlias": "sfdx-hardis",
|
|
5619
5596
|
"pluginName": "sfdx-hardis",
|
|
5620
5597
|
"pluginType": "core",
|
|
5621
5598
|
"strict": true,
|
|
5622
5599
|
"enableJsonFlag": true,
|
|
5623
|
-
"title": "
|
|
5600
|
+
"title": "Get Instance Upgrade date",
|
|
5624
5601
|
"requiresProject": false,
|
|
5625
5602
|
"isESM": true,
|
|
5626
5603
|
"relativePath": [
|
|
@@ -5628,46 +5605,46 @@
|
|
|
5628
5605
|
"commands",
|
|
5629
5606
|
"hardis",
|
|
5630
5607
|
"org",
|
|
5631
|
-
"
|
|
5632
|
-
"
|
|
5608
|
+
"diagnose",
|
|
5609
|
+
"instanceupgrade.js"
|
|
5633
5610
|
],
|
|
5634
5611
|
"aliasPermutations": [],
|
|
5635
5612
|
"permutations": [
|
|
5636
|
-
"hardis:org:
|
|
5637
|
-
"org:hardis:
|
|
5638
|
-
"org:
|
|
5639
|
-
"org:
|
|
5640
|
-
"hardis:
|
|
5641
|
-
"
|
|
5642
|
-
"
|
|
5643
|
-
"
|
|
5644
|
-
"hardis:
|
|
5645
|
-
"
|
|
5646
|
-
"
|
|
5647
|
-
"
|
|
5648
|
-
"hardis:org:
|
|
5649
|
-
"org:hardis:
|
|
5650
|
-
"org:
|
|
5651
|
-
"org:
|
|
5652
|
-
"hardis:
|
|
5653
|
-
"
|
|
5654
|
-
"
|
|
5655
|
-
"
|
|
5656
|
-
"hardis:
|
|
5657
|
-
"
|
|
5658
|
-
"
|
|
5659
|
-
"
|
|
5613
|
+
"hardis:org:diagnose:instanceupgrade",
|
|
5614
|
+
"org:hardis:diagnose:instanceupgrade",
|
|
5615
|
+
"org:diagnose:hardis:instanceupgrade",
|
|
5616
|
+
"org:diagnose:instanceupgrade:hardis",
|
|
5617
|
+
"hardis:diagnose:org:instanceupgrade",
|
|
5618
|
+
"diagnose:hardis:org:instanceupgrade",
|
|
5619
|
+
"diagnose:org:hardis:instanceupgrade",
|
|
5620
|
+
"diagnose:org:instanceupgrade:hardis",
|
|
5621
|
+
"hardis:diagnose:instanceupgrade:org",
|
|
5622
|
+
"diagnose:hardis:instanceupgrade:org",
|
|
5623
|
+
"diagnose:instanceupgrade:hardis:org",
|
|
5624
|
+
"diagnose:instanceupgrade:org:hardis",
|
|
5625
|
+
"hardis:org:instanceupgrade:diagnose",
|
|
5626
|
+
"org:hardis:instanceupgrade:diagnose",
|
|
5627
|
+
"org:instanceupgrade:hardis:diagnose",
|
|
5628
|
+
"org:instanceupgrade:diagnose:hardis",
|
|
5629
|
+
"hardis:instanceupgrade:org:diagnose",
|
|
5630
|
+
"instanceupgrade:hardis:org:diagnose",
|
|
5631
|
+
"instanceupgrade:org:hardis:diagnose",
|
|
5632
|
+
"instanceupgrade:org:diagnose:hardis",
|
|
5633
|
+
"hardis:instanceupgrade:diagnose:org",
|
|
5634
|
+
"instanceupgrade:hardis:diagnose:org",
|
|
5635
|
+
"instanceupgrade:diagnose:hardis:org",
|
|
5636
|
+
"instanceupgrade:diagnose:org:hardis"
|
|
5660
5637
|
]
|
|
5661
5638
|
},
|
|
5662
|
-
"hardis:org:diagnose:
|
|
5639
|
+
"hardis:org:diagnose:legacyapi": {
|
|
5663
5640
|
"aliases": [],
|
|
5664
5641
|
"args": {},
|
|
5665
|
-
"description": "
|
|
5642
|
+
"description": "Checks if an org uses retired or someday retired API version\n\n\nSee article below\n\n[](https://nicolas.vuillamy.fr/handle-salesforce-api-versions-deprecation-like-a-pro-335065f52238)\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-deprecated-api-calls/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
5666
5643
|
"examples": [
|
|
5667
|
-
"$ sf hardis:org:diagnose:
|
|
5668
|
-
"$ sf hardis:org:diagnose:
|
|
5669
|
-
"$ sf hardis:org:diagnose:
|
|
5670
|
-
"$ sf hardis:org:diagnose:
|
|
5644
|
+
"$ sf hardis:org:diagnose:legacyapi",
|
|
5645
|
+
"$ sf hardis:org:diagnose:legacyapi -u hardis@myclient.com",
|
|
5646
|
+
"$ sf hardis:org:diagnose:legacyapi --outputfile 'c:/path/to/folder/legacyapi.csv'",
|
|
5647
|
+
"$ sf hardis:org:diagnose:legacyapi -u hardis@myclient.com --outputfile ./tmp/legacyapi.csv"
|
|
5671
5648
|
],
|
|
5672
5649
|
"flags": {
|
|
5673
5650
|
"json": {
|
|
@@ -5685,18 +5662,20 @@
|
|
|
5685
5662
|
"multiple": false,
|
|
5686
5663
|
"type": "option"
|
|
5687
5664
|
},
|
|
5688
|
-
"
|
|
5665
|
+
"eventtype": {
|
|
5689
5666
|
"char": "e",
|
|
5690
|
-
"description": "
|
|
5691
|
-
"name": "
|
|
5667
|
+
"description": "Type of EventLogFile event to analyze",
|
|
5668
|
+
"name": "eventtype",
|
|
5669
|
+
"default": "ApiTotalUsage",
|
|
5692
5670
|
"hasDynamicHelp": false,
|
|
5693
5671
|
"multiple": false,
|
|
5694
5672
|
"type": "option"
|
|
5695
5673
|
},
|
|
5696
|
-
"
|
|
5697
|
-
"char": "
|
|
5698
|
-
"description": "Number of
|
|
5699
|
-
"name": "
|
|
5674
|
+
"limit": {
|
|
5675
|
+
"char": "l",
|
|
5676
|
+
"description": "Number of latest EventLogFile events to analyze",
|
|
5677
|
+
"name": "limit",
|
|
5678
|
+
"default": 999,
|
|
5700
5679
|
"hasDynamicHelp": false,
|
|
5701
5680
|
"multiple": false,
|
|
5702
5681
|
"type": "option"
|
|
@@ -5747,13 +5726,13 @@
|
|
|
5747
5726
|
},
|
|
5748
5727
|
"hasDynamicHelp": true,
|
|
5749
5728
|
"hiddenAliases": [],
|
|
5750
|
-
"id": "hardis:org:diagnose:
|
|
5729
|
+
"id": "hardis:org:diagnose:legacyapi",
|
|
5751
5730
|
"pluginAlias": "sfdx-hardis",
|
|
5752
5731
|
"pluginName": "sfdx-hardis",
|
|
5753
5732
|
"pluginType": "core",
|
|
5754
5733
|
"strict": true,
|
|
5755
5734
|
"enableJsonFlag": true,
|
|
5756
|
-
"title": "
|
|
5735
|
+
"title": "Check for legacy API use",
|
|
5757
5736
|
"requiresProject": false,
|
|
5758
5737
|
"isESM": true,
|
|
5759
5738
|
"relativePath": [
|
|
@@ -5762,248 +5741,7 @@
|
|
|
5762
5741
|
"hardis",
|
|
5763
5742
|
"org",
|
|
5764
5743
|
"diagnose",
|
|
5765
|
-
"
|
|
5766
|
-
],
|
|
5767
|
-
"aliasPermutations": [],
|
|
5768
|
-
"permutations": [
|
|
5769
|
-
"hardis:org:diagnose:audittrail",
|
|
5770
|
-
"org:hardis:diagnose:audittrail",
|
|
5771
|
-
"org:diagnose:hardis:audittrail",
|
|
5772
|
-
"org:diagnose:audittrail:hardis",
|
|
5773
|
-
"hardis:diagnose:org:audittrail",
|
|
5774
|
-
"diagnose:hardis:org:audittrail",
|
|
5775
|
-
"diagnose:org:hardis:audittrail",
|
|
5776
|
-
"diagnose:org:audittrail:hardis",
|
|
5777
|
-
"hardis:diagnose:audittrail:org",
|
|
5778
|
-
"diagnose:hardis:audittrail:org",
|
|
5779
|
-
"diagnose:audittrail:hardis:org",
|
|
5780
|
-
"diagnose:audittrail:org:hardis",
|
|
5781
|
-
"hardis:org:audittrail:diagnose",
|
|
5782
|
-
"org:hardis:audittrail:diagnose",
|
|
5783
|
-
"org:audittrail:hardis:diagnose",
|
|
5784
|
-
"org:audittrail:diagnose:hardis",
|
|
5785
|
-
"hardis:audittrail:org:diagnose",
|
|
5786
|
-
"audittrail:hardis:org:diagnose",
|
|
5787
|
-
"audittrail:org:hardis:diagnose",
|
|
5788
|
-
"audittrail:org:diagnose:hardis",
|
|
5789
|
-
"hardis:audittrail:diagnose:org",
|
|
5790
|
-
"audittrail:hardis:diagnose:org",
|
|
5791
|
-
"audittrail:diagnose:hardis:org",
|
|
5792
|
-
"audittrail:diagnose:org:hardis"
|
|
5793
|
-
]
|
|
5794
|
-
},
|
|
5795
|
-
"hardis:org:diagnose:instanceupgrade": {
|
|
5796
|
-
"aliases": [],
|
|
5797
|
-
"args": {},
|
|
5798
|
-
"description": "Get the date when the org instance will be upgraded (to Spring, Summer or Winter)\n ",
|
|
5799
|
-
"examples": [
|
|
5800
|
-
"$ sf hardis:org:diagnose:instanceupgrade"
|
|
5801
|
-
],
|
|
5802
|
-
"flags": {
|
|
5803
|
-
"json": {
|
|
5804
|
-
"description": "Format output as json.",
|
|
5805
|
-
"helpGroup": "GLOBAL",
|
|
5806
|
-
"name": "json",
|
|
5807
|
-
"allowNo": false,
|
|
5808
|
-
"type": "boolean"
|
|
5809
|
-
},
|
|
5810
|
-
"flags-dir": {
|
|
5811
|
-
"helpGroup": "GLOBAL",
|
|
5812
|
-
"name": "flags-dir",
|
|
5813
|
-
"summary": "Import flag values from a directory.",
|
|
5814
|
-
"hasDynamicHelp": false,
|
|
5815
|
-
"multiple": false,
|
|
5816
|
-
"type": "option"
|
|
5817
|
-
},
|
|
5818
|
-
"debug": {
|
|
5819
|
-
"char": "d",
|
|
5820
|
-
"description": "Activate debug mode (more logs)",
|
|
5821
|
-
"name": "debug",
|
|
5822
|
-
"allowNo": false,
|
|
5823
|
-
"type": "boolean"
|
|
5824
|
-
},
|
|
5825
|
-
"websocket": {
|
|
5826
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
5827
|
-
"name": "websocket",
|
|
5828
|
-
"hasDynamicHelp": false,
|
|
5829
|
-
"multiple": false,
|
|
5830
|
-
"type": "option"
|
|
5831
|
-
},
|
|
5832
|
-
"skipauth": {
|
|
5833
|
-
"description": "Skip authentication check when a default username is required",
|
|
5834
|
-
"name": "skipauth",
|
|
5835
|
-
"allowNo": false,
|
|
5836
|
-
"type": "boolean"
|
|
5837
|
-
},
|
|
5838
|
-
"target-org": {
|
|
5839
|
-
"aliases": [
|
|
5840
|
-
"targetusername",
|
|
5841
|
-
"u"
|
|
5842
|
-
],
|
|
5843
|
-
"char": "o",
|
|
5844
|
-
"deprecateAliases": true,
|
|
5845
|
-
"name": "target-org",
|
|
5846
|
-
"noCacheDefault": true,
|
|
5847
|
-
"required": true,
|
|
5848
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
5849
|
-
"hasDynamicHelp": true,
|
|
5850
|
-
"multiple": false,
|
|
5851
|
-
"type": "option"
|
|
5852
|
-
}
|
|
5853
|
-
},
|
|
5854
|
-
"hasDynamicHelp": true,
|
|
5855
|
-
"hiddenAliases": [],
|
|
5856
|
-
"id": "hardis:org:diagnose:instanceupgrade",
|
|
5857
|
-
"pluginAlias": "sfdx-hardis",
|
|
5858
|
-
"pluginName": "sfdx-hardis",
|
|
5859
|
-
"pluginType": "core",
|
|
5860
|
-
"strict": true,
|
|
5861
|
-
"enableJsonFlag": true,
|
|
5862
|
-
"title": "Get Instance Upgrade date",
|
|
5863
|
-
"requiresProject": false,
|
|
5864
|
-
"isESM": true,
|
|
5865
|
-
"relativePath": [
|
|
5866
|
-
"lib",
|
|
5867
|
-
"commands",
|
|
5868
|
-
"hardis",
|
|
5869
|
-
"org",
|
|
5870
|
-
"diagnose",
|
|
5871
|
-
"instanceupgrade.js"
|
|
5872
|
-
],
|
|
5873
|
-
"aliasPermutations": [],
|
|
5874
|
-
"permutations": [
|
|
5875
|
-
"hardis:org:diagnose:instanceupgrade",
|
|
5876
|
-
"org:hardis:diagnose:instanceupgrade",
|
|
5877
|
-
"org:diagnose:hardis:instanceupgrade",
|
|
5878
|
-
"org:diagnose:instanceupgrade:hardis",
|
|
5879
|
-
"hardis:diagnose:org:instanceupgrade",
|
|
5880
|
-
"diagnose:hardis:org:instanceupgrade",
|
|
5881
|
-
"diagnose:org:hardis:instanceupgrade",
|
|
5882
|
-
"diagnose:org:instanceupgrade:hardis",
|
|
5883
|
-
"hardis:diagnose:instanceupgrade:org",
|
|
5884
|
-
"diagnose:hardis:instanceupgrade:org",
|
|
5885
|
-
"diagnose:instanceupgrade:hardis:org",
|
|
5886
|
-
"diagnose:instanceupgrade:org:hardis",
|
|
5887
|
-
"hardis:org:instanceupgrade:diagnose",
|
|
5888
|
-
"org:hardis:instanceupgrade:diagnose",
|
|
5889
|
-
"org:instanceupgrade:hardis:diagnose",
|
|
5890
|
-
"org:instanceupgrade:diagnose:hardis",
|
|
5891
|
-
"hardis:instanceupgrade:org:diagnose",
|
|
5892
|
-
"instanceupgrade:hardis:org:diagnose",
|
|
5893
|
-
"instanceupgrade:org:hardis:diagnose",
|
|
5894
|
-
"instanceupgrade:org:diagnose:hardis",
|
|
5895
|
-
"hardis:instanceupgrade:diagnose:org",
|
|
5896
|
-
"instanceupgrade:hardis:diagnose:org",
|
|
5897
|
-
"instanceupgrade:diagnose:hardis:org",
|
|
5898
|
-
"instanceupgrade:diagnose:org:hardis"
|
|
5899
|
-
]
|
|
5900
|
-
},
|
|
5901
|
-
"hardis:org:diagnose:legacyapi": {
|
|
5902
|
-
"aliases": [],
|
|
5903
|
-
"args": {},
|
|
5904
|
-
"description": "Checks if an org uses retired or someday retired API version\n\n\nSee article below\n\n[](https://nicolas.vuillamy.fr/handle-salesforce-api-versions-deprecation-like-a-pro-335065f52238)\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-deprecated-api-calls/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
5905
|
-
"examples": [
|
|
5906
|
-
"$ sf hardis:org:diagnose:legacyapi",
|
|
5907
|
-
"$ sf hardis:org:diagnose:legacyapi -u hardis@myclient.com",
|
|
5908
|
-
"$ sf hardis:org:diagnose:legacyapi --outputfile 'c:/path/to/folder/legacyapi.csv'",
|
|
5909
|
-
"$ sf hardis:org:diagnose:legacyapi -u hardis@myclient.com --outputfile ./tmp/legacyapi.csv"
|
|
5910
|
-
],
|
|
5911
|
-
"flags": {
|
|
5912
|
-
"json": {
|
|
5913
|
-
"description": "Format output as json.",
|
|
5914
|
-
"helpGroup": "GLOBAL",
|
|
5915
|
-
"name": "json",
|
|
5916
|
-
"allowNo": false,
|
|
5917
|
-
"type": "boolean"
|
|
5918
|
-
},
|
|
5919
|
-
"flags-dir": {
|
|
5920
|
-
"helpGroup": "GLOBAL",
|
|
5921
|
-
"name": "flags-dir",
|
|
5922
|
-
"summary": "Import flag values from a directory.",
|
|
5923
|
-
"hasDynamicHelp": false,
|
|
5924
|
-
"multiple": false,
|
|
5925
|
-
"type": "option"
|
|
5926
|
-
},
|
|
5927
|
-
"eventtype": {
|
|
5928
|
-
"char": "e",
|
|
5929
|
-
"description": "Type of EventLogFile event to analyze",
|
|
5930
|
-
"name": "eventtype",
|
|
5931
|
-
"default": "ApiTotalUsage",
|
|
5932
|
-
"hasDynamicHelp": false,
|
|
5933
|
-
"multiple": false,
|
|
5934
|
-
"type": "option"
|
|
5935
|
-
},
|
|
5936
|
-
"limit": {
|
|
5937
|
-
"char": "l",
|
|
5938
|
-
"description": "Number of latest EventLogFile events to analyze",
|
|
5939
|
-
"name": "limit",
|
|
5940
|
-
"default": 999,
|
|
5941
|
-
"hasDynamicHelp": false,
|
|
5942
|
-
"multiple": false,
|
|
5943
|
-
"type": "option"
|
|
5944
|
-
},
|
|
5945
|
-
"outputfile": {
|
|
5946
|
-
"char": "f",
|
|
5947
|
-
"description": "Force the path and name of output report file. Must end with .csv",
|
|
5948
|
-
"name": "outputfile",
|
|
5949
|
-
"hasDynamicHelp": false,
|
|
5950
|
-
"multiple": false,
|
|
5951
|
-
"type": "option"
|
|
5952
|
-
},
|
|
5953
|
-
"debug": {
|
|
5954
|
-
"char": "d",
|
|
5955
|
-
"description": "Activate debug mode (more logs)",
|
|
5956
|
-
"name": "debug",
|
|
5957
|
-
"allowNo": false,
|
|
5958
|
-
"type": "boolean"
|
|
5959
|
-
},
|
|
5960
|
-
"websocket": {
|
|
5961
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
5962
|
-
"name": "websocket",
|
|
5963
|
-
"hasDynamicHelp": false,
|
|
5964
|
-
"multiple": false,
|
|
5965
|
-
"type": "option"
|
|
5966
|
-
},
|
|
5967
|
-
"skipauth": {
|
|
5968
|
-
"description": "Skip authentication check when a default username is required",
|
|
5969
|
-
"name": "skipauth",
|
|
5970
|
-
"allowNo": false,
|
|
5971
|
-
"type": "boolean"
|
|
5972
|
-
},
|
|
5973
|
-
"target-org": {
|
|
5974
|
-
"aliases": [
|
|
5975
|
-
"targetusername",
|
|
5976
|
-
"u"
|
|
5977
|
-
],
|
|
5978
|
-
"char": "o",
|
|
5979
|
-
"deprecateAliases": true,
|
|
5980
|
-
"name": "target-org",
|
|
5981
|
-
"noCacheDefault": true,
|
|
5982
|
-
"required": true,
|
|
5983
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
5984
|
-
"hasDynamicHelp": true,
|
|
5985
|
-
"multiple": false,
|
|
5986
|
-
"type": "option"
|
|
5987
|
-
}
|
|
5988
|
-
},
|
|
5989
|
-
"hasDynamicHelp": true,
|
|
5990
|
-
"hiddenAliases": [],
|
|
5991
|
-
"id": "hardis:org:diagnose:legacyapi",
|
|
5992
|
-
"pluginAlias": "sfdx-hardis",
|
|
5993
|
-
"pluginName": "sfdx-hardis",
|
|
5994
|
-
"pluginType": "core",
|
|
5995
|
-
"strict": true,
|
|
5996
|
-
"enableJsonFlag": true,
|
|
5997
|
-
"title": "Check for legacy API use",
|
|
5998
|
-
"requiresProject": false,
|
|
5999
|
-
"isESM": true,
|
|
6000
|
-
"relativePath": [
|
|
6001
|
-
"lib",
|
|
6002
|
-
"commands",
|
|
6003
|
-
"hardis",
|
|
6004
|
-
"org",
|
|
6005
|
-
"diagnose",
|
|
6006
|
-
"legacyapi.js"
|
|
5744
|
+
"legacyapi.js"
|
|
6007
5745
|
],
|
|
6008
5746
|
"aliasPermutations": [],
|
|
6009
5747
|
"permutations": [
|
|
@@ -6808,6 +6546,268 @@
|
|
|
6808
6546
|
"unusedusers:diagnose:org:hardis"
|
|
6809
6547
|
]
|
|
6810
6548
|
},
|
|
6549
|
+
"hardis:org:files:export": {
|
|
6550
|
+
"aliases": [],
|
|
6551
|
+
"args": {},
|
|
6552
|
+
"description": "Export file attachments from a Salesforce org\n\nHandles:\n\n- ContentVersion\n- Attachment\n\nSee article below:\n\n[](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
|
|
6553
|
+
"examples": [
|
|
6554
|
+
"$ sf hardis:org:files:export"
|
|
6555
|
+
],
|
|
6556
|
+
"flags": {
|
|
6557
|
+
"json": {
|
|
6558
|
+
"description": "Format output as json.",
|
|
6559
|
+
"helpGroup": "GLOBAL",
|
|
6560
|
+
"name": "json",
|
|
6561
|
+
"allowNo": false,
|
|
6562
|
+
"type": "boolean"
|
|
6563
|
+
},
|
|
6564
|
+
"flags-dir": {
|
|
6565
|
+
"helpGroup": "GLOBAL",
|
|
6566
|
+
"name": "flags-dir",
|
|
6567
|
+
"summary": "Import flag values from a directory.",
|
|
6568
|
+
"hasDynamicHelp": false,
|
|
6569
|
+
"multiple": false,
|
|
6570
|
+
"type": "option"
|
|
6571
|
+
},
|
|
6572
|
+
"path": {
|
|
6573
|
+
"char": "p",
|
|
6574
|
+
"description": "Path to the file export project",
|
|
6575
|
+
"name": "path",
|
|
6576
|
+
"hasDynamicHelp": false,
|
|
6577
|
+
"multiple": false,
|
|
6578
|
+
"type": "option"
|
|
6579
|
+
},
|
|
6580
|
+
"chunksize": {
|
|
6581
|
+
"char": "c",
|
|
6582
|
+
"description": "Number of records to add in a chunk before it is processed",
|
|
6583
|
+
"name": "chunksize",
|
|
6584
|
+
"default": 1000,
|
|
6585
|
+
"hasDynamicHelp": false,
|
|
6586
|
+
"multiple": false,
|
|
6587
|
+
"type": "option"
|
|
6588
|
+
},
|
|
6589
|
+
"polltimeout": {
|
|
6590
|
+
"char": "t",
|
|
6591
|
+
"description": "Timeout in MS for Bulk API calls",
|
|
6592
|
+
"name": "polltimeout",
|
|
6593
|
+
"default": 300000,
|
|
6594
|
+
"hasDynamicHelp": false,
|
|
6595
|
+
"multiple": false,
|
|
6596
|
+
"type": "option"
|
|
6597
|
+
},
|
|
6598
|
+
"startchunknumber": {
|
|
6599
|
+
"char": "s",
|
|
6600
|
+
"description": "Chunk number to start from",
|
|
6601
|
+
"name": "startchunknumber",
|
|
6602
|
+
"default": 0,
|
|
6603
|
+
"hasDynamicHelp": false,
|
|
6604
|
+
"multiple": false,
|
|
6605
|
+
"type": "option"
|
|
6606
|
+
},
|
|
6607
|
+
"debug": {
|
|
6608
|
+
"char": "d",
|
|
6609
|
+
"description": "Activate debug mode (more logs)",
|
|
6610
|
+
"name": "debug",
|
|
6611
|
+
"allowNo": false,
|
|
6612
|
+
"type": "boolean"
|
|
6613
|
+
},
|
|
6614
|
+
"websocket": {
|
|
6615
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
6616
|
+
"name": "websocket",
|
|
6617
|
+
"hasDynamicHelp": false,
|
|
6618
|
+
"multiple": false,
|
|
6619
|
+
"type": "option"
|
|
6620
|
+
},
|
|
6621
|
+
"skipauth": {
|
|
6622
|
+
"description": "Skip authentication check when a default username is required",
|
|
6623
|
+
"name": "skipauth",
|
|
6624
|
+
"allowNo": false,
|
|
6625
|
+
"type": "boolean"
|
|
6626
|
+
},
|
|
6627
|
+
"target-org": {
|
|
6628
|
+
"aliases": [
|
|
6629
|
+
"targetusername",
|
|
6630
|
+
"u"
|
|
6631
|
+
],
|
|
6632
|
+
"char": "o",
|
|
6633
|
+
"deprecateAliases": true,
|
|
6634
|
+
"name": "target-org",
|
|
6635
|
+
"noCacheDefault": true,
|
|
6636
|
+
"required": true,
|
|
6637
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
6638
|
+
"hasDynamicHelp": true,
|
|
6639
|
+
"multiple": false,
|
|
6640
|
+
"type": "option"
|
|
6641
|
+
}
|
|
6642
|
+
},
|
|
6643
|
+
"hasDynamicHelp": true,
|
|
6644
|
+
"hiddenAliases": [],
|
|
6645
|
+
"id": "hardis:org:files:export",
|
|
6646
|
+
"pluginAlias": "sfdx-hardis",
|
|
6647
|
+
"pluginName": "sfdx-hardis",
|
|
6648
|
+
"pluginType": "core",
|
|
6649
|
+
"strict": true,
|
|
6650
|
+
"enableJsonFlag": true,
|
|
6651
|
+
"title": "Export files",
|
|
6652
|
+
"requiresProject": false,
|
|
6653
|
+
"isESM": true,
|
|
6654
|
+
"relativePath": [
|
|
6655
|
+
"lib",
|
|
6656
|
+
"commands",
|
|
6657
|
+
"hardis",
|
|
6658
|
+
"org",
|
|
6659
|
+
"files",
|
|
6660
|
+
"export.js"
|
|
6661
|
+
],
|
|
6662
|
+
"aliasPermutations": [],
|
|
6663
|
+
"permutations": [
|
|
6664
|
+
"hardis:org:files:export",
|
|
6665
|
+
"org:hardis:files:export",
|
|
6666
|
+
"org:files:hardis:export",
|
|
6667
|
+
"org:files:export:hardis",
|
|
6668
|
+
"hardis:files:org:export",
|
|
6669
|
+
"files:hardis:org:export",
|
|
6670
|
+
"files:org:hardis:export",
|
|
6671
|
+
"files:org:export:hardis",
|
|
6672
|
+
"hardis:files:export:org",
|
|
6673
|
+
"files:hardis:export:org",
|
|
6674
|
+
"files:export:hardis:org",
|
|
6675
|
+
"files:export:org:hardis",
|
|
6676
|
+
"hardis:org:export:files",
|
|
6677
|
+
"org:hardis:export:files",
|
|
6678
|
+
"org:export:hardis:files",
|
|
6679
|
+
"org:export:files:hardis",
|
|
6680
|
+
"hardis:export:org:files",
|
|
6681
|
+
"export:hardis:org:files",
|
|
6682
|
+
"export:org:hardis:files",
|
|
6683
|
+
"export:org:files:hardis",
|
|
6684
|
+
"hardis:export:files:org",
|
|
6685
|
+
"export:hardis:files:org",
|
|
6686
|
+
"export:files:hardis:org",
|
|
6687
|
+
"export:files:org:hardis"
|
|
6688
|
+
]
|
|
6689
|
+
},
|
|
6690
|
+
"hardis:org:files:import": {
|
|
6691
|
+
"aliases": [],
|
|
6692
|
+
"args": {},
|
|
6693
|
+
"description": "Import file attachments into a Salesforce org\n\nSee article below to see how to Export them.\n\n[](https://nicolas.vuillamy.fr/how-to-mass-download-notes-and-attachments-files-from-a-salesforce-org-83a028824afd)\n",
|
|
6694
|
+
"examples": [
|
|
6695
|
+
"$ sf hardis:org:files:import"
|
|
6696
|
+
],
|
|
6697
|
+
"flags": {
|
|
6698
|
+
"json": {
|
|
6699
|
+
"description": "Format output as json.",
|
|
6700
|
+
"helpGroup": "GLOBAL",
|
|
6701
|
+
"name": "json",
|
|
6702
|
+
"allowNo": false,
|
|
6703
|
+
"type": "boolean"
|
|
6704
|
+
},
|
|
6705
|
+
"flags-dir": {
|
|
6706
|
+
"helpGroup": "GLOBAL",
|
|
6707
|
+
"name": "flags-dir",
|
|
6708
|
+
"summary": "Import flag values from a directory.",
|
|
6709
|
+
"hasDynamicHelp": false,
|
|
6710
|
+
"multiple": false,
|
|
6711
|
+
"type": "option"
|
|
6712
|
+
},
|
|
6713
|
+
"path": {
|
|
6714
|
+
"char": "p",
|
|
6715
|
+
"description": "Path to the file export project",
|
|
6716
|
+
"name": "path",
|
|
6717
|
+
"hasDynamicHelp": false,
|
|
6718
|
+
"multiple": false,
|
|
6719
|
+
"type": "option"
|
|
6720
|
+
},
|
|
6721
|
+
"overwrite": {
|
|
6722
|
+
"char": "f",
|
|
6723
|
+
"description": "Override existing files (doubles the number of API calls)",
|
|
6724
|
+
"name": "overwrite",
|
|
6725
|
+
"allowNo": false,
|
|
6726
|
+
"type": "boolean"
|
|
6727
|
+
},
|
|
6728
|
+
"debug": {
|
|
6729
|
+
"char": "d",
|
|
6730
|
+
"description": "Activate debug mode (more logs)",
|
|
6731
|
+
"name": "debug",
|
|
6732
|
+
"allowNo": false,
|
|
6733
|
+
"type": "boolean"
|
|
6734
|
+
},
|
|
6735
|
+
"websocket": {
|
|
6736
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
6737
|
+
"name": "websocket",
|
|
6738
|
+
"hasDynamicHelp": false,
|
|
6739
|
+
"multiple": false,
|
|
6740
|
+
"type": "option"
|
|
6741
|
+
},
|
|
6742
|
+
"skipauth": {
|
|
6743
|
+
"description": "Skip authentication check when a default username is required",
|
|
6744
|
+
"name": "skipauth",
|
|
6745
|
+
"allowNo": false,
|
|
6746
|
+
"type": "boolean"
|
|
6747
|
+
},
|
|
6748
|
+
"target-org": {
|
|
6749
|
+
"aliases": [
|
|
6750
|
+
"targetusername",
|
|
6751
|
+
"u"
|
|
6752
|
+
],
|
|
6753
|
+
"char": "o",
|
|
6754
|
+
"deprecateAliases": true,
|
|
6755
|
+
"name": "target-org",
|
|
6756
|
+
"noCacheDefault": true,
|
|
6757
|
+
"required": true,
|
|
6758
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
6759
|
+
"hasDynamicHelp": true,
|
|
6760
|
+
"multiple": false,
|
|
6761
|
+
"type": "option"
|
|
6762
|
+
}
|
|
6763
|
+
},
|
|
6764
|
+
"hasDynamicHelp": true,
|
|
6765
|
+
"hiddenAliases": [],
|
|
6766
|
+
"id": "hardis:org:files:import",
|
|
6767
|
+
"pluginAlias": "sfdx-hardis",
|
|
6768
|
+
"pluginName": "sfdx-hardis",
|
|
6769
|
+
"pluginType": "core",
|
|
6770
|
+
"strict": true,
|
|
6771
|
+
"enableJsonFlag": true,
|
|
6772
|
+
"title": "Import files",
|
|
6773
|
+
"requiresProject": false,
|
|
6774
|
+
"isESM": true,
|
|
6775
|
+
"relativePath": [
|
|
6776
|
+
"lib",
|
|
6777
|
+
"commands",
|
|
6778
|
+
"hardis",
|
|
6779
|
+
"org",
|
|
6780
|
+
"files",
|
|
6781
|
+
"import.js"
|
|
6782
|
+
],
|
|
6783
|
+
"aliasPermutations": [],
|
|
6784
|
+
"permutations": [
|
|
6785
|
+
"hardis:org:files:import",
|
|
6786
|
+
"org:hardis:files:import",
|
|
6787
|
+
"org:files:hardis:import",
|
|
6788
|
+
"org:files:import:hardis",
|
|
6789
|
+
"hardis:files:org:import",
|
|
6790
|
+
"files:hardis:org:import",
|
|
6791
|
+
"files:org:hardis:import",
|
|
6792
|
+
"files:org:import:hardis",
|
|
6793
|
+
"hardis:files:import:org",
|
|
6794
|
+
"files:hardis:import:org",
|
|
6795
|
+
"files:import:hardis:org",
|
|
6796
|
+
"files:import:org:hardis",
|
|
6797
|
+
"hardis:org:import:files",
|
|
6798
|
+
"org:hardis:import:files",
|
|
6799
|
+
"org:import:hardis:files",
|
|
6800
|
+
"org:import:files:hardis",
|
|
6801
|
+
"hardis:import:org:files",
|
|
6802
|
+
"import:hardis:org:files",
|
|
6803
|
+
"import:org:hardis:files",
|
|
6804
|
+
"import:org:files:hardis",
|
|
6805
|
+
"hardis:import:files:org",
|
|
6806
|
+
"import:hardis:files:org",
|
|
6807
|
+
"import:files:hardis:org",
|
|
6808
|
+
"import:files:org:hardis"
|
|
6809
|
+
]
|
|
6810
|
+
},
|
|
6811
6811
|
"hardis:org:fix:listviewmine": {
|
|
6812
6812
|
"aliases": [],
|
|
6813
6813
|
"args": {},
|
|
@@ -14726,5 +14726,5 @@
|
|
|
14726
14726
|
]
|
|
14727
14727
|
}
|
|
14728
14728
|
},
|
|
14729
|
-
"version": "5.38.1
|
|
14729
|
+
"version": "5.38.1"
|
|
14730
14730
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Swiss-army-knife Toolbox for Salesforce.\n Allows you to define a complete CD/CD Pipeline.\n Orchestrate base commands and assist users with interactive wizards",
|
|
4
4
|
"author": "NicolasVuillamy @nvuillam",
|
|
5
5
|
"bugs": "https://github.com/hardisgroupcom/sfdx-hardis/issues",
|
|
6
|
-
"version": "5.38.1
|
|
6
|
+
"version": "5.38.1",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@actions/github": "^6.0.1",
|
|
9
9
|
"@cparra/apexdocs": "^3.12.1",
|