sfdx-hardis 5.44.2-alpha202507221341.0 → 5.44.2-alpha202507221406.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oclif.manifest.json +182 -182
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -5738,14 +5738,13 @@
|
|
|
5738
5738
|
"import:files:org:hardis"
|
|
5739
5739
|
]
|
|
5740
5740
|
},
|
|
5741
|
-
"hardis:org:
|
|
5741
|
+
"hardis:org:fix:listviewmine": {
|
|
5742
5742
|
"aliases": [],
|
|
5743
5743
|
"args": {},
|
|
5744
|
-
"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",
|
|
5745
5745
|
"examples": [
|
|
5746
|
-
"$ sf hardis:org:
|
|
5747
|
-
"$ sf hardis:org:
|
|
5748
|
-
"$ sf hardis:org:generate:packagexmlfull --target-org nico@example.com"
|
|
5746
|
+
"$ sf hardis:org:fix:listviewmine",
|
|
5747
|
+
"$ sf hardis:org:fix:listviewmine --listviews Opportunity:MySubscriptions,Account:MyActivePartners"
|
|
5749
5748
|
],
|
|
5750
5749
|
"flags": {
|
|
5751
5750
|
"json": {
|
|
@@ -5763,9 +5762,10 @@
|
|
|
5763
5762
|
"multiple": false,
|
|
5764
5763
|
"type": "option"
|
|
5765
5764
|
},
|
|
5766
|
-
"
|
|
5767
|
-
"
|
|
5768
|
-
"
|
|
5765
|
+
"listviews": {
|
|
5766
|
+
"char": "l",
|
|
5767
|
+
"description": "Comma-separated list of listviews following format Object:ListViewName\nExample: Contact:MyContacts,Contact:MyActiveContacts,Opportunity:MYClosedOpportunities",
|
|
5768
|
+
"name": "listviews",
|
|
5769
5769
|
"hasDynamicHelp": false,
|
|
5770
5770
|
"multiple": false,
|
|
5771
5771
|
"type": "option"
|
|
@@ -5808,49 +5808,49 @@
|
|
|
5808
5808
|
},
|
|
5809
5809
|
"hasDynamicHelp": true,
|
|
5810
5810
|
"hiddenAliases": [],
|
|
5811
|
-
"id": "hardis:org:
|
|
5811
|
+
"id": "hardis:org:fix:listviewmine",
|
|
5812
5812
|
"pluginAlias": "sfdx-hardis",
|
|
5813
5813
|
"pluginName": "sfdx-hardis",
|
|
5814
5814
|
"pluginType": "core",
|
|
5815
5815
|
"strict": true,
|
|
5816
5816
|
"enableJsonFlag": true,
|
|
5817
|
-
"title": "
|
|
5818
|
-
"requiresProject":
|
|
5817
|
+
"title": "Fix listviews with ",
|
|
5818
|
+
"requiresProject": true,
|
|
5819
5819
|
"isESM": true,
|
|
5820
5820
|
"relativePath": [
|
|
5821
5821
|
"lib",
|
|
5822
5822
|
"commands",
|
|
5823
5823
|
"hardis",
|
|
5824
5824
|
"org",
|
|
5825
|
-
"
|
|
5826
|
-
"
|
|
5825
|
+
"fix",
|
|
5826
|
+
"listviewmine.js"
|
|
5827
5827
|
],
|
|
5828
5828
|
"aliasPermutations": [],
|
|
5829
5829
|
"permutations": [
|
|
5830
|
-
"hardis:org:
|
|
5831
|
-
"org:hardis:
|
|
5832
|
-
"org:
|
|
5833
|
-
"org:
|
|
5834
|
-
"hardis:
|
|
5835
|
-
"
|
|
5836
|
-
"
|
|
5837
|
-
"
|
|
5838
|
-
"hardis:
|
|
5839
|
-
"
|
|
5840
|
-
"
|
|
5841
|
-
"
|
|
5842
|
-
"hardis:org:
|
|
5843
|
-
"org:hardis:
|
|
5844
|
-
"org:
|
|
5845
|
-
"org:
|
|
5846
|
-
"hardis:
|
|
5847
|
-
"
|
|
5848
|
-
"
|
|
5849
|
-
"
|
|
5850
|
-
"hardis:
|
|
5851
|
-
"
|
|
5852
|
-
"
|
|
5853
|
-
"
|
|
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
5854
|
]
|
|
5855
5855
|
},
|
|
5856
5856
|
"hardis:org:diagnose:audittrail": {
|
|
@@ -7002,13 +7002,14 @@
|
|
|
7002
7002
|
"unusedusers:diagnose:org:hardis"
|
|
7003
7003
|
]
|
|
7004
7004
|
},
|
|
7005
|
-
"hardis:org:
|
|
7005
|
+
"hardis:org:generate:packagexmlfull": {
|
|
7006
7006
|
"aliases": [],
|
|
7007
7007
|
"args": {},
|
|
7008
|
-
"description": "
|
|
7008
|
+
"description": "Generates full org package.xml, including managed items",
|
|
7009
7009
|
"examples": [
|
|
7010
|
-
"$ sf hardis:org:
|
|
7011
|
-
"$ sf hardis:org:
|
|
7010
|
+
"$ sf hardis:org:generate:packagexmlfull",
|
|
7011
|
+
"$ sf hardis:org:generate:packagexmlfull --outputfile /tmp/packagexmlfull.xml",
|
|
7012
|
+
"$ sf hardis:org:generate:packagexmlfull --target-org nico@example.com"
|
|
7012
7013
|
],
|
|
7013
7014
|
"flags": {
|
|
7014
7015
|
"json": {
|
|
@@ -7026,10 +7027,9 @@
|
|
|
7026
7027
|
"multiple": false,
|
|
7027
7028
|
"type": "option"
|
|
7028
7029
|
},
|
|
7029
|
-
"
|
|
7030
|
-
"
|
|
7031
|
-
"
|
|
7032
|
-
"name": "listviews",
|
|
7030
|
+
"outputfile": {
|
|
7031
|
+
"description": "Output package.xml file",
|
|
7032
|
+
"name": "outputfile",
|
|
7033
7033
|
"hasDynamicHelp": false,
|
|
7034
7034
|
"multiple": false,
|
|
7035
7035
|
"type": "option"
|
|
@@ -7072,49 +7072,49 @@
|
|
|
7072
7072
|
},
|
|
7073
7073
|
"hasDynamicHelp": true,
|
|
7074
7074
|
"hiddenAliases": [],
|
|
7075
|
-
"id": "hardis:org:
|
|
7075
|
+
"id": "hardis:org:generate:packagexmlfull",
|
|
7076
7076
|
"pluginAlias": "sfdx-hardis",
|
|
7077
7077
|
"pluginName": "sfdx-hardis",
|
|
7078
7078
|
"pluginType": "core",
|
|
7079
7079
|
"strict": true,
|
|
7080
7080
|
"enableJsonFlag": true,
|
|
7081
|
-
"title": "
|
|
7082
|
-
"requiresProject":
|
|
7081
|
+
"title": "Generate Full Org package.xml",
|
|
7082
|
+
"requiresProject": false,
|
|
7083
7083
|
"isESM": true,
|
|
7084
7084
|
"relativePath": [
|
|
7085
7085
|
"lib",
|
|
7086
7086
|
"commands",
|
|
7087
7087
|
"hardis",
|
|
7088
7088
|
"org",
|
|
7089
|
-
"
|
|
7090
|
-
"
|
|
7089
|
+
"generate",
|
|
7090
|
+
"packagexmlfull.js"
|
|
7091
7091
|
],
|
|
7092
7092
|
"aliasPermutations": [],
|
|
7093
7093
|
"permutations": [
|
|
7094
|
-
"hardis:org:
|
|
7095
|
-
"org:hardis:
|
|
7096
|
-
"org:
|
|
7097
|
-
"org:
|
|
7098
|
-
"hardis:
|
|
7099
|
-
"
|
|
7100
|
-
"
|
|
7101
|
-
"
|
|
7102
|
-
"hardis:
|
|
7103
|
-
"
|
|
7104
|
-
"
|
|
7105
|
-
"
|
|
7106
|
-
"hardis:org:
|
|
7107
|
-
"org:hardis:
|
|
7108
|
-
"org:
|
|
7109
|
-
"org:
|
|
7110
|
-
"hardis:
|
|
7111
|
-
"
|
|
7112
|
-
"
|
|
7113
|
-
"
|
|
7114
|
-
"hardis:
|
|
7115
|
-
"
|
|
7116
|
-
"
|
|
7117
|
-
"
|
|
7094
|
+
"hardis:org:generate:packagexmlfull",
|
|
7095
|
+
"org:hardis:generate:packagexmlfull",
|
|
7096
|
+
"org:generate:hardis:packagexmlfull",
|
|
7097
|
+
"org:generate:packagexmlfull:hardis",
|
|
7098
|
+
"hardis:generate:org:packagexmlfull",
|
|
7099
|
+
"generate:hardis:org:packagexmlfull",
|
|
7100
|
+
"generate:org:hardis:packagexmlfull",
|
|
7101
|
+
"generate:org:packagexmlfull:hardis",
|
|
7102
|
+
"hardis:generate:packagexmlfull:org",
|
|
7103
|
+
"generate:hardis:packagexmlfull:org",
|
|
7104
|
+
"generate:packagexmlfull:hardis:org",
|
|
7105
|
+
"generate:packagexmlfull:org:hardis",
|
|
7106
|
+
"hardis:org:packagexmlfull:generate",
|
|
7107
|
+
"org:hardis:packagexmlfull:generate",
|
|
7108
|
+
"org:packagexmlfull:hardis:generate",
|
|
7109
|
+
"org:packagexmlfull:generate:hardis",
|
|
7110
|
+
"hardis:packagexmlfull:org:generate",
|
|
7111
|
+
"packagexmlfull:hardis:org:generate",
|
|
7112
|
+
"packagexmlfull:org:hardis:generate",
|
|
7113
|
+
"packagexmlfull:org:generate:hardis",
|
|
7114
|
+
"hardis:packagexmlfull:generate:org",
|
|
7115
|
+
"packagexmlfull:hardis:generate:org",
|
|
7116
|
+
"packagexmlfull:generate:hardis:org",
|
|
7117
|
+
"packagexmlfull:generate:org:hardis"
|
|
7118
7118
|
]
|
|
7119
7119
|
},
|
|
7120
7120
|
"hardis:org:monitor:all": {
|
|
@@ -7592,6 +7592,113 @@
|
|
|
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
|
+
},
|
|
7595
7702
|
"hardis:org:purge:apexlog": {
|
|
7596
7703
|
"aliases": [],
|
|
7597
7704
|
"args": {},
|
|
@@ -7860,113 +7967,6 @@
|
|
|
7860
7967
|
"flow:purge:org:hardis"
|
|
7861
7968
|
]
|
|
7862
7969
|
},
|
|
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": {},
|
|
@@ -14843,5 +14843,5 @@
|
|
|
14843
14843
|
]
|
|
14844
14844
|
}
|
|
14845
14845
|
},
|
|
14846
|
-
"version": "5.44.2-
|
|
14846
|
+
"version": "5.44.2-alpha202507221406.0"
|
|
14847
14847
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Swiss-army-knife Toolbox for Salesforce.\n Allows you to define a complete CD/CD Pipeline.\n Orchestrate base commands and assist users with interactive wizards",
|
|
4
4
|
"author": "NicolasVuillamy @nvuillam",
|
|
5
5
|
"bugs": "https://github.com/hardisgroupcom/sfdx-hardis/issues",
|
|
6
|
-
"version": "5.44.2-
|
|
6
|
+
"version": "5.44.2-alpha202507221406.0",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@actions/github": "^6.0.1",
|
|
9
9
|
"@cparra/apexdocs": "^3.14.0",
|