sfdx-hardis 5.44.2-alpha202507221341.0 → 5.44.2-alpha202507221352.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.
Files changed (2) hide show
  1. package/oclif.manifest.json +581 -581
  2. package/package.json +1 -1
@@ -57,13 +57,12 @@
57
57
  "world:hello"
58
58
  ]
59
59
  },
60
- "hardis:auth:login": {
60
+ "hardis:cache:clear": {
61
61
  "aliases": [],
62
62
  "args": {},
63
- "description": "\nLogins to a Salesforce org from CI/CD workflows.\n\nWill use the variables and files defined by configuration commands:\n\n- CI/CD repos: [Configure Org CI Authentication](https://sfdx-hardis.cloudity.com/hardis/project/configure/auth/)\n- Monitoring repos: [Configure Org Monitoring](https://sfdx-hardis.cloudity.com/hardis/org/configure/monitoring/)\n\nIf you have a technical org (for example to call Agentforce from another org, you can define variable SFDX_AUTH_URL_TECHNICAL_ORG and it will authenticate it with alias TECHNICAL_ORG)\n\nYou can get SFDX_AUTH_URL_TECHNICAL_ORG value by running the command: `sf org display --verbose --json` and copy the value of the field `sfdxAuthUrl` in the output.\n",
63
+ "description": "Clear cache generated by sfdx-hardis",
64
64
  "examples": [
65
- "$ sf hardis:auth:login",
66
- "CI=true sf hardis:auth:login"
65
+ "$ sf hardis:cache:clear"
67
66
  ],
68
67
  "flags": {
69
68
  "json": {
@@ -81,28 +80,6 @@
81
80
  "multiple": false,
82
81
  "type": "option"
83
82
  },
84
- "instanceurl": {
85
- "char": "r",
86
- "description": "URL of org instance",
87
- "name": "instanceurl",
88
- "hasDynamicHelp": false,
89
- "multiple": false,
90
- "type": "option"
91
- },
92
- "devhub": {
93
- "char": "h",
94
- "description": "Also connect associated DevHub",
95
- "name": "devhub",
96
- "allowNo": false,
97
- "type": "boolean"
98
- },
99
- "scratchorg": {
100
- "char": "s",
101
- "description": "Scratch org",
102
- "name": "scratchorg",
103
- "allowNo": false,
104
- "type": "boolean"
105
- },
106
83
  "debug": {
107
84
  "char": "d",
108
85
  "description": "Activate debug mode (more logs)",
@@ -126,38 +103,39 @@
126
103
  },
127
104
  "hasDynamicHelp": false,
128
105
  "hiddenAliases": [],
129
- "id": "hardis:auth:login",
106
+ "id": "hardis:cache:clear",
130
107
  "pluginAlias": "sfdx-hardis",
131
108
  "pluginName": "sfdx-hardis",
132
109
  "pluginType": "core",
133
110
  "strict": true,
134
111
  "enableJsonFlag": true,
135
- "title": "Login",
112
+ "title": "Clear sfdx-hardis cache",
136
113
  "requiresProject": false,
137
114
  "isESM": true,
138
115
  "relativePath": [
139
116
  "lib",
140
117
  "commands",
141
118
  "hardis",
142
- "auth",
143
- "login.js"
119
+ "cache",
120
+ "clear.js"
144
121
  ],
145
122
  "aliasPermutations": [],
146
123
  "permutations": [
147
- "hardis:auth:login",
148
- "auth:hardis:login",
149
- "auth:login:hardis",
150
- "hardis:login:auth",
151
- "login:hardis:auth",
152
- "login:auth:hardis"
124
+ "hardis:cache:clear",
125
+ "cache:hardis:clear",
126
+ "cache:clear:hardis",
127
+ "hardis:clear:cache",
128
+ "clear:hardis:cache",
129
+ "clear:cache:hardis"
153
130
  ]
154
131
  },
155
- "hardis:cache:clear": {
132
+ "hardis:auth:login": {
156
133
  "aliases": [],
157
134
  "args": {},
158
- "description": "Clear cache generated by sfdx-hardis",
135
+ "description": "\nLogins to a Salesforce org from CI/CD workflows.\n\nWill use the variables and files defined by configuration commands:\n\n- CI/CD repos: [Configure Org CI Authentication](https://sfdx-hardis.cloudity.com/hardis/project/configure/auth/)\n- Monitoring repos: [Configure Org Monitoring](https://sfdx-hardis.cloudity.com/hardis/org/configure/monitoring/)\n\nIf you have a technical org (for example to call Agentforce from another org, you can define variable SFDX_AUTH_URL_TECHNICAL_ORG and it will authenticate it with alias TECHNICAL_ORG)\n\nYou can get SFDX_AUTH_URL_TECHNICAL_ORG value by running the command: `sf org display --verbose --json` and copy the value of the field `sfdxAuthUrl` in the output.\n",
159
136
  "examples": [
160
- "$ sf hardis:cache:clear"
137
+ "$ sf hardis:auth:login",
138
+ "CI=true sf hardis:auth:login"
161
139
  ],
162
140
  "flags": {
163
141
  "json": {
@@ -175,6 +153,28 @@
175
153
  "multiple": false,
176
154
  "type": "option"
177
155
  },
156
+ "instanceurl": {
157
+ "char": "r",
158
+ "description": "URL of org instance",
159
+ "name": "instanceurl",
160
+ "hasDynamicHelp": false,
161
+ "multiple": false,
162
+ "type": "option"
163
+ },
164
+ "devhub": {
165
+ "char": "h",
166
+ "description": "Also connect associated DevHub",
167
+ "name": "devhub",
168
+ "allowNo": false,
169
+ "type": "boolean"
170
+ },
171
+ "scratchorg": {
172
+ "char": "s",
173
+ "description": "Scratch org",
174
+ "name": "scratchorg",
175
+ "allowNo": false,
176
+ "type": "boolean"
177
+ },
178
178
  "debug": {
179
179
  "char": "d",
180
180
  "description": "Activate debug mode (more logs)",
@@ -198,30 +198,30 @@
198
198
  },
199
199
  "hasDynamicHelp": false,
200
200
  "hiddenAliases": [],
201
- "id": "hardis:cache:clear",
201
+ "id": "hardis:auth:login",
202
202
  "pluginAlias": "sfdx-hardis",
203
203
  "pluginName": "sfdx-hardis",
204
204
  "pluginType": "core",
205
205
  "strict": true,
206
206
  "enableJsonFlag": true,
207
- "title": "Clear sfdx-hardis cache",
207
+ "title": "Login",
208
208
  "requiresProject": false,
209
209
  "isESM": true,
210
210
  "relativePath": [
211
211
  "lib",
212
212
  "commands",
213
213
  "hardis",
214
- "cache",
215
- "clear.js"
214
+ "auth",
215
+ "login.js"
216
216
  ],
217
217
  "aliasPermutations": [],
218
218
  "permutations": [
219
- "hardis:cache:clear",
220
- "cache:hardis:clear",
221
- "cache:clear:hardis",
222
- "hardis:clear:cache",
223
- "clear:hardis:cache",
224
- "clear:cache:hardis"
219
+ "hardis:auth:login",
220
+ "auth:hardis:login",
221
+ "auth:login:hardis",
222
+ "hardis:login:auth",
223
+ "login:hardis:auth",
224
+ "login:auth:hardis"
225
225
  ]
226
226
  },
227
227
  "hardis:config:get": {
@@ -5738,14 +5738,13 @@
5738
5738
  "import:files:org:hardis"
5739
5739
  ]
5740
5740
  },
5741
- "hardis:org:generate:packagexmlfull": {
5741
+ "hardis:org:fix:listviewmine": {
5742
5742
  "aliases": [],
5743
5743
  "args": {},
5744
- "description": "Generates full org package.xml, including managed items",
5744
+ "description": "Fix listviews whose scope Mine has been replaced by Everything\n\n[![Invalid scope:Mine, not allowed ? Deploy your ListViews anyway !](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/article-invalid-scope-mine.jpg)](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:generate:packagexmlfull",
5747
- "$ sf hardis:org:generate:packagexmlfull --outputfile /tmp/packagexmlfull.xml",
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
- "outputfile": {
5767
- "description": "Output package.xml file",
5768
- "name": "outputfile",
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:generate:packagexmlfull",
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": "Generate Full Org package.xml",
5818
- "requiresProject": false,
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
- "generate",
5826
- "packagexmlfull.js"
5825
+ "fix",
5826
+ "listviewmine.js"
5827
5827
  ],
5828
5828
  "aliasPermutations": [],
5829
5829
  "permutations": [
5830
- "hardis:org:generate:packagexmlfull",
5831
- "org:hardis:generate:packagexmlfull",
5832
- "org:generate:hardis:packagexmlfull",
5833
- "org:generate:packagexmlfull:hardis",
5834
- "hardis:generate:org:packagexmlfull",
5835
- "generate:hardis:org:packagexmlfull",
5836
- "generate:org:hardis:packagexmlfull",
5837
- "generate:org:packagexmlfull:hardis",
5838
- "hardis:generate:packagexmlfull:org",
5839
- "generate:hardis:packagexmlfull:org",
5840
- "generate:packagexmlfull:hardis:org",
5841
- "generate:packagexmlfull:org:hardis",
5842
- "hardis:org:packagexmlfull:generate",
5843
- "org:hardis:packagexmlfull:generate",
5844
- "org:packagexmlfull:hardis:generate",
5845
- "org:packagexmlfull:generate:hardis",
5846
- "hardis:packagexmlfull:org:generate",
5847
- "packagexmlfull:hardis:org:generate",
5848
- "packagexmlfull:org:hardis:generate",
5849
- "packagexmlfull:org:generate:hardis",
5850
- "hardis:packagexmlfull:generate:org",
5851
- "packagexmlfull:hardis:generate:org",
5852
- "packagexmlfull:generate:hardis:org",
5853
- "packagexmlfull:generate:org:hardis"
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:fix:listviewmine": {
7005
+ "hardis:org:generate:packagexmlfull": {
7006
7006
  "aliases": [],
7007
7007
  "args": {},
7008
- "description": "Fix listviews whose scope Mine has been replaced by Everything\n\n[![Invalid scope:Mine, not allowed ? Deploy your ListViews anyway !](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/article-invalid-scope-mine.jpg)](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",
7008
+ "description": "Generates full org package.xml, including managed items",
7009
7009
  "examples": [
7010
- "$ sf hardis:org:fix:listviewmine",
7011
- "$ sf hardis:org:fix:listviewmine --listviews Opportunity:MySubscriptions,Account:MyActivePartners"
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
- "listviews": {
7030
- "char": "l",
7031
- "description": "Comma-separated list of listviews following format Object:ListViewName\nExample: Contact:MyContacts,Contact:MyActiveContacts,Opportunity:MYClosedOpportunities",
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:fix:listviewmine",
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": "Fix listviews with ",
7082
- "requiresProject": true,
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
- "fix",
7090
- "listviewmine.js"
7089
+ "generate",
7090
+ "packagexmlfull.js"
7091
7091
  ],
7092
7092
  "aliasPermutations": [],
7093
7093
  "permutations": [
7094
- "hardis:org:fix:listviewmine",
7095
- "org:hardis:fix:listviewmine",
7096
- "org:fix:hardis:listviewmine",
7097
- "org:fix:listviewmine:hardis",
7098
- "hardis:fix:org:listviewmine",
7099
- "fix:hardis:org:listviewmine",
7100
- "fix:org:hardis:listviewmine",
7101
- "fix:org:listviewmine:hardis",
7102
- "hardis:fix:listviewmine:org",
7103
- "fix:hardis:listviewmine:org",
7104
- "fix:listviewmine:hardis:org",
7105
- "fix:listviewmine:org:hardis",
7106
- "hardis:org:listviewmine:fix",
7107
- "org:hardis:listviewmine:fix",
7108
- "org:listviewmine:hardis:fix",
7109
- "org:listviewmine:fix:hardis",
7110
- "hardis:listviewmine:org:fix",
7111
- "listviewmine:hardis:org:fix",
7112
- "listviewmine:org:hardis:fix",
7113
- "listviewmine:org:fix:hardis",
7114
- "hardis:listviewmine:fix:org",
7115
- "listviewmine:hardis:fix:org",
7116
- "listviewmine:fix:hardis:org",
7117
- "listviewmine:fix:org:hardis"
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": {
@@ -7967,134 +7967,14 @@
7967
7967
  "packageconfig:retrieve:org:hardis"
7968
7968
  ]
7969
7969
  },
7970
- "hardis:org:test:apex": {
7970
+ "hardis:org:user:activateinvalid": {
7971
7971
  "aliases": [],
7972
7972
  "args": {},
7973
- "description": "Run apex tests in Salesforce org\n\nIf following configuration is defined, it will fail if apex coverage target is not reached:\n\n- Env `APEX_TESTS_MIN_COVERAGE_ORG_WIDE` or `.sfdx-hardis` property `apexTestsMinCoverageOrgWide`\n- Env `APEX_TESTS_MIN_COVERAGE_ORG_WIDE` or `.sfdx-hardis` property `apexTestsMinCoverageOrgWide`\n\nYou can override env var SFDX_TEST_WAIT_MINUTES to wait more than 60 minutes.\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-apex-tests/) and can output Grafana, Slack and MsTeams Notifications.\n",
7973
+ "description": "Update sandbox users so their email is valid\n\n Example: replaces `toto@company.com.dev.invalid` with `toto@company.com.dev.invalid`\n\nSee article below\n\n[![Reactivate all the sandbox users with .invalid emails in 3 clicks](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/article-invalid-email.jpg)](https://nicolas.vuillamy.fr/reactivate-all-the-sandbox-users-with-invalid-emails-in-3-clicks-2265af4e3a3d)\n",
7974
7974
  "examples": [
7975
- "$ sf hardis:org:test:apex"
7976
- ],
7977
- "flags": {
7978
- "json": {
7979
- "description": "Format output as json.",
7980
- "helpGroup": "GLOBAL",
7981
- "name": "json",
7982
- "allowNo": false,
7983
- "type": "boolean"
7984
- },
7985
- "flags-dir": {
7986
- "helpGroup": "GLOBAL",
7987
- "name": "flags-dir",
7988
- "summary": "Import flag values from a directory.",
7989
- "hasDynamicHelp": false,
7990
- "multiple": false,
7991
- "type": "option"
7992
- },
7993
- "testlevel": {
7994
- "char": "l",
7995
- "description": "Level of tests to apply to validate deployment",
7996
- "name": "testlevel",
7997
- "default": "RunLocalTests",
7998
- "hasDynamicHelp": false,
7999
- "multiple": false,
8000
- "options": [
8001
- "NoTestRun",
8002
- "RunSpecifiedTests",
8003
- "RunLocalTests",
8004
- "RunAllTestsInOrg"
8005
- ],
8006
- "type": "option"
8007
- },
8008
- "debug": {
8009
- "char": "d",
8010
- "description": "Activate debug mode (more logs)",
8011
- "name": "debug",
8012
- "allowNo": false,
8013
- "type": "boolean"
8014
- },
8015
- "websocket": {
8016
- "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
8017
- "name": "websocket",
8018
- "hasDynamicHelp": false,
8019
- "multiple": false,
8020
- "type": "option"
8021
- },
8022
- "skipauth": {
8023
- "description": "Skip authentication check when a default username is required",
8024
- "name": "skipauth",
8025
- "allowNo": false,
8026
- "type": "boolean"
8027
- },
8028
- "target-org": {
8029
- "aliases": [
8030
- "targetusername",
8031
- "u"
8032
- ],
8033
- "char": "o",
8034
- "deprecateAliases": true,
8035
- "name": "target-org",
8036
- "noCacheDefault": true,
8037
- "required": true,
8038
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
8039
- "hasDynamicHelp": true,
8040
- "multiple": false,
8041
- "type": "option"
8042
- }
8043
- },
8044
- "hasDynamicHelp": true,
8045
- "hiddenAliases": [],
8046
- "id": "hardis:org:test:apex",
8047
- "pluginAlias": "sfdx-hardis",
8048
- "pluginName": "sfdx-hardis",
8049
- "pluginType": "core",
8050
- "strict": true,
8051
- "enableJsonFlag": true,
8052
- "title": "Run apex tests",
8053
- "isESM": true,
8054
- "relativePath": [
8055
- "lib",
8056
- "commands",
8057
- "hardis",
8058
- "org",
8059
- "test",
8060
- "apex.js"
8061
- ],
8062
- "aliasPermutations": [],
8063
- "permutations": [
8064
- "hardis:org:test:apex",
8065
- "org:hardis:test:apex",
8066
- "org:test:hardis:apex",
8067
- "org:test:apex:hardis",
8068
- "hardis:test:org:apex",
8069
- "test:hardis:org:apex",
8070
- "test:org:hardis:apex",
8071
- "test:org:apex:hardis",
8072
- "hardis:test:apex:org",
8073
- "test:hardis:apex:org",
8074
- "test:apex:hardis:org",
8075
- "test:apex:org:hardis",
8076
- "hardis:org:apex:test",
8077
- "org:hardis:apex:test",
8078
- "org:apex:hardis:test",
8079
- "org:apex:test:hardis",
8080
- "hardis:apex:org:test",
8081
- "apex:hardis:org:test",
8082
- "apex:org:hardis:test",
8083
- "apex:org:test:hardis",
8084
- "hardis:apex:test:org",
8085
- "apex:hardis:test:org",
8086
- "apex:test:hardis:org",
8087
- "apex:test:org:hardis"
8088
- ]
8089
- },
8090
- "hardis:org:user:activateinvalid": {
8091
- "aliases": [],
8092
- "args": {},
8093
- "description": "Update sandbox users so their email is valid\n\n Example: replaces `toto@company.com.dev.invalid` with `toto@company.com.dev.invalid`\n\nSee article below\n\n[![Reactivate all the sandbox users with .invalid emails in 3 clicks](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/article-invalid-email.jpg)](https://nicolas.vuillamy.fr/reactivate-all-the-sandbox-users-with-invalid-emails-in-3-clicks-2265af4e3a3d)\n",
8094
- "examples": [
8095
- "$ sf hardis:org:user:activateinvalid",
8096
- "$ sf hardis:org:user:activateinvalid --target-org my-user@myorg.com",
8097
- "$ sf hardis:org:user:activateinvalid --profiles 'System Administrator,MyCustomProfile' --target-org my-user@myorg.com"
7975
+ "$ sf hardis:org:user:activateinvalid",
7976
+ "$ sf hardis:org:user:activateinvalid --target-org my-user@myorg.com",
7977
+ "$ sf hardis:org:user:activateinvalid --profiles 'System Administrator,MyCustomProfile' --target-org my-user@myorg.com"
8098
7978
  ],
8099
7979
  "flags": {
8100
7980
  "json": {
@@ -8487,6 +8367,126 @@
8487
8367
  "unfreeze:user:org:hardis"
8488
8368
  ]
8489
8369
  },
8370
+ "hardis:org:test:apex": {
8371
+ "aliases": [],
8372
+ "args": {},
8373
+ "description": "Run apex tests in Salesforce org\n\nIf following configuration is defined, it will fail if apex coverage target is not reached:\n\n- Env `APEX_TESTS_MIN_COVERAGE_ORG_WIDE` or `.sfdx-hardis` property `apexTestsMinCoverageOrgWide`\n- Env `APEX_TESTS_MIN_COVERAGE_ORG_WIDE` or `.sfdx-hardis` property `apexTestsMinCoverageOrgWide`\n\nYou can override env var SFDX_TEST_WAIT_MINUTES to wait more than 60 minutes.\n\nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-apex-tests/) and can output Grafana, Slack and MsTeams Notifications.\n",
8374
+ "examples": [
8375
+ "$ sf hardis:org:test:apex"
8376
+ ],
8377
+ "flags": {
8378
+ "json": {
8379
+ "description": "Format output as json.",
8380
+ "helpGroup": "GLOBAL",
8381
+ "name": "json",
8382
+ "allowNo": false,
8383
+ "type": "boolean"
8384
+ },
8385
+ "flags-dir": {
8386
+ "helpGroup": "GLOBAL",
8387
+ "name": "flags-dir",
8388
+ "summary": "Import flag values from a directory.",
8389
+ "hasDynamicHelp": false,
8390
+ "multiple": false,
8391
+ "type": "option"
8392
+ },
8393
+ "testlevel": {
8394
+ "char": "l",
8395
+ "description": "Level of tests to apply to validate deployment",
8396
+ "name": "testlevel",
8397
+ "default": "RunLocalTests",
8398
+ "hasDynamicHelp": false,
8399
+ "multiple": false,
8400
+ "options": [
8401
+ "NoTestRun",
8402
+ "RunSpecifiedTests",
8403
+ "RunLocalTests",
8404
+ "RunAllTestsInOrg"
8405
+ ],
8406
+ "type": "option"
8407
+ },
8408
+ "debug": {
8409
+ "char": "d",
8410
+ "description": "Activate debug mode (more logs)",
8411
+ "name": "debug",
8412
+ "allowNo": false,
8413
+ "type": "boolean"
8414
+ },
8415
+ "websocket": {
8416
+ "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
8417
+ "name": "websocket",
8418
+ "hasDynamicHelp": false,
8419
+ "multiple": false,
8420
+ "type": "option"
8421
+ },
8422
+ "skipauth": {
8423
+ "description": "Skip authentication check when a default username is required",
8424
+ "name": "skipauth",
8425
+ "allowNo": false,
8426
+ "type": "boolean"
8427
+ },
8428
+ "target-org": {
8429
+ "aliases": [
8430
+ "targetusername",
8431
+ "u"
8432
+ ],
8433
+ "char": "o",
8434
+ "deprecateAliases": true,
8435
+ "name": "target-org",
8436
+ "noCacheDefault": true,
8437
+ "required": true,
8438
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
8439
+ "hasDynamicHelp": true,
8440
+ "multiple": false,
8441
+ "type": "option"
8442
+ }
8443
+ },
8444
+ "hasDynamicHelp": true,
8445
+ "hiddenAliases": [],
8446
+ "id": "hardis:org:test:apex",
8447
+ "pluginAlias": "sfdx-hardis",
8448
+ "pluginName": "sfdx-hardis",
8449
+ "pluginType": "core",
8450
+ "strict": true,
8451
+ "enableJsonFlag": true,
8452
+ "title": "Run apex tests",
8453
+ "isESM": true,
8454
+ "relativePath": [
8455
+ "lib",
8456
+ "commands",
8457
+ "hardis",
8458
+ "org",
8459
+ "test",
8460
+ "apex.js"
8461
+ ],
8462
+ "aliasPermutations": [],
8463
+ "permutations": [
8464
+ "hardis:org:test:apex",
8465
+ "org:hardis:test:apex",
8466
+ "org:test:hardis:apex",
8467
+ "org:test:apex:hardis",
8468
+ "hardis:test:org:apex",
8469
+ "test:hardis:org:apex",
8470
+ "test:org:hardis:apex",
8471
+ "test:org:apex:hardis",
8472
+ "hardis:test:apex:org",
8473
+ "test:hardis:apex:org",
8474
+ "test:apex:hardis:org",
8475
+ "test:apex:org:hardis",
8476
+ "hardis:org:apex:test",
8477
+ "org:hardis:apex:test",
8478
+ "org:apex:hardis:test",
8479
+ "org:apex:test:hardis",
8480
+ "hardis:apex:org:test",
8481
+ "apex:hardis:org:test",
8482
+ "apex:org:hardis:test",
8483
+ "apex:org:test:hardis",
8484
+ "hardis:apex:test:org",
8485
+ "apex:hardis:test:org",
8486
+ "apex:test:hardis:org",
8487
+ "apex:test:org:hardis"
8488
+ ]
8489
+ },
8490
8490
  "hardis:package:version:create": {
8491
8491
  "aliases": [],
8492
8492
  "args": {},
@@ -9254,12 +9254,12 @@
9254
9254
  "remotesites:audit:project:hardis"
9255
9255
  ]
9256
9256
  },
9257
- "hardis:project:configure:auth": {
9257
+ "hardis:project:convert:profilestopermsets": {
9258
9258
  "aliases": [],
9259
9259
  "args": {},
9260
- "description": "Configure authentication from git branch to target org",
9260
+ "description": "Creates permission sets from existing profiles, with id PS_PROFILENAME",
9261
9261
  "examples": [
9262
- "$ sf hardis:project:configure:auth"
9262
+ "$ sf hardis:project:convert:profilestopermsets"
9263
9263
  ],
9264
9264
  "flags": {
9265
9265
  "json": {
@@ -9277,12 +9277,14 @@
9277
9277
  "multiple": false,
9278
9278
  "type": "option"
9279
9279
  },
9280
- "devhub": {
9281
- "char": "b",
9282
- "description": "Configure project DevHub",
9283
- "name": "devhub",
9284
- "allowNo": false,
9285
- "type": "boolean"
9280
+ "except": {
9281
+ "char": "e",
9282
+ "description": "List of filters",
9283
+ "name": "except",
9284
+ "default": [],
9285
+ "hasDynamicHelp": false,
9286
+ "multiple": true,
9287
+ "type": "option"
9286
9288
  },
9287
9289
  "debug": {
9288
9290
  "char": "d",
@@ -9303,48 +9305,20 @@
9303
9305
  "name": "skipauth",
9304
9306
  "allowNo": false,
9305
9307
  "type": "boolean"
9306
- },
9307
- "target-org": {
9308
- "aliases": [
9309
- "targetusername",
9310
- "u"
9311
- ],
9312
- "char": "o",
9313
- "deprecateAliases": true,
9314
- "name": "target-org",
9315
- "noCacheDefault": true,
9316
- "summary": "Username or alias of the target org.",
9317
- "hasDynamicHelp": true,
9318
- "multiple": false,
9319
- "type": "option"
9320
- },
9321
- "target-dev-hub": {
9322
- "aliases": [
9323
- "targetdevhubusername"
9324
- ],
9325
- "char": "v",
9326
- "deprecateAliases": true,
9327
- "name": "target-dev-hub",
9328
- "noCacheDefault": true,
9329
- "required": false,
9330
- "summary": "Username or alias of the Dev Hub org.",
9331
- "hasDynamicHelp": true,
9332
- "multiple": false,
9333
- "type": "option"
9334
9308
  }
9335
9309
  },
9336
- "hasDynamicHelp": true,
9310
+ "hasDynamicHelp": false,
9337
9311
  "hiddenAliases": [],
9338
- "id": "hardis:project:configure:auth",
9312
+ "id": "hardis:project:convert:profilestopermsets",
9339
9313
  "pluginAlias": "sfdx-hardis",
9340
9314
  "pluginName": "sfdx-hardis",
9341
9315
  "pluginType": "core",
9342
9316
  "strict": true,
9343
9317
  "enableJsonFlag": true,
9344
- "title": "Configure authentication",
9345
- "requiresProject": false,
9346
- "requiresDependencies": [
9347
- "openssl"
9318
+ "title": "Convert Profiles into Permission Sets",
9319
+ "requiresProject": true,
9320
+ "requiresSfdxPlugins": [
9321
+ "shane-sfdx-plugins"
9348
9322
  ],
9349
9323
  "isESM": true,
9350
9324
  "relativePath": [
@@ -9352,43 +9326,43 @@
9352
9326
  "commands",
9353
9327
  "hardis",
9354
9328
  "project",
9355
- "configure",
9356
- "auth.js"
9329
+ "convert",
9330
+ "profilestopermsets.js"
9357
9331
  ],
9358
9332
  "aliasPermutations": [],
9359
9333
  "permutations": [
9360
- "hardis:project:configure:auth",
9361
- "project:hardis:configure:auth",
9362
- "project:configure:hardis:auth",
9363
- "project:configure:auth:hardis",
9364
- "hardis:configure:project:auth",
9365
- "configure:hardis:project:auth",
9366
- "configure:project:hardis:auth",
9367
- "configure:project:auth:hardis",
9368
- "hardis:configure:auth:project",
9369
- "configure:hardis:auth:project",
9370
- "configure:auth:hardis:project",
9371
- "configure:auth:project:hardis",
9372
- "hardis:project:auth:configure",
9373
- "project:hardis:auth:configure",
9374
- "project:auth:hardis:configure",
9375
- "project:auth:configure:hardis",
9376
- "hardis:auth:project:configure",
9377
- "auth:hardis:project:configure",
9378
- "auth:project:hardis:configure",
9379
- "auth:project:configure:hardis",
9380
- "hardis:auth:configure:project",
9381
- "auth:hardis:configure:project",
9382
- "auth:configure:hardis:project",
9383
- "auth:configure:project:hardis"
9334
+ "hardis:project:convert:profilestopermsets",
9335
+ "project:hardis:convert:profilestopermsets",
9336
+ "project:convert:hardis:profilestopermsets",
9337
+ "project:convert:profilestopermsets:hardis",
9338
+ "hardis:convert:project:profilestopermsets",
9339
+ "convert:hardis:project:profilestopermsets",
9340
+ "convert:project:hardis:profilestopermsets",
9341
+ "convert:project:profilestopermsets:hardis",
9342
+ "hardis:convert:profilestopermsets:project",
9343
+ "convert:hardis:profilestopermsets:project",
9344
+ "convert:profilestopermsets:hardis:project",
9345
+ "convert:profilestopermsets:project:hardis",
9346
+ "hardis:project:profilestopermsets:convert",
9347
+ "project:hardis:profilestopermsets:convert",
9348
+ "project:profilestopermsets:hardis:convert",
9349
+ "project:profilestopermsets:convert:hardis",
9350
+ "hardis:profilestopermsets:project:convert",
9351
+ "profilestopermsets:hardis:project:convert",
9352
+ "profilestopermsets:project:hardis:convert",
9353
+ "profilestopermsets:project:convert:hardis",
9354
+ "hardis:profilestopermsets:convert:project",
9355
+ "profilestopermsets:hardis:convert:project",
9356
+ "profilestopermsets:convert:hardis:project",
9357
+ "profilestopermsets:convert:project:hardis"
9384
9358
  ]
9385
9359
  },
9386
- "hardis:project:convert:profilestopermsets": {
9360
+ "hardis:project:configure:auth": {
9387
9361
  "aliases": [],
9388
9362
  "args": {},
9389
- "description": "Creates permission sets from existing profiles, with id PS_PROFILENAME",
9363
+ "description": "Configure authentication from git branch to target org",
9390
9364
  "examples": [
9391
- "$ sf hardis:project:convert:profilestopermsets"
9365
+ "$ sf hardis:project:configure:auth"
9392
9366
  ],
9393
9367
  "flags": {
9394
9368
  "json": {
@@ -9406,14 +9380,12 @@
9406
9380
  "multiple": false,
9407
9381
  "type": "option"
9408
9382
  },
9409
- "except": {
9410
- "char": "e",
9411
- "description": "List of filters",
9412
- "name": "except",
9413
- "default": [],
9414
- "hasDynamicHelp": false,
9415
- "multiple": true,
9416
- "type": "option"
9383
+ "devhub": {
9384
+ "char": "b",
9385
+ "description": "Configure project DevHub",
9386
+ "name": "devhub",
9387
+ "allowNo": false,
9388
+ "type": "boolean"
9417
9389
  },
9418
9390
  "debug": {
9419
9391
  "char": "d",
@@ -9429,25 +9401,53 @@
9429
9401
  "multiple": false,
9430
9402
  "type": "option"
9431
9403
  },
9432
- "skipauth": {
9433
- "description": "Skip authentication check when a default username is required",
9434
- "name": "skipauth",
9435
- "allowNo": false,
9436
- "type": "boolean"
9404
+ "skipauth": {
9405
+ "description": "Skip authentication check when a default username is required",
9406
+ "name": "skipauth",
9407
+ "allowNo": false,
9408
+ "type": "boolean"
9409
+ },
9410
+ "target-org": {
9411
+ "aliases": [
9412
+ "targetusername",
9413
+ "u"
9414
+ ],
9415
+ "char": "o",
9416
+ "deprecateAliases": true,
9417
+ "name": "target-org",
9418
+ "noCacheDefault": true,
9419
+ "summary": "Username or alias of the target org.",
9420
+ "hasDynamicHelp": true,
9421
+ "multiple": false,
9422
+ "type": "option"
9423
+ },
9424
+ "target-dev-hub": {
9425
+ "aliases": [
9426
+ "targetdevhubusername"
9427
+ ],
9428
+ "char": "v",
9429
+ "deprecateAliases": true,
9430
+ "name": "target-dev-hub",
9431
+ "noCacheDefault": true,
9432
+ "required": false,
9433
+ "summary": "Username or alias of the Dev Hub org.",
9434
+ "hasDynamicHelp": true,
9435
+ "multiple": false,
9436
+ "type": "option"
9437
9437
  }
9438
9438
  },
9439
- "hasDynamicHelp": false,
9439
+ "hasDynamicHelp": true,
9440
9440
  "hiddenAliases": [],
9441
- "id": "hardis:project:convert:profilestopermsets",
9441
+ "id": "hardis:project:configure:auth",
9442
9442
  "pluginAlias": "sfdx-hardis",
9443
9443
  "pluginName": "sfdx-hardis",
9444
9444
  "pluginType": "core",
9445
9445
  "strict": true,
9446
9446
  "enableJsonFlag": true,
9447
- "title": "Convert Profiles into Permission Sets",
9448
- "requiresProject": true,
9449
- "requiresSfdxPlugins": [
9450
- "shane-sfdx-plugins"
9447
+ "title": "Configure authentication",
9448
+ "requiresProject": false,
9449
+ "requiresDependencies": [
9450
+ "openssl"
9451
9451
  ],
9452
9452
  "isESM": true,
9453
9453
  "relativePath": [
@@ -9455,35 +9455,35 @@
9455
9455
  "commands",
9456
9456
  "hardis",
9457
9457
  "project",
9458
- "convert",
9459
- "profilestopermsets.js"
9458
+ "configure",
9459
+ "auth.js"
9460
9460
  ],
9461
9461
  "aliasPermutations": [],
9462
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"
9463
+ "hardis:project:configure:auth",
9464
+ "project:hardis:configure:auth",
9465
+ "project:configure:hardis:auth",
9466
+ "project:configure:auth:hardis",
9467
+ "hardis:configure:project:auth",
9468
+ "configure:hardis:project:auth",
9469
+ "configure:project:hardis:auth",
9470
+ "configure:project:auth:hardis",
9471
+ "hardis:configure:auth:project",
9472
+ "configure:hardis:auth:project",
9473
+ "configure:auth:hardis:project",
9474
+ "configure:auth:project:hardis",
9475
+ "hardis:project:auth:configure",
9476
+ "project:hardis:auth:configure",
9477
+ "project:auth:hardis:configure",
9478
+ "project:auth:configure:hardis",
9479
+ "hardis:auth:project:configure",
9480
+ "auth:hardis:project:configure",
9481
+ "auth:project:hardis:configure",
9482
+ "auth:project:configure:hardis",
9483
+ "hardis:auth:configure:project",
9484
+ "auth:hardis:configure:project",
9485
+ "auth:configure:hardis:project",
9486
+ "auth:configure:project:hardis"
9487
9487
  ]
9488
9488
  },
9489
9489
  "hardis:project:clean:emptyitems": {
@@ -10971,6 +10971,221 @@
10971
10971
  "xml:clean:project:hardis"
10972
10972
  ]
10973
10973
  },
10974
+ "hardis:project:fix:profiletabs": {
10975
+ "aliases": [],
10976
+ "args": {},
10977
+ "description": "Interactive prompts to add tab visibilities that are not retrieved by project retrieve start",
10978
+ "examples": [
10979
+ "$ sf hardis:project:fix:profiletabs"
10980
+ ],
10981
+ "flags": {
10982
+ "json": {
10983
+ "description": "Format output as json.",
10984
+ "helpGroup": "GLOBAL",
10985
+ "name": "json",
10986
+ "allowNo": false,
10987
+ "type": "boolean"
10988
+ },
10989
+ "flags-dir": {
10990
+ "helpGroup": "GLOBAL",
10991
+ "name": "flags-dir",
10992
+ "summary": "Import flag values from a directory.",
10993
+ "hasDynamicHelp": false,
10994
+ "multiple": false,
10995
+ "type": "option"
10996
+ },
10997
+ "path": {
10998
+ "char": "p",
10999
+ "description": "Root folder",
11000
+ "name": "path",
11001
+ "default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
11002
+ "hasDynamicHelp": false,
11003
+ "multiple": false,
11004
+ "type": "option"
11005
+ },
11006
+ "debug": {
11007
+ "char": "d",
11008
+ "description": "Activate debug mode (more logs)",
11009
+ "name": "debug",
11010
+ "allowNo": false,
11011
+ "type": "boolean"
11012
+ },
11013
+ "websocket": {
11014
+ "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
11015
+ "name": "websocket",
11016
+ "hasDynamicHelp": false,
11017
+ "multiple": false,
11018
+ "type": "option"
11019
+ },
11020
+ "skipauth": {
11021
+ "description": "Skip authentication check when a default username is required",
11022
+ "name": "skipauth",
11023
+ "allowNo": false,
11024
+ "type": "boolean"
11025
+ },
11026
+ "target-org": {
11027
+ "aliases": [
11028
+ "targetusername",
11029
+ "u"
11030
+ ],
11031
+ "char": "o",
11032
+ "deprecateAliases": true,
11033
+ "name": "target-org",
11034
+ "noCacheDefault": true,
11035
+ "required": true,
11036
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
11037
+ "hasDynamicHelp": true,
11038
+ "multiple": false,
11039
+ "type": "option"
11040
+ }
11041
+ },
11042
+ "hasDynamicHelp": true,
11043
+ "hiddenAliases": [],
11044
+ "id": "hardis:project:fix:profiletabs",
11045
+ "pluginAlias": "sfdx-hardis",
11046
+ "pluginName": "sfdx-hardis",
11047
+ "pluginType": "core",
11048
+ "strict": true,
11049
+ "enableJsonFlag": true,
11050
+ "title": "Fix profiles to add tabs that are not retrieved by SF CLI",
11051
+ "requiresProject": true,
11052
+ "isESM": true,
11053
+ "relativePath": [
11054
+ "lib",
11055
+ "commands",
11056
+ "hardis",
11057
+ "project",
11058
+ "fix",
11059
+ "profiletabs.js"
11060
+ ],
11061
+ "aliasPermutations": [],
11062
+ "permutations": [
11063
+ "hardis:project:fix:profiletabs",
11064
+ "project:hardis:fix:profiletabs",
11065
+ "project:fix:hardis:profiletabs",
11066
+ "project:fix:profiletabs:hardis",
11067
+ "hardis:fix:project:profiletabs",
11068
+ "fix:hardis:project:profiletabs",
11069
+ "fix:project:hardis:profiletabs",
11070
+ "fix:project:profiletabs:hardis",
11071
+ "hardis:fix:profiletabs:project",
11072
+ "fix:hardis:profiletabs:project",
11073
+ "fix:profiletabs:hardis:project",
11074
+ "fix:profiletabs:project:hardis",
11075
+ "hardis:project:profiletabs:fix",
11076
+ "project:hardis:profiletabs:fix",
11077
+ "project:profiletabs:hardis:fix",
11078
+ "project:profiletabs:fix:hardis",
11079
+ "hardis:profiletabs:project:fix",
11080
+ "profiletabs:hardis:project:fix",
11081
+ "profiletabs:project:hardis:fix",
11082
+ "profiletabs:project:fix:hardis",
11083
+ "hardis:profiletabs:fix:project",
11084
+ "profiletabs:hardis:fix:project",
11085
+ "profiletabs:fix:hardis:project",
11086
+ "profiletabs:fix:project:hardis"
11087
+ ]
11088
+ },
11089
+ "hardis:project:fix:v53flexipages": {
11090
+ "aliases": [],
11091
+ "args": {},
11092
+ "description": "Fix flexipages for apiVersion v53 (Winter22).\n\nNote: Update api version to 53.0 in package.xml and sfdx-project.json",
11093
+ "examples": [
11094
+ "$ sf hardis:project:fix:v53flexipages"
11095
+ ],
11096
+ "flags": {
11097
+ "json": {
11098
+ "description": "Format output as json.",
11099
+ "helpGroup": "GLOBAL",
11100
+ "name": "json",
11101
+ "allowNo": false,
11102
+ "type": "boolean"
11103
+ },
11104
+ "flags-dir": {
11105
+ "helpGroup": "GLOBAL",
11106
+ "name": "flags-dir",
11107
+ "summary": "Import flag values from a directory.",
11108
+ "hasDynamicHelp": false,
11109
+ "multiple": false,
11110
+ "type": "option"
11111
+ },
11112
+ "path": {
11113
+ "char": "p",
11114
+ "description": "Root folder",
11115
+ "name": "path",
11116
+ "default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
11117
+ "hasDynamicHelp": false,
11118
+ "multiple": false,
11119
+ "type": "option"
11120
+ },
11121
+ "debug": {
11122
+ "char": "d",
11123
+ "description": "Activate debug mode (more logs)",
11124
+ "name": "debug",
11125
+ "allowNo": false,
11126
+ "type": "boolean"
11127
+ },
11128
+ "websocket": {
11129
+ "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
11130
+ "name": "websocket",
11131
+ "hasDynamicHelp": false,
11132
+ "multiple": false,
11133
+ "type": "option"
11134
+ },
11135
+ "skipauth": {
11136
+ "description": "Skip authentication check when a default username is required",
11137
+ "name": "skipauth",
11138
+ "allowNo": false,
11139
+ "type": "boolean"
11140
+ }
11141
+ },
11142
+ "hasDynamicHelp": false,
11143
+ "hiddenAliases": [],
11144
+ "id": "hardis:project:fix:v53flexipages",
11145
+ "pluginAlias": "sfdx-hardis",
11146
+ "pluginName": "sfdx-hardis",
11147
+ "pluginType": "core",
11148
+ "strict": true,
11149
+ "enableJsonFlag": true,
11150
+ "title": "Fix flexipages for v53",
11151
+ "requiresProject": true,
11152
+ "isESM": true,
11153
+ "relativePath": [
11154
+ "lib",
11155
+ "commands",
11156
+ "hardis",
11157
+ "project",
11158
+ "fix",
11159
+ "v53flexipages.js"
11160
+ ],
11161
+ "aliasPermutations": [],
11162
+ "permutations": [
11163
+ "hardis:project:fix:v53flexipages",
11164
+ "project:hardis:fix:v53flexipages",
11165
+ "project:fix:hardis:v53flexipages",
11166
+ "project:fix:v53flexipages:hardis",
11167
+ "hardis:fix:project:v53flexipages",
11168
+ "fix:hardis:project:v53flexipages",
11169
+ "fix:project:hardis:v53flexipages",
11170
+ "fix:project:v53flexipages:hardis",
11171
+ "hardis:fix:v53flexipages:project",
11172
+ "fix:hardis:v53flexipages:project",
11173
+ "fix:v53flexipages:hardis:project",
11174
+ "fix:v53flexipages:project:hardis",
11175
+ "hardis:project:v53flexipages:fix",
11176
+ "project:hardis:v53flexipages:fix",
11177
+ "project:v53flexipages:hardis:fix",
11178
+ "project:v53flexipages:fix:hardis",
11179
+ "hardis:v53flexipages:project:fix",
11180
+ "v53flexipages:hardis:project:fix",
11181
+ "v53flexipages:project:hardis:fix",
11182
+ "v53flexipages:project:fix:hardis",
11183
+ "hardis:v53flexipages:fix:project",
11184
+ "v53flexipages:hardis:fix:project",
11185
+ "v53flexipages:fix:hardis:project",
11186
+ "v53flexipages:fix:project:hardis"
11187
+ ]
11188
+ },
10974
11189
  "hardis:project:deploy:notify": {
10975
11190
  "aliases": [],
10976
11191
  "args": {},
@@ -12146,221 +12361,6 @@
12146
12361
  "validate:deploy:project:hardis"
12147
12362
  ]
12148
12363
  },
12149
- "hardis:project:fix:profiletabs": {
12150
- "aliases": [],
12151
- "args": {},
12152
- "description": "Interactive prompts to add tab visibilities that are not retrieved by project retrieve start",
12153
- "examples": [
12154
- "$ sf hardis:project:fix:profiletabs"
12155
- ],
12156
- "flags": {
12157
- "json": {
12158
- "description": "Format output as json.",
12159
- "helpGroup": "GLOBAL",
12160
- "name": "json",
12161
- "allowNo": false,
12162
- "type": "boolean"
12163
- },
12164
- "flags-dir": {
12165
- "helpGroup": "GLOBAL",
12166
- "name": "flags-dir",
12167
- "summary": "Import flag values from a directory.",
12168
- "hasDynamicHelp": false,
12169
- "multiple": false,
12170
- "type": "option"
12171
- },
12172
- "path": {
12173
- "char": "p",
12174
- "description": "Root folder",
12175
- "name": "path",
12176
- "default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
12177
- "hasDynamicHelp": false,
12178
- "multiple": false,
12179
- "type": "option"
12180
- },
12181
- "debug": {
12182
- "char": "d",
12183
- "description": "Activate debug mode (more logs)",
12184
- "name": "debug",
12185
- "allowNo": false,
12186
- "type": "boolean"
12187
- },
12188
- "websocket": {
12189
- "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
12190
- "name": "websocket",
12191
- "hasDynamicHelp": false,
12192
- "multiple": false,
12193
- "type": "option"
12194
- },
12195
- "skipauth": {
12196
- "description": "Skip authentication check when a default username is required",
12197
- "name": "skipauth",
12198
- "allowNo": false,
12199
- "type": "boolean"
12200
- },
12201
- "target-org": {
12202
- "aliases": [
12203
- "targetusername",
12204
- "u"
12205
- ],
12206
- "char": "o",
12207
- "deprecateAliases": true,
12208
- "name": "target-org",
12209
- "noCacheDefault": true,
12210
- "required": true,
12211
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
12212
- "hasDynamicHelp": true,
12213
- "multiple": false,
12214
- "type": "option"
12215
- }
12216
- },
12217
- "hasDynamicHelp": true,
12218
- "hiddenAliases": [],
12219
- "id": "hardis:project:fix:profiletabs",
12220
- "pluginAlias": "sfdx-hardis",
12221
- "pluginName": "sfdx-hardis",
12222
- "pluginType": "core",
12223
- "strict": true,
12224
- "enableJsonFlag": true,
12225
- "title": "Fix profiles to add tabs that are not retrieved by SF CLI",
12226
- "requiresProject": true,
12227
- "isESM": true,
12228
- "relativePath": [
12229
- "lib",
12230
- "commands",
12231
- "hardis",
12232
- "project",
12233
- "fix",
12234
- "profiletabs.js"
12235
- ],
12236
- "aliasPermutations": [],
12237
- "permutations": [
12238
- "hardis:project:fix:profiletabs",
12239
- "project:hardis:fix:profiletabs",
12240
- "project:fix:hardis:profiletabs",
12241
- "project:fix:profiletabs:hardis",
12242
- "hardis:fix:project:profiletabs",
12243
- "fix:hardis:project:profiletabs",
12244
- "fix:project:hardis:profiletabs",
12245
- "fix:project:profiletabs:hardis",
12246
- "hardis:fix:profiletabs:project",
12247
- "fix:hardis:profiletabs:project",
12248
- "fix:profiletabs:hardis:project",
12249
- "fix:profiletabs:project:hardis",
12250
- "hardis:project:profiletabs:fix",
12251
- "project:hardis:profiletabs:fix",
12252
- "project:profiletabs:hardis:fix",
12253
- "project:profiletabs:fix:hardis",
12254
- "hardis:profiletabs:project:fix",
12255
- "profiletabs:hardis:project:fix",
12256
- "profiletabs:project:hardis:fix",
12257
- "profiletabs:project:fix:hardis",
12258
- "hardis:profiletabs:fix:project",
12259
- "profiletabs:hardis:fix:project",
12260
- "profiletabs:fix:hardis:project",
12261
- "profiletabs:fix:project:hardis"
12262
- ]
12263
- },
12264
- "hardis:project:fix:v53flexipages": {
12265
- "aliases": [],
12266
- "args": {},
12267
- "description": "Fix flexipages for apiVersion v53 (Winter22).\n\nNote: Update api version to 53.0 in package.xml and sfdx-project.json",
12268
- "examples": [
12269
- "$ sf hardis:project:fix:v53flexipages"
12270
- ],
12271
- "flags": {
12272
- "json": {
12273
- "description": "Format output as json.",
12274
- "helpGroup": "GLOBAL",
12275
- "name": "json",
12276
- "allowNo": false,
12277
- "type": "boolean"
12278
- },
12279
- "flags-dir": {
12280
- "helpGroup": "GLOBAL",
12281
- "name": "flags-dir",
12282
- "summary": "Import flag values from a directory.",
12283
- "hasDynamicHelp": false,
12284
- "multiple": false,
12285
- "type": "option"
12286
- },
12287
- "path": {
12288
- "char": "p",
12289
- "description": "Root folder",
12290
- "name": "path",
12291
- "default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
12292
- "hasDynamicHelp": false,
12293
- "multiple": false,
12294
- "type": "option"
12295
- },
12296
- "debug": {
12297
- "char": "d",
12298
- "description": "Activate debug mode (more logs)",
12299
- "name": "debug",
12300
- "allowNo": false,
12301
- "type": "boolean"
12302
- },
12303
- "websocket": {
12304
- "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
12305
- "name": "websocket",
12306
- "hasDynamicHelp": false,
12307
- "multiple": false,
12308
- "type": "option"
12309
- },
12310
- "skipauth": {
12311
- "description": "Skip authentication check when a default username is required",
12312
- "name": "skipauth",
12313
- "allowNo": false,
12314
- "type": "boolean"
12315
- }
12316
- },
12317
- "hasDynamicHelp": false,
12318
- "hiddenAliases": [],
12319
- "id": "hardis:project:fix:v53flexipages",
12320
- "pluginAlias": "sfdx-hardis",
12321
- "pluginName": "sfdx-hardis",
12322
- "pluginType": "core",
12323
- "strict": true,
12324
- "enableJsonFlag": true,
12325
- "title": "Fix flexipages for v53",
12326
- "requiresProject": true,
12327
- "isESM": true,
12328
- "relativePath": [
12329
- "lib",
12330
- "commands",
12331
- "hardis",
12332
- "project",
12333
- "fix",
12334
- "v53flexipages.js"
12335
- ],
12336
- "aliasPermutations": [],
12337
- "permutations": [
12338
- "hardis:project:fix:v53flexipages",
12339
- "project:hardis:fix:v53flexipages",
12340
- "project:fix:hardis:v53flexipages",
12341
- "project:fix:v53flexipages:hardis",
12342
- "hardis:fix:project:v53flexipages",
12343
- "fix:hardis:project:v53flexipages",
12344
- "fix:project:hardis:v53flexipages",
12345
- "fix:project:v53flexipages:hardis",
12346
- "hardis:fix:v53flexipages:project",
12347
- "fix:hardis:v53flexipages:project",
12348
- "fix:v53flexipages:hardis:project",
12349
- "fix:v53flexipages:project:hardis",
12350
- "hardis:project:v53flexipages:fix",
12351
- "project:hardis:v53flexipages:fix",
12352
- "project:v53flexipages:hardis:fix",
12353
- "project:v53flexipages:fix:hardis",
12354
- "hardis:v53flexipages:project:fix",
12355
- "v53flexipages:hardis:project:fix",
12356
- "v53flexipages:project:hardis:fix",
12357
- "v53flexipages:project:fix:hardis",
12358
- "hardis:v53flexipages:fix:project",
12359
- "v53flexipages:hardis:fix:project",
12360
- "v53flexipages:fix:hardis:project",
12361
- "v53flexipages:fix:project:hardis"
12362
- ]
12363
- },
12364
12364
  "hardis:project:generate:bypass": {
12365
12365
  "aliases": [],
12366
12366
  "args": {},
@@ -14843,5 +14843,5 @@
14843
14843
  ]
14844
14844
  }
14845
14845
  },
14846
- "version": "5.44.2-alpha202507221341.0"
14846
+ "version": "5.44.2-alpha202507221352.0"
14847
14847
  }