sfdx-hardis 5.43.4 → 5.43.5
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 +4 -0
- package/lib/common/utils/deployUtils.js +9 -1
- package/lib/common/utils/deployUtils.js.map +1 -1
- package/oclif.manifest.json +935 -935
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -5476,15 +5476,12 @@
|
|
|
5476
5476
|
"import:data:org:hardis"
|
|
5477
5477
|
]
|
|
5478
5478
|
},
|
|
5479
|
-
"hardis:org:
|
|
5479
|
+
"hardis:org:files:export": {
|
|
5480
5480
|
"aliases": [],
|
|
5481
5481
|
"args": {},
|
|
5482
|
-
"description": "Export
|
|
5482
|
+
"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",
|
|
5483
5483
|
"examples": [
|
|
5484
|
-
"$ sf hardis:org:
|
|
5485
|
-
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com",
|
|
5486
|
-
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com,bertrand@titi.com",
|
|
5487
|
-
"$ sf hardis:org:diagnose:audittrail --lastndays 5"
|
|
5484
|
+
"$ sf hardis:org:files:export"
|
|
5488
5485
|
],
|
|
5489
5486
|
"flags": {
|
|
5490
5487
|
"json": {
|
|
@@ -5502,26 +5499,37 @@
|
|
|
5502
5499
|
"multiple": false,
|
|
5503
5500
|
"type": "option"
|
|
5504
5501
|
},
|
|
5505
|
-
"
|
|
5506
|
-
"char": "
|
|
5507
|
-
"description": "
|
|
5508
|
-
"name": "
|
|
5502
|
+
"path": {
|
|
5503
|
+
"char": "p",
|
|
5504
|
+
"description": "Path to the file export project",
|
|
5505
|
+
"name": "path",
|
|
5509
5506
|
"hasDynamicHelp": false,
|
|
5510
5507
|
"multiple": false,
|
|
5511
5508
|
"type": "option"
|
|
5512
5509
|
},
|
|
5513
|
-
"
|
|
5510
|
+
"chunksize": {
|
|
5511
|
+
"char": "c",
|
|
5512
|
+
"description": "Number of records to add in a chunk before it is processed",
|
|
5513
|
+
"name": "chunksize",
|
|
5514
|
+
"default": 1000,
|
|
5515
|
+
"hasDynamicHelp": false,
|
|
5516
|
+
"multiple": false,
|
|
5517
|
+
"type": "option"
|
|
5518
|
+
},
|
|
5519
|
+
"polltimeout": {
|
|
5514
5520
|
"char": "t",
|
|
5515
|
-
"description": "
|
|
5516
|
-
"name": "
|
|
5521
|
+
"description": "Timeout in MS for Bulk API calls",
|
|
5522
|
+
"name": "polltimeout",
|
|
5523
|
+
"default": 300000,
|
|
5517
5524
|
"hasDynamicHelp": false,
|
|
5518
5525
|
"multiple": false,
|
|
5519
5526
|
"type": "option"
|
|
5520
5527
|
},
|
|
5521
|
-
"
|
|
5522
|
-
"char": "
|
|
5523
|
-
"description": "
|
|
5524
|
-
"name": "
|
|
5528
|
+
"startchunknumber": {
|
|
5529
|
+
"char": "s",
|
|
5530
|
+
"description": "Chunk number to start from",
|
|
5531
|
+
"name": "startchunknumber",
|
|
5532
|
+
"default": 0,
|
|
5525
5533
|
"hasDynamicHelp": false,
|
|
5526
5534
|
"multiple": false,
|
|
5527
5535
|
"type": "option"
|
|
@@ -5564,13 +5572,13 @@
|
|
|
5564
5572
|
},
|
|
5565
5573
|
"hasDynamicHelp": true,
|
|
5566
5574
|
"hiddenAliases": [],
|
|
5567
|
-
"id": "hardis:org:
|
|
5575
|
+
"id": "hardis:org:files:export",
|
|
5568
5576
|
"pluginAlias": "sfdx-hardis",
|
|
5569
5577
|
"pluginName": "sfdx-hardis",
|
|
5570
5578
|
"pluginType": "core",
|
|
5571
5579
|
"strict": true,
|
|
5572
5580
|
"enableJsonFlag": true,
|
|
5573
|
-
"title": "
|
|
5581
|
+
"title": "Export files",
|
|
5574
5582
|
"requiresProject": false,
|
|
5575
5583
|
"isESM": true,
|
|
5576
5584
|
"relativePath": [
|
|
@@ -5578,43 +5586,43 @@
|
|
|
5578
5586
|
"commands",
|
|
5579
5587
|
"hardis",
|
|
5580
5588
|
"org",
|
|
5581
|
-
"
|
|
5582
|
-
"
|
|
5589
|
+
"files",
|
|
5590
|
+
"export.js"
|
|
5583
5591
|
],
|
|
5584
5592
|
"aliasPermutations": [],
|
|
5585
5593
|
"permutations": [
|
|
5586
|
-
"hardis:org:
|
|
5587
|
-
"org:hardis:
|
|
5588
|
-
"org:
|
|
5589
|
-
"org:
|
|
5590
|
-
"hardis:
|
|
5591
|
-
"
|
|
5592
|
-
"
|
|
5593
|
-
"
|
|
5594
|
-
"hardis:
|
|
5595
|
-
"
|
|
5596
|
-
"
|
|
5597
|
-
"
|
|
5598
|
-
"hardis:org:
|
|
5599
|
-
"org:hardis:
|
|
5600
|
-
"org:
|
|
5601
|
-
"org:
|
|
5602
|
-
"hardis:
|
|
5603
|
-
"
|
|
5604
|
-
"
|
|
5605
|
-
"
|
|
5606
|
-
"hardis:
|
|
5607
|
-
"
|
|
5608
|
-
"
|
|
5609
|
-
"
|
|
5594
|
+
"hardis:org:files:export",
|
|
5595
|
+
"org:hardis:files:export",
|
|
5596
|
+
"org:files:hardis:export",
|
|
5597
|
+
"org:files:export:hardis",
|
|
5598
|
+
"hardis:files:org:export",
|
|
5599
|
+
"files:hardis:org:export",
|
|
5600
|
+
"files:org:hardis:export",
|
|
5601
|
+
"files:org:export:hardis",
|
|
5602
|
+
"hardis:files:export:org",
|
|
5603
|
+
"files:hardis:export:org",
|
|
5604
|
+
"files:export:hardis:org",
|
|
5605
|
+
"files:export:org:hardis",
|
|
5606
|
+
"hardis:org:export:files",
|
|
5607
|
+
"org:hardis:export:files",
|
|
5608
|
+
"org:export:hardis:files",
|
|
5609
|
+
"org:export:files:hardis",
|
|
5610
|
+
"hardis:export:org:files",
|
|
5611
|
+
"export:hardis:org:files",
|
|
5612
|
+
"export:org:hardis:files",
|
|
5613
|
+
"export:org:files:hardis",
|
|
5614
|
+
"hardis:export:files:org",
|
|
5615
|
+
"export:hardis:files:org",
|
|
5616
|
+
"export:files:hardis:org",
|
|
5617
|
+
"export:files:org:hardis"
|
|
5610
5618
|
]
|
|
5611
5619
|
},
|
|
5612
|
-
"hardis:org:
|
|
5620
|
+
"hardis:org:files:import": {
|
|
5613
5621
|
"aliases": [],
|
|
5614
5622
|
"args": {},
|
|
5615
|
-
"description": "
|
|
5623
|
+
"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",
|
|
5616
5624
|
"examples": [
|
|
5617
|
-
"$ sf hardis:org:
|
|
5625
|
+
"$ sf hardis:org:files:import"
|
|
5618
5626
|
],
|
|
5619
5627
|
"flags": {
|
|
5620
5628
|
"json": {
|
|
@@ -5632,6 +5640,21 @@
|
|
|
5632
5640
|
"multiple": false,
|
|
5633
5641
|
"type": "option"
|
|
5634
5642
|
},
|
|
5643
|
+
"path": {
|
|
5644
|
+
"char": "p",
|
|
5645
|
+
"description": "Path to the file export project",
|
|
5646
|
+
"name": "path",
|
|
5647
|
+
"hasDynamicHelp": false,
|
|
5648
|
+
"multiple": false,
|
|
5649
|
+
"type": "option"
|
|
5650
|
+
},
|
|
5651
|
+
"overwrite": {
|
|
5652
|
+
"char": "f",
|
|
5653
|
+
"description": "Override existing files (doubles the number of API calls)",
|
|
5654
|
+
"name": "overwrite",
|
|
5655
|
+
"allowNo": false,
|
|
5656
|
+
"type": "boolean"
|
|
5657
|
+
},
|
|
5635
5658
|
"debug": {
|
|
5636
5659
|
"char": "d",
|
|
5637
5660
|
"description": "Activate debug mode (more logs)",
|
|
@@ -5670,13 +5693,13 @@
|
|
|
5670
5693
|
},
|
|
5671
5694
|
"hasDynamicHelp": true,
|
|
5672
5695
|
"hiddenAliases": [],
|
|
5673
|
-
"id": "hardis:org:
|
|
5696
|
+
"id": "hardis:org:files:import",
|
|
5674
5697
|
"pluginAlias": "sfdx-hardis",
|
|
5675
5698
|
"pluginName": "sfdx-hardis",
|
|
5676
5699
|
"pluginType": "core",
|
|
5677
5700
|
"strict": true,
|
|
5678
5701
|
"enableJsonFlag": true,
|
|
5679
|
-
"title": "
|
|
5702
|
+
"title": "Import files",
|
|
5680
5703
|
"requiresProject": false,
|
|
5681
5704
|
"isESM": true,
|
|
5682
5705
|
"relativePath": [
|
|
@@ -5684,46 +5707,44 @@
|
|
|
5684
5707
|
"commands",
|
|
5685
5708
|
"hardis",
|
|
5686
5709
|
"org",
|
|
5687
|
-
"
|
|
5688
|
-
"
|
|
5710
|
+
"files",
|
|
5711
|
+
"import.js"
|
|
5689
5712
|
],
|
|
5690
5713
|
"aliasPermutations": [],
|
|
5691
5714
|
"permutations": [
|
|
5692
|
-
"hardis:org:
|
|
5693
|
-
"org:hardis:
|
|
5694
|
-
"org:
|
|
5695
|
-
"org:
|
|
5696
|
-
"hardis:
|
|
5697
|
-
"
|
|
5698
|
-
"
|
|
5699
|
-
"
|
|
5700
|
-
"hardis:
|
|
5701
|
-
"
|
|
5702
|
-
"
|
|
5703
|
-
"
|
|
5704
|
-
"hardis:org:
|
|
5705
|
-
"org:hardis:
|
|
5706
|
-
"org:
|
|
5707
|
-
"org:
|
|
5708
|
-
"hardis:
|
|
5709
|
-
"
|
|
5710
|
-
"
|
|
5711
|
-
"
|
|
5712
|
-
"hardis:
|
|
5713
|
-
"
|
|
5714
|
-
"
|
|
5715
|
-
"
|
|
5715
|
+
"hardis:org:files:import",
|
|
5716
|
+
"org:hardis:files:import",
|
|
5717
|
+
"org:files:hardis:import",
|
|
5718
|
+
"org:files:import:hardis",
|
|
5719
|
+
"hardis:files:org:import",
|
|
5720
|
+
"files:hardis:org:import",
|
|
5721
|
+
"files:org:hardis:import",
|
|
5722
|
+
"files:org:import:hardis",
|
|
5723
|
+
"hardis:files:import:org",
|
|
5724
|
+
"files:hardis:import:org",
|
|
5725
|
+
"files:import:hardis:org",
|
|
5726
|
+
"files:import:org:hardis",
|
|
5727
|
+
"hardis:org:import:files",
|
|
5728
|
+
"org:hardis:import:files",
|
|
5729
|
+
"org:import:hardis:files",
|
|
5730
|
+
"org:import:files:hardis",
|
|
5731
|
+
"hardis:import:org:files",
|
|
5732
|
+
"import:hardis:org:files",
|
|
5733
|
+
"import:org:hardis:files",
|
|
5734
|
+
"import:org:files:hardis",
|
|
5735
|
+
"hardis:import:files:org",
|
|
5736
|
+
"import:hardis:files:org",
|
|
5737
|
+
"import:files:hardis:org",
|
|
5738
|
+
"import:files:org:hardis"
|
|
5716
5739
|
]
|
|
5717
5740
|
},
|
|
5718
|
-
"hardis:org:
|
|
5741
|
+
"hardis:org:fix:listviewmine": {
|
|
5719
5742
|
"aliases": [],
|
|
5720
5743
|
"args": {},
|
|
5721
|
-
"description": "
|
|
5744
|
+
"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",
|
|
5722
5745
|
"examples": [
|
|
5723
|
-
"$ sf hardis:org:
|
|
5724
|
-
"$ sf hardis:org:
|
|
5725
|
-
"$ sf hardis:org:diagnose:legacyapi --outputfile 'c:/path/to/folder/legacyapi.csv'",
|
|
5726
|
-
"$ sf hardis:org:diagnose:legacyapi -u hardis@myclient.com --outputfile ./tmp/legacyapi.csv"
|
|
5746
|
+
"$ sf hardis:org:fix:listviewmine",
|
|
5747
|
+
"$ sf hardis:org:fix:listviewmine --listviews Opportunity:MySubscriptions,Account:MyActivePartners"
|
|
5727
5748
|
],
|
|
5728
5749
|
"flags": {
|
|
5729
5750
|
"json": {
|
|
@@ -5741,28 +5762,10 @@
|
|
|
5741
5762
|
"multiple": false,
|
|
5742
5763
|
"type": "option"
|
|
5743
5764
|
},
|
|
5744
|
-
"
|
|
5745
|
-
"char": "e",
|
|
5746
|
-
"description": "Type of EventLogFile event to analyze",
|
|
5747
|
-
"name": "eventtype",
|
|
5748
|
-
"default": "ApiTotalUsage",
|
|
5749
|
-
"hasDynamicHelp": false,
|
|
5750
|
-
"multiple": false,
|
|
5751
|
-
"type": "option"
|
|
5752
|
-
},
|
|
5753
|
-
"limit": {
|
|
5765
|
+
"listviews": {
|
|
5754
5766
|
"char": "l",
|
|
5755
|
-
"description": "
|
|
5756
|
-
"name": "
|
|
5757
|
-
"default": 999,
|
|
5758
|
-
"hasDynamicHelp": false,
|
|
5759
|
-
"multiple": false,
|
|
5760
|
-
"type": "option"
|
|
5761
|
-
},
|
|
5762
|
-
"outputfile": {
|
|
5763
|
-
"char": "f",
|
|
5764
|
-
"description": "Force the path and name of output report file. Must end with .csv",
|
|
5765
|
-
"name": "outputfile",
|
|
5767
|
+
"description": "Comma-separated list of listviews following format Object:ListViewName\nExample: Contact:MyContacts,Contact:MyActiveContacts,Opportunity:MYClosedOpportunities",
|
|
5768
|
+
"name": "listviews",
|
|
5766
5769
|
"hasDynamicHelp": false,
|
|
5767
5770
|
"multiple": false,
|
|
5768
5771
|
"type": "option"
|
|
@@ -5805,62 +5808,65 @@
|
|
|
5805
5808
|
},
|
|
5806
5809
|
"hasDynamicHelp": true,
|
|
5807
5810
|
"hiddenAliases": [],
|
|
5808
|
-
"id": "hardis:org:
|
|
5811
|
+
"id": "hardis:org:fix:listviewmine",
|
|
5809
5812
|
"pluginAlias": "sfdx-hardis",
|
|
5810
5813
|
"pluginName": "sfdx-hardis",
|
|
5811
5814
|
"pluginType": "core",
|
|
5812
5815
|
"strict": true,
|
|
5813
5816
|
"enableJsonFlag": true,
|
|
5814
|
-
"title": "
|
|
5815
|
-
"requiresProject":
|
|
5817
|
+
"title": "Fix listviews with ",
|
|
5818
|
+
"requiresProject": true,
|
|
5816
5819
|
"isESM": true,
|
|
5817
5820
|
"relativePath": [
|
|
5818
5821
|
"lib",
|
|
5819
5822
|
"commands",
|
|
5820
5823
|
"hardis",
|
|
5821
5824
|
"org",
|
|
5822
|
-
"
|
|
5823
|
-
"
|
|
5825
|
+
"fix",
|
|
5826
|
+
"listviewmine.js"
|
|
5824
5827
|
],
|
|
5825
5828
|
"aliasPermutations": [],
|
|
5826
5829
|
"permutations": [
|
|
5827
|
-
"hardis:org:
|
|
5828
|
-
"org:hardis:
|
|
5829
|
-
"org:
|
|
5830
|
-
"org:
|
|
5831
|
-
"hardis:
|
|
5832
|
-
"
|
|
5833
|
-
"
|
|
5834
|
-
"
|
|
5835
|
-
"hardis:
|
|
5836
|
-
"
|
|
5837
|
-
"
|
|
5838
|
-
"
|
|
5839
|
-
"hardis:org:
|
|
5840
|
-
"org:hardis:
|
|
5841
|
-
"org:
|
|
5842
|
-
"org:
|
|
5843
|
-
"hardis:
|
|
5844
|
-
"
|
|
5845
|
-
"
|
|
5846
|
-
"
|
|
5847
|
-
"hardis:
|
|
5848
|
-
"
|
|
5849
|
-
"
|
|
5850
|
-
"
|
|
5851
|
-
]
|
|
5852
|
-
},
|
|
5853
|
-
"hardis:org:diagnose:
|
|
5854
|
-
"aliases": [],
|
|
5855
|
-
"args": {},
|
|
5856
|
-
"description": "
|
|
5857
|
-
"examples": [
|
|
5858
|
-
"$ sf hardis:org:diagnose:
|
|
5859
|
-
|
|
5860
|
-
|
|
5861
|
-
"
|
|
5862
|
-
|
|
5863
|
-
|
|
5830
|
+
"hardis:org:fix:listviewmine",
|
|
5831
|
+
"org:hardis:fix:listviewmine",
|
|
5832
|
+
"org:fix:hardis:listviewmine",
|
|
5833
|
+
"org:fix:listviewmine:hardis",
|
|
5834
|
+
"hardis:fix:org:listviewmine",
|
|
5835
|
+
"fix:hardis:org:listviewmine",
|
|
5836
|
+
"fix:org:hardis:listviewmine",
|
|
5837
|
+
"fix:org:listviewmine:hardis",
|
|
5838
|
+
"hardis:fix:listviewmine:org",
|
|
5839
|
+
"fix:hardis:listviewmine:org",
|
|
5840
|
+
"fix:listviewmine:hardis:org",
|
|
5841
|
+
"fix:listviewmine:org:hardis",
|
|
5842
|
+
"hardis:org:listviewmine:fix",
|
|
5843
|
+
"org:hardis:listviewmine:fix",
|
|
5844
|
+
"org:listviewmine:hardis:fix",
|
|
5845
|
+
"org:listviewmine:fix:hardis",
|
|
5846
|
+
"hardis:listviewmine:org:fix",
|
|
5847
|
+
"listviewmine:hardis:org:fix",
|
|
5848
|
+
"listviewmine:org:hardis:fix",
|
|
5849
|
+
"listviewmine:org:fix:hardis",
|
|
5850
|
+
"hardis:listviewmine:fix:org",
|
|
5851
|
+
"listviewmine:hardis:fix:org",
|
|
5852
|
+
"listviewmine:fix:hardis:org",
|
|
5853
|
+
"listviewmine:fix:org:hardis"
|
|
5854
|
+
]
|
|
5855
|
+
},
|
|
5856
|
+
"hardis:org:diagnose:audittrail": {
|
|
5857
|
+
"aliases": [],
|
|
5858
|
+
"args": {},
|
|
5859
|
+
"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",
|
|
5860
|
+
"examples": [
|
|
5861
|
+
"$ sf hardis:org:diagnose:audittrail",
|
|
5862
|
+
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com",
|
|
5863
|
+
"$ sf hardis:org:diagnose:audittrail --excludeusers baptiste@titi.com,bertrand@titi.com",
|
|
5864
|
+
"$ sf hardis:org:diagnose:audittrail --lastndays 5"
|
|
5865
|
+
],
|
|
5866
|
+
"flags": {
|
|
5867
|
+
"json": {
|
|
5868
|
+
"description": "Format output as json.",
|
|
5869
|
+
"helpGroup": "GLOBAL",
|
|
5864
5870
|
"name": "json",
|
|
5865
5871
|
"allowNo": false,
|
|
5866
5872
|
"type": "boolean"
|
|
@@ -5873,6 +5879,22 @@
|
|
|
5873
5879
|
"multiple": false,
|
|
5874
5880
|
"type": "option"
|
|
5875
5881
|
},
|
|
5882
|
+
"excludeusers": {
|
|
5883
|
+
"char": "e",
|
|
5884
|
+
"description": "Comma-separated list of usernames to exclude",
|
|
5885
|
+
"name": "excludeusers",
|
|
5886
|
+
"hasDynamicHelp": false,
|
|
5887
|
+
"multiple": false,
|
|
5888
|
+
"type": "option"
|
|
5889
|
+
},
|
|
5890
|
+
"lastndays": {
|
|
5891
|
+
"char": "t",
|
|
5892
|
+
"description": "Number of days to extract from today (included)",
|
|
5893
|
+
"name": "lastndays",
|
|
5894
|
+
"hasDynamicHelp": false,
|
|
5895
|
+
"multiple": false,
|
|
5896
|
+
"type": "option"
|
|
5897
|
+
},
|
|
5876
5898
|
"outputfile": {
|
|
5877
5899
|
"char": "f",
|
|
5878
5900
|
"description": "Force the path and name of output report file. Must end with .csv",
|
|
@@ -5881,13 +5903,6 @@
|
|
|
5881
5903
|
"multiple": false,
|
|
5882
5904
|
"type": "option"
|
|
5883
5905
|
},
|
|
5884
|
-
"usedonly": {
|
|
5885
|
-
"char": "u",
|
|
5886
|
-
"description": "Filter to have only used licenses",
|
|
5887
|
-
"name": "usedonly",
|
|
5888
|
-
"allowNo": false,
|
|
5889
|
-
"type": "boolean"
|
|
5890
|
-
},
|
|
5891
5906
|
"debug": {
|
|
5892
5907
|
"char": "d",
|
|
5893
5908
|
"description": "Activate debug mode (more logs)",
|
|
@@ -5926,13 +5941,13 @@
|
|
|
5926
5941
|
},
|
|
5927
5942
|
"hasDynamicHelp": true,
|
|
5928
5943
|
"hiddenAliases": [],
|
|
5929
|
-
"id": "hardis:org:diagnose:
|
|
5944
|
+
"id": "hardis:org:diagnose:audittrail",
|
|
5930
5945
|
"pluginAlias": "sfdx-hardis",
|
|
5931
5946
|
"pluginName": "sfdx-hardis",
|
|
5932
5947
|
"pluginType": "core",
|
|
5933
5948
|
"strict": true,
|
|
5934
5949
|
"enableJsonFlag": true,
|
|
5935
|
-
"title": "
|
|
5950
|
+
"title": "Diagnose content of Setup Audit Trail",
|
|
5936
5951
|
"requiresProject": false,
|
|
5937
5952
|
"isESM": true,
|
|
5938
5953
|
"relativePath": [
|
|
@@ -5941,42 +5956,42 @@
|
|
|
5941
5956
|
"hardis",
|
|
5942
5957
|
"org",
|
|
5943
5958
|
"diagnose",
|
|
5944
|
-
"
|
|
5959
|
+
"audittrail.js"
|
|
5945
5960
|
],
|
|
5946
5961
|
"aliasPermutations": [],
|
|
5947
5962
|
"permutations": [
|
|
5948
|
-
"hardis:org:diagnose:
|
|
5949
|
-
"org:hardis:diagnose:
|
|
5950
|
-
"org:diagnose:hardis:
|
|
5951
|
-
"org:diagnose:
|
|
5952
|
-
"hardis:diagnose:org:
|
|
5953
|
-
"diagnose:hardis:org:
|
|
5954
|
-
"diagnose:org:hardis:
|
|
5955
|
-
"diagnose:org:
|
|
5956
|
-
"hardis:diagnose:
|
|
5957
|
-
"diagnose:hardis:
|
|
5958
|
-
"diagnose:
|
|
5959
|
-
"diagnose:
|
|
5960
|
-
"hardis:org:
|
|
5961
|
-
"org:hardis:
|
|
5962
|
-
"org:
|
|
5963
|
-
"org:
|
|
5964
|
-
"hardis:
|
|
5965
|
-
"
|
|
5966
|
-
"
|
|
5967
|
-
"
|
|
5968
|
-
"hardis:
|
|
5969
|
-
"
|
|
5970
|
-
"
|
|
5971
|
-
"
|
|
5963
|
+
"hardis:org:diagnose:audittrail",
|
|
5964
|
+
"org:hardis:diagnose:audittrail",
|
|
5965
|
+
"org:diagnose:hardis:audittrail",
|
|
5966
|
+
"org:diagnose:audittrail:hardis",
|
|
5967
|
+
"hardis:diagnose:org:audittrail",
|
|
5968
|
+
"diagnose:hardis:org:audittrail",
|
|
5969
|
+
"diagnose:org:hardis:audittrail",
|
|
5970
|
+
"diagnose:org:audittrail:hardis",
|
|
5971
|
+
"hardis:diagnose:audittrail:org",
|
|
5972
|
+
"diagnose:hardis:audittrail:org",
|
|
5973
|
+
"diagnose:audittrail:hardis:org",
|
|
5974
|
+
"diagnose:audittrail:org:hardis",
|
|
5975
|
+
"hardis:org:audittrail:diagnose",
|
|
5976
|
+
"org:hardis:audittrail:diagnose",
|
|
5977
|
+
"org:audittrail:hardis:diagnose",
|
|
5978
|
+
"org:audittrail:diagnose:hardis",
|
|
5979
|
+
"hardis:audittrail:org:diagnose",
|
|
5980
|
+
"audittrail:hardis:org:diagnose",
|
|
5981
|
+
"audittrail:org:hardis:diagnose",
|
|
5982
|
+
"audittrail:org:diagnose:hardis",
|
|
5983
|
+
"hardis:audittrail:diagnose:org",
|
|
5984
|
+
"audittrail:hardis:diagnose:org",
|
|
5985
|
+
"audittrail:diagnose:hardis:org",
|
|
5986
|
+
"audittrail:diagnose:org:hardis"
|
|
5972
5987
|
]
|
|
5973
5988
|
},
|
|
5974
|
-
"hardis:org:diagnose:
|
|
5989
|
+
"hardis:org:diagnose:instanceupgrade": {
|
|
5975
5990
|
"aliases": [],
|
|
5976
5991
|
"args": {},
|
|
5977
|
-
"description": "
|
|
5992
|
+
"description": "Get the date when the org instance will be upgraded (to Spring, Summer or Winter)\n ",
|
|
5978
5993
|
"examples": [
|
|
5979
|
-
"$ sf hardis:org:diagnose:
|
|
5994
|
+
"$ sf hardis:org:diagnose:instanceupgrade"
|
|
5980
5995
|
],
|
|
5981
5996
|
"flags": {
|
|
5982
5997
|
"json": {
|
|
@@ -5994,14 +6009,6 @@
|
|
|
5994
6009
|
"multiple": false,
|
|
5995
6010
|
"type": "option"
|
|
5996
6011
|
},
|
|
5997
|
-
"outputfile": {
|
|
5998
|
-
"char": "f",
|
|
5999
|
-
"description": "Force the path and name of output report file. Must end with .csv",
|
|
6000
|
-
"name": "outputfile",
|
|
6001
|
-
"hasDynamicHelp": false,
|
|
6002
|
-
"multiple": false,
|
|
6003
|
-
"type": "option"
|
|
6004
|
-
},
|
|
6005
6012
|
"debug": {
|
|
6006
6013
|
"char": "d",
|
|
6007
6014
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6040,13 +6047,13 @@
|
|
|
6040
6047
|
},
|
|
6041
6048
|
"hasDynamicHelp": true,
|
|
6042
6049
|
"hiddenAliases": [],
|
|
6043
|
-
"id": "hardis:org:diagnose:
|
|
6050
|
+
"id": "hardis:org:diagnose:instanceupgrade",
|
|
6044
6051
|
"pluginAlias": "sfdx-hardis",
|
|
6045
6052
|
"pluginName": "sfdx-hardis",
|
|
6046
6053
|
"pluginType": "core",
|
|
6047
6054
|
"strict": true,
|
|
6048
6055
|
"enableJsonFlag": true,
|
|
6049
|
-
"title": "
|
|
6056
|
+
"title": "Get Instance Upgrade date",
|
|
6050
6057
|
"requiresProject": false,
|
|
6051
6058
|
"isESM": true,
|
|
6052
6059
|
"relativePath": [
|
|
@@ -6055,43 +6062,45 @@
|
|
|
6055
6062
|
"hardis",
|
|
6056
6063
|
"org",
|
|
6057
6064
|
"diagnose",
|
|
6058
|
-
"
|
|
6065
|
+
"instanceupgrade.js"
|
|
6059
6066
|
],
|
|
6060
6067
|
"aliasPermutations": [],
|
|
6061
6068
|
"permutations": [
|
|
6062
|
-
"hardis:org:diagnose:
|
|
6063
|
-
"org:hardis:diagnose:
|
|
6064
|
-
"org:diagnose:hardis:
|
|
6065
|
-
"org:diagnose:
|
|
6066
|
-
"hardis:diagnose:org:
|
|
6067
|
-
"diagnose:hardis:org:
|
|
6068
|
-
"diagnose:org:hardis:
|
|
6069
|
-
"diagnose:org:
|
|
6070
|
-
"hardis:diagnose:
|
|
6071
|
-
"diagnose:hardis:
|
|
6072
|
-
"diagnose:
|
|
6073
|
-
"diagnose:
|
|
6074
|
-
"hardis:org:
|
|
6075
|
-
"org:hardis:
|
|
6076
|
-
"org:
|
|
6077
|
-
"org:
|
|
6078
|
-
"hardis:
|
|
6079
|
-
"
|
|
6080
|
-
"
|
|
6081
|
-
"
|
|
6082
|
-
"hardis:
|
|
6083
|
-
"
|
|
6084
|
-
"
|
|
6085
|
-
"
|
|
6069
|
+
"hardis:org:diagnose:instanceupgrade",
|
|
6070
|
+
"org:hardis:diagnose:instanceupgrade",
|
|
6071
|
+
"org:diagnose:hardis:instanceupgrade",
|
|
6072
|
+
"org:diagnose:instanceupgrade:hardis",
|
|
6073
|
+
"hardis:diagnose:org:instanceupgrade",
|
|
6074
|
+
"diagnose:hardis:org:instanceupgrade",
|
|
6075
|
+
"diagnose:org:hardis:instanceupgrade",
|
|
6076
|
+
"diagnose:org:instanceupgrade:hardis",
|
|
6077
|
+
"hardis:diagnose:instanceupgrade:org",
|
|
6078
|
+
"diagnose:hardis:instanceupgrade:org",
|
|
6079
|
+
"diagnose:instanceupgrade:hardis:org",
|
|
6080
|
+
"diagnose:instanceupgrade:org:hardis",
|
|
6081
|
+
"hardis:org:instanceupgrade:diagnose",
|
|
6082
|
+
"org:hardis:instanceupgrade:diagnose",
|
|
6083
|
+
"org:instanceupgrade:hardis:diagnose",
|
|
6084
|
+
"org:instanceupgrade:diagnose:hardis",
|
|
6085
|
+
"hardis:instanceupgrade:org:diagnose",
|
|
6086
|
+
"instanceupgrade:hardis:org:diagnose",
|
|
6087
|
+
"instanceupgrade:org:hardis:diagnose",
|
|
6088
|
+
"instanceupgrade:org:diagnose:hardis",
|
|
6089
|
+
"hardis:instanceupgrade:diagnose:org",
|
|
6090
|
+
"instanceupgrade:hardis:diagnose:org",
|
|
6091
|
+
"instanceupgrade:diagnose:hardis:org",
|
|
6092
|
+
"instanceupgrade:diagnose:org:hardis"
|
|
6086
6093
|
]
|
|
6087
6094
|
},
|
|
6088
|
-
"hardis:org:diagnose:
|
|
6095
|
+
"hardis:org:diagnose:legacyapi": {
|
|
6089
6096
|
"aliases": [],
|
|
6090
6097
|
"args": {},
|
|
6091
|
-
"description": "
|
|
6098
|
+
"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",
|
|
6092
6099
|
"examples": [
|
|
6093
|
-
"$ sf hardis:org:diagnose:
|
|
6094
|
-
"$ sf hardis:org:diagnose:
|
|
6100
|
+
"$ sf hardis:org:diagnose:legacyapi",
|
|
6101
|
+
"$ sf hardis:org:diagnose:legacyapi -u hardis@myclient.com",
|
|
6102
|
+
"$ sf hardis:org:diagnose:legacyapi --outputfile 'c:/path/to/folder/legacyapi.csv'",
|
|
6103
|
+
"$ sf hardis:org:diagnose:legacyapi -u hardis@myclient.com --outputfile ./tmp/legacyapi.csv"
|
|
6095
6104
|
],
|
|
6096
6105
|
"flags": {
|
|
6097
6106
|
"json": {
|
|
@@ -6109,18 +6118,28 @@
|
|
|
6109
6118
|
"multiple": false,
|
|
6110
6119
|
"type": "option"
|
|
6111
6120
|
},
|
|
6112
|
-
"
|
|
6113
|
-
"char": "
|
|
6114
|
-
"description": "
|
|
6115
|
-
"name": "
|
|
6121
|
+
"eventtype": {
|
|
6122
|
+
"char": "e",
|
|
6123
|
+
"description": "Type of EventLogFile event to analyze",
|
|
6124
|
+
"name": "eventtype",
|
|
6125
|
+
"default": "ApiTotalUsage",
|
|
6116
6126
|
"hasDynamicHelp": false,
|
|
6117
6127
|
"multiple": false,
|
|
6118
6128
|
"type": "option"
|
|
6119
6129
|
},
|
|
6120
|
-
"
|
|
6121
|
-
"char": "
|
|
6122
|
-
"description": "
|
|
6123
|
-
"name": "
|
|
6130
|
+
"limit": {
|
|
6131
|
+
"char": "l",
|
|
6132
|
+
"description": "Number of latest EventLogFile events to analyze",
|
|
6133
|
+
"name": "limit",
|
|
6134
|
+
"default": 999,
|
|
6135
|
+
"hasDynamicHelp": false,
|
|
6136
|
+
"multiple": false,
|
|
6137
|
+
"type": "option"
|
|
6138
|
+
},
|
|
6139
|
+
"outputfile": {
|
|
6140
|
+
"char": "f",
|
|
6141
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
6142
|
+
"name": "outputfile",
|
|
6124
6143
|
"hasDynamicHelp": false,
|
|
6125
6144
|
"multiple": false,
|
|
6126
6145
|
"type": "option"
|
|
@@ -6163,13 +6182,13 @@
|
|
|
6163
6182
|
},
|
|
6164
6183
|
"hasDynamicHelp": true,
|
|
6165
6184
|
"hiddenAliases": [],
|
|
6166
|
-
"id": "hardis:org:diagnose:
|
|
6185
|
+
"id": "hardis:org:diagnose:legacyapi",
|
|
6167
6186
|
"pluginAlias": "sfdx-hardis",
|
|
6168
6187
|
"pluginName": "sfdx-hardis",
|
|
6169
6188
|
"pluginType": "core",
|
|
6170
6189
|
"strict": true,
|
|
6171
6190
|
"enableJsonFlag": true,
|
|
6172
|
-
"title": "
|
|
6191
|
+
"title": "Check for legacy API use",
|
|
6173
6192
|
"requiresProject": false,
|
|
6174
6193
|
"isESM": true,
|
|
6175
6194
|
"relativePath": [
|
|
@@ -6178,42 +6197,42 @@
|
|
|
6178
6197
|
"hardis",
|
|
6179
6198
|
"org",
|
|
6180
6199
|
"diagnose",
|
|
6181
|
-
"
|
|
6200
|
+
"legacyapi.js"
|
|
6182
6201
|
],
|
|
6183
6202
|
"aliasPermutations": [],
|
|
6184
6203
|
"permutations": [
|
|
6185
|
-
"hardis:org:diagnose:
|
|
6186
|
-
"org:hardis:diagnose:
|
|
6187
|
-
"org:diagnose:hardis:
|
|
6188
|
-
"org:diagnose:
|
|
6189
|
-
"hardis:diagnose:org:
|
|
6190
|
-
"diagnose:hardis:org:
|
|
6191
|
-
"diagnose:org:hardis:
|
|
6192
|
-
"diagnose:org:
|
|
6193
|
-
"hardis:diagnose:
|
|
6194
|
-
"diagnose:hardis:
|
|
6195
|
-
"diagnose:
|
|
6196
|
-
"diagnose:
|
|
6197
|
-
"hardis:org:
|
|
6198
|
-
"org:hardis:
|
|
6199
|
-
"org:
|
|
6200
|
-
"org:
|
|
6201
|
-
"hardis:
|
|
6202
|
-
"
|
|
6203
|
-
"
|
|
6204
|
-
"
|
|
6205
|
-
"hardis:
|
|
6206
|
-
"
|
|
6207
|
-
"
|
|
6208
|
-
"
|
|
6209
|
-
]
|
|
6210
|
-
},
|
|
6211
|
-
"hardis:org:diagnose:
|
|
6212
|
-
"aliases": [],
|
|
6213
|
-
"args": {},
|
|
6214
|
-
"description": "
|
|
6204
|
+
"hardis:org:diagnose:legacyapi",
|
|
6205
|
+
"org:hardis:diagnose:legacyapi",
|
|
6206
|
+
"org:diagnose:hardis:legacyapi",
|
|
6207
|
+
"org:diagnose:legacyapi:hardis",
|
|
6208
|
+
"hardis:diagnose:org:legacyapi",
|
|
6209
|
+
"diagnose:hardis:org:legacyapi",
|
|
6210
|
+
"diagnose:org:hardis:legacyapi",
|
|
6211
|
+
"diagnose:org:legacyapi:hardis",
|
|
6212
|
+
"hardis:diagnose:legacyapi:org",
|
|
6213
|
+
"diagnose:hardis:legacyapi:org",
|
|
6214
|
+
"diagnose:legacyapi:hardis:org",
|
|
6215
|
+
"diagnose:legacyapi:org:hardis",
|
|
6216
|
+
"hardis:org:legacyapi:diagnose",
|
|
6217
|
+
"org:hardis:legacyapi:diagnose",
|
|
6218
|
+
"org:legacyapi:hardis:diagnose",
|
|
6219
|
+
"org:legacyapi:diagnose:hardis",
|
|
6220
|
+
"hardis:legacyapi:org:diagnose",
|
|
6221
|
+
"legacyapi:hardis:org:diagnose",
|
|
6222
|
+
"legacyapi:org:hardis:diagnose",
|
|
6223
|
+
"legacyapi:org:diagnose:hardis",
|
|
6224
|
+
"hardis:legacyapi:diagnose:org",
|
|
6225
|
+
"legacyapi:hardis:diagnose:org",
|
|
6226
|
+
"legacyapi:diagnose:hardis:org",
|
|
6227
|
+
"legacyapi:diagnose:org:hardis"
|
|
6228
|
+
]
|
|
6229
|
+
},
|
|
6230
|
+
"hardis:org:diagnose:licenses": {
|
|
6231
|
+
"aliases": [],
|
|
6232
|
+
"args": {},
|
|
6233
|
+
"description": "Mostly used for monitoring (Grafana) but you can also use it manually :)",
|
|
6215
6234
|
"examples": [
|
|
6216
|
-
"$ sf hardis:org:diagnose:
|
|
6235
|
+
"$ sf hardis:org:diagnose:licenses"
|
|
6217
6236
|
],
|
|
6218
6237
|
"flags": {
|
|
6219
6238
|
"json": {
|
|
@@ -6239,6 +6258,13 @@
|
|
|
6239
6258
|
"multiple": false,
|
|
6240
6259
|
"type": "option"
|
|
6241
6260
|
},
|
|
6261
|
+
"usedonly": {
|
|
6262
|
+
"char": "u",
|
|
6263
|
+
"description": "Filter to have only used licenses",
|
|
6264
|
+
"name": "usedonly",
|
|
6265
|
+
"allowNo": false,
|
|
6266
|
+
"type": "boolean"
|
|
6267
|
+
},
|
|
6242
6268
|
"debug": {
|
|
6243
6269
|
"char": "d",
|
|
6244
6270
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6277,30 +6303,13 @@
|
|
|
6277
6303
|
},
|
|
6278
6304
|
"hasDynamicHelp": true,
|
|
6279
6305
|
"hiddenAliases": [],
|
|
6280
|
-
"id": "hardis:org:diagnose:
|
|
6306
|
+
"id": "hardis:org:diagnose:licenses",
|
|
6281
6307
|
"pluginAlias": "sfdx-hardis",
|
|
6282
6308
|
"pluginName": "sfdx-hardis",
|
|
6283
6309
|
"pluginType": "core",
|
|
6284
6310
|
"strict": true,
|
|
6285
6311
|
"enableJsonFlag": true,
|
|
6286
|
-
"title": "
|
|
6287
|
-
"allowedInactiveConnectedApps": [
|
|
6288
|
-
"Ant Migration Tool",
|
|
6289
|
-
"Chatter Desktop",
|
|
6290
|
-
"Chatter Mobile for BlackBerry",
|
|
6291
|
-
"Force.com IDE",
|
|
6292
|
-
"OIQ_Integration",
|
|
6293
|
-
"Salesforce CLI",
|
|
6294
|
-
"Salesforce Files",
|
|
6295
|
-
"Salesforce Mobile Dashboards",
|
|
6296
|
-
"Salesforce Touch",
|
|
6297
|
-
"Salesforce for Outlook",
|
|
6298
|
-
"SalesforceA",
|
|
6299
|
-
"SalesforceA for Android",
|
|
6300
|
-
"SalesforceA for iOS",
|
|
6301
|
-
"SalesforceDX Namespace Registry",
|
|
6302
|
-
"SalesforceIQ"
|
|
6303
|
-
],
|
|
6312
|
+
"title": "List licenses subscribed and used in a Salesforce org",
|
|
6304
6313
|
"requiresProject": false,
|
|
6305
6314
|
"isESM": true,
|
|
6306
6315
|
"relativePath": [
|
|
@@ -6309,43 +6318,42 @@
|
|
|
6309
6318
|
"hardis",
|
|
6310
6319
|
"org",
|
|
6311
6320
|
"diagnose",
|
|
6312
|
-
"
|
|
6321
|
+
"licenses.js"
|
|
6313
6322
|
],
|
|
6314
6323
|
"aliasPermutations": [],
|
|
6315
6324
|
"permutations": [
|
|
6316
|
-
"hardis:org:diagnose:
|
|
6317
|
-
"org:hardis:diagnose:
|
|
6318
|
-
"org:diagnose:hardis:
|
|
6319
|
-
"org:diagnose:
|
|
6320
|
-
"hardis:diagnose:org:
|
|
6321
|
-
"diagnose:hardis:org:
|
|
6322
|
-
"diagnose:org:hardis:
|
|
6323
|
-
"diagnose:org:
|
|
6324
|
-
"hardis:diagnose:
|
|
6325
|
-
"diagnose:hardis:
|
|
6326
|
-
"diagnose:
|
|
6327
|
-
"diagnose:
|
|
6328
|
-
"hardis:org:
|
|
6329
|
-
"org:hardis:
|
|
6330
|
-
"org:
|
|
6331
|
-
"org:
|
|
6332
|
-
"hardis:
|
|
6333
|
-
"
|
|
6334
|
-
"
|
|
6335
|
-
"
|
|
6336
|
-
"hardis:
|
|
6337
|
-
"
|
|
6338
|
-
"
|
|
6339
|
-
"
|
|
6325
|
+
"hardis:org:diagnose:licenses",
|
|
6326
|
+
"org:hardis:diagnose:licenses",
|
|
6327
|
+
"org:diagnose:hardis:licenses",
|
|
6328
|
+
"org:diagnose:licenses:hardis",
|
|
6329
|
+
"hardis:diagnose:org:licenses",
|
|
6330
|
+
"diagnose:hardis:org:licenses",
|
|
6331
|
+
"diagnose:org:hardis:licenses",
|
|
6332
|
+
"diagnose:org:licenses:hardis",
|
|
6333
|
+
"hardis:diagnose:licenses:org",
|
|
6334
|
+
"diagnose:hardis:licenses:org",
|
|
6335
|
+
"diagnose:licenses:hardis:org",
|
|
6336
|
+
"diagnose:licenses:org:hardis",
|
|
6337
|
+
"hardis:org:licenses:diagnose",
|
|
6338
|
+
"org:hardis:licenses:diagnose",
|
|
6339
|
+
"org:licenses:hardis:diagnose",
|
|
6340
|
+
"org:licenses:diagnose:hardis",
|
|
6341
|
+
"hardis:licenses:org:diagnose",
|
|
6342
|
+
"licenses:hardis:org:diagnose",
|
|
6343
|
+
"licenses:org:hardis:diagnose",
|
|
6344
|
+
"licenses:org:diagnose:hardis",
|
|
6345
|
+
"hardis:licenses:diagnose:org",
|
|
6346
|
+
"licenses:hardis:diagnose:org",
|
|
6347
|
+
"licenses:diagnose:hardis:org",
|
|
6348
|
+
"licenses:diagnose:org:hardis"
|
|
6340
6349
|
]
|
|
6341
6350
|
},
|
|
6342
|
-
"hardis:org:diagnose:
|
|
6351
|
+
"hardis:org:diagnose:releaseupdates": {
|
|
6343
6352
|
"aliases": [],
|
|
6344
6353
|
"args": {},
|
|
6345
|
-
"description": "
|
|
6354
|
+
"description": "Export Release Updates into a CSV file with selected criteria, and highlight Release Updates that should be checked.\n\nBefore publishing **Breaking Changes** ❌, Salesforce announce them in the setup menu [**Release Updates**](https://help.salesforce.com/s/articleView?id=sf.release_updates.htm&type=5)\n\n⚠️ Some of them are very important, because if you don't make the related upgrades in time (ex: before Winter 25) , your production org can crash !\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-release-updates/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
6346
6355
|
"examples": [
|
|
6347
|
-
"$ sf hardis:org:diagnose:
|
|
6348
|
-
"$ sf hardis:org:diagnose:unusedlicenses --fix"
|
|
6356
|
+
"$ sf hardis:org:diagnose:releaseupdates"
|
|
6349
6357
|
],
|
|
6350
6358
|
"flags": {
|
|
6351
6359
|
"json": {
|
|
@@ -6409,32 +6417,14 @@
|
|
|
6409
6417
|
},
|
|
6410
6418
|
"hasDynamicHelp": true,
|
|
6411
6419
|
"hiddenAliases": [],
|
|
6412
|
-
"id": "hardis:org:diagnose:
|
|
6420
|
+
"id": "hardis:org:diagnose:releaseupdates",
|
|
6413
6421
|
"pluginAlias": "sfdx-hardis",
|
|
6414
6422
|
"pluginName": "sfdx-hardis",
|
|
6415
6423
|
"pluginType": "core",
|
|
6416
6424
|
"strict": true,
|
|
6417
6425
|
"enableJsonFlag": true,
|
|
6418
|
-
"title": "
|
|
6426
|
+
"title": "Check Release Updates of an org",
|
|
6419
6427
|
"requiresProject": false,
|
|
6420
|
-
"additionalPermissionSetsToAlwaysGet": [
|
|
6421
|
-
"Sales_User"
|
|
6422
|
-
],
|
|
6423
|
-
"permSetsPermSetLicenses": [
|
|
6424
|
-
{
|
|
6425
|
-
"permSet": "Sales_User",
|
|
6426
|
-
"permSetLicense": "SalesUserPsl"
|
|
6427
|
-
}
|
|
6428
|
-
],
|
|
6429
|
-
"profilesPermissionSetLicenses": [
|
|
6430
|
-
{
|
|
6431
|
-
"profile": "Salesforce API Only",
|
|
6432
|
-
"permSetLicense": "SalesforceAPIIntegrationPsl"
|
|
6433
|
-
}
|
|
6434
|
-
],
|
|
6435
|
-
"alwaysExcludeForActiveUsersPermissionSetLicenses": [
|
|
6436
|
-
"IdentityConnect"
|
|
6437
|
-
],
|
|
6438
6428
|
"isESM": true,
|
|
6439
6429
|
"relativePath": [
|
|
6440
6430
|
"lib",
|
|
@@ -6442,46 +6432,43 @@
|
|
|
6442
6432
|
"hardis",
|
|
6443
6433
|
"org",
|
|
6444
6434
|
"diagnose",
|
|
6445
|
-
"
|
|
6435
|
+
"releaseupdates.js"
|
|
6446
6436
|
],
|
|
6447
6437
|
"aliasPermutations": [],
|
|
6448
6438
|
"permutations": [
|
|
6449
|
-
"hardis:org:diagnose:
|
|
6450
|
-
"org:hardis:diagnose:
|
|
6451
|
-
"org:diagnose:hardis:
|
|
6452
|
-
"org:diagnose:
|
|
6453
|
-
"hardis:diagnose:org:
|
|
6454
|
-
"diagnose:hardis:org:
|
|
6455
|
-
"diagnose:org:hardis:
|
|
6456
|
-
"diagnose:org:
|
|
6457
|
-
"hardis:diagnose:
|
|
6458
|
-
"diagnose:hardis:
|
|
6459
|
-
"diagnose:
|
|
6460
|
-
"diagnose:
|
|
6461
|
-
"hardis:org:
|
|
6462
|
-
"org:hardis:
|
|
6463
|
-
"org:
|
|
6464
|
-
"org:
|
|
6465
|
-
"hardis:
|
|
6466
|
-
"
|
|
6467
|
-
"
|
|
6468
|
-
"
|
|
6469
|
-
"hardis:
|
|
6470
|
-
"
|
|
6471
|
-
"
|
|
6472
|
-
"
|
|
6439
|
+
"hardis:org:diagnose:releaseupdates",
|
|
6440
|
+
"org:hardis:diagnose:releaseupdates",
|
|
6441
|
+
"org:diagnose:hardis:releaseupdates",
|
|
6442
|
+
"org:diagnose:releaseupdates:hardis",
|
|
6443
|
+
"hardis:diagnose:org:releaseupdates",
|
|
6444
|
+
"diagnose:hardis:org:releaseupdates",
|
|
6445
|
+
"diagnose:org:hardis:releaseupdates",
|
|
6446
|
+
"diagnose:org:releaseupdates:hardis",
|
|
6447
|
+
"hardis:diagnose:releaseupdates:org",
|
|
6448
|
+
"diagnose:hardis:releaseupdates:org",
|
|
6449
|
+
"diagnose:releaseupdates:hardis:org",
|
|
6450
|
+
"diagnose:releaseupdates:org:hardis",
|
|
6451
|
+
"hardis:org:releaseupdates:diagnose",
|
|
6452
|
+
"org:hardis:releaseupdates:diagnose",
|
|
6453
|
+
"org:releaseupdates:hardis:diagnose",
|
|
6454
|
+
"org:releaseupdates:diagnose:hardis",
|
|
6455
|
+
"hardis:releaseupdates:org:diagnose",
|
|
6456
|
+
"releaseupdates:hardis:org:diagnose",
|
|
6457
|
+
"releaseupdates:org:hardis:diagnose",
|
|
6458
|
+
"releaseupdates:org:diagnose:hardis",
|
|
6459
|
+
"hardis:releaseupdates:diagnose:org",
|
|
6460
|
+
"releaseupdates:hardis:diagnose:org",
|
|
6461
|
+
"releaseupdates:diagnose:hardis:org",
|
|
6462
|
+
"releaseupdates:diagnose:org:hardis"
|
|
6473
6463
|
]
|
|
6474
6464
|
},
|
|
6475
|
-
"hardis:org:diagnose:
|
|
6465
|
+
"hardis:org:diagnose:unused-apex-classes": {
|
|
6476
6466
|
"aliases": [],
|
|
6477
6467
|
"args": {},
|
|
6478
|
-
"description": "
|
|
6468
|
+
"description": "List all async Apex classes (Batch,Queueable,Schedulable) that has not been called for more than 365 days.\n \nThe result class list probably can be removed from the project, and that will improve your test classes performances :)\n\nThe number of unused day is overridable using --days option. \n\nThe command uses queries on AsyncApexJob and CronTrigger technical tables to build the result.\n\nApex Classes CreatedBy and CreatedOn fields are calculated from MIN(date from git, date from org)\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-unused-apex-classes/) and can output Grafana, Slack and MsTeams Notifications.\n\n\n",
|
|
6479
6469
|
"examples": [
|
|
6480
|
-
"$ sf hardis:org:diagnose:
|
|
6481
|
-
"$ sf hardis:org:diagnose:
|
|
6482
|
-
"$ sf hardis:org:diagnose:unusedusers --days 60 --licensetypes all-crm",
|
|
6483
|
-
"$ sf hardis:org:diagnose:unusedusers --days 60 --licenseidentifiers SFDC,AUL,AUL1",
|
|
6484
|
-
"$ sf hardis:org:diagnose:unusedusers --days 60 --licensetypes all-crm --returnactiveusers"
|
|
6470
|
+
"$ sf hardis:org:diagnose:unused-apex-classes",
|
|
6471
|
+
"$ sf hardis:org:diagnose:unused-apex-classes --days 700"
|
|
6485
6472
|
],
|
|
6486
6473
|
"flags": {
|
|
6487
6474
|
"json": {
|
|
@@ -6515,33 +6502,6 @@
|
|
|
6515
6502
|
"multiple": false,
|
|
6516
6503
|
"type": "option"
|
|
6517
6504
|
},
|
|
6518
|
-
"licensetypes": {
|
|
6519
|
-
"char": "l",
|
|
6520
|
-
"description": "Type of licenses to check. If set, do not use licenseidentifiers option. In CI, default is all-crm",
|
|
6521
|
-
"name": "licensetypes",
|
|
6522
|
-
"hasDynamicHelp": false,
|
|
6523
|
-
"multiple": false,
|
|
6524
|
-
"options": [
|
|
6525
|
-
"all",
|
|
6526
|
-
"all-crm",
|
|
6527
|
-
"all-paying"
|
|
6528
|
-
],
|
|
6529
|
-
"type": "option"
|
|
6530
|
-
},
|
|
6531
|
-
"licenseidentifiers": {
|
|
6532
|
-
"char": "i",
|
|
6533
|
-
"description": "Comma-separated list of license identifiers, in case licensetypes is not used.. Identifiers available at https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_userlicense.htm",
|
|
6534
|
-
"name": "licenseidentifiers",
|
|
6535
|
-
"hasDynamicHelp": false,
|
|
6536
|
-
"multiple": false,
|
|
6537
|
-
"type": "option"
|
|
6538
|
-
},
|
|
6539
|
-
"returnactiveusers": {
|
|
6540
|
-
"description": "Inverts the command by returning the active users",
|
|
6541
|
-
"name": "returnactiveusers",
|
|
6542
|
-
"allowNo": false,
|
|
6543
|
-
"type": "boolean"
|
|
6544
|
-
},
|
|
6545
6505
|
"debug": {
|
|
6546
6506
|
"char": "d",
|
|
6547
6507
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6580,13 +6540,13 @@
|
|
|
6580
6540
|
},
|
|
6581
6541
|
"hasDynamicHelp": true,
|
|
6582
6542
|
"hiddenAliases": [],
|
|
6583
|
-
"id": "hardis:org:diagnose:
|
|
6543
|
+
"id": "hardis:org:diagnose:unused-apex-classes",
|
|
6584
6544
|
"pluginAlias": "sfdx-hardis",
|
|
6585
6545
|
"pluginName": "sfdx-hardis",
|
|
6586
6546
|
"pluginType": "core",
|
|
6587
6547
|
"strict": true,
|
|
6588
6548
|
"enableJsonFlag": true,
|
|
6589
|
-
"title": "Detect unused
|
|
6549
|
+
"title": "Detect unused Apex classes in an org",
|
|
6590
6550
|
"requiresProject": false,
|
|
6591
6551
|
"isESM": true,
|
|
6592
6552
|
"relativePath": [
|
|
@@ -6595,42 +6555,42 @@
|
|
|
6595
6555
|
"hardis",
|
|
6596
6556
|
"org",
|
|
6597
6557
|
"diagnose",
|
|
6598
|
-
"
|
|
6558
|
+
"unused-apex-classes.js"
|
|
6599
6559
|
],
|
|
6600
6560
|
"aliasPermutations": [],
|
|
6601
6561
|
"permutations": [
|
|
6602
|
-
"hardis:org:diagnose:
|
|
6603
|
-
"org:hardis:diagnose:
|
|
6604
|
-
"org:diagnose:hardis:
|
|
6605
|
-
"org:diagnose:
|
|
6606
|
-
"hardis:diagnose:org:
|
|
6607
|
-
"diagnose:hardis:org:
|
|
6608
|
-
"diagnose:org:hardis:
|
|
6609
|
-
"diagnose:org:
|
|
6610
|
-
"hardis:diagnose:
|
|
6611
|
-
"diagnose:hardis:
|
|
6612
|
-
"diagnose:
|
|
6613
|
-
"diagnose:
|
|
6614
|
-
"hardis:org:
|
|
6615
|
-
"org:hardis:
|
|
6616
|
-
"org:
|
|
6617
|
-
"org:
|
|
6618
|
-
"hardis:
|
|
6619
|
-
"
|
|
6620
|
-
"
|
|
6621
|
-
"
|
|
6622
|
-
"hardis:
|
|
6623
|
-
"
|
|
6624
|
-
"
|
|
6625
|
-
"
|
|
6562
|
+
"hardis:org:diagnose:unused-apex-classes",
|
|
6563
|
+
"org:hardis:diagnose:unused-apex-classes",
|
|
6564
|
+
"org:diagnose:hardis:unused-apex-classes",
|
|
6565
|
+
"org:diagnose:unused-apex-classes:hardis",
|
|
6566
|
+
"hardis:diagnose:org:unused-apex-classes",
|
|
6567
|
+
"diagnose:hardis:org:unused-apex-classes",
|
|
6568
|
+
"diagnose:org:hardis:unused-apex-classes",
|
|
6569
|
+
"diagnose:org:unused-apex-classes:hardis",
|
|
6570
|
+
"hardis:diagnose:unused-apex-classes:org",
|
|
6571
|
+
"diagnose:hardis:unused-apex-classes:org",
|
|
6572
|
+
"diagnose:unused-apex-classes:hardis:org",
|
|
6573
|
+
"diagnose:unused-apex-classes:org:hardis",
|
|
6574
|
+
"hardis:org:unused-apex-classes:diagnose",
|
|
6575
|
+
"org:hardis:unused-apex-classes:diagnose",
|
|
6576
|
+
"org:unused-apex-classes:hardis:diagnose",
|
|
6577
|
+
"org:unused-apex-classes:diagnose:hardis",
|
|
6578
|
+
"hardis:unused-apex-classes:org:diagnose",
|
|
6579
|
+
"unused-apex-classes:hardis:org:diagnose",
|
|
6580
|
+
"unused-apex-classes:org:hardis:diagnose",
|
|
6581
|
+
"unused-apex-classes:org:diagnose:hardis",
|
|
6582
|
+
"hardis:unused-apex-classes:diagnose:org",
|
|
6583
|
+
"unused-apex-classes:hardis:diagnose:org",
|
|
6584
|
+
"unused-apex-classes:diagnose:hardis:org",
|
|
6585
|
+
"unused-apex-classes:diagnose:org:hardis"
|
|
6626
6586
|
]
|
|
6627
6587
|
},
|
|
6628
|
-
"hardis:org:
|
|
6588
|
+
"hardis:org:diagnose:unused-connected-apps": {
|
|
6629
6589
|
"aliases": [],
|
|
6630
6590
|
"args": {},
|
|
6631
|
-
"description": "
|
|
6591
|
+
"description": "Request objects ConnectedApp, LoginHistory and OAuthToken to find which connected apps might not be used anymore, and could be deleted for security / technical debt reasons.\n\nCheck with Connected Apps metadatas if the app is still active (inactive = \"Admin Users are pre-authorized + no Profile or Permission set assigned\")\n\nThe following default Salesforce Connected Apps are ignored:\n\n- Ant Migration Tool\n- Chatter Desktop\n- Chatter Mobile for BlackBerry\n- Force.com IDE\n- OIQ_Integration\n- Salesforce CLI\n- Salesforce Files\n- Salesforce Mobile Dashboards\n- Salesforce Touch\n- Salesforce for Outlook\n- SalesforceA\n- SalesforceA for Android\n- SalesforceA for iOS\n- SalesforceDX Namespace Registry\n- SalesforceIQ\n\nYou can add more ignored apps by defining a comma-separated list of names in variable ALLOWED_INACTIVE_CONNECTED_APPS\n\n_Example: ALLOWED_INACTIVE_CONNECTED_APPS=My App 1,My App 2, My App 3_\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-release-updates/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
6632
6592
|
"examples": [
|
|
6633
|
-
"$ sf hardis:org:
|
|
6593
|
+
"$ sf hardis:org:diagnose:unused-connected-apps"
|
|
6634
6594
|
],
|
|
6635
6595
|
"flags": {
|
|
6636
6596
|
"json": {
|
|
@@ -6648,37 +6608,10 @@
|
|
|
6648
6608
|
"multiple": false,
|
|
6649
6609
|
"type": "option"
|
|
6650
6610
|
},
|
|
6651
|
-
"
|
|
6652
|
-
"char": "
|
|
6653
|
-
"description": "
|
|
6654
|
-
"name": "
|
|
6655
|
-
"hasDynamicHelp": false,
|
|
6656
|
-
"multiple": false,
|
|
6657
|
-
"type": "option"
|
|
6658
|
-
},
|
|
6659
|
-
"chunksize": {
|
|
6660
|
-
"char": "c",
|
|
6661
|
-
"description": "Number of records to add in a chunk before it is processed",
|
|
6662
|
-
"name": "chunksize",
|
|
6663
|
-
"default": 1000,
|
|
6664
|
-
"hasDynamicHelp": false,
|
|
6665
|
-
"multiple": false,
|
|
6666
|
-
"type": "option"
|
|
6667
|
-
},
|
|
6668
|
-
"polltimeout": {
|
|
6669
|
-
"char": "t",
|
|
6670
|
-
"description": "Timeout in MS for Bulk API calls",
|
|
6671
|
-
"name": "polltimeout",
|
|
6672
|
-
"default": 300000,
|
|
6673
|
-
"hasDynamicHelp": false,
|
|
6674
|
-
"multiple": false,
|
|
6675
|
-
"type": "option"
|
|
6676
|
-
},
|
|
6677
|
-
"startchunknumber": {
|
|
6678
|
-
"char": "s",
|
|
6679
|
-
"description": "Chunk number to start from",
|
|
6680
|
-
"name": "startchunknumber",
|
|
6681
|
-
"default": 0,
|
|
6611
|
+
"outputfile": {
|
|
6612
|
+
"char": "f",
|
|
6613
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
6614
|
+
"name": "outputfile",
|
|
6682
6615
|
"hasDynamicHelp": false,
|
|
6683
6616
|
"multiple": false,
|
|
6684
6617
|
"type": "option"
|
|
@@ -6721,13 +6654,30 @@
|
|
|
6721
6654
|
},
|
|
6722
6655
|
"hasDynamicHelp": true,
|
|
6723
6656
|
"hiddenAliases": [],
|
|
6724
|
-
"id": "hardis:org:
|
|
6657
|
+
"id": "hardis:org:diagnose:unused-connected-apps",
|
|
6725
6658
|
"pluginAlias": "sfdx-hardis",
|
|
6726
6659
|
"pluginName": "sfdx-hardis",
|
|
6727
6660
|
"pluginType": "core",
|
|
6728
6661
|
"strict": true,
|
|
6729
6662
|
"enableJsonFlag": true,
|
|
6730
|
-
"title": "
|
|
6663
|
+
"title": "Unused Connected Apps in an org",
|
|
6664
|
+
"allowedInactiveConnectedApps": [
|
|
6665
|
+
"Ant Migration Tool",
|
|
6666
|
+
"Chatter Desktop",
|
|
6667
|
+
"Chatter Mobile for BlackBerry",
|
|
6668
|
+
"Force.com IDE",
|
|
6669
|
+
"OIQ_Integration",
|
|
6670
|
+
"Salesforce CLI",
|
|
6671
|
+
"Salesforce Files",
|
|
6672
|
+
"Salesforce Mobile Dashboards",
|
|
6673
|
+
"Salesforce Touch",
|
|
6674
|
+
"Salesforce for Outlook",
|
|
6675
|
+
"SalesforceA",
|
|
6676
|
+
"SalesforceA for Android",
|
|
6677
|
+
"SalesforceA for iOS",
|
|
6678
|
+
"SalesforceDX Namespace Registry",
|
|
6679
|
+
"SalesforceIQ"
|
|
6680
|
+
],
|
|
6731
6681
|
"requiresProject": false,
|
|
6732
6682
|
"isESM": true,
|
|
6733
6683
|
"relativePath": [
|
|
@@ -6735,43 +6685,44 @@
|
|
|
6735
6685
|
"commands",
|
|
6736
6686
|
"hardis",
|
|
6737
6687
|
"org",
|
|
6738
|
-
"
|
|
6739
|
-
"
|
|
6688
|
+
"diagnose",
|
|
6689
|
+
"unused-connected-apps.js"
|
|
6740
6690
|
],
|
|
6741
6691
|
"aliasPermutations": [],
|
|
6742
6692
|
"permutations": [
|
|
6743
|
-
"hardis:org:
|
|
6744
|
-
"org:hardis:
|
|
6745
|
-
"org:
|
|
6746
|
-
"org:
|
|
6747
|
-
"hardis:
|
|
6748
|
-
"
|
|
6749
|
-
"
|
|
6750
|
-
"
|
|
6751
|
-
"hardis:
|
|
6752
|
-
"
|
|
6753
|
-
"
|
|
6754
|
-
"
|
|
6755
|
-
"hardis:org:
|
|
6756
|
-
"org:hardis:
|
|
6757
|
-
"org:
|
|
6758
|
-
"org:
|
|
6759
|
-
"hardis:
|
|
6760
|
-
"
|
|
6761
|
-
"
|
|
6762
|
-
"
|
|
6763
|
-
"hardis:
|
|
6764
|
-
"
|
|
6765
|
-
"
|
|
6766
|
-
"
|
|
6693
|
+
"hardis:org:diagnose:unused-connected-apps",
|
|
6694
|
+
"org:hardis:diagnose:unused-connected-apps",
|
|
6695
|
+
"org:diagnose:hardis:unused-connected-apps",
|
|
6696
|
+
"org:diagnose:unused-connected-apps:hardis",
|
|
6697
|
+
"hardis:diagnose:org:unused-connected-apps",
|
|
6698
|
+
"diagnose:hardis:org:unused-connected-apps",
|
|
6699
|
+
"diagnose:org:hardis:unused-connected-apps",
|
|
6700
|
+
"diagnose:org:unused-connected-apps:hardis",
|
|
6701
|
+
"hardis:diagnose:unused-connected-apps:org",
|
|
6702
|
+
"diagnose:hardis:unused-connected-apps:org",
|
|
6703
|
+
"diagnose:unused-connected-apps:hardis:org",
|
|
6704
|
+
"diagnose:unused-connected-apps:org:hardis",
|
|
6705
|
+
"hardis:org:unused-connected-apps:diagnose",
|
|
6706
|
+
"org:hardis:unused-connected-apps:diagnose",
|
|
6707
|
+
"org:unused-connected-apps:hardis:diagnose",
|
|
6708
|
+
"org:unused-connected-apps:diagnose:hardis",
|
|
6709
|
+
"hardis:unused-connected-apps:org:diagnose",
|
|
6710
|
+
"unused-connected-apps:hardis:org:diagnose",
|
|
6711
|
+
"unused-connected-apps:org:hardis:diagnose",
|
|
6712
|
+
"unused-connected-apps:org:diagnose:hardis",
|
|
6713
|
+
"hardis:unused-connected-apps:diagnose:org",
|
|
6714
|
+
"unused-connected-apps:hardis:diagnose:org",
|
|
6715
|
+
"unused-connected-apps:diagnose:hardis:org",
|
|
6716
|
+
"unused-connected-apps:diagnose:org:hardis"
|
|
6767
6717
|
]
|
|
6768
6718
|
},
|
|
6769
|
-
"hardis:org:
|
|
6719
|
+
"hardis:org:diagnose:unusedlicenses": {
|
|
6770
6720
|
"aliases": [],
|
|
6771
6721
|
"args": {},
|
|
6772
|
-
"description": "
|
|
6722
|
+
"description": "When you assign a Permission Set to a user, and that this Permission Set is related to a Permission Set License, a Permission Set License Assignment is automatically created for the user.\n\nBut when you unassign this Permission Set from the user, **the Permission Set License Assignment is not deleted**.\n\nThis leads that you can be **charged for Permission Set Licenses that are not used** !\n\nThis command detects such useless Permission Set Licenses Assignments and suggests to delete them.\n\nMany thanks to [Vincent Finet](https://www.linkedin.com/in/vincentfinet/) for the inspiration during his great speaker session at [French Touch Dreamin '23](https://frenchtouchdreamin.com/), and his kind agreement for reusing such inspiration in this command :)\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-unused-licenses/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
6773
6723
|
"examples": [
|
|
6774
|
-
"$ sf hardis:org:
|
|
6724
|
+
"$ sf hardis:org:diagnose:unusedlicenses",
|
|
6725
|
+
"$ sf hardis:org:diagnose:unusedlicenses --fix"
|
|
6775
6726
|
],
|
|
6776
6727
|
"flags": {
|
|
6777
6728
|
"json": {
|
|
@@ -6789,21 +6740,14 @@
|
|
|
6789
6740
|
"multiple": false,
|
|
6790
6741
|
"type": "option"
|
|
6791
6742
|
},
|
|
6792
|
-
"
|
|
6793
|
-
"char": "
|
|
6794
|
-
"description": "
|
|
6795
|
-
"name": "
|
|
6743
|
+
"outputfile": {
|
|
6744
|
+
"char": "f",
|
|
6745
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
6746
|
+
"name": "outputfile",
|
|
6796
6747
|
"hasDynamicHelp": false,
|
|
6797
6748
|
"multiple": false,
|
|
6798
6749
|
"type": "option"
|
|
6799
6750
|
},
|
|
6800
|
-
"overwrite": {
|
|
6801
|
-
"char": "f",
|
|
6802
|
-
"description": "Override existing files (doubles the number of API calls)",
|
|
6803
|
-
"name": "overwrite",
|
|
6804
|
-
"allowNo": false,
|
|
6805
|
-
"type": "boolean"
|
|
6806
|
-
},
|
|
6807
6751
|
"debug": {
|
|
6808
6752
|
"char": "d",
|
|
6809
6753
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6842,58 +6786,79 @@
|
|
|
6842
6786
|
},
|
|
6843
6787
|
"hasDynamicHelp": true,
|
|
6844
6788
|
"hiddenAliases": [],
|
|
6845
|
-
"id": "hardis:org:
|
|
6789
|
+
"id": "hardis:org:diagnose:unusedlicenses",
|
|
6846
6790
|
"pluginAlias": "sfdx-hardis",
|
|
6847
6791
|
"pluginName": "sfdx-hardis",
|
|
6848
6792
|
"pluginType": "core",
|
|
6849
6793
|
"strict": true,
|
|
6850
6794
|
"enableJsonFlag": true,
|
|
6851
|
-
"title": "
|
|
6795
|
+
"title": "Detect unused Permission Set Licenses (beta)",
|
|
6852
6796
|
"requiresProject": false,
|
|
6797
|
+
"additionalPermissionSetsToAlwaysGet": [
|
|
6798
|
+
"Sales_User"
|
|
6799
|
+
],
|
|
6800
|
+
"permSetsPermSetLicenses": [
|
|
6801
|
+
{
|
|
6802
|
+
"permSet": "Sales_User",
|
|
6803
|
+
"permSetLicense": "SalesUserPsl"
|
|
6804
|
+
}
|
|
6805
|
+
],
|
|
6806
|
+
"profilesPermissionSetLicenses": [
|
|
6807
|
+
{
|
|
6808
|
+
"profile": "Salesforce API Only",
|
|
6809
|
+
"permSetLicense": "SalesforceAPIIntegrationPsl"
|
|
6810
|
+
}
|
|
6811
|
+
],
|
|
6812
|
+
"alwaysExcludeForActiveUsersPermissionSetLicenses": [
|
|
6813
|
+
"IdentityConnect"
|
|
6814
|
+
],
|
|
6853
6815
|
"isESM": true,
|
|
6854
6816
|
"relativePath": [
|
|
6855
6817
|
"lib",
|
|
6856
6818
|
"commands",
|
|
6857
6819
|
"hardis",
|
|
6858
6820
|
"org",
|
|
6859
|
-
"
|
|
6860
|
-
"
|
|
6821
|
+
"diagnose",
|
|
6822
|
+
"unusedlicenses.js"
|
|
6861
6823
|
],
|
|
6862
6824
|
"aliasPermutations": [],
|
|
6863
6825
|
"permutations": [
|
|
6864
|
-
"hardis:org:
|
|
6865
|
-
"org:hardis:
|
|
6866
|
-
"org:
|
|
6867
|
-
"org:
|
|
6868
|
-
"hardis:
|
|
6869
|
-
"
|
|
6870
|
-
"
|
|
6871
|
-
"
|
|
6872
|
-
"hardis:
|
|
6873
|
-
"
|
|
6874
|
-
"
|
|
6875
|
-
"
|
|
6876
|
-
"hardis:org:
|
|
6877
|
-
"org:hardis:
|
|
6878
|
-
"org:
|
|
6879
|
-
"org:
|
|
6880
|
-
"hardis:
|
|
6881
|
-
"
|
|
6882
|
-
"
|
|
6883
|
-
"
|
|
6884
|
-
"hardis:
|
|
6885
|
-
"
|
|
6886
|
-
"
|
|
6887
|
-
"
|
|
6826
|
+
"hardis:org:diagnose:unusedlicenses",
|
|
6827
|
+
"org:hardis:diagnose:unusedlicenses",
|
|
6828
|
+
"org:diagnose:hardis:unusedlicenses",
|
|
6829
|
+
"org:diagnose:unusedlicenses:hardis",
|
|
6830
|
+
"hardis:diagnose:org:unusedlicenses",
|
|
6831
|
+
"diagnose:hardis:org:unusedlicenses",
|
|
6832
|
+
"diagnose:org:hardis:unusedlicenses",
|
|
6833
|
+
"diagnose:org:unusedlicenses:hardis",
|
|
6834
|
+
"hardis:diagnose:unusedlicenses:org",
|
|
6835
|
+
"diagnose:hardis:unusedlicenses:org",
|
|
6836
|
+
"diagnose:unusedlicenses:hardis:org",
|
|
6837
|
+
"diagnose:unusedlicenses:org:hardis",
|
|
6838
|
+
"hardis:org:unusedlicenses:diagnose",
|
|
6839
|
+
"org:hardis:unusedlicenses:diagnose",
|
|
6840
|
+
"org:unusedlicenses:hardis:diagnose",
|
|
6841
|
+
"org:unusedlicenses:diagnose:hardis",
|
|
6842
|
+
"hardis:unusedlicenses:org:diagnose",
|
|
6843
|
+
"unusedlicenses:hardis:org:diagnose",
|
|
6844
|
+
"unusedlicenses:org:hardis:diagnose",
|
|
6845
|
+
"unusedlicenses:org:diagnose:hardis",
|
|
6846
|
+
"hardis:unusedlicenses:diagnose:org",
|
|
6847
|
+
"unusedlicenses:hardis:diagnose:org",
|
|
6848
|
+
"unusedlicenses:diagnose:hardis:org",
|
|
6849
|
+
"unusedlicenses:diagnose:org:hardis"
|
|
6888
6850
|
]
|
|
6889
6851
|
},
|
|
6890
|
-
"hardis:org:
|
|
6852
|
+
"hardis:org:diagnose:unusedusers": {
|
|
6891
6853
|
"aliases": [],
|
|
6892
6854
|
"args": {},
|
|
6893
|
-
"description": "
|
|
6855
|
+
"description": "Efficient user management is vital in Salesforce to ensure resources are optimized and costs are controlled. However, inactive or unused user accounts can often go unnoticed, leading to wasted licenses and potential security risks. This tool addresses this challenge by enabling administrators to identify users who haven't logged in within a specified period.\n\nBy analyzing user login activity and last login timestamps, this feature highlights inactive user accounts, allowing administrators to take appropriate action. Whether it's deactivating dormant accounts, freeing up licenses, or ensuring compliance with security policies, this functionality empowers administrators to maintain a lean and secure Salesforce environment.\n\nlicensetypes values are the following:\n\n- all-crm: SFDC,AUL,AUL1,AULL_IGHT\n\n- all-paying: SFDC,AUL,AUL1,AULL_IGHT,PID_Customer_Community,PID_Customer_Community_Login,PID_Partner_Community,PID_Partner_Community_Login\n\nNote: You can see the full list of available license identifiers in [Salesforce Documentation](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_userlicense.htm)\n\nUse --returnactiveusers to revert the command and retrieve active users that has logged in during the period.\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-inactive-users/) and can output Grafana, Slack and MsTeams Notifications.\n",
|
|
6894
6856
|
"examples": [
|
|
6895
|
-
"$ sf hardis:org:
|
|
6896
|
-
"$ sf hardis:org:
|
|
6857
|
+
"$ sf hardis:org:diagnose:unusedusers",
|
|
6858
|
+
"$ sf hardis:org:diagnose:unusedusers --days 365",
|
|
6859
|
+
"$ sf hardis:org:diagnose:unusedusers --days 60 --licensetypes all-crm",
|
|
6860
|
+
"$ sf hardis:org:diagnose:unusedusers --days 60 --licenseidentifiers SFDC,AUL,AUL1",
|
|
6861
|
+
"$ sf hardis:org:diagnose:unusedusers --days 60 --licensetypes all-crm --returnactiveusers"
|
|
6897
6862
|
],
|
|
6898
6863
|
"flags": {
|
|
6899
6864
|
"json": {
|
|
@@ -6911,14 +6876,49 @@
|
|
|
6911
6876
|
"multiple": false,
|
|
6912
6877
|
"type": "option"
|
|
6913
6878
|
},
|
|
6914
|
-
"
|
|
6879
|
+
"outputfile": {
|
|
6880
|
+
"char": "f",
|
|
6881
|
+
"description": "Force the path and name of output report file. Must end with .csv",
|
|
6882
|
+
"name": "outputfile",
|
|
6883
|
+
"hasDynamicHelp": false,
|
|
6884
|
+
"multiple": false,
|
|
6885
|
+
"type": "option"
|
|
6886
|
+
},
|
|
6887
|
+
"days": {
|
|
6888
|
+
"char": "t",
|
|
6889
|
+
"description": "Extracts the users that have been inactive for the amount of days specified. In CI, default is 180 days",
|
|
6890
|
+
"name": "days",
|
|
6891
|
+
"hasDynamicHelp": false,
|
|
6892
|
+
"multiple": false,
|
|
6893
|
+
"type": "option"
|
|
6894
|
+
},
|
|
6895
|
+
"licensetypes": {
|
|
6915
6896
|
"char": "l",
|
|
6916
|
-
"description": "
|
|
6917
|
-
"name": "
|
|
6897
|
+
"description": "Type of licenses to check. If set, do not use licenseidentifiers option. In CI, default is all-crm",
|
|
6898
|
+
"name": "licensetypes",
|
|
6899
|
+
"hasDynamicHelp": false,
|
|
6900
|
+
"multiple": false,
|
|
6901
|
+
"options": [
|
|
6902
|
+
"all",
|
|
6903
|
+
"all-crm",
|
|
6904
|
+
"all-paying"
|
|
6905
|
+
],
|
|
6906
|
+
"type": "option"
|
|
6907
|
+
},
|
|
6908
|
+
"licenseidentifiers": {
|
|
6909
|
+
"char": "i",
|
|
6910
|
+
"description": "Comma-separated list of license identifiers, in case licensetypes is not used.. Identifiers available at https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_userlicense.htm",
|
|
6911
|
+
"name": "licenseidentifiers",
|
|
6918
6912
|
"hasDynamicHelp": false,
|
|
6919
6913
|
"multiple": false,
|
|
6920
6914
|
"type": "option"
|
|
6921
6915
|
},
|
|
6916
|
+
"returnactiveusers": {
|
|
6917
|
+
"description": "Inverts the command by returning the active users",
|
|
6918
|
+
"name": "returnactiveusers",
|
|
6919
|
+
"allowNo": false,
|
|
6920
|
+
"type": "boolean"
|
|
6921
|
+
},
|
|
6922
6922
|
"debug": {
|
|
6923
6923
|
"char": "d",
|
|
6924
6924
|
"description": "Activate debug mode (more logs)",
|
|
@@ -6957,49 +6957,49 @@
|
|
|
6957
6957
|
},
|
|
6958
6958
|
"hasDynamicHelp": true,
|
|
6959
6959
|
"hiddenAliases": [],
|
|
6960
|
-
"id": "hardis:org:
|
|
6961
|
-
"pluginAlias": "sfdx-hardis",
|
|
6962
|
-
"pluginName": "sfdx-hardis",
|
|
6963
|
-
"pluginType": "core",
|
|
6964
|
-
"strict": true,
|
|
6965
|
-
"enableJsonFlag": true,
|
|
6966
|
-
"title": "
|
|
6967
|
-
"requiresProject":
|
|
6968
|
-
"isESM": true,
|
|
6969
|
-
"relativePath": [
|
|
6970
|
-
"lib",
|
|
6971
|
-
"commands",
|
|
6972
|
-
"hardis",
|
|
6973
|
-
"org",
|
|
6974
|
-
"
|
|
6975
|
-
"
|
|
6976
|
-
],
|
|
6977
|
-
"aliasPermutations": [],
|
|
6978
|
-
"permutations": [
|
|
6979
|
-
"hardis:org:
|
|
6980
|
-
"org:hardis:
|
|
6981
|
-
"org:
|
|
6982
|
-
"org:
|
|
6983
|
-
"hardis:
|
|
6984
|
-
"
|
|
6985
|
-
"
|
|
6986
|
-
"
|
|
6987
|
-
"hardis:
|
|
6988
|
-
"
|
|
6989
|
-
"
|
|
6990
|
-
"
|
|
6991
|
-
"hardis:org:
|
|
6992
|
-
"org:hardis:
|
|
6993
|
-
"org:
|
|
6994
|
-
"org:
|
|
6995
|
-
"hardis:
|
|
6996
|
-
"
|
|
6997
|
-
"
|
|
6998
|
-
"
|
|
6999
|
-
"hardis:
|
|
7000
|
-
"
|
|
7001
|
-
"
|
|
7002
|
-
"
|
|
6960
|
+
"id": "hardis:org:diagnose:unusedusers",
|
|
6961
|
+
"pluginAlias": "sfdx-hardis",
|
|
6962
|
+
"pluginName": "sfdx-hardis",
|
|
6963
|
+
"pluginType": "core",
|
|
6964
|
+
"strict": true,
|
|
6965
|
+
"enableJsonFlag": true,
|
|
6966
|
+
"title": "Detect unused Users in Salesforce",
|
|
6967
|
+
"requiresProject": false,
|
|
6968
|
+
"isESM": true,
|
|
6969
|
+
"relativePath": [
|
|
6970
|
+
"lib",
|
|
6971
|
+
"commands",
|
|
6972
|
+
"hardis",
|
|
6973
|
+
"org",
|
|
6974
|
+
"diagnose",
|
|
6975
|
+
"unusedusers.js"
|
|
6976
|
+
],
|
|
6977
|
+
"aliasPermutations": [],
|
|
6978
|
+
"permutations": [
|
|
6979
|
+
"hardis:org:diagnose:unusedusers",
|
|
6980
|
+
"org:hardis:diagnose:unusedusers",
|
|
6981
|
+
"org:diagnose:hardis:unusedusers",
|
|
6982
|
+
"org:diagnose:unusedusers:hardis",
|
|
6983
|
+
"hardis:diagnose:org:unusedusers",
|
|
6984
|
+
"diagnose:hardis:org:unusedusers",
|
|
6985
|
+
"diagnose:org:hardis:unusedusers",
|
|
6986
|
+
"diagnose:org:unusedusers:hardis",
|
|
6987
|
+
"hardis:diagnose:unusedusers:org",
|
|
6988
|
+
"diagnose:hardis:unusedusers:org",
|
|
6989
|
+
"diagnose:unusedusers:hardis:org",
|
|
6990
|
+
"diagnose:unusedusers:org:hardis",
|
|
6991
|
+
"hardis:org:unusedusers:diagnose",
|
|
6992
|
+
"org:hardis:unusedusers:diagnose",
|
|
6993
|
+
"org:unusedusers:hardis:diagnose",
|
|
6994
|
+
"org:unusedusers:diagnose:hardis",
|
|
6995
|
+
"hardis:unusedusers:org:diagnose",
|
|
6996
|
+
"unusedusers:hardis:org:diagnose",
|
|
6997
|
+
"unusedusers:org:hardis:diagnose",
|
|
6998
|
+
"unusedusers:org:diagnose:hardis",
|
|
6999
|
+
"hardis:unusedusers:diagnose:org",
|
|
7000
|
+
"unusedusers:hardis:diagnose:org",
|
|
7001
|
+
"unusedusers:diagnose:hardis:org",
|
|
7002
|
+
"unusedusers:diagnose:org:hardis"
|
|
7003
7003
|
]
|
|
7004
7004
|
},
|
|
7005
7005
|
"hardis:org:generate:packagexmlfull": {
|
|
@@ -7592,113 +7592,6 @@
|
|
|
7592
7592
|
"limits:monitor:org:hardis"
|
|
7593
7593
|
]
|
|
7594
7594
|
},
|
|
7595
|
-
"hardis:org:retrieve:packageconfig": {
|
|
7596
|
-
"aliases": [],
|
|
7597
|
-
"args": {},
|
|
7598
|
-
"description": "Retrieve package configuration from an org",
|
|
7599
|
-
"examples": [
|
|
7600
|
-
"$ sf hardis:org:retrieve:packageconfig",
|
|
7601
|
-
"sf hardis:org:retrieve:packageconfig -u myOrg"
|
|
7602
|
-
],
|
|
7603
|
-
"flags": {
|
|
7604
|
-
"json": {
|
|
7605
|
-
"description": "Format output as json.",
|
|
7606
|
-
"helpGroup": "GLOBAL",
|
|
7607
|
-
"name": "json",
|
|
7608
|
-
"allowNo": false,
|
|
7609
|
-
"type": "boolean"
|
|
7610
|
-
},
|
|
7611
|
-
"flags-dir": {
|
|
7612
|
-
"helpGroup": "GLOBAL",
|
|
7613
|
-
"name": "flags-dir",
|
|
7614
|
-
"summary": "Import flag values from a directory.",
|
|
7615
|
-
"hasDynamicHelp": false,
|
|
7616
|
-
"multiple": false,
|
|
7617
|
-
"type": "option"
|
|
7618
|
-
},
|
|
7619
|
-
"debug": {
|
|
7620
|
-
"char": "d",
|
|
7621
|
-
"description": "Activate debug mode (more logs)",
|
|
7622
|
-
"name": "debug",
|
|
7623
|
-
"allowNo": false,
|
|
7624
|
-
"type": "boolean"
|
|
7625
|
-
},
|
|
7626
|
-
"websocket": {
|
|
7627
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
7628
|
-
"name": "websocket",
|
|
7629
|
-
"hasDynamicHelp": false,
|
|
7630
|
-
"multiple": false,
|
|
7631
|
-
"type": "option"
|
|
7632
|
-
},
|
|
7633
|
-
"skipauth": {
|
|
7634
|
-
"description": "Skip authentication check when a default username is required",
|
|
7635
|
-
"name": "skipauth",
|
|
7636
|
-
"allowNo": false,
|
|
7637
|
-
"type": "boolean"
|
|
7638
|
-
},
|
|
7639
|
-
"target-org": {
|
|
7640
|
-
"aliases": [
|
|
7641
|
-
"targetusername",
|
|
7642
|
-
"u"
|
|
7643
|
-
],
|
|
7644
|
-
"char": "o",
|
|
7645
|
-
"deprecateAliases": true,
|
|
7646
|
-
"name": "target-org",
|
|
7647
|
-
"noCacheDefault": true,
|
|
7648
|
-
"required": true,
|
|
7649
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
7650
|
-
"hasDynamicHelp": true,
|
|
7651
|
-
"multiple": false,
|
|
7652
|
-
"type": "option"
|
|
7653
|
-
}
|
|
7654
|
-
},
|
|
7655
|
-
"hasDynamicHelp": true,
|
|
7656
|
-
"hiddenAliases": [],
|
|
7657
|
-
"id": "hardis:org:retrieve:packageconfig",
|
|
7658
|
-
"pluginAlias": "sfdx-hardis",
|
|
7659
|
-
"pluginName": "sfdx-hardis",
|
|
7660
|
-
"pluginType": "core",
|
|
7661
|
-
"strict": true,
|
|
7662
|
-
"enableJsonFlag": true,
|
|
7663
|
-
"title": "Retrieve package configuration from an org",
|
|
7664
|
-
"requiresProject": false,
|
|
7665
|
-
"isESM": true,
|
|
7666
|
-
"relativePath": [
|
|
7667
|
-
"lib",
|
|
7668
|
-
"commands",
|
|
7669
|
-
"hardis",
|
|
7670
|
-
"org",
|
|
7671
|
-
"retrieve",
|
|
7672
|
-
"packageconfig.js"
|
|
7673
|
-
],
|
|
7674
|
-
"aliasPermutations": [],
|
|
7675
|
-
"permutations": [
|
|
7676
|
-
"hardis:org:retrieve:packageconfig",
|
|
7677
|
-
"org:hardis:retrieve:packageconfig",
|
|
7678
|
-
"org:retrieve:hardis:packageconfig",
|
|
7679
|
-
"org:retrieve:packageconfig:hardis",
|
|
7680
|
-
"hardis:retrieve:org:packageconfig",
|
|
7681
|
-
"retrieve:hardis:org:packageconfig",
|
|
7682
|
-
"retrieve:org:hardis:packageconfig",
|
|
7683
|
-
"retrieve:org:packageconfig:hardis",
|
|
7684
|
-
"hardis:retrieve:packageconfig:org",
|
|
7685
|
-
"retrieve:hardis:packageconfig:org",
|
|
7686
|
-
"retrieve:packageconfig:hardis:org",
|
|
7687
|
-
"retrieve:packageconfig:org:hardis",
|
|
7688
|
-
"hardis:org:packageconfig:retrieve",
|
|
7689
|
-
"org:hardis:packageconfig:retrieve",
|
|
7690
|
-
"org:packageconfig:hardis:retrieve",
|
|
7691
|
-
"org:packageconfig:retrieve:hardis",
|
|
7692
|
-
"hardis:packageconfig:org:retrieve",
|
|
7693
|
-
"packageconfig:hardis:org:retrieve",
|
|
7694
|
-
"packageconfig:org:hardis:retrieve",
|
|
7695
|
-
"packageconfig:org:retrieve:hardis",
|
|
7696
|
-
"hardis:packageconfig:retrieve:org",
|
|
7697
|
-
"packageconfig:hardis:retrieve:org",
|
|
7698
|
-
"packageconfig:retrieve:hardis:org",
|
|
7699
|
-
"packageconfig:retrieve:org:hardis"
|
|
7700
|
-
]
|
|
7701
|
-
},
|
|
7702
7595
|
"hardis:org:purge:apexlog": {
|
|
7703
7596
|
"aliases": [],
|
|
7704
7597
|
"args": {},
|
|
@@ -7967,6 +7860,113 @@
|
|
|
7967
7860
|
"flow:purge:org:hardis"
|
|
7968
7861
|
]
|
|
7969
7862
|
},
|
|
7863
|
+
"hardis:org:retrieve:packageconfig": {
|
|
7864
|
+
"aliases": [],
|
|
7865
|
+
"args": {},
|
|
7866
|
+
"description": "Retrieve package configuration from an org",
|
|
7867
|
+
"examples": [
|
|
7868
|
+
"$ sf hardis:org:retrieve:packageconfig",
|
|
7869
|
+
"sf hardis:org:retrieve:packageconfig -u myOrg"
|
|
7870
|
+
],
|
|
7871
|
+
"flags": {
|
|
7872
|
+
"json": {
|
|
7873
|
+
"description": "Format output as json.",
|
|
7874
|
+
"helpGroup": "GLOBAL",
|
|
7875
|
+
"name": "json",
|
|
7876
|
+
"allowNo": false,
|
|
7877
|
+
"type": "boolean"
|
|
7878
|
+
},
|
|
7879
|
+
"flags-dir": {
|
|
7880
|
+
"helpGroup": "GLOBAL",
|
|
7881
|
+
"name": "flags-dir",
|
|
7882
|
+
"summary": "Import flag values from a directory.",
|
|
7883
|
+
"hasDynamicHelp": false,
|
|
7884
|
+
"multiple": false,
|
|
7885
|
+
"type": "option"
|
|
7886
|
+
},
|
|
7887
|
+
"debug": {
|
|
7888
|
+
"char": "d",
|
|
7889
|
+
"description": "Activate debug mode (more logs)",
|
|
7890
|
+
"name": "debug",
|
|
7891
|
+
"allowNo": false,
|
|
7892
|
+
"type": "boolean"
|
|
7893
|
+
},
|
|
7894
|
+
"websocket": {
|
|
7895
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
7896
|
+
"name": "websocket",
|
|
7897
|
+
"hasDynamicHelp": false,
|
|
7898
|
+
"multiple": false,
|
|
7899
|
+
"type": "option"
|
|
7900
|
+
},
|
|
7901
|
+
"skipauth": {
|
|
7902
|
+
"description": "Skip authentication check when a default username is required",
|
|
7903
|
+
"name": "skipauth",
|
|
7904
|
+
"allowNo": false,
|
|
7905
|
+
"type": "boolean"
|
|
7906
|
+
},
|
|
7907
|
+
"target-org": {
|
|
7908
|
+
"aliases": [
|
|
7909
|
+
"targetusername",
|
|
7910
|
+
"u"
|
|
7911
|
+
],
|
|
7912
|
+
"char": "o",
|
|
7913
|
+
"deprecateAliases": true,
|
|
7914
|
+
"name": "target-org",
|
|
7915
|
+
"noCacheDefault": true,
|
|
7916
|
+
"required": true,
|
|
7917
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
7918
|
+
"hasDynamicHelp": true,
|
|
7919
|
+
"multiple": false,
|
|
7920
|
+
"type": "option"
|
|
7921
|
+
}
|
|
7922
|
+
},
|
|
7923
|
+
"hasDynamicHelp": true,
|
|
7924
|
+
"hiddenAliases": [],
|
|
7925
|
+
"id": "hardis:org:retrieve:packageconfig",
|
|
7926
|
+
"pluginAlias": "sfdx-hardis",
|
|
7927
|
+
"pluginName": "sfdx-hardis",
|
|
7928
|
+
"pluginType": "core",
|
|
7929
|
+
"strict": true,
|
|
7930
|
+
"enableJsonFlag": true,
|
|
7931
|
+
"title": "Retrieve package configuration from an org",
|
|
7932
|
+
"requiresProject": false,
|
|
7933
|
+
"isESM": true,
|
|
7934
|
+
"relativePath": [
|
|
7935
|
+
"lib",
|
|
7936
|
+
"commands",
|
|
7937
|
+
"hardis",
|
|
7938
|
+
"org",
|
|
7939
|
+
"retrieve",
|
|
7940
|
+
"packageconfig.js"
|
|
7941
|
+
],
|
|
7942
|
+
"aliasPermutations": [],
|
|
7943
|
+
"permutations": [
|
|
7944
|
+
"hardis:org:retrieve:packageconfig",
|
|
7945
|
+
"org:hardis:retrieve:packageconfig",
|
|
7946
|
+
"org:retrieve:hardis:packageconfig",
|
|
7947
|
+
"org:retrieve:packageconfig:hardis",
|
|
7948
|
+
"hardis:retrieve:org:packageconfig",
|
|
7949
|
+
"retrieve:hardis:org:packageconfig",
|
|
7950
|
+
"retrieve:org:hardis:packageconfig",
|
|
7951
|
+
"retrieve:org:packageconfig:hardis",
|
|
7952
|
+
"hardis:retrieve:packageconfig:org",
|
|
7953
|
+
"retrieve:hardis:packageconfig:org",
|
|
7954
|
+
"retrieve:packageconfig:hardis:org",
|
|
7955
|
+
"retrieve:packageconfig:org:hardis",
|
|
7956
|
+
"hardis:org:packageconfig:retrieve",
|
|
7957
|
+
"org:hardis:packageconfig:retrieve",
|
|
7958
|
+
"org:packageconfig:hardis:retrieve",
|
|
7959
|
+
"org:packageconfig:retrieve:hardis",
|
|
7960
|
+
"hardis:packageconfig:org:retrieve",
|
|
7961
|
+
"packageconfig:hardis:org:retrieve",
|
|
7962
|
+
"packageconfig:org:hardis:retrieve",
|
|
7963
|
+
"packageconfig:org:retrieve:hardis",
|
|
7964
|
+
"hardis:packageconfig:retrieve:org",
|
|
7965
|
+
"packageconfig:hardis:retrieve:org",
|
|
7966
|
+
"packageconfig:retrieve:hardis:org",
|
|
7967
|
+
"packageconfig:retrieve:org:hardis"
|
|
7968
|
+
]
|
|
7969
|
+
},
|
|
7970
7970
|
"hardis:org:test:apex": {
|
|
7971
7971
|
"aliases": [],
|
|
7972
7972
|
"args": {},
|
|
@@ -10928,262 +10928,47 @@
|
|
|
10928
10928
|
"hiddenAliases": [],
|
|
10929
10929
|
"id": "hardis:project:clean:xml",
|
|
10930
10930
|
"pluginAlias": "sfdx-hardis",
|
|
10931
|
-
"pluginName": "sfdx-hardis",
|
|
10932
|
-
"pluginType": "core",
|
|
10933
|
-
"strict": true,
|
|
10934
|
-
"enableJsonFlag": true,
|
|
10935
|
-
"title": "Clean retrieved empty items in dx sources",
|
|
10936
|
-
"requiresProject": true,
|
|
10937
|
-
"isESM": true,
|
|
10938
|
-
"relativePath": [
|
|
10939
|
-
"lib",
|
|
10940
|
-
"commands",
|
|
10941
|
-
"hardis",
|
|
10942
|
-
"project",
|
|
10943
|
-
"clean",
|
|
10944
|
-
"xml.js"
|
|
10945
|
-
],
|
|
10946
|
-
"aliasPermutations": [],
|
|
10947
|
-
"permutations": [
|
|
10948
|
-
"hardis:project:clean:xml",
|
|
10949
|
-
"project:hardis:clean:xml",
|
|
10950
|
-
"project:clean:hardis:xml",
|
|
10951
|
-
"project:clean:xml:hardis",
|
|
10952
|
-
"hardis:clean:project:xml",
|
|
10953
|
-
"clean:hardis:project:xml",
|
|
10954
|
-
"clean:project:hardis:xml",
|
|
10955
|
-
"clean:project:xml:hardis",
|
|
10956
|
-
"hardis:clean:xml:project",
|
|
10957
|
-
"clean:hardis:xml:project",
|
|
10958
|
-
"clean:xml:hardis:project",
|
|
10959
|
-
"clean:xml:project:hardis",
|
|
10960
|
-
"hardis:project:xml:clean",
|
|
10961
|
-
"project:hardis:xml:clean",
|
|
10962
|
-
"project:xml:hardis:clean",
|
|
10963
|
-
"project:xml:clean:hardis",
|
|
10964
|
-
"hardis:xml:project:clean",
|
|
10965
|
-
"xml:hardis:project:clean",
|
|
10966
|
-
"xml:project:hardis:clean",
|
|
10967
|
-
"xml:project:clean:hardis",
|
|
10968
|
-
"hardis:xml:clean:project",
|
|
10969
|
-
"xml:hardis:clean:project",
|
|
10970
|
-
"xml:clean:hardis:project",
|
|
10971
|
-
"xml:clean:project:hardis"
|
|
10972
|
-
]
|
|
10973
|
-
},
|
|
10974
|
-
"hardis:project:fix:profiletabs": {
|
|
10975
|
-
"aliases": [],
|
|
10976
|
-
"args": {},
|
|
10977
|
-
"description": "Interactive prompts to add tab visibilities that are not retrieved by project retrieve start",
|
|
10978
|
-
"examples": [
|
|
10979
|
-
"$ sf hardis:project:fix:profiletabs"
|
|
10980
|
-
],
|
|
10981
|
-
"flags": {
|
|
10982
|
-
"json": {
|
|
10983
|
-
"description": "Format output as json.",
|
|
10984
|
-
"helpGroup": "GLOBAL",
|
|
10985
|
-
"name": "json",
|
|
10986
|
-
"allowNo": false,
|
|
10987
|
-
"type": "boolean"
|
|
10988
|
-
},
|
|
10989
|
-
"flags-dir": {
|
|
10990
|
-
"helpGroup": "GLOBAL",
|
|
10991
|
-
"name": "flags-dir",
|
|
10992
|
-
"summary": "Import flag values from a directory.",
|
|
10993
|
-
"hasDynamicHelp": false,
|
|
10994
|
-
"multiple": false,
|
|
10995
|
-
"type": "option"
|
|
10996
|
-
},
|
|
10997
|
-
"path": {
|
|
10998
|
-
"char": "p",
|
|
10999
|
-
"description": "Root folder",
|
|
11000
|
-
"name": "path",
|
|
11001
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
11002
|
-
"hasDynamicHelp": false,
|
|
11003
|
-
"multiple": false,
|
|
11004
|
-
"type": "option"
|
|
11005
|
-
},
|
|
11006
|
-
"debug": {
|
|
11007
|
-
"char": "d",
|
|
11008
|
-
"description": "Activate debug mode (more logs)",
|
|
11009
|
-
"name": "debug",
|
|
11010
|
-
"allowNo": false,
|
|
11011
|
-
"type": "boolean"
|
|
11012
|
-
},
|
|
11013
|
-
"websocket": {
|
|
11014
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
11015
|
-
"name": "websocket",
|
|
11016
|
-
"hasDynamicHelp": false,
|
|
11017
|
-
"multiple": false,
|
|
11018
|
-
"type": "option"
|
|
11019
|
-
},
|
|
11020
|
-
"skipauth": {
|
|
11021
|
-
"description": "Skip authentication check when a default username is required",
|
|
11022
|
-
"name": "skipauth",
|
|
11023
|
-
"allowNo": false,
|
|
11024
|
-
"type": "boolean"
|
|
11025
|
-
},
|
|
11026
|
-
"target-org": {
|
|
11027
|
-
"aliases": [
|
|
11028
|
-
"targetusername",
|
|
11029
|
-
"u"
|
|
11030
|
-
],
|
|
11031
|
-
"char": "o",
|
|
11032
|
-
"deprecateAliases": true,
|
|
11033
|
-
"name": "target-org",
|
|
11034
|
-
"noCacheDefault": true,
|
|
11035
|
-
"required": true,
|
|
11036
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
11037
|
-
"hasDynamicHelp": true,
|
|
11038
|
-
"multiple": false,
|
|
11039
|
-
"type": "option"
|
|
11040
|
-
}
|
|
11041
|
-
},
|
|
11042
|
-
"hasDynamicHelp": true,
|
|
11043
|
-
"hiddenAliases": [],
|
|
11044
|
-
"id": "hardis:project:fix:profiletabs",
|
|
11045
|
-
"pluginAlias": "sfdx-hardis",
|
|
11046
|
-
"pluginName": "sfdx-hardis",
|
|
11047
|
-
"pluginType": "core",
|
|
11048
|
-
"strict": true,
|
|
11049
|
-
"enableJsonFlag": true,
|
|
11050
|
-
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
11051
|
-
"requiresProject": true,
|
|
11052
|
-
"isESM": true,
|
|
11053
|
-
"relativePath": [
|
|
11054
|
-
"lib",
|
|
11055
|
-
"commands",
|
|
11056
|
-
"hardis",
|
|
11057
|
-
"project",
|
|
11058
|
-
"fix",
|
|
11059
|
-
"profiletabs.js"
|
|
11060
|
-
],
|
|
11061
|
-
"aliasPermutations": [],
|
|
11062
|
-
"permutations": [
|
|
11063
|
-
"hardis:project:fix:profiletabs",
|
|
11064
|
-
"project:hardis:fix:profiletabs",
|
|
11065
|
-
"project:fix:hardis:profiletabs",
|
|
11066
|
-
"project:fix:profiletabs:hardis",
|
|
11067
|
-
"hardis:fix:project:profiletabs",
|
|
11068
|
-
"fix:hardis:project:profiletabs",
|
|
11069
|
-
"fix:project:hardis:profiletabs",
|
|
11070
|
-
"fix:project:profiletabs:hardis",
|
|
11071
|
-
"hardis:fix:profiletabs:project",
|
|
11072
|
-
"fix:hardis:profiletabs:project",
|
|
11073
|
-
"fix:profiletabs:hardis:project",
|
|
11074
|
-
"fix:profiletabs:project:hardis",
|
|
11075
|
-
"hardis:project:profiletabs:fix",
|
|
11076
|
-
"project:hardis:profiletabs:fix",
|
|
11077
|
-
"project:profiletabs:hardis:fix",
|
|
11078
|
-
"project:profiletabs:fix:hardis",
|
|
11079
|
-
"hardis:profiletabs:project:fix",
|
|
11080
|
-
"profiletabs:hardis:project:fix",
|
|
11081
|
-
"profiletabs:project:hardis:fix",
|
|
11082
|
-
"profiletabs:project:fix:hardis",
|
|
11083
|
-
"hardis:profiletabs:fix:project",
|
|
11084
|
-
"profiletabs:hardis:fix:project",
|
|
11085
|
-
"profiletabs:fix:hardis:project",
|
|
11086
|
-
"profiletabs:fix:project:hardis"
|
|
11087
|
-
]
|
|
11088
|
-
},
|
|
11089
|
-
"hardis:project:fix:v53flexipages": {
|
|
11090
|
-
"aliases": [],
|
|
11091
|
-
"args": {},
|
|
11092
|
-
"description": "Fix flexipages for apiVersion v53 (Winter22).\n\nNote: Update api version to 53.0 in package.xml and sfdx-project.json",
|
|
11093
|
-
"examples": [
|
|
11094
|
-
"$ sf hardis:project:fix:v53flexipages"
|
|
11095
|
-
],
|
|
11096
|
-
"flags": {
|
|
11097
|
-
"json": {
|
|
11098
|
-
"description": "Format output as json.",
|
|
11099
|
-
"helpGroup": "GLOBAL",
|
|
11100
|
-
"name": "json",
|
|
11101
|
-
"allowNo": false,
|
|
11102
|
-
"type": "boolean"
|
|
11103
|
-
},
|
|
11104
|
-
"flags-dir": {
|
|
11105
|
-
"helpGroup": "GLOBAL",
|
|
11106
|
-
"name": "flags-dir",
|
|
11107
|
-
"summary": "Import flag values from a directory.",
|
|
11108
|
-
"hasDynamicHelp": false,
|
|
11109
|
-
"multiple": false,
|
|
11110
|
-
"type": "option"
|
|
11111
|
-
},
|
|
11112
|
-
"path": {
|
|
11113
|
-
"char": "p",
|
|
11114
|
-
"description": "Root folder",
|
|
11115
|
-
"name": "path",
|
|
11116
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
11117
|
-
"hasDynamicHelp": false,
|
|
11118
|
-
"multiple": false,
|
|
11119
|
-
"type": "option"
|
|
11120
|
-
},
|
|
11121
|
-
"debug": {
|
|
11122
|
-
"char": "d",
|
|
11123
|
-
"description": "Activate debug mode (more logs)",
|
|
11124
|
-
"name": "debug",
|
|
11125
|
-
"allowNo": false,
|
|
11126
|
-
"type": "boolean"
|
|
11127
|
-
},
|
|
11128
|
-
"websocket": {
|
|
11129
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
11130
|
-
"name": "websocket",
|
|
11131
|
-
"hasDynamicHelp": false,
|
|
11132
|
-
"multiple": false,
|
|
11133
|
-
"type": "option"
|
|
11134
|
-
},
|
|
11135
|
-
"skipauth": {
|
|
11136
|
-
"description": "Skip authentication check when a default username is required",
|
|
11137
|
-
"name": "skipauth",
|
|
11138
|
-
"allowNo": false,
|
|
11139
|
-
"type": "boolean"
|
|
11140
|
-
}
|
|
11141
|
-
},
|
|
11142
|
-
"hasDynamicHelp": false,
|
|
11143
|
-
"hiddenAliases": [],
|
|
11144
|
-
"id": "hardis:project:fix:v53flexipages",
|
|
11145
|
-
"pluginAlias": "sfdx-hardis",
|
|
11146
|
-
"pluginName": "sfdx-hardis",
|
|
11147
|
-
"pluginType": "core",
|
|
11148
|
-
"strict": true,
|
|
11149
|
-
"enableJsonFlag": true,
|
|
11150
|
-
"title": "Fix flexipages for v53",
|
|
11151
|
-
"requiresProject": true,
|
|
11152
|
-
"isESM": true,
|
|
11153
|
-
"relativePath": [
|
|
11154
|
-
"lib",
|
|
11155
|
-
"commands",
|
|
11156
|
-
"hardis",
|
|
11157
|
-
"project",
|
|
11158
|
-
"fix",
|
|
11159
|
-
"v53flexipages.js"
|
|
11160
|
-
],
|
|
11161
|
-
"aliasPermutations": [],
|
|
11162
|
-
"permutations": [
|
|
11163
|
-
"hardis:project:fix:v53flexipages",
|
|
11164
|
-
"project:hardis:fix:v53flexipages",
|
|
11165
|
-
"project:fix:hardis:v53flexipages",
|
|
11166
|
-
"project:fix:v53flexipages:hardis",
|
|
11167
|
-
"hardis:fix:project:v53flexipages",
|
|
11168
|
-
"fix:hardis:project:v53flexipages",
|
|
11169
|
-
"fix:project:hardis:v53flexipages",
|
|
11170
|
-
"fix:project:v53flexipages:hardis",
|
|
11171
|
-
"hardis:fix:v53flexipages:project",
|
|
11172
|
-
"fix:hardis:v53flexipages:project",
|
|
11173
|
-
"fix:v53flexipages:hardis:project",
|
|
11174
|
-
"fix:v53flexipages:project:hardis",
|
|
11175
|
-
"hardis:project:v53flexipages:fix",
|
|
11176
|
-
"project:hardis:v53flexipages:fix",
|
|
11177
|
-
"project:v53flexipages:hardis:fix",
|
|
11178
|
-
"project:v53flexipages:fix:hardis",
|
|
11179
|
-
"hardis:v53flexipages:project:fix",
|
|
11180
|
-
"v53flexipages:hardis:project:fix",
|
|
11181
|
-
"v53flexipages:project:hardis:fix",
|
|
11182
|
-
"v53flexipages:project:fix:hardis",
|
|
11183
|
-
"hardis:v53flexipages:fix:project",
|
|
11184
|
-
"v53flexipages:hardis:fix:project",
|
|
11185
|
-
"v53flexipages:fix:hardis:project",
|
|
11186
|
-
"v53flexipages:fix:project:hardis"
|
|
10931
|
+
"pluginName": "sfdx-hardis",
|
|
10932
|
+
"pluginType": "core",
|
|
10933
|
+
"strict": true,
|
|
10934
|
+
"enableJsonFlag": true,
|
|
10935
|
+
"title": "Clean retrieved empty items in dx sources",
|
|
10936
|
+
"requiresProject": true,
|
|
10937
|
+
"isESM": true,
|
|
10938
|
+
"relativePath": [
|
|
10939
|
+
"lib",
|
|
10940
|
+
"commands",
|
|
10941
|
+
"hardis",
|
|
10942
|
+
"project",
|
|
10943
|
+
"clean",
|
|
10944
|
+
"xml.js"
|
|
10945
|
+
],
|
|
10946
|
+
"aliasPermutations": [],
|
|
10947
|
+
"permutations": [
|
|
10948
|
+
"hardis:project:clean:xml",
|
|
10949
|
+
"project:hardis:clean:xml",
|
|
10950
|
+
"project:clean:hardis:xml",
|
|
10951
|
+
"project:clean:xml:hardis",
|
|
10952
|
+
"hardis:clean:project:xml",
|
|
10953
|
+
"clean:hardis:project:xml",
|
|
10954
|
+
"clean:project:hardis:xml",
|
|
10955
|
+
"clean:project:xml:hardis",
|
|
10956
|
+
"hardis:clean:xml:project",
|
|
10957
|
+
"clean:hardis:xml:project",
|
|
10958
|
+
"clean:xml:hardis:project",
|
|
10959
|
+
"clean:xml:project:hardis",
|
|
10960
|
+
"hardis:project:xml:clean",
|
|
10961
|
+
"project:hardis:xml:clean",
|
|
10962
|
+
"project:xml:hardis:clean",
|
|
10963
|
+
"project:xml:clean:hardis",
|
|
10964
|
+
"hardis:xml:project:clean",
|
|
10965
|
+
"xml:hardis:project:clean",
|
|
10966
|
+
"xml:project:hardis:clean",
|
|
10967
|
+
"xml:project:clean:hardis",
|
|
10968
|
+
"hardis:xml:clean:project",
|
|
10969
|
+
"xml:hardis:clean:project",
|
|
10970
|
+
"xml:clean:hardis:project",
|
|
10971
|
+
"xml:clean:project:hardis"
|
|
11187
10972
|
]
|
|
11188
10973
|
},
|
|
11189
10974
|
"hardis:project:deploy:notify": {
|
|
@@ -12361,6 +12146,221 @@
|
|
|
12361
12146
|
"validate:deploy:project:hardis"
|
|
12362
12147
|
]
|
|
12363
12148
|
},
|
|
12149
|
+
"hardis:project:fix:profiletabs": {
|
|
12150
|
+
"aliases": [],
|
|
12151
|
+
"args": {},
|
|
12152
|
+
"description": "Interactive prompts to add tab visibilities that are not retrieved by project retrieve start",
|
|
12153
|
+
"examples": [
|
|
12154
|
+
"$ sf hardis:project:fix:profiletabs"
|
|
12155
|
+
],
|
|
12156
|
+
"flags": {
|
|
12157
|
+
"json": {
|
|
12158
|
+
"description": "Format output as json.",
|
|
12159
|
+
"helpGroup": "GLOBAL",
|
|
12160
|
+
"name": "json",
|
|
12161
|
+
"allowNo": false,
|
|
12162
|
+
"type": "boolean"
|
|
12163
|
+
},
|
|
12164
|
+
"flags-dir": {
|
|
12165
|
+
"helpGroup": "GLOBAL",
|
|
12166
|
+
"name": "flags-dir",
|
|
12167
|
+
"summary": "Import flag values from a directory.",
|
|
12168
|
+
"hasDynamicHelp": false,
|
|
12169
|
+
"multiple": false,
|
|
12170
|
+
"type": "option"
|
|
12171
|
+
},
|
|
12172
|
+
"path": {
|
|
12173
|
+
"char": "p",
|
|
12174
|
+
"description": "Root folder",
|
|
12175
|
+
"name": "path",
|
|
12176
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
12177
|
+
"hasDynamicHelp": false,
|
|
12178
|
+
"multiple": false,
|
|
12179
|
+
"type": "option"
|
|
12180
|
+
},
|
|
12181
|
+
"debug": {
|
|
12182
|
+
"char": "d",
|
|
12183
|
+
"description": "Activate debug mode (more logs)",
|
|
12184
|
+
"name": "debug",
|
|
12185
|
+
"allowNo": false,
|
|
12186
|
+
"type": "boolean"
|
|
12187
|
+
},
|
|
12188
|
+
"websocket": {
|
|
12189
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12190
|
+
"name": "websocket",
|
|
12191
|
+
"hasDynamicHelp": false,
|
|
12192
|
+
"multiple": false,
|
|
12193
|
+
"type": "option"
|
|
12194
|
+
},
|
|
12195
|
+
"skipauth": {
|
|
12196
|
+
"description": "Skip authentication check when a default username is required",
|
|
12197
|
+
"name": "skipauth",
|
|
12198
|
+
"allowNo": false,
|
|
12199
|
+
"type": "boolean"
|
|
12200
|
+
},
|
|
12201
|
+
"target-org": {
|
|
12202
|
+
"aliases": [
|
|
12203
|
+
"targetusername",
|
|
12204
|
+
"u"
|
|
12205
|
+
],
|
|
12206
|
+
"char": "o",
|
|
12207
|
+
"deprecateAliases": true,
|
|
12208
|
+
"name": "target-org",
|
|
12209
|
+
"noCacheDefault": true,
|
|
12210
|
+
"required": true,
|
|
12211
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
12212
|
+
"hasDynamicHelp": true,
|
|
12213
|
+
"multiple": false,
|
|
12214
|
+
"type": "option"
|
|
12215
|
+
}
|
|
12216
|
+
},
|
|
12217
|
+
"hasDynamicHelp": true,
|
|
12218
|
+
"hiddenAliases": [],
|
|
12219
|
+
"id": "hardis:project:fix:profiletabs",
|
|
12220
|
+
"pluginAlias": "sfdx-hardis",
|
|
12221
|
+
"pluginName": "sfdx-hardis",
|
|
12222
|
+
"pluginType": "core",
|
|
12223
|
+
"strict": true,
|
|
12224
|
+
"enableJsonFlag": true,
|
|
12225
|
+
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
12226
|
+
"requiresProject": true,
|
|
12227
|
+
"isESM": true,
|
|
12228
|
+
"relativePath": [
|
|
12229
|
+
"lib",
|
|
12230
|
+
"commands",
|
|
12231
|
+
"hardis",
|
|
12232
|
+
"project",
|
|
12233
|
+
"fix",
|
|
12234
|
+
"profiletabs.js"
|
|
12235
|
+
],
|
|
12236
|
+
"aliasPermutations": [],
|
|
12237
|
+
"permutations": [
|
|
12238
|
+
"hardis:project:fix:profiletabs",
|
|
12239
|
+
"project:hardis:fix:profiletabs",
|
|
12240
|
+
"project:fix:hardis:profiletabs",
|
|
12241
|
+
"project:fix:profiletabs:hardis",
|
|
12242
|
+
"hardis:fix:project:profiletabs",
|
|
12243
|
+
"fix:hardis:project:profiletabs",
|
|
12244
|
+
"fix:project:hardis:profiletabs",
|
|
12245
|
+
"fix:project:profiletabs:hardis",
|
|
12246
|
+
"hardis:fix:profiletabs:project",
|
|
12247
|
+
"fix:hardis:profiletabs:project",
|
|
12248
|
+
"fix:profiletabs:hardis:project",
|
|
12249
|
+
"fix:profiletabs:project:hardis",
|
|
12250
|
+
"hardis:project:profiletabs:fix",
|
|
12251
|
+
"project:hardis:profiletabs:fix",
|
|
12252
|
+
"project:profiletabs:hardis:fix",
|
|
12253
|
+
"project:profiletabs:fix:hardis",
|
|
12254
|
+
"hardis:profiletabs:project:fix",
|
|
12255
|
+
"profiletabs:hardis:project:fix",
|
|
12256
|
+
"profiletabs:project:hardis:fix",
|
|
12257
|
+
"profiletabs:project:fix:hardis",
|
|
12258
|
+
"hardis:profiletabs:fix:project",
|
|
12259
|
+
"profiletabs:hardis:fix:project",
|
|
12260
|
+
"profiletabs:fix:hardis:project",
|
|
12261
|
+
"profiletabs:fix:project:hardis"
|
|
12262
|
+
]
|
|
12263
|
+
},
|
|
12264
|
+
"hardis:project:fix:v53flexipages": {
|
|
12265
|
+
"aliases": [],
|
|
12266
|
+
"args": {},
|
|
12267
|
+
"description": "Fix flexipages for apiVersion v53 (Winter22).\n\nNote: Update api version to 53.0 in package.xml and sfdx-project.json",
|
|
12268
|
+
"examples": [
|
|
12269
|
+
"$ sf hardis:project:fix:v53flexipages"
|
|
12270
|
+
],
|
|
12271
|
+
"flags": {
|
|
12272
|
+
"json": {
|
|
12273
|
+
"description": "Format output as json.",
|
|
12274
|
+
"helpGroup": "GLOBAL",
|
|
12275
|
+
"name": "json",
|
|
12276
|
+
"allowNo": false,
|
|
12277
|
+
"type": "boolean"
|
|
12278
|
+
},
|
|
12279
|
+
"flags-dir": {
|
|
12280
|
+
"helpGroup": "GLOBAL",
|
|
12281
|
+
"name": "flags-dir",
|
|
12282
|
+
"summary": "Import flag values from a directory.",
|
|
12283
|
+
"hasDynamicHelp": false,
|
|
12284
|
+
"multiple": false,
|
|
12285
|
+
"type": "option"
|
|
12286
|
+
},
|
|
12287
|
+
"path": {
|
|
12288
|
+
"char": "p",
|
|
12289
|
+
"description": "Root folder",
|
|
12290
|
+
"name": "path",
|
|
12291
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
12292
|
+
"hasDynamicHelp": false,
|
|
12293
|
+
"multiple": false,
|
|
12294
|
+
"type": "option"
|
|
12295
|
+
},
|
|
12296
|
+
"debug": {
|
|
12297
|
+
"char": "d",
|
|
12298
|
+
"description": "Activate debug mode (more logs)",
|
|
12299
|
+
"name": "debug",
|
|
12300
|
+
"allowNo": false,
|
|
12301
|
+
"type": "boolean"
|
|
12302
|
+
},
|
|
12303
|
+
"websocket": {
|
|
12304
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12305
|
+
"name": "websocket",
|
|
12306
|
+
"hasDynamicHelp": false,
|
|
12307
|
+
"multiple": false,
|
|
12308
|
+
"type": "option"
|
|
12309
|
+
},
|
|
12310
|
+
"skipauth": {
|
|
12311
|
+
"description": "Skip authentication check when a default username is required",
|
|
12312
|
+
"name": "skipauth",
|
|
12313
|
+
"allowNo": false,
|
|
12314
|
+
"type": "boolean"
|
|
12315
|
+
}
|
|
12316
|
+
},
|
|
12317
|
+
"hasDynamicHelp": false,
|
|
12318
|
+
"hiddenAliases": [],
|
|
12319
|
+
"id": "hardis:project:fix:v53flexipages",
|
|
12320
|
+
"pluginAlias": "sfdx-hardis",
|
|
12321
|
+
"pluginName": "sfdx-hardis",
|
|
12322
|
+
"pluginType": "core",
|
|
12323
|
+
"strict": true,
|
|
12324
|
+
"enableJsonFlag": true,
|
|
12325
|
+
"title": "Fix flexipages for v53",
|
|
12326
|
+
"requiresProject": true,
|
|
12327
|
+
"isESM": true,
|
|
12328
|
+
"relativePath": [
|
|
12329
|
+
"lib",
|
|
12330
|
+
"commands",
|
|
12331
|
+
"hardis",
|
|
12332
|
+
"project",
|
|
12333
|
+
"fix",
|
|
12334
|
+
"v53flexipages.js"
|
|
12335
|
+
],
|
|
12336
|
+
"aliasPermutations": [],
|
|
12337
|
+
"permutations": [
|
|
12338
|
+
"hardis:project:fix:v53flexipages",
|
|
12339
|
+
"project:hardis:fix:v53flexipages",
|
|
12340
|
+
"project:fix:hardis:v53flexipages",
|
|
12341
|
+
"project:fix:v53flexipages:hardis",
|
|
12342
|
+
"hardis:fix:project:v53flexipages",
|
|
12343
|
+
"fix:hardis:project:v53flexipages",
|
|
12344
|
+
"fix:project:hardis:v53flexipages",
|
|
12345
|
+
"fix:project:v53flexipages:hardis",
|
|
12346
|
+
"hardis:fix:v53flexipages:project",
|
|
12347
|
+
"fix:hardis:v53flexipages:project",
|
|
12348
|
+
"fix:v53flexipages:hardis:project",
|
|
12349
|
+
"fix:v53flexipages:project:hardis",
|
|
12350
|
+
"hardis:project:v53flexipages:fix",
|
|
12351
|
+
"project:hardis:v53flexipages:fix",
|
|
12352
|
+
"project:v53flexipages:hardis:fix",
|
|
12353
|
+
"project:v53flexipages:fix:hardis",
|
|
12354
|
+
"hardis:v53flexipages:project:fix",
|
|
12355
|
+
"v53flexipages:hardis:project:fix",
|
|
12356
|
+
"v53flexipages:project:hardis:fix",
|
|
12357
|
+
"v53flexipages:project:fix:hardis",
|
|
12358
|
+
"hardis:v53flexipages:fix:project",
|
|
12359
|
+
"v53flexipages:hardis:fix:project",
|
|
12360
|
+
"v53flexipages:fix:hardis:project",
|
|
12361
|
+
"v53flexipages:fix:project:hardis"
|
|
12362
|
+
]
|
|
12363
|
+
},
|
|
12364
12364
|
"hardis:project:generate:bypass": {
|
|
12365
12365
|
"aliases": [],
|
|
12366
12366
|
"args": {},
|
|
@@ -14814,5 +14814,5 @@
|
|
|
14814
14814
|
]
|
|
14815
14815
|
}
|
|
14816
14816
|
},
|
|
14817
|
-
"version": "5.43.
|
|
14817
|
+
"version": "5.43.5"
|
|
14818
14818
|
}
|