sfdx-hardis 5.45.1-beta202508100129.0 → 5.45.1-beta202508100142.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 +341 -341
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -5744,121 +5744,6 @@
|
|
|
5744
5744
|
"import:files:org:hardis"
|
|
5745
5745
|
]
|
|
5746
5746
|
},
|
|
5747
|
-
"hardis:org:fix:listviewmine": {
|
|
5748
|
-
"aliases": [],
|
|
5749
|
-
"args": {},
|
|
5750
|
-
"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",
|
|
5751
|
-
"examples": [
|
|
5752
|
-
"$ sf hardis:org:fix:listviewmine",
|
|
5753
|
-
"$ sf hardis:org:fix:listviewmine --listviews Opportunity:MySubscriptions,Account:MyActivePartners"
|
|
5754
|
-
],
|
|
5755
|
-
"flags": {
|
|
5756
|
-
"json": {
|
|
5757
|
-
"description": "Format output as json.",
|
|
5758
|
-
"helpGroup": "GLOBAL",
|
|
5759
|
-
"name": "json",
|
|
5760
|
-
"allowNo": false,
|
|
5761
|
-
"type": "boolean"
|
|
5762
|
-
},
|
|
5763
|
-
"flags-dir": {
|
|
5764
|
-
"helpGroup": "GLOBAL",
|
|
5765
|
-
"name": "flags-dir",
|
|
5766
|
-
"summary": "Import flag values from a directory.",
|
|
5767
|
-
"hasDynamicHelp": false,
|
|
5768
|
-
"multiple": false,
|
|
5769
|
-
"type": "option"
|
|
5770
|
-
},
|
|
5771
|
-
"listviews": {
|
|
5772
|
-
"char": "l",
|
|
5773
|
-
"description": "Comma-separated list of listviews following format Object:ListViewName\nExample: Contact:MyContacts,Contact:MyActiveContacts,Opportunity:MYClosedOpportunities",
|
|
5774
|
-
"name": "listviews",
|
|
5775
|
-
"hasDynamicHelp": false,
|
|
5776
|
-
"multiple": false,
|
|
5777
|
-
"type": "option"
|
|
5778
|
-
},
|
|
5779
|
-
"debug": {
|
|
5780
|
-
"char": "d",
|
|
5781
|
-
"description": "Activate debug mode (more logs)",
|
|
5782
|
-
"name": "debug",
|
|
5783
|
-
"allowNo": false,
|
|
5784
|
-
"type": "boolean"
|
|
5785
|
-
},
|
|
5786
|
-
"websocket": {
|
|
5787
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
5788
|
-
"name": "websocket",
|
|
5789
|
-
"hasDynamicHelp": false,
|
|
5790
|
-
"multiple": false,
|
|
5791
|
-
"type": "option"
|
|
5792
|
-
},
|
|
5793
|
-
"skipauth": {
|
|
5794
|
-
"description": "Skip authentication check when a default username is required",
|
|
5795
|
-
"name": "skipauth",
|
|
5796
|
-
"allowNo": false,
|
|
5797
|
-
"type": "boolean"
|
|
5798
|
-
},
|
|
5799
|
-
"target-org": {
|
|
5800
|
-
"aliases": [
|
|
5801
|
-
"targetusername",
|
|
5802
|
-
"u"
|
|
5803
|
-
],
|
|
5804
|
-
"char": "o",
|
|
5805
|
-
"deprecateAliases": true,
|
|
5806
|
-
"name": "target-org",
|
|
5807
|
-
"noCacheDefault": true,
|
|
5808
|
-
"required": true,
|
|
5809
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
5810
|
-
"hasDynamicHelp": true,
|
|
5811
|
-
"multiple": false,
|
|
5812
|
-
"type": "option"
|
|
5813
|
-
}
|
|
5814
|
-
},
|
|
5815
|
-
"hasDynamicHelp": true,
|
|
5816
|
-
"hiddenAliases": [],
|
|
5817
|
-
"id": "hardis:org:fix:listviewmine",
|
|
5818
|
-
"pluginAlias": "sfdx-hardis",
|
|
5819
|
-
"pluginName": "sfdx-hardis",
|
|
5820
|
-
"pluginType": "core",
|
|
5821
|
-
"strict": true,
|
|
5822
|
-
"enableJsonFlag": true,
|
|
5823
|
-
"title": "Fix listviews with ",
|
|
5824
|
-
"requiresProject": true,
|
|
5825
|
-
"isESM": true,
|
|
5826
|
-
"relativePath": [
|
|
5827
|
-
"lib",
|
|
5828
|
-
"commands",
|
|
5829
|
-
"hardis",
|
|
5830
|
-
"org",
|
|
5831
|
-
"fix",
|
|
5832
|
-
"listviewmine.js"
|
|
5833
|
-
],
|
|
5834
|
-
"aliasPermutations": [],
|
|
5835
|
-
"permutations": [
|
|
5836
|
-
"hardis:org:fix:listviewmine",
|
|
5837
|
-
"org:hardis:fix:listviewmine",
|
|
5838
|
-
"org:fix:hardis:listviewmine",
|
|
5839
|
-
"org:fix:listviewmine:hardis",
|
|
5840
|
-
"hardis:fix:org:listviewmine",
|
|
5841
|
-
"fix:hardis:org:listviewmine",
|
|
5842
|
-
"fix:org:hardis:listviewmine",
|
|
5843
|
-
"fix:org:listviewmine:hardis",
|
|
5844
|
-
"hardis:fix:listviewmine:org",
|
|
5845
|
-
"fix:hardis:listviewmine:org",
|
|
5846
|
-
"fix:listviewmine:hardis:org",
|
|
5847
|
-
"fix:listviewmine:org:hardis",
|
|
5848
|
-
"hardis:org:listviewmine:fix",
|
|
5849
|
-
"org:hardis:listviewmine:fix",
|
|
5850
|
-
"org:listviewmine:hardis:fix",
|
|
5851
|
-
"org:listviewmine:fix:hardis",
|
|
5852
|
-
"hardis:listviewmine:org:fix",
|
|
5853
|
-
"listviewmine:hardis:org:fix",
|
|
5854
|
-
"listviewmine:org:hardis:fix",
|
|
5855
|
-
"listviewmine:org:fix:hardis",
|
|
5856
|
-
"hardis:listviewmine:fix:org",
|
|
5857
|
-
"listviewmine:hardis:fix:org",
|
|
5858
|
-
"listviewmine:fix:hardis:org",
|
|
5859
|
-
"listviewmine:fix:org:hardis"
|
|
5860
|
-
]
|
|
5861
|
-
},
|
|
5862
5747
|
"hardis:org:diagnose:audittrail": {
|
|
5863
5748
|
"aliases": [],
|
|
5864
5749
|
"args": {},
|
|
@@ -7123,6 +7008,121 @@
|
|
|
7123
7008
|
"packagexmlfull:generate:org:hardis"
|
|
7124
7009
|
]
|
|
7125
7010
|
},
|
|
7011
|
+
"hardis:org:fix:listviewmine": {
|
|
7012
|
+
"aliases": [],
|
|
7013
|
+
"args": {},
|
|
7014
|
+
"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",
|
|
7015
|
+
"examples": [
|
|
7016
|
+
"$ sf hardis:org:fix:listviewmine",
|
|
7017
|
+
"$ sf hardis:org:fix:listviewmine --listviews Opportunity:MySubscriptions,Account:MyActivePartners"
|
|
7018
|
+
],
|
|
7019
|
+
"flags": {
|
|
7020
|
+
"json": {
|
|
7021
|
+
"description": "Format output as json.",
|
|
7022
|
+
"helpGroup": "GLOBAL",
|
|
7023
|
+
"name": "json",
|
|
7024
|
+
"allowNo": false,
|
|
7025
|
+
"type": "boolean"
|
|
7026
|
+
},
|
|
7027
|
+
"flags-dir": {
|
|
7028
|
+
"helpGroup": "GLOBAL",
|
|
7029
|
+
"name": "flags-dir",
|
|
7030
|
+
"summary": "Import flag values from a directory.",
|
|
7031
|
+
"hasDynamicHelp": false,
|
|
7032
|
+
"multiple": false,
|
|
7033
|
+
"type": "option"
|
|
7034
|
+
},
|
|
7035
|
+
"listviews": {
|
|
7036
|
+
"char": "l",
|
|
7037
|
+
"description": "Comma-separated list of listviews following format Object:ListViewName\nExample: Contact:MyContacts,Contact:MyActiveContacts,Opportunity:MYClosedOpportunities",
|
|
7038
|
+
"name": "listviews",
|
|
7039
|
+
"hasDynamicHelp": false,
|
|
7040
|
+
"multiple": false,
|
|
7041
|
+
"type": "option"
|
|
7042
|
+
},
|
|
7043
|
+
"debug": {
|
|
7044
|
+
"char": "d",
|
|
7045
|
+
"description": "Activate debug mode (more logs)",
|
|
7046
|
+
"name": "debug",
|
|
7047
|
+
"allowNo": false,
|
|
7048
|
+
"type": "boolean"
|
|
7049
|
+
},
|
|
7050
|
+
"websocket": {
|
|
7051
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
7052
|
+
"name": "websocket",
|
|
7053
|
+
"hasDynamicHelp": false,
|
|
7054
|
+
"multiple": false,
|
|
7055
|
+
"type": "option"
|
|
7056
|
+
},
|
|
7057
|
+
"skipauth": {
|
|
7058
|
+
"description": "Skip authentication check when a default username is required",
|
|
7059
|
+
"name": "skipauth",
|
|
7060
|
+
"allowNo": false,
|
|
7061
|
+
"type": "boolean"
|
|
7062
|
+
},
|
|
7063
|
+
"target-org": {
|
|
7064
|
+
"aliases": [
|
|
7065
|
+
"targetusername",
|
|
7066
|
+
"u"
|
|
7067
|
+
],
|
|
7068
|
+
"char": "o",
|
|
7069
|
+
"deprecateAliases": true,
|
|
7070
|
+
"name": "target-org",
|
|
7071
|
+
"noCacheDefault": true,
|
|
7072
|
+
"required": true,
|
|
7073
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
7074
|
+
"hasDynamicHelp": true,
|
|
7075
|
+
"multiple": false,
|
|
7076
|
+
"type": "option"
|
|
7077
|
+
}
|
|
7078
|
+
},
|
|
7079
|
+
"hasDynamicHelp": true,
|
|
7080
|
+
"hiddenAliases": [],
|
|
7081
|
+
"id": "hardis:org:fix:listviewmine",
|
|
7082
|
+
"pluginAlias": "sfdx-hardis",
|
|
7083
|
+
"pluginName": "sfdx-hardis",
|
|
7084
|
+
"pluginType": "core",
|
|
7085
|
+
"strict": true,
|
|
7086
|
+
"enableJsonFlag": true,
|
|
7087
|
+
"title": "Fix listviews with ",
|
|
7088
|
+
"requiresProject": true,
|
|
7089
|
+
"isESM": true,
|
|
7090
|
+
"relativePath": [
|
|
7091
|
+
"lib",
|
|
7092
|
+
"commands",
|
|
7093
|
+
"hardis",
|
|
7094
|
+
"org",
|
|
7095
|
+
"fix",
|
|
7096
|
+
"listviewmine.js"
|
|
7097
|
+
],
|
|
7098
|
+
"aliasPermutations": [],
|
|
7099
|
+
"permutations": [
|
|
7100
|
+
"hardis:org:fix:listviewmine",
|
|
7101
|
+
"org:hardis:fix:listviewmine",
|
|
7102
|
+
"org:fix:hardis:listviewmine",
|
|
7103
|
+
"org:fix:listviewmine:hardis",
|
|
7104
|
+
"hardis:fix:org:listviewmine",
|
|
7105
|
+
"fix:hardis:org:listviewmine",
|
|
7106
|
+
"fix:org:hardis:listviewmine",
|
|
7107
|
+
"fix:org:listviewmine:hardis",
|
|
7108
|
+
"hardis:fix:listviewmine:org",
|
|
7109
|
+
"fix:hardis:listviewmine:org",
|
|
7110
|
+
"fix:listviewmine:hardis:org",
|
|
7111
|
+
"fix:listviewmine:org:hardis",
|
|
7112
|
+
"hardis:org:listviewmine:fix",
|
|
7113
|
+
"org:hardis:listviewmine:fix",
|
|
7114
|
+
"org:listviewmine:hardis:fix",
|
|
7115
|
+
"org:listviewmine:fix:hardis",
|
|
7116
|
+
"hardis:listviewmine:org:fix",
|
|
7117
|
+
"listviewmine:hardis:org:fix",
|
|
7118
|
+
"listviewmine:org:hardis:fix",
|
|
7119
|
+
"listviewmine:org:fix:hardis",
|
|
7120
|
+
"hardis:listviewmine:fix:org",
|
|
7121
|
+
"listviewmine:hardis:fix:org",
|
|
7122
|
+
"listviewmine:fix:hardis:org",
|
|
7123
|
+
"listviewmine:fix:org:hardis"
|
|
7124
|
+
]
|
|
7125
|
+
},
|
|
7126
7126
|
"hardis:org:monitor:all": {
|
|
7127
7127
|
"aliases": [],
|
|
7128
7128
|
"args": {},
|
|
@@ -10977,14 +10977,12 @@
|
|
|
10977
10977
|
"xml:clean:project:hardis"
|
|
10978
10978
|
]
|
|
10979
10979
|
},
|
|
10980
|
-
"hardis:project:
|
|
10980
|
+
"hardis:project:fix:profiletabs": {
|
|
10981
10981
|
"aliases": [],
|
|
10982
10982
|
"args": {},
|
|
10983
|
-
"description": "
|
|
10983
|
+
"description": "\n## Command Behavior\n\n**Interactively updates tab visibility settings in Salesforce profiles, addressing a common issue where tab visibilities are not correctly retrieved by `sf project retrieve start`.**\n\nThis command provides a user-friendly interface to manage tab settings within your profile XML files, ensuring that your local project accurately reflects the intended tab configurations in your Salesforce org.\n\nKey functionalities:\n\n- **Interactive Tab Selection:** Displays a multi-select menu of all available tabs in your org, allowing you to choose which tabs to update.\n- **Visibility Control:** Lets you set the visibility for the selected tabs to either `DefaultOn` (Visible) or `Hidden`.\n- **Profile Selection:** Presents a multi-select menu of all .profile-meta.xml files in your project, allowing you to apply the tab visibility changes to specific profiles.\n- **XML Updates:** Modifies the <tabVisibilities> section of the selected profile XML files to reflect the chosen tab settings. If a tab visibility setting already exists for a selected tab, it will be updated; otherwise, a new one will be added.\n- **Sorted Output:** The <tabVisibilities> in the updated profile XML files are sorted alphabetically for consistency and readability.\n\n## Technical explanations\n\nThe command's technical implementation involves:\n\n- **SOQL Queries (Tooling API):** It queries the `TabDefinition` object using `soqlQueryTooling` to retrieve a list of all available tabs in the target org.\n- **File Discovery:** Uses `glob` to find all .profile-meta.xml files within the specified project path.\n- **Interactive Prompts:** Leverages the `prompts` library to create interactive menus for selecting tabs, visibility settings, and profiles.\n- **XML Parsing and Manipulation:** Uses `parseXmlFile` to read the content of profile XML files and `writeXmlFile` to write the modified content back. It manipulates the `tabVisibilities` array within the parsed XML to add or update tab settings.\n- **Array Sorting:** Employs the `sort-array` library to sort the `tabVisibilities` alphabetically by tab name.\n- **Logging:** Provides feedback to the user about which profiles have been updated and a summary of the changes.\n",
|
|
10984
10984
|
"examples": [
|
|
10985
|
-
"$ sf hardis:project:
|
|
10986
|
-
"$ sf hardis:project:deploy:notify --check-only --deploy-status invalid --message \"This deployment check has failed !\\n\\Oh no !!\"",
|
|
10987
|
-
"$ sf hardis:project:deploy:notify --deploy-status valid --message \"This deployment has been processed !\\n\\nYahooo !!\""
|
|
10985
|
+
"$ sf hardis:project:fix:profiletabs"
|
|
10988
10986
|
],
|
|
10989
10987
|
"flags": {
|
|
10990
10988
|
"json": {
|
|
@@ -11002,14 +11000,231 @@
|
|
|
11002
11000
|
"multiple": false,
|
|
11003
11001
|
"type": "option"
|
|
11004
11002
|
},
|
|
11005
|
-
"
|
|
11006
|
-
"char": "
|
|
11007
|
-
"description": "
|
|
11008
|
-
"name": "
|
|
11003
|
+
"path": {
|
|
11004
|
+
"char": "p",
|
|
11005
|
+
"description": "Root folder",
|
|
11006
|
+
"name": "path",
|
|
11007
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
11008
|
+
"hasDynamicHelp": false,
|
|
11009
|
+
"multiple": false,
|
|
11010
|
+
"type": "option"
|
|
11011
|
+
},
|
|
11012
|
+
"debug": {
|
|
11013
|
+
"char": "d",
|
|
11014
|
+
"description": "Activate debug mode (more logs)",
|
|
11015
|
+
"name": "debug",
|
|
11009
11016
|
"allowNo": false,
|
|
11010
11017
|
"type": "boolean"
|
|
11011
11018
|
},
|
|
11012
|
-
"
|
|
11019
|
+
"websocket": {
|
|
11020
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
11021
|
+
"name": "websocket",
|
|
11022
|
+
"hasDynamicHelp": false,
|
|
11023
|
+
"multiple": false,
|
|
11024
|
+
"type": "option"
|
|
11025
|
+
},
|
|
11026
|
+
"skipauth": {
|
|
11027
|
+
"description": "Skip authentication check when a default username is required",
|
|
11028
|
+
"name": "skipauth",
|
|
11029
|
+
"allowNo": false,
|
|
11030
|
+
"type": "boolean"
|
|
11031
|
+
},
|
|
11032
|
+
"target-org": {
|
|
11033
|
+
"aliases": [
|
|
11034
|
+
"targetusername",
|
|
11035
|
+
"u"
|
|
11036
|
+
],
|
|
11037
|
+
"char": "o",
|
|
11038
|
+
"deprecateAliases": true,
|
|
11039
|
+
"name": "target-org",
|
|
11040
|
+
"noCacheDefault": true,
|
|
11041
|
+
"required": true,
|
|
11042
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
11043
|
+
"hasDynamicHelp": true,
|
|
11044
|
+
"multiple": false,
|
|
11045
|
+
"type": "option"
|
|
11046
|
+
}
|
|
11047
|
+
},
|
|
11048
|
+
"hasDynamicHelp": true,
|
|
11049
|
+
"hiddenAliases": [],
|
|
11050
|
+
"id": "hardis:project:fix:profiletabs",
|
|
11051
|
+
"pluginAlias": "sfdx-hardis",
|
|
11052
|
+
"pluginName": "sfdx-hardis",
|
|
11053
|
+
"pluginType": "core",
|
|
11054
|
+
"strict": true,
|
|
11055
|
+
"enableJsonFlag": true,
|
|
11056
|
+
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
11057
|
+
"requiresProject": true,
|
|
11058
|
+
"isESM": true,
|
|
11059
|
+
"relativePath": [
|
|
11060
|
+
"lib",
|
|
11061
|
+
"commands",
|
|
11062
|
+
"hardis",
|
|
11063
|
+
"project",
|
|
11064
|
+
"fix",
|
|
11065
|
+
"profiletabs.js"
|
|
11066
|
+
],
|
|
11067
|
+
"aliasPermutations": [],
|
|
11068
|
+
"permutations": [
|
|
11069
|
+
"hardis:project:fix:profiletabs",
|
|
11070
|
+
"project:hardis:fix:profiletabs",
|
|
11071
|
+
"project:fix:hardis:profiletabs",
|
|
11072
|
+
"project:fix:profiletabs:hardis",
|
|
11073
|
+
"hardis:fix:project:profiletabs",
|
|
11074
|
+
"fix:hardis:project:profiletabs",
|
|
11075
|
+
"fix:project:hardis:profiletabs",
|
|
11076
|
+
"fix:project:profiletabs:hardis",
|
|
11077
|
+
"hardis:fix:profiletabs:project",
|
|
11078
|
+
"fix:hardis:profiletabs:project",
|
|
11079
|
+
"fix:profiletabs:hardis:project",
|
|
11080
|
+
"fix:profiletabs:project:hardis",
|
|
11081
|
+
"hardis:project:profiletabs:fix",
|
|
11082
|
+
"project:hardis:profiletabs:fix",
|
|
11083
|
+
"project:profiletabs:hardis:fix",
|
|
11084
|
+
"project:profiletabs:fix:hardis",
|
|
11085
|
+
"hardis:profiletabs:project:fix",
|
|
11086
|
+
"profiletabs:hardis:project:fix",
|
|
11087
|
+
"profiletabs:project:hardis:fix",
|
|
11088
|
+
"profiletabs:project:fix:hardis",
|
|
11089
|
+
"hardis:profiletabs:fix:project",
|
|
11090
|
+
"profiletabs:hardis:fix:project",
|
|
11091
|
+
"profiletabs:fix:hardis:project",
|
|
11092
|
+
"profiletabs:fix:project:hardis"
|
|
11093
|
+
]
|
|
11094
|
+
},
|
|
11095
|
+
"hardis:project:fix:v53flexipages": {
|
|
11096
|
+
"aliases": [],
|
|
11097
|
+
"args": {},
|
|
11098
|
+
"description": "\n## Command Behavior\n\n**Fixes Salesforce FlexiPages for compatibility with API Version 53.0 (Winter '22 release) by adding missing identifiers to component instances.**\n\nSalesforce introduced a change in API Version 53.0 that requires `identifier` tags within `componentInstance` and `fieldInstance` elements in FlexiPage metadata. If these identifiers are missing, deployments to orgs with API version 53.0 or higher will fail. This command automates the process of adding these missing identifiers, ensuring your FlexiPages remain deployable.\n\nKey functionalities:\n\n- **Targeted FlexiPage Processing:** Scans all .flexipage-meta.xml files within the specified root folder (defaults to current working directory).\n- **Identifier Injection:** Inserts a unique `identifier` tag (e.g., `SFDX_HARDIS_REPLACEMENT_ID`) into `componentInstance` and `fieldInstance` elements that lack one.\n\n**Important Note:** After running this command, ensure you update your `apiVersion` to `53.0` (or higher) in your `package.xml` and `sfdx-project.json` files.\n\n## Technical explanations\n\nThe command's technical implementation involves:\n\n- **File Discovery:** Uses `glob` to find all .flexipage-meta.xml files.\n- **Content Reading:** Reads the XML content of each FlexiPage file.\n- **Regular Expression Replacement:** Employs a set of regular expressions to identify specific XML patterns (componentName.../componentName.../componentInstance, componentName.../componentName.../visibilityRule, fieldItem.../fieldItem.../fieldInstance) that are missing the `identifier` tag.\n- **Dynamic ID Generation:** For each match, it generates a unique identifier (e.g., `sfdxHardisIdX`) and injects it into the XML structure.\n- **File Writing:** If changes are made, the modified XML content is written back to the FlexiPage file using `fs.writeFile`.\n- **Logging:** Provides messages about which FlexiPages are being processed and a summary of the total number of identifiers added.\n",
|
|
11099
|
+
"examples": [
|
|
11100
|
+
"$ sf hardis:project:fix:v53flexipages"
|
|
11101
|
+
],
|
|
11102
|
+
"flags": {
|
|
11103
|
+
"json": {
|
|
11104
|
+
"description": "Format output as json.",
|
|
11105
|
+
"helpGroup": "GLOBAL",
|
|
11106
|
+
"name": "json",
|
|
11107
|
+
"allowNo": false,
|
|
11108
|
+
"type": "boolean"
|
|
11109
|
+
},
|
|
11110
|
+
"flags-dir": {
|
|
11111
|
+
"helpGroup": "GLOBAL",
|
|
11112
|
+
"name": "flags-dir",
|
|
11113
|
+
"summary": "Import flag values from a directory.",
|
|
11114
|
+
"hasDynamicHelp": false,
|
|
11115
|
+
"multiple": false,
|
|
11116
|
+
"type": "option"
|
|
11117
|
+
},
|
|
11118
|
+
"path": {
|
|
11119
|
+
"char": "p",
|
|
11120
|
+
"description": "Root folder",
|
|
11121
|
+
"name": "path",
|
|
11122
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
11123
|
+
"hasDynamicHelp": false,
|
|
11124
|
+
"multiple": false,
|
|
11125
|
+
"type": "option"
|
|
11126
|
+
},
|
|
11127
|
+
"debug": {
|
|
11128
|
+
"char": "d",
|
|
11129
|
+
"description": "Activate debug mode (more logs)",
|
|
11130
|
+
"name": "debug",
|
|
11131
|
+
"allowNo": false,
|
|
11132
|
+
"type": "boolean"
|
|
11133
|
+
},
|
|
11134
|
+
"websocket": {
|
|
11135
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
11136
|
+
"name": "websocket",
|
|
11137
|
+
"hasDynamicHelp": false,
|
|
11138
|
+
"multiple": false,
|
|
11139
|
+
"type": "option"
|
|
11140
|
+
},
|
|
11141
|
+
"skipauth": {
|
|
11142
|
+
"description": "Skip authentication check when a default username is required",
|
|
11143
|
+
"name": "skipauth",
|
|
11144
|
+
"allowNo": false,
|
|
11145
|
+
"type": "boolean"
|
|
11146
|
+
}
|
|
11147
|
+
},
|
|
11148
|
+
"hasDynamicHelp": false,
|
|
11149
|
+
"hiddenAliases": [],
|
|
11150
|
+
"id": "hardis:project:fix:v53flexipages",
|
|
11151
|
+
"pluginAlias": "sfdx-hardis",
|
|
11152
|
+
"pluginName": "sfdx-hardis",
|
|
11153
|
+
"pluginType": "core",
|
|
11154
|
+
"strict": true,
|
|
11155
|
+
"enableJsonFlag": true,
|
|
11156
|
+
"title": "Fix flexipages for v53",
|
|
11157
|
+
"requiresProject": true,
|
|
11158
|
+
"isESM": true,
|
|
11159
|
+
"relativePath": [
|
|
11160
|
+
"lib",
|
|
11161
|
+
"commands",
|
|
11162
|
+
"hardis",
|
|
11163
|
+
"project",
|
|
11164
|
+
"fix",
|
|
11165
|
+
"v53flexipages.js"
|
|
11166
|
+
],
|
|
11167
|
+
"aliasPermutations": [],
|
|
11168
|
+
"permutations": [
|
|
11169
|
+
"hardis:project:fix:v53flexipages",
|
|
11170
|
+
"project:hardis:fix:v53flexipages",
|
|
11171
|
+
"project:fix:hardis:v53flexipages",
|
|
11172
|
+
"project:fix:v53flexipages:hardis",
|
|
11173
|
+
"hardis:fix:project:v53flexipages",
|
|
11174
|
+
"fix:hardis:project:v53flexipages",
|
|
11175
|
+
"fix:project:hardis:v53flexipages",
|
|
11176
|
+
"fix:project:v53flexipages:hardis",
|
|
11177
|
+
"hardis:fix:v53flexipages:project",
|
|
11178
|
+
"fix:hardis:v53flexipages:project",
|
|
11179
|
+
"fix:v53flexipages:hardis:project",
|
|
11180
|
+
"fix:v53flexipages:project:hardis",
|
|
11181
|
+
"hardis:project:v53flexipages:fix",
|
|
11182
|
+
"project:hardis:v53flexipages:fix",
|
|
11183
|
+
"project:v53flexipages:hardis:fix",
|
|
11184
|
+
"project:v53flexipages:fix:hardis",
|
|
11185
|
+
"hardis:v53flexipages:project:fix",
|
|
11186
|
+
"v53flexipages:hardis:project:fix",
|
|
11187
|
+
"v53flexipages:project:hardis:fix",
|
|
11188
|
+
"v53flexipages:project:fix:hardis",
|
|
11189
|
+
"hardis:v53flexipages:fix:project",
|
|
11190
|
+
"v53flexipages:hardis:fix:project",
|
|
11191
|
+
"v53flexipages:fix:hardis:project",
|
|
11192
|
+
"v53flexipages:fix:project:hardis"
|
|
11193
|
+
]
|
|
11194
|
+
},
|
|
11195
|
+
"hardis:project:deploy:notify": {
|
|
11196
|
+
"aliases": [],
|
|
11197
|
+
"args": {},
|
|
11198
|
+
"description": "Post notifications related to:\n\n- **Deployment simulation** _(use with --check-only)_\n\n- **Deployment process** _(to call only if your deployment is successful)_\n\n### Integrations\n\nAccording to the [integrations you configured](https://sfdx-hardis.cloudity.com/salesforce-ci-cd-setup-integrations-home/), notifications can contain deployment information and [Flow Visual Git Diff](https://sfdx-hardis.cloudity.com/salesforce-deployment-assistant-home/#flow-visual-git-diff)\n\n - GitHub, Gitlab, Azure DevOps, Bitbucket comments on Pull Requests (including Flows Visual Git Diff)\n\n - Slack, Microsoft Teams, Email deployment summary after a successful deployment\n\n - JIRA tags and comments on tickets that just has been deployed\n\n\n\n\n\n### Flows Visual Git Diff\n\n- Visually show you the differences on a diagram\n\n- Display the update details without having to open any XML !\n\n🟩 = added\n\n🟥 = removed\n\n🟧 = updated\n\n\n\n\n\n### In custom CI/CD workflow\n\nExample of usage in a custom CI/CD pipeline:\n\n```bash\n# Disable exit-on-error temporarily\nset +e\n\n# Run the deploy command\nsf project deploy start [....]\nRET_CODE=$?\n\n# Re-enable exit-on-error\nset -e\n\n# Determine MYSTATUS based on return code\nif [ $RET_CODE -eq 0 ]; then\n MYSTATUS=\"valid\"\nelse\n MYSTATUS=\"invalid\"\nfi\n\n# Run the notify command with MYSTATUS\nsf hardis:project:deploy:notify --check-only --deploy-status \"$MYSTATUS\"\n```\n\n### Other usages\n\nThis command is for custom SF Cli pipelines, if you are a sfdx-hardis user, it is already embedded in sf hardis:deploy:smart.\n\nYou can also use [sfdx-hardis wrapper commands of SF deployment commands](https://sfdx-hardis.cloudity.com/salesforce-deployment-assistant-setup/#using-custom-cicd-pipeline)\n",
|
|
11199
|
+
"examples": [
|
|
11200
|
+
"$ sf hardis:project:deploy:notify --check-only --deploy-status valid --message \"This deployment check is valid\\n\\nYahooo !!\"",
|
|
11201
|
+
"$ sf hardis:project:deploy:notify --check-only --deploy-status invalid --message \"This deployment check has failed !\\n\\Oh no !!\"",
|
|
11202
|
+
"$ sf hardis:project:deploy:notify --deploy-status valid --message \"This deployment has been processed !\\n\\nYahooo !!\""
|
|
11203
|
+
],
|
|
11204
|
+
"flags": {
|
|
11205
|
+
"json": {
|
|
11206
|
+
"description": "Format output as json.",
|
|
11207
|
+
"helpGroup": "GLOBAL",
|
|
11208
|
+
"name": "json",
|
|
11209
|
+
"allowNo": false,
|
|
11210
|
+
"type": "boolean"
|
|
11211
|
+
},
|
|
11212
|
+
"flags-dir": {
|
|
11213
|
+
"helpGroup": "GLOBAL",
|
|
11214
|
+
"name": "flags-dir",
|
|
11215
|
+
"summary": "Import flag values from a directory.",
|
|
11216
|
+
"hasDynamicHelp": false,
|
|
11217
|
+
"multiple": false,
|
|
11218
|
+
"type": "option"
|
|
11219
|
+
},
|
|
11220
|
+
"check-only": {
|
|
11221
|
+
"char": "c",
|
|
11222
|
+
"description": "Use this option to send notifications from a Deployment simulation job",
|
|
11223
|
+
"name": "check-only",
|
|
11224
|
+
"allowNo": false,
|
|
11225
|
+
"type": "boolean"
|
|
11226
|
+
},
|
|
11227
|
+
"deploy-status": {
|
|
11013
11228
|
"char": "s",
|
|
11014
11229
|
"description": "Send success, failure or unknown (default) to indicate if the deployment or deployment simulation is in success or not",
|
|
11015
11230
|
"name": "deploy-status",
|
|
@@ -12152,221 +12367,6 @@
|
|
|
12152
12367
|
"validate:deploy:project:hardis"
|
|
12153
12368
|
]
|
|
12154
12369
|
},
|
|
12155
|
-
"hardis:project:fix:profiletabs": {
|
|
12156
|
-
"aliases": [],
|
|
12157
|
-
"args": {},
|
|
12158
|
-
"description": "\n## Command Behavior\n\n**Interactively updates tab visibility settings in Salesforce profiles, addressing a common issue where tab visibilities are not correctly retrieved by `sf project retrieve start`.**\n\nThis command provides a user-friendly interface to manage tab settings within your profile XML files, ensuring that your local project accurately reflects the intended tab configurations in your Salesforce org.\n\nKey functionalities:\n\n- **Interactive Tab Selection:** Displays a multi-select menu of all available tabs in your org, allowing you to choose which tabs to update.\n- **Visibility Control:** Lets you set the visibility for the selected tabs to either `DefaultOn` (Visible) or `Hidden`.\n- **Profile Selection:** Presents a multi-select menu of all .profile-meta.xml files in your project, allowing you to apply the tab visibility changes to specific profiles.\n- **XML Updates:** Modifies the <tabVisibilities> section of the selected profile XML files to reflect the chosen tab settings. If a tab visibility setting already exists for a selected tab, it will be updated; otherwise, a new one will be added.\n- **Sorted Output:** The <tabVisibilities> in the updated profile XML files are sorted alphabetically for consistency and readability.\n\n## Technical explanations\n\nThe command's technical implementation involves:\n\n- **SOQL Queries (Tooling API):** It queries the `TabDefinition` object using `soqlQueryTooling` to retrieve a list of all available tabs in the target org.\n- **File Discovery:** Uses `glob` to find all .profile-meta.xml files within the specified project path.\n- **Interactive Prompts:** Leverages the `prompts` library to create interactive menus for selecting tabs, visibility settings, and profiles.\n- **XML Parsing and Manipulation:** Uses `parseXmlFile` to read the content of profile XML files and `writeXmlFile` to write the modified content back. It manipulates the `tabVisibilities` array within the parsed XML to add or update tab settings.\n- **Array Sorting:** Employs the `sort-array` library to sort the `tabVisibilities` alphabetically by tab name.\n- **Logging:** Provides feedback to the user about which profiles have been updated and a summary of the changes.\n",
|
|
12159
|
-
"examples": [
|
|
12160
|
-
"$ sf hardis:project:fix:profiletabs"
|
|
12161
|
-
],
|
|
12162
|
-
"flags": {
|
|
12163
|
-
"json": {
|
|
12164
|
-
"description": "Format output as json.",
|
|
12165
|
-
"helpGroup": "GLOBAL",
|
|
12166
|
-
"name": "json",
|
|
12167
|
-
"allowNo": false,
|
|
12168
|
-
"type": "boolean"
|
|
12169
|
-
},
|
|
12170
|
-
"flags-dir": {
|
|
12171
|
-
"helpGroup": "GLOBAL",
|
|
12172
|
-
"name": "flags-dir",
|
|
12173
|
-
"summary": "Import flag values from a directory.",
|
|
12174
|
-
"hasDynamicHelp": false,
|
|
12175
|
-
"multiple": false,
|
|
12176
|
-
"type": "option"
|
|
12177
|
-
},
|
|
12178
|
-
"path": {
|
|
12179
|
-
"char": "p",
|
|
12180
|
-
"description": "Root folder",
|
|
12181
|
-
"name": "path",
|
|
12182
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
12183
|
-
"hasDynamicHelp": false,
|
|
12184
|
-
"multiple": false,
|
|
12185
|
-
"type": "option"
|
|
12186
|
-
},
|
|
12187
|
-
"debug": {
|
|
12188
|
-
"char": "d",
|
|
12189
|
-
"description": "Activate debug mode (more logs)",
|
|
12190
|
-
"name": "debug",
|
|
12191
|
-
"allowNo": false,
|
|
12192
|
-
"type": "boolean"
|
|
12193
|
-
},
|
|
12194
|
-
"websocket": {
|
|
12195
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12196
|
-
"name": "websocket",
|
|
12197
|
-
"hasDynamicHelp": false,
|
|
12198
|
-
"multiple": false,
|
|
12199
|
-
"type": "option"
|
|
12200
|
-
},
|
|
12201
|
-
"skipauth": {
|
|
12202
|
-
"description": "Skip authentication check when a default username is required",
|
|
12203
|
-
"name": "skipauth",
|
|
12204
|
-
"allowNo": false,
|
|
12205
|
-
"type": "boolean"
|
|
12206
|
-
},
|
|
12207
|
-
"target-org": {
|
|
12208
|
-
"aliases": [
|
|
12209
|
-
"targetusername",
|
|
12210
|
-
"u"
|
|
12211
|
-
],
|
|
12212
|
-
"char": "o",
|
|
12213
|
-
"deprecateAliases": true,
|
|
12214
|
-
"name": "target-org",
|
|
12215
|
-
"noCacheDefault": true,
|
|
12216
|
-
"required": true,
|
|
12217
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
12218
|
-
"hasDynamicHelp": true,
|
|
12219
|
-
"multiple": false,
|
|
12220
|
-
"type": "option"
|
|
12221
|
-
}
|
|
12222
|
-
},
|
|
12223
|
-
"hasDynamicHelp": true,
|
|
12224
|
-
"hiddenAliases": [],
|
|
12225
|
-
"id": "hardis:project:fix:profiletabs",
|
|
12226
|
-
"pluginAlias": "sfdx-hardis",
|
|
12227
|
-
"pluginName": "sfdx-hardis",
|
|
12228
|
-
"pluginType": "core",
|
|
12229
|
-
"strict": true,
|
|
12230
|
-
"enableJsonFlag": true,
|
|
12231
|
-
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
12232
|
-
"requiresProject": true,
|
|
12233
|
-
"isESM": true,
|
|
12234
|
-
"relativePath": [
|
|
12235
|
-
"lib",
|
|
12236
|
-
"commands",
|
|
12237
|
-
"hardis",
|
|
12238
|
-
"project",
|
|
12239
|
-
"fix",
|
|
12240
|
-
"profiletabs.js"
|
|
12241
|
-
],
|
|
12242
|
-
"aliasPermutations": [],
|
|
12243
|
-
"permutations": [
|
|
12244
|
-
"hardis:project:fix:profiletabs",
|
|
12245
|
-
"project:hardis:fix:profiletabs",
|
|
12246
|
-
"project:fix:hardis:profiletabs",
|
|
12247
|
-
"project:fix:profiletabs:hardis",
|
|
12248
|
-
"hardis:fix:project:profiletabs",
|
|
12249
|
-
"fix:hardis:project:profiletabs",
|
|
12250
|
-
"fix:project:hardis:profiletabs",
|
|
12251
|
-
"fix:project:profiletabs:hardis",
|
|
12252
|
-
"hardis:fix:profiletabs:project",
|
|
12253
|
-
"fix:hardis:profiletabs:project",
|
|
12254
|
-
"fix:profiletabs:hardis:project",
|
|
12255
|
-
"fix:profiletabs:project:hardis",
|
|
12256
|
-
"hardis:project:profiletabs:fix",
|
|
12257
|
-
"project:hardis:profiletabs:fix",
|
|
12258
|
-
"project:profiletabs:hardis:fix",
|
|
12259
|
-
"project:profiletabs:fix:hardis",
|
|
12260
|
-
"hardis:profiletabs:project:fix",
|
|
12261
|
-
"profiletabs:hardis:project:fix",
|
|
12262
|
-
"profiletabs:project:hardis:fix",
|
|
12263
|
-
"profiletabs:project:fix:hardis",
|
|
12264
|
-
"hardis:profiletabs:fix:project",
|
|
12265
|
-
"profiletabs:hardis:fix:project",
|
|
12266
|
-
"profiletabs:fix:hardis:project",
|
|
12267
|
-
"profiletabs:fix:project:hardis"
|
|
12268
|
-
]
|
|
12269
|
-
},
|
|
12270
|
-
"hardis:project:fix:v53flexipages": {
|
|
12271
|
-
"aliases": [],
|
|
12272
|
-
"args": {},
|
|
12273
|
-
"description": "\n## Command Behavior\n\n**Fixes Salesforce FlexiPages for compatibility with API Version 53.0 (Winter '22 release) by adding missing identifiers to component instances.**\n\nSalesforce introduced a change in API Version 53.0 that requires `identifier` tags within `componentInstance` and `fieldInstance` elements in FlexiPage metadata. If these identifiers are missing, deployments to orgs with API version 53.0 or higher will fail. This command automates the process of adding these missing identifiers, ensuring your FlexiPages remain deployable.\n\nKey functionalities:\n\n- **Targeted FlexiPage Processing:** Scans all .flexipage-meta.xml files within the specified root folder (defaults to current working directory).\n- **Identifier Injection:** Inserts a unique `identifier` tag (e.g., `SFDX_HARDIS_REPLACEMENT_ID`) into `componentInstance` and `fieldInstance` elements that lack one.\n\n**Important Note:** After running this command, ensure you update your `apiVersion` to `53.0` (or higher) in your `package.xml` and `sfdx-project.json` files.\n\n## Technical explanations\n\nThe command's technical implementation involves:\n\n- **File Discovery:** Uses `glob` to find all .flexipage-meta.xml files.\n- **Content Reading:** Reads the XML content of each FlexiPage file.\n- **Regular Expression Replacement:** Employs a set of regular expressions to identify specific XML patterns (componentName.../componentName.../componentInstance, componentName.../componentName.../visibilityRule, fieldItem.../fieldItem.../fieldInstance) that are missing the `identifier` tag.\n- **Dynamic ID Generation:** For each match, it generates a unique identifier (e.g., `sfdxHardisIdX`) and injects it into the XML structure.\n- **File Writing:** If changes are made, the modified XML content is written back to the FlexiPage file using `fs.writeFile`.\n- **Logging:** Provides messages about which FlexiPages are being processed and a summary of the total number of identifiers added.\n",
|
|
12274
|
-
"examples": [
|
|
12275
|
-
"$ sf hardis:project:fix:v53flexipages"
|
|
12276
|
-
],
|
|
12277
|
-
"flags": {
|
|
12278
|
-
"json": {
|
|
12279
|
-
"description": "Format output as json.",
|
|
12280
|
-
"helpGroup": "GLOBAL",
|
|
12281
|
-
"name": "json",
|
|
12282
|
-
"allowNo": false,
|
|
12283
|
-
"type": "boolean"
|
|
12284
|
-
},
|
|
12285
|
-
"flags-dir": {
|
|
12286
|
-
"helpGroup": "GLOBAL",
|
|
12287
|
-
"name": "flags-dir",
|
|
12288
|
-
"summary": "Import flag values from a directory.",
|
|
12289
|
-
"hasDynamicHelp": false,
|
|
12290
|
-
"multiple": false,
|
|
12291
|
-
"type": "option"
|
|
12292
|
-
},
|
|
12293
|
-
"path": {
|
|
12294
|
-
"char": "p",
|
|
12295
|
-
"description": "Root folder",
|
|
12296
|
-
"name": "path",
|
|
12297
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
12298
|
-
"hasDynamicHelp": false,
|
|
12299
|
-
"multiple": false,
|
|
12300
|
-
"type": "option"
|
|
12301
|
-
},
|
|
12302
|
-
"debug": {
|
|
12303
|
-
"char": "d",
|
|
12304
|
-
"description": "Activate debug mode (more logs)",
|
|
12305
|
-
"name": "debug",
|
|
12306
|
-
"allowNo": false,
|
|
12307
|
-
"type": "boolean"
|
|
12308
|
-
},
|
|
12309
|
-
"websocket": {
|
|
12310
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12311
|
-
"name": "websocket",
|
|
12312
|
-
"hasDynamicHelp": false,
|
|
12313
|
-
"multiple": false,
|
|
12314
|
-
"type": "option"
|
|
12315
|
-
},
|
|
12316
|
-
"skipauth": {
|
|
12317
|
-
"description": "Skip authentication check when a default username is required",
|
|
12318
|
-
"name": "skipauth",
|
|
12319
|
-
"allowNo": false,
|
|
12320
|
-
"type": "boolean"
|
|
12321
|
-
}
|
|
12322
|
-
},
|
|
12323
|
-
"hasDynamicHelp": false,
|
|
12324
|
-
"hiddenAliases": [],
|
|
12325
|
-
"id": "hardis:project:fix:v53flexipages",
|
|
12326
|
-
"pluginAlias": "sfdx-hardis",
|
|
12327
|
-
"pluginName": "sfdx-hardis",
|
|
12328
|
-
"pluginType": "core",
|
|
12329
|
-
"strict": true,
|
|
12330
|
-
"enableJsonFlag": true,
|
|
12331
|
-
"title": "Fix flexipages for v53",
|
|
12332
|
-
"requiresProject": true,
|
|
12333
|
-
"isESM": true,
|
|
12334
|
-
"relativePath": [
|
|
12335
|
-
"lib",
|
|
12336
|
-
"commands",
|
|
12337
|
-
"hardis",
|
|
12338
|
-
"project",
|
|
12339
|
-
"fix",
|
|
12340
|
-
"v53flexipages.js"
|
|
12341
|
-
],
|
|
12342
|
-
"aliasPermutations": [],
|
|
12343
|
-
"permutations": [
|
|
12344
|
-
"hardis:project:fix:v53flexipages",
|
|
12345
|
-
"project:hardis:fix:v53flexipages",
|
|
12346
|
-
"project:fix:hardis:v53flexipages",
|
|
12347
|
-
"project:fix:v53flexipages:hardis",
|
|
12348
|
-
"hardis:fix:project:v53flexipages",
|
|
12349
|
-
"fix:hardis:project:v53flexipages",
|
|
12350
|
-
"fix:project:hardis:v53flexipages",
|
|
12351
|
-
"fix:project:v53flexipages:hardis",
|
|
12352
|
-
"hardis:fix:v53flexipages:project",
|
|
12353
|
-
"fix:hardis:v53flexipages:project",
|
|
12354
|
-
"fix:v53flexipages:hardis:project",
|
|
12355
|
-
"fix:v53flexipages:project:hardis",
|
|
12356
|
-
"hardis:project:v53flexipages:fix",
|
|
12357
|
-
"project:hardis:v53flexipages:fix",
|
|
12358
|
-
"project:v53flexipages:hardis:fix",
|
|
12359
|
-
"project:v53flexipages:fix:hardis",
|
|
12360
|
-
"hardis:v53flexipages:project:fix",
|
|
12361
|
-
"v53flexipages:hardis:project:fix",
|
|
12362
|
-
"v53flexipages:project:hardis:fix",
|
|
12363
|
-
"v53flexipages:project:fix:hardis",
|
|
12364
|
-
"hardis:v53flexipages:fix:project",
|
|
12365
|
-
"v53flexipages:hardis:fix:project",
|
|
12366
|
-
"v53flexipages:fix:hardis:project",
|
|
12367
|
-
"v53flexipages:fix:project:hardis"
|
|
12368
|
-
]
|
|
12369
|
-
},
|
|
12370
12370
|
"hardis:project:generate:bypass": {
|
|
12371
12371
|
"aliases": [],
|
|
12372
12372
|
"args": {},
|
|
@@ -14849,5 +14849,5 @@
|
|
|
14849
14849
|
]
|
|
14850
14850
|
}
|
|
14851
14851
|
},
|
|
14852
|
-
"version": "5.45.1-
|
|
14852
|
+
"version": "5.45.1-beta202508100142.0"
|
|
14853
14853
|
}
|
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.45.1-
|
|
6
|
+
"version": "5.45.1-beta202508100142.0",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@actions/github": "^6.0.1",
|
|
9
9
|
"@cparra/apexdocs": "^3.14.0",
|