sfdx-hardis 5.44.2-alpha202507221112.0 → 5.44.2-alpha202507221133.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.lock +3469 -3215
- package/oclif.manifest.json +367 -367
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -5738,121 +5738,6 @@
|
|
|
5738
5738
|
"import:files:org:hardis"
|
|
5739
5739
|
]
|
|
5740
5740
|
},
|
|
5741
|
-
"hardis:org:fix:listviewmine": {
|
|
5742
|
-
"aliases": [],
|
|
5743
|
-
"args": {},
|
|
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
|
-
"examples": [
|
|
5746
|
-
"$ sf hardis:org:fix:listviewmine",
|
|
5747
|
-
"$ sf hardis:org:fix:listviewmine --listviews Opportunity:MySubscriptions,Account:MyActivePartners"
|
|
5748
|
-
],
|
|
5749
|
-
"flags": {
|
|
5750
|
-
"json": {
|
|
5751
|
-
"description": "Format output as json.",
|
|
5752
|
-
"helpGroup": "GLOBAL",
|
|
5753
|
-
"name": "json",
|
|
5754
|
-
"allowNo": false,
|
|
5755
|
-
"type": "boolean"
|
|
5756
|
-
},
|
|
5757
|
-
"flags-dir": {
|
|
5758
|
-
"helpGroup": "GLOBAL",
|
|
5759
|
-
"name": "flags-dir",
|
|
5760
|
-
"summary": "Import flag values from a directory.",
|
|
5761
|
-
"hasDynamicHelp": false,
|
|
5762
|
-
"multiple": false,
|
|
5763
|
-
"type": "option"
|
|
5764
|
-
},
|
|
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
|
-
"hasDynamicHelp": false,
|
|
5770
|
-
"multiple": false,
|
|
5771
|
-
"type": "option"
|
|
5772
|
-
},
|
|
5773
|
-
"debug": {
|
|
5774
|
-
"char": "d",
|
|
5775
|
-
"description": "Activate debug mode (more logs)",
|
|
5776
|
-
"name": "debug",
|
|
5777
|
-
"allowNo": false,
|
|
5778
|
-
"type": "boolean"
|
|
5779
|
-
},
|
|
5780
|
-
"websocket": {
|
|
5781
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
5782
|
-
"name": "websocket",
|
|
5783
|
-
"hasDynamicHelp": false,
|
|
5784
|
-
"multiple": false,
|
|
5785
|
-
"type": "option"
|
|
5786
|
-
},
|
|
5787
|
-
"skipauth": {
|
|
5788
|
-
"description": "Skip authentication check when a default username is required",
|
|
5789
|
-
"name": "skipauth",
|
|
5790
|
-
"allowNo": false,
|
|
5791
|
-
"type": "boolean"
|
|
5792
|
-
},
|
|
5793
|
-
"target-org": {
|
|
5794
|
-
"aliases": [
|
|
5795
|
-
"targetusername",
|
|
5796
|
-
"u"
|
|
5797
|
-
],
|
|
5798
|
-
"char": "o",
|
|
5799
|
-
"deprecateAliases": true,
|
|
5800
|
-
"name": "target-org",
|
|
5801
|
-
"noCacheDefault": true,
|
|
5802
|
-
"required": true,
|
|
5803
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
5804
|
-
"hasDynamicHelp": true,
|
|
5805
|
-
"multiple": false,
|
|
5806
|
-
"type": "option"
|
|
5807
|
-
}
|
|
5808
|
-
},
|
|
5809
|
-
"hasDynamicHelp": true,
|
|
5810
|
-
"hiddenAliases": [],
|
|
5811
|
-
"id": "hardis:org:fix:listviewmine",
|
|
5812
|
-
"pluginAlias": "sfdx-hardis",
|
|
5813
|
-
"pluginName": "sfdx-hardis",
|
|
5814
|
-
"pluginType": "core",
|
|
5815
|
-
"strict": true,
|
|
5816
|
-
"enableJsonFlag": true,
|
|
5817
|
-
"title": "Fix listviews with ",
|
|
5818
|
-
"requiresProject": true,
|
|
5819
|
-
"isESM": true,
|
|
5820
|
-
"relativePath": [
|
|
5821
|
-
"lib",
|
|
5822
|
-
"commands",
|
|
5823
|
-
"hardis",
|
|
5824
|
-
"org",
|
|
5825
|
-
"fix",
|
|
5826
|
-
"listviewmine.js"
|
|
5827
|
-
],
|
|
5828
|
-
"aliasPermutations": [],
|
|
5829
|
-
"permutations": [
|
|
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
5741
|
"hardis:org:diagnose:audittrail": {
|
|
5857
5742
|
"aliases": [],
|
|
5858
5743
|
"args": {},
|
|
@@ -7002,6 +6887,121 @@
|
|
|
7002
6887
|
"unusedusers:diagnose:org:hardis"
|
|
7003
6888
|
]
|
|
7004
6889
|
},
|
|
6890
|
+
"hardis:org:fix:listviewmine": {
|
|
6891
|
+
"aliases": [],
|
|
6892
|
+
"args": {},
|
|
6893
|
+
"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",
|
|
6894
|
+
"examples": [
|
|
6895
|
+
"$ sf hardis:org:fix:listviewmine",
|
|
6896
|
+
"$ sf hardis:org:fix:listviewmine --listviews Opportunity:MySubscriptions,Account:MyActivePartners"
|
|
6897
|
+
],
|
|
6898
|
+
"flags": {
|
|
6899
|
+
"json": {
|
|
6900
|
+
"description": "Format output as json.",
|
|
6901
|
+
"helpGroup": "GLOBAL",
|
|
6902
|
+
"name": "json",
|
|
6903
|
+
"allowNo": false,
|
|
6904
|
+
"type": "boolean"
|
|
6905
|
+
},
|
|
6906
|
+
"flags-dir": {
|
|
6907
|
+
"helpGroup": "GLOBAL",
|
|
6908
|
+
"name": "flags-dir",
|
|
6909
|
+
"summary": "Import flag values from a directory.",
|
|
6910
|
+
"hasDynamicHelp": false,
|
|
6911
|
+
"multiple": false,
|
|
6912
|
+
"type": "option"
|
|
6913
|
+
},
|
|
6914
|
+
"listviews": {
|
|
6915
|
+
"char": "l",
|
|
6916
|
+
"description": "Comma-separated list of listviews following format Object:ListViewName\nExample: Contact:MyContacts,Contact:MyActiveContacts,Opportunity:MYClosedOpportunities",
|
|
6917
|
+
"name": "listviews",
|
|
6918
|
+
"hasDynamicHelp": false,
|
|
6919
|
+
"multiple": false,
|
|
6920
|
+
"type": "option"
|
|
6921
|
+
},
|
|
6922
|
+
"debug": {
|
|
6923
|
+
"char": "d",
|
|
6924
|
+
"description": "Activate debug mode (more logs)",
|
|
6925
|
+
"name": "debug",
|
|
6926
|
+
"allowNo": false,
|
|
6927
|
+
"type": "boolean"
|
|
6928
|
+
},
|
|
6929
|
+
"websocket": {
|
|
6930
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
6931
|
+
"name": "websocket",
|
|
6932
|
+
"hasDynamicHelp": false,
|
|
6933
|
+
"multiple": false,
|
|
6934
|
+
"type": "option"
|
|
6935
|
+
},
|
|
6936
|
+
"skipauth": {
|
|
6937
|
+
"description": "Skip authentication check when a default username is required",
|
|
6938
|
+
"name": "skipauth",
|
|
6939
|
+
"allowNo": false,
|
|
6940
|
+
"type": "boolean"
|
|
6941
|
+
},
|
|
6942
|
+
"target-org": {
|
|
6943
|
+
"aliases": [
|
|
6944
|
+
"targetusername",
|
|
6945
|
+
"u"
|
|
6946
|
+
],
|
|
6947
|
+
"char": "o",
|
|
6948
|
+
"deprecateAliases": true,
|
|
6949
|
+
"name": "target-org",
|
|
6950
|
+
"noCacheDefault": true,
|
|
6951
|
+
"required": true,
|
|
6952
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
6953
|
+
"hasDynamicHelp": true,
|
|
6954
|
+
"multiple": false,
|
|
6955
|
+
"type": "option"
|
|
6956
|
+
}
|
|
6957
|
+
},
|
|
6958
|
+
"hasDynamicHelp": true,
|
|
6959
|
+
"hiddenAliases": [],
|
|
6960
|
+
"id": "hardis:org:fix:listviewmine",
|
|
6961
|
+
"pluginAlias": "sfdx-hardis",
|
|
6962
|
+
"pluginName": "sfdx-hardis",
|
|
6963
|
+
"pluginType": "core",
|
|
6964
|
+
"strict": true,
|
|
6965
|
+
"enableJsonFlag": true,
|
|
6966
|
+
"title": "Fix listviews with ",
|
|
6967
|
+
"requiresProject": true,
|
|
6968
|
+
"isESM": true,
|
|
6969
|
+
"relativePath": [
|
|
6970
|
+
"lib",
|
|
6971
|
+
"commands",
|
|
6972
|
+
"hardis",
|
|
6973
|
+
"org",
|
|
6974
|
+
"fix",
|
|
6975
|
+
"listviewmine.js"
|
|
6976
|
+
],
|
|
6977
|
+
"aliasPermutations": [],
|
|
6978
|
+
"permutations": [
|
|
6979
|
+
"hardis:org:fix:listviewmine",
|
|
6980
|
+
"org:hardis:fix:listviewmine",
|
|
6981
|
+
"org:fix:hardis:listviewmine",
|
|
6982
|
+
"org:fix:listviewmine:hardis",
|
|
6983
|
+
"hardis:fix:org:listviewmine",
|
|
6984
|
+
"fix:hardis:org:listviewmine",
|
|
6985
|
+
"fix:org:hardis:listviewmine",
|
|
6986
|
+
"fix:org:listviewmine:hardis",
|
|
6987
|
+
"hardis:fix:listviewmine:org",
|
|
6988
|
+
"fix:hardis:listviewmine:org",
|
|
6989
|
+
"fix:listviewmine:hardis:org",
|
|
6990
|
+
"fix:listviewmine:org:hardis",
|
|
6991
|
+
"hardis:org:listviewmine:fix",
|
|
6992
|
+
"org:hardis:listviewmine:fix",
|
|
6993
|
+
"org:listviewmine:hardis:fix",
|
|
6994
|
+
"org:listviewmine:fix:hardis",
|
|
6995
|
+
"hardis:listviewmine:org:fix",
|
|
6996
|
+
"listviewmine:hardis:org:fix",
|
|
6997
|
+
"listviewmine:org:hardis:fix",
|
|
6998
|
+
"listviewmine:org:fix:hardis",
|
|
6999
|
+
"hardis:listviewmine:fix:org",
|
|
7000
|
+
"listviewmine:hardis:fix:org",
|
|
7001
|
+
"listviewmine:fix:hardis:org",
|
|
7002
|
+
"listviewmine:fix:org:hardis"
|
|
7003
|
+
]
|
|
7004
|
+
},
|
|
7005
7005
|
"hardis:org:generate:packagexmlfull": {
|
|
7006
7006
|
"aliases": [],
|
|
7007
7007
|
"args": {},
|
|
@@ -8841,15 +8841,12 @@
|
|
|
8841
8841
|
"promote:version:package:hardis"
|
|
8842
8842
|
]
|
|
8843
8843
|
},
|
|
8844
|
-
"hardis:project:
|
|
8844
|
+
"hardis:project:configure:auth": {
|
|
8845
8845
|
"aliases": [],
|
|
8846
8846
|
"args": {},
|
|
8847
|
-
"description": "
|
|
8847
|
+
"description": "Configure authentication from git branch to target org",
|
|
8848
8848
|
"examples": [
|
|
8849
|
-
"$ sf hardis:project:
|
|
8850
|
-
"$ sf hardis:project:audit:apiversion --metadatatype ApexClass,ApexTrigger,ApexPage --minimumapiversion 45",
|
|
8851
|
-
"$ sf hardis:project:audit:apiversion --metadatatype ApexClass,ApexTrigger,ApexPage --minimumapiversion 45 --fix",
|
|
8852
|
-
"$ sf hardis:project:audit:apiversion --metadatatype ApexClass,ApexTrigger,ApexPage --minimumapiversion 45 --newapiversion 50"
|
|
8849
|
+
"$ sf hardis:project:configure:auth"
|
|
8853
8850
|
],
|
|
8854
8851
|
"flags": {
|
|
8855
8852
|
"json": {
|
|
@@ -8867,19 +8864,151 @@
|
|
|
8867
8864
|
"multiple": false,
|
|
8868
8865
|
"type": "option"
|
|
8869
8866
|
},
|
|
8870
|
-
"
|
|
8871
|
-
"char": "
|
|
8872
|
-
"description": "
|
|
8873
|
-
"name": "
|
|
8874
|
-
"
|
|
8875
|
-
"
|
|
8876
|
-
|
|
8877
|
-
|
|
8878
|
-
|
|
8879
|
-
|
|
8880
|
-
"
|
|
8881
|
-
"
|
|
8882
|
-
"
|
|
8867
|
+
"devhub": {
|
|
8868
|
+
"char": "b",
|
|
8869
|
+
"description": "Configure project DevHub",
|
|
8870
|
+
"name": "devhub",
|
|
8871
|
+
"allowNo": false,
|
|
8872
|
+
"type": "boolean"
|
|
8873
|
+
},
|
|
8874
|
+
"debug": {
|
|
8875
|
+
"char": "d",
|
|
8876
|
+
"description": "Activate debug mode (more logs)",
|
|
8877
|
+
"name": "debug",
|
|
8878
|
+
"allowNo": false,
|
|
8879
|
+
"type": "boolean"
|
|
8880
|
+
},
|
|
8881
|
+
"websocket": {
|
|
8882
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
8883
|
+
"name": "websocket",
|
|
8884
|
+
"hasDynamicHelp": false,
|
|
8885
|
+
"multiple": false,
|
|
8886
|
+
"type": "option"
|
|
8887
|
+
},
|
|
8888
|
+
"skipauth": {
|
|
8889
|
+
"description": "Skip authentication check when a default username is required",
|
|
8890
|
+
"name": "skipauth",
|
|
8891
|
+
"allowNo": false,
|
|
8892
|
+
"type": "boolean"
|
|
8893
|
+
},
|
|
8894
|
+
"target-org": {
|
|
8895
|
+
"aliases": [
|
|
8896
|
+
"targetusername",
|
|
8897
|
+
"u"
|
|
8898
|
+
],
|
|
8899
|
+
"char": "o",
|
|
8900
|
+
"deprecateAliases": true,
|
|
8901
|
+
"name": "target-org",
|
|
8902
|
+
"noCacheDefault": true,
|
|
8903
|
+
"summary": "Username or alias of the target org.",
|
|
8904
|
+
"hasDynamicHelp": true,
|
|
8905
|
+
"multiple": false,
|
|
8906
|
+
"type": "option"
|
|
8907
|
+
},
|
|
8908
|
+
"target-dev-hub": {
|
|
8909
|
+
"aliases": [
|
|
8910
|
+
"targetdevhubusername"
|
|
8911
|
+
],
|
|
8912
|
+
"char": "v",
|
|
8913
|
+
"deprecateAliases": true,
|
|
8914
|
+
"name": "target-dev-hub",
|
|
8915
|
+
"noCacheDefault": true,
|
|
8916
|
+
"required": false,
|
|
8917
|
+
"summary": "Username or alias of the Dev Hub org.",
|
|
8918
|
+
"hasDynamicHelp": true,
|
|
8919
|
+
"multiple": false,
|
|
8920
|
+
"type": "option"
|
|
8921
|
+
}
|
|
8922
|
+
},
|
|
8923
|
+
"hasDynamicHelp": true,
|
|
8924
|
+
"hiddenAliases": [],
|
|
8925
|
+
"id": "hardis:project:configure:auth",
|
|
8926
|
+
"pluginAlias": "sfdx-hardis",
|
|
8927
|
+
"pluginName": "sfdx-hardis",
|
|
8928
|
+
"pluginType": "core",
|
|
8929
|
+
"strict": true,
|
|
8930
|
+
"enableJsonFlag": true,
|
|
8931
|
+
"title": "Configure authentication",
|
|
8932
|
+
"requiresProject": false,
|
|
8933
|
+
"requiresDependencies": [
|
|
8934
|
+
"openssl"
|
|
8935
|
+
],
|
|
8936
|
+
"isESM": true,
|
|
8937
|
+
"relativePath": [
|
|
8938
|
+
"lib",
|
|
8939
|
+
"commands",
|
|
8940
|
+
"hardis",
|
|
8941
|
+
"project",
|
|
8942
|
+
"configure",
|
|
8943
|
+
"auth.js"
|
|
8944
|
+
],
|
|
8945
|
+
"aliasPermutations": [],
|
|
8946
|
+
"permutations": [
|
|
8947
|
+
"hardis:project:configure:auth",
|
|
8948
|
+
"project:hardis:configure:auth",
|
|
8949
|
+
"project:configure:hardis:auth",
|
|
8950
|
+
"project:configure:auth:hardis",
|
|
8951
|
+
"hardis:configure:project:auth",
|
|
8952
|
+
"configure:hardis:project:auth",
|
|
8953
|
+
"configure:project:hardis:auth",
|
|
8954
|
+
"configure:project:auth:hardis",
|
|
8955
|
+
"hardis:configure:auth:project",
|
|
8956
|
+
"configure:hardis:auth:project",
|
|
8957
|
+
"configure:auth:hardis:project",
|
|
8958
|
+
"configure:auth:project:hardis",
|
|
8959
|
+
"hardis:project:auth:configure",
|
|
8960
|
+
"project:hardis:auth:configure",
|
|
8961
|
+
"project:auth:hardis:configure",
|
|
8962
|
+
"project:auth:configure:hardis",
|
|
8963
|
+
"hardis:auth:project:configure",
|
|
8964
|
+
"auth:hardis:project:configure",
|
|
8965
|
+
"auth:project:hardis:configure",
|
|
8966
|
+
"auth:project:configure:hardis",
|
|
8967
|
+
"hardis:auth:configure:project",
|
|
8968
|
+
"auth:hardis:configure:project",
|
|
8969
|
+
"auth:configure:hardis:project",
|
|
8970
|
+
"auth:configure:project:hardis"
|
|
8971
|
+
]
|
|
8972
|
+
},
|
|
8973
|
+
"hardis:project:audit:apiversion": {
|
|
8974
|
+
"aliases": [],
|
|
8975
|
+
"args": {},
|
|
8976
|
+
"description": "This command identifies metadata with an apiVersion lower than the value specified in the --minimumapiversion parameter.\n\n It can also update the apiVersion to a specific value:\n - When --fix parameter is provided (updates to minimumapiversion)\n - When --newapiversion is specified (updates to that version)\n\n Example to handle [ApexClass / Trigger & ApexPage mandatory version upgrade](https://help.salesforce.com/s/articleView?id=sf.admin_locales_update_api.htm&type=5) :\n \n `sf hardis:project:audit:apiversion --metadatatype ApexClass,ApexTrigger,ApexPage --minimumapiversion 45 --newapiversion 50`\n ",
|
|
8977
|
+
"examples": [
|
|
8978
|
+
"$ sf hardis:project:audit:apiversion",
|
|
8979
|
+
"$ sf hardis:project:audit:apiversion --metadatatype ApexClass,ApexTrigger,ApexPage --minimumapiversion 45",
|
|
8980
|
+
"$ sf hardis:project:audit:apiversion --metadatatype ApexClass,ApexTrigger,ApexPage --minimumapiversion 45 --fix",
|
|
8981
|
+
"$ sf hardis:project:audit:apiversion --metadatatype ApexClass,ApexTrigger,ApexPage --minimumapiversion 45 --newapiversion 50"
|
|
8982
|
+
],
|
|
8983
|
+
"flags": {
|
|
8984
|
+
"json": {
|
|
8985
|
+
"description": "Format output as json.",
|
|
8986
|
+
"helpGroup": "GLOBAL",
|
|
8987
|
+
"name": "json",
|
|
8988
|
+
"allowNo": false,
|
|
8989
|
+
"type": "boolean"
|
|
8990
|
+
},
|
|
8991
|
+
"flags-dir": {
|
|
8992
|
+
"helpGroup": "GLOBAL",
|
|
8993
|
+
"name": "flags-dir",
|
|
8994
|
+
"summary": "Import flag values from a directory.",
|
|
8995
|
+
"hasDynamicHelp": false,
|
|
8996
|
+
"multiple": false,
|
|
8997
|
+
"type": "option"
|
|
8998
|
+
},
|
|
8999
|
+
"minimumapiversion": {
|
|
9000
|
+
"char": "m",
|
|
9001
|
+
"description": "Minimum allowed API version",
|
|
9002
|
+
"name": "minimumapiversion",
|
|
9003
|
+
"default": 20,
|
|
9004
|
+
"hasDynamicHelp": false,
|
|
9005
|
+
"multiple": false,
|
|
9006
|
+
"type": "option"
|
|
9007
|
+
},
|
|
9008
|
+
"failiferror": {
|
|
9009
|
+
"char": "f",
|
|
9010
|
+
"description": "Fails (exit code 1) if an error is found",
|
|
9011
|
+
"name": "failiferror",
|
|
8883
9012
|
"allowNo": false,
|
|
8884
9013
|
"type": "boolean"
|
|
8885
9014
|
},
|
|
@@ -9254,6 +9383,109 @@
|
|
|
9254
9383
|
"remotesites:audit:project:hardis"
|
|
9255
9384
|
]
|
|
9256
9385
|
},
|
|
9386
|
+
"hardis:project:convert:profilestopermsets": {
|
|
9387
|
+
"aliases": [],
|
|
9388
|
+
"args": {},
|
|
9389
|
+
"description": "Creates permission sets from existing profiles, with id PS_PROFILENAME",
|
|
9390
|
+
"examples": [
|
|
9391
|
+
"$ sf hardis:project:convert:profilestopermsets"
|
|
9392
|
+
],
|
|
9393
|
+
"flags": {
|
|
9394
|
+
"json": {
|
|
9395
|
+
"description": "Format output as json.",
|
|
9396
|
+
"helpGroup": "GLOBAL",
|
|
9397
|
+
"name": "json",
|
|
9398
|
+
"allowNo": false,
|
|
9399
|
+
"type": "boolean"
|
|
9400
|
+
},
|
|
9401
|
+
"flags-dir": {
|
|
9402
|
+
"helpGroup": "GLOBAL",
|
|
9403
|
+
"name": "flags-dir",
|
|
9404
|
+
"summary": "Import flag values from a directory.",
|
|
9405
|
+
"hasDynamicHelp": false,
|
|
9406
|
+
"multiple": false,
|
|
9407
|
+
"type": "option"
|
|
9408
|
+
},
|
|
9409
|
+
"except": {
|
|
9410
|
+
"char": "e",
|
|
9411
|
+
"description": "List of filters",
|
|
9412
|
+
"name": "except",
|
|
9413
|
+
"default": [],
|
|
9414
|
+
"hasDynamicHelp": false,
|
|
9415
|
+
"multiple": true,
|
|
9416
|
+
"type": "option"
|
|
9417
|
+
},
|
|
9418
|
+
"debug": {
|
|
9419
|
+
"char": "d",
|
|
9420
|
+
"description": "Activate debug mode (more logs)",
|
|
9421
|
+
"name": "debug",
|
|
9422
|
+
"allowNo": false,
|
|
9423
|
+
"type": "boolean"
|
|
9424
|
+
},
|
|
9425
|
+
"websocket": {
|
|
9426
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
9427
|
+
"name": "websocket",
|
|
9428
|
+
"hasDynamicHelp": false,
|
|
9429
|
+
"multiple": false,
|
|
9430
|
+
"type": "option"
|
|
9431
|
+
},
|
|
9432
|
+
"skipauth": {
|
|
9433
|
+
"description": "Skip authentication check when a default username is required",
|
|
9434
|
+
"name": "skipauth",
|
|
9435
|
+
"allowNo": false,
|
|
9436
|
+
"type": "boolean"
|
|
9437
|
+
}
|
|
9438
|
+
},
|
|
9439
|
+
"hasDynamicHelp": false,
|
|
9440
|
+
"hiddenAliases": [],
|
|
9441
|
+
"id": "hardis:project:convert:profilestopermsets",
|
|
9442
|
+
"pluginAlias": "sfdx-hardis",
|
|
9443
|
+
"pluginName": "sfdx-hardis",
|
|
9444
|
+
"pluginType": "core",
|
|
9445
|
+
"strict": true,
|
|
9446
|
+
"enableJsonFlag": true,
|
|
9447
|
+
"title": "Convert Profiles into Permission Sets",
|
|
9448
|
+
"requiresProject": true,
|
|
9449
|
+
"requiresSfdxPlugins": [
|
|
9450
|
+
"shane-sfdx-plugins"
|
|
9451
|
+
],
|
|
9452
|
+
"isESM": true,
|
|
9453
|
+
"relativePath": [
|
|
9454
|
+
"lib",
|
|
9455
|
+
"commands",
|
|
9456
|
+
"hardis",
|
|
9457
|
+
"project",
|
|
9458
|
+
"convert",
|
|
9459
|
+
"profilestopermsets.js"
|
|
9460
|
+
],
|
|
9461
|
+
"aliasPermutations": [],
|
|
9462
|
+
"permutations": [
|
|
9463
|
+
"hardis:project:convert:profilestopermsets",
|
|
9464
|
+
"project:hardis:convert:profilestopermsets",
|
|
9465
|
+
"project:convert:hardis:profilestopermsets",
|
|
9466
|
+
"project:convert:profilestopermsets:hardis",
|
|
9467
|
+
"hardis:convert:project:profilestopermsets",
|
|
9468
|
+
"convert:hardis:project:profilestopermsets",
|
|
9469
|
+
"convert:project:hardis:profilestopermsets",
|
|
9470
|
+
"convert:project:profilestopermsets:hardis",
|
|
9471
|
+
"hardis:convert:profilestopermsets:project",
|
|
9472
|
+
"convert:hardis:profilestopermsets:project",
|
|
9473
|
+
"convert:profilestopermsets:hardis:project",
|
|
9474
|
+
"convert:profilestopermsets:project:hardis",
|
|
9475
|
+
"hardis:project:profilestopermsets:convert",
|
|
9476
|
+
"project:hardis:profilestopermsets:convert",
|
|
9477
|
+
"project:profilestopermsets:hardis:convert",
|
|
9478
|
+
"project:profilestopermsets:convert:hardis",
|
|
9479
|
+
"hardis:profilestopermsets:project:convert",
|
|
9480
|
+
"profilestopermsets:hardis:project:convert",
|
|
9481
|
+
"profilestopermsets:project:hardis:convert",
|
|
9482
|
+
"profilestopermsets:project:convert:hardis",
|
|
9483
|
+
"hardis:profilestopermsets:convert:project",
|
|
9484
|
+
"profilestopermsets:hardis:convert:project",
|
|
9485
|
+
"profilestopermsets:convert:hardis:project",
|
|
9486
|
+
"profilestopermsets:convert:project:hardis"
|
|
9487
|
+
]
|
|
9488
|
+
},
|
|
9257
9489
|
"hardis:project:clean:emptyitems": {
|
|
9258
9490
|
"aliases": [],
|
|
9259
9491
|
"args": {},
|
|
@@ -10739,238 +10971,6 @@
|
|
|
10739
10971
|
"xml:clean:project:hardis"
|
|
10740
10972
|
]
|
|
10741
10973
|
},
|
|
10742
|
-
"hardis:project:convert:profilestopermsets": {
|
|
10743
|
-
"aliases": [],
|
|
10744
|
-
"args": {},
|
|
10745
|
-
"description": "Creates permission sets from existing profiles, with id PS_PROFILENAME",
|
|
10746
|
-
"examples": [
|
|
10747
|
-
"$ sf hardis:project:convert:profilestopermsets"
|
|
10748
|
-
],
|
|
10749
|
-
"flags": {
|
|
10750
|
-
"json": {
|
|
10751
|
-
"description": "Format output as json.",
|
|
10752
|
-
"helpGroup": "GLOBAL",
|
|
10753
|
-
"name": "json",
|
|
10754
|
-
"allowNo": false,
|
|
10755
|
-
"type": "boolean"
|
|
10756
|
-
},
|
|
10757
|
-
"flags-dir": {
|
|
10758
|
-
"helpGroup": "GLOBAL",
|
|
10759
|
-
"name": "flags-dir",
|
|
10760
|
-
"summary": "Import flag values from a directory.",
|
|
10761
|
-
"hasDynamicHelp": false,
|
|
10762
|
-
"multiple": false,
|
|
10763
|
-
"type": "option"
|
|
10764
|
-
},
|
|
10765
|
-
"except": {
|
|
10766
|
-
"char": "e",
|
|
10767
|
-
"description": "List of filters",
|
|
10768
|
-
"name": "except",
|
|
10769
|
-
"default": [],
|
|
10770
|
-
"hasDynamicHelp": false,
|
|
10771
|
-
"multiple": true,
|
|
10772
|
-
"type": "option"
|
|
10773
|
-
},
|
|
10774
|
-
"debug": {
|
|
10775
|
-
"char": "d",
|
|
10776
|
-
"description": "Activate debug mode (more logs)",
|
|
10777
|
-
"name": "debug",
|
|
10778
|
-
"allowNo": false,
|
|
10779
|
-
"type": "boolean"
|
|
10780
|
-
},
|
|
10781
|
-
"websocket": {
|
|
10782
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
10783
|
-
"name": "websocket",
|
|
10784
|
-
"hasDynamicHelp": false,
|
|
10785
|
-
"multiple": false,
|
|
10786
|
-
"type": "option"
|
|
10787
|
-
},
|
|
10788
|
-
"skipauth": {
|
|
10789
|
-
"description": "Skip authentication check when a default username is required",
|
|
10790
|
-
"name": "skipauth",
|
|
10791
|
-
"allowNo": false,
|
|
10792
|
-
"type": "boolean"
|
|
10793
|
-
}
|
|
10794
|
-
},
|
|
10795
|
-
"hasDynamicHelp": false,
|
|
10796
|
-
"hiddenAliases": [],
|
|
10797
|
-
"id": "hardis:project:convert:profilestopermsets",
|
|
10798
|
-
"pluginAlias": "sfdx-hardis",
|
|
10799
|
-
"pluginName": "sfdx-hardis",
|
|
10800
|
-
"pluginType": "core",
|
|
10801
|
-
"strict": true,
|
|
10802
|
-
"enableJsonFlag": true,
|
|
10803
|
-
"title": "Convert Profiles into Permission Sets",
|
|
10804
|
-
"requiresProject": true,
|
|
10805
|
-
"requiresSfdxPlugins": [
|
|
10806
|
-
"shane-sfdx-plugins"
|
|
10807
|
-
],
|
|
10808
|
-
"isESM": true,
|
|
10809
|
-
"relativePath": [
|
|
10810
|
-
"lib",
|
|
10811
|
-
"commands",
|
|
10812
|
-
"hardis",
|
|
10813
|
-
"project",
|
|
10814
|
-
"convert",
|
|
10815
|
-
"profilestopermsets.js"
|
|
10816
|
-
],
|
|
10817
|
-
"aliasPermutations": [],
|
|
10818
|
-
"permutations": [
|
|
10819
|
-
"hardis:project:convert:profilestopermsets",
|
|
10820
|
-
"project:hardis:convert:profilestopermsets",
|
|
10821
|
-
"project:convert:hardis:profilestopermsets",
|
|
10822
|
-
"project:convert:profilestopermsets:hardis",
|
|
10823
|
-
"hardis:convert:project:profilestopermsets",
|
|
10824
|
-
"convert:hardis:project:profilestopermsets",
|
|
10825
|
-
"convert:project:hardis:profilestopermsets",
|
|
10826
|
-
"convert:project:profilestopermsets:hardis",
|
|
10827
|
-
"hardis:convert:profilestopermsets:project",
|
|
10828
|
-
"convert:hardis:profilestopermsets:project",
|
|
10829
|
-
"convert:profilestopermsets:hardis:project",
|
|
10830
|
-
"convert:profilestopermsets:project:hardis",
|
|
10831
|
-
"hardis:project:profilestopermsets:convert",
|
|
10832
|
-
"project:hardis:profilestopermsets:convert",
|
|
10833
|
-
"project:profilestopermsets:hardis:convert",
|
|
10834
|
-
"project:profilestopermsets:convert:hardis",
|
|
10835
|
-
"hardis:profilestopermsets:project:convert",
|
|
10836
|
-
"profilestopermsets:hardis:project:convert",
|
|
10837
|
-
"profilestopermsets:project:hardis:convert",
|
|
10838
|
-
"profilestopermsets:project:convert:hardis",
|
|
10839
|
-
"hardis:profilestopermsets:convert:project",
|
|
10840
|
-
"profilestopermsets:hardis:convert:project",
|
|
10841
|
-
"profilestopermsets:convert:hardis:project",
|
|
10842
|
-
"profilestopermsets:convert:project:hardis"
|
|
10843
|
-
]
|
|
10844
|
-
},
|
|
10845
|
-
"hardis:project:configure:auth": {
|
|
10846
|
-
"aliases": [],
|
|
10847
|
-
"args": {},
|
|
10848
|
-
"description": "Configure authentication from git branch to target org",
|
|
10849
|
-
"examples": [
|
|
10850
|
-
"$ sf hardis:project:configure:auth"
|
|
10851
|
-
],
|
|
10852
|
-
"flags": {
|
|
10853
|
-
"json": {
|
|
10854
|
-
"description": "Format output as json.",
|
|
10855
|
-
"helpGroup": "GLOBAL",
|
|
10856
|
-
"name": "json",
|
|
10857
|
-
"allowNo": false,
|
|
10858
|
-
"type": "boolean"
|
|
10859
|
-
},
|
|
10860
|
-
"flags-dir": {
|
|
10861
|
-
"helpGroup": "GLOBAL",
|
|
10862
|
-
"name": "flags-dir",
|
|
10863
|
-
"summary": "Import flag values from a directory.",
|
|
10864
|
-
"hasDynamicHelp": false,
|
|
10865
|
-
"multiple": false,
|
|
10866
|
-
"type": "option"
|
|
10867
|
-
},
|
|
10868
|
-
"devhub": {
|
|
10869
|
-
"char": "b",
|
|
10870
|
-
"description": "Configure project DevHub",
|
|
10871
|
-
"name": "devhub",
|
|
10872
|
-
"allowNo": false,
|
|
10873
|
-
"type": "boolean"
|
|
10874
|
-
},
|
|
10875
|
-
"debug": {
|
|
10876
|
-
"char": "d",
|
|
10877
|
-
"description": "Activate debug mode (more logs)",
|
|
10878
|
-
"name": "debug",
|
|
10879
|
-
"allowNo": false,
|
|
10880
|
-
"type": "boolean"
|
|
10881
|
-
},
|
|
10882
|
-
"websocket": {
|
|
10883
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
10884
|
-
"name": "websocket",
|
|
10885
|
-
"hasDynamicHelp": false,
|
|
10886
|
-
"multiple": false,
|
|
10887
|
-
"type": "option"
|
|
10888
|
-
},
|
|
10889
|
-
"skipauth": {
|
|
10890
|
-
"description": "Skip authentication check when a default username is required",
|
|
10891
|
-
"name": "skipauth",
|
|
10892
|
-
"allowNo": false,
|
|
10893
|
-
"type": "boolean"
|
|
10894
|
-
},
|
|
10895
|
-
"target-org": {
|
|
10896
|
-
"aliases": [
|
|
10897
|
-
"targetusername",
|
|
10898
|
-
"u"
|
|
10899
|
-
],
|
|
10900
|
-
"char": "o",
|
|
10901
|
-
"deprecateAliases": true,
|
|
10902
|
-
"name": "target-org",
|
|
10903
|
-
"noCacheDefault": true,
|
|
10904
|
-
"summary": "Username or alias of the target org.",
|
|
10905
|
-
"hasDynamicHelp": true,
|
|
10906
|
-
"multiple": false,
|
|
10907
|
-
"type": "option"
|
|
10908
|
-
},
|
|
10909
|
-
"target-dev-hub": {
|
|
10910
|
-
"aliases": [
|
|
10911
|
-
"targetdevhubusername"
|
|
10912
|
-
],
|
|
10913
|
-
"char": "v",
|
|
10914
|
-
"deprecateAliases": true,
|
|
10915
|
-
"name": "target-dev-hub",
|
|
10916
|
-
"noCacheDefault": true,
|
|
10917
|
-
"required": false,
|
|
10918
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
10919
|
-
"hasDynamicHelp": true,
|
|
10920
|
-
"multiple": false,
|
|
10921
|
-
"type": "option"
|
|
10922
|
-
}
|
|
10923
|
-
},
|
|
10924
|
-
"hasDynamicHelp": true,
|
|
10925
|
-
"hiddenAliases": [],
|
|
10926
|
-
"id": "hardis:project:configure:auth",
|
|
10927
|
-
"pluginAlias": "sfdx-hardis",
|
|
10928
|
-
"pluginName": "sfdx-hardis",
|
|
10929
|
-
"pluginType": "core",
|
|
10930
|
-
"strict": true,
|
|
10931
|
-
"enableJsonFlag": true,
|
|
10932
|
-
"title": "Configure authentication",
|
|
10933
|
-
"requiresProject": false,
|
|
10934
|
-
"requiresDependencies": [
|
|
10935
|
-
"openssl"
|
|
10936
|
-
],
|
|
10937
|
-
"isESM": true,
|
|
10938
|
-
"relativePath": [
|
|
10939
|
-
"lib",
|
|
10940
|
-
"commands",
|
|
10941
|
-
"hardis",
|
|
10942
|
-
"project",
|
|
10943
|
-
"configure",
|
|
10944
|
-
"auth.js"
|
|
10945
|
-
],
|
|
10946
|
-
"aliasPermutations": [],
|
|
10947
|
-
"permutations": [
|
|
10948
|
-
"hardis:project:configure:auth",
|
|
10949
|
-
"project:hardis:configure:auth",
|
|
10950
|
-
"project:configure:hardis:auth",
|
|
10951
|
-
"project:configure:auth:hardis",
|
|
10952
|
-
"hardis:configure:project:auth",
|
|
10953
|
-
"configure:hardis:project:auth",
|
|
10954
|
-
"configure:project:hardis:auth",
|
|
10955
|
-
"configure:project:auth:hardis",
|
|
10956
|
-
"hardis:configure:auth:project",
|
|
10957
|
-
"configure:hardis:auth:project",
|
|
10958
|
-
"configure:auth:hardis:project",
|
|
10959
|
-
"configure:auth:project:hardis",
|
|
10960
|
-
"hardis:project:auth:configure",
|
|
10961
|
-
"project:hardis:auth:configure",
|
|
10962
|
-
"project:auth:hardis:configure",
|
|
10963
|
-
"project:auth:configure:hardis",
|
|
10964
|
-
"hardis:auth:project:configure",
|
|
10965
|
-
"auth:hardis:project:configure",
|
|
10966
|
-
"auth:project:hardis:configure",
|
|
10967
|
-
"auth:project:configure:hardis",
|
|
10968
|
-
"hardis:auth:configure:project",
|
|
10969
|
-
"auth:hardis:configure:project",
|
|
10970
|
-
"auth:configure:hardis:project",
|
|
10971
|
-
"auth:configure:project:hardis"
|
|
10972
|
-
]
|
|
10973
|
-
},
|
|
10974
10974
|
"hardis:project:deploy:notify": {
|
|
10975
10975
|
"aliases": [],
|
|
10976
10976
|
"args": {},
|
|
@@ -14843,5 +14843,5 @@
|
|
|
14843
14843
|
]
|
|
14844
14844
|
}
|
|
14845
14845
|
},
|
|
14846
|
-
"version": "5.44.2-
|
|
14846
|
+
"version": "5.44.2-alpha202507221133.0"
|
|
14847
14847
|
}
|