sfdx-hardis 5.44.2-alpha202507221328.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.
- package/oclif.manifest.json +502 -502
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -129,12 +129,13 @@
|
|
|
129
129
|
"clear:cache:hardis"
|
|
130
130
|
]
|
|
131
131
|
},
|
|
132
|
-
"hardis:
|
|
132
|
+
"hardis:auth:login": {
|
|
133
133
|
"aliases": [],
|
|
134
134
|
"args": {},
|
|
135
|
-
"description": "
|
|
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",
|
|
136
136
|
"examples": [
|
|
137
|
-
"$ sf hardis:
|
|
137
|
+
"$ sf hardis:auth:login",
|
|
138
|
+
"CI=true sf hardis:auth:login"
|
|
138
139
|
],
|
|
139
140
|
"flags": {
|
|
140
141
|
"json": {
|
|
@@ -152,20 +153,28 @@
|
|
|
152
153
|
"multiple": false,
|
|
153
154
|
"type": "option"
|
|
154
155
|
},
|
|
155
|
-
"
|
|
156
|
-
"char": "
|
|
157
|
-
"description": "
|
|
158
|
-
"name": "
|
|
159
|
-
"default": "project",
|
|
156
|
+
"instanceurl": {
|
|
157
|
+
"char": "r",
|
|
158
|
+
"description": "URL of org instance",
|
|
159
|
+
"name": "instanceurl",
|
|
160
160
|
"hasDynamicHelp": false,
|
|
161
161
|
"multiple": false,
|
|
162
|
-
"options": [
|
|
163
|
-
"project",
|
|
164
|
-
"branch",
|
|
165
|
-
"user"
|
|
166
|
-
],
|
|
167
162
|
"type": "option"
|
|
168
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
|
+
},
|
|
169
178
|
"debug": {
|
|
170
179
|
"char": "d",
|
|
171
180
|
"description": "Activate debug mode (more logs)",
|
|
@@ -189,39 +198,38 @@
|
|
|
189
198
|
},
|
|
190
199
|
"hasDynamicHelp": false,
|
|
191
200
|
"hiddenAliases": [],
|
|
192
|
-
"id": "hardis:
|
|
201
|
+
"id": "hardis:auth:login",
|
|
193
202
|
"pluginAlias": "sfdx-hardis",
|
|
194
203
|
"pluginName": "sfdx-hardis",
|
|
195
204
|
"pluginType": "core",
|
|
196
205
|
"strict": true,
|
|
197
206
|
"enableJsonFlag": true,
|
|
198
|
-
"title": "
|
|
207
|
+
"title": "Login",
|
|
199
208
|
"requiresProject": false,
|
|
200
209
|
"isESM": true,
|
|
201
210
|
"relativePath": [
|
|
202
211
|
"lib",
|
|
203
212
|
"commands",
|
|
204
213
|
"hardis",
|
|
205
|
-
"
|
|
206
|
-
"
|
|
214
|
+
"auth",
|
|
215
|
+
"login.js"
|
|
207
216
|
],
|
|
208
217
|
"aliasPermutations": [],
|
|
209
218
|
"permutations": [
|
|
210
|
-
"hardis:
|
|
211
|
-
"
|
|
212
|
-
"
|
|
213
|
-
"hardis:
|
|
214
|
-
"
|
|
215
|
-
"
|
|
219
|
+
"hardis:auth:login",
|
|
220
|
+
"auth:hardis:login",
|
|
221
|
+
"auth:login:hardis",
|
|
222
|
+
"hardis:login:auth",
|
|
223
|
+
"login:hardis:auth",
|
|
224
|
+
"login:auth:hardis"
|
|
216
225
|
]
|
|
217
226
|
},
|
|
218
|
-
"hardis:
|
|
227
|
+
"hardis:config:get": {
|
|
219
228
|
"aliases": [],
|
|
220
229
|
"args": {},
|
|
221
|
-
"description": "
|
|
230
|
+
"description": "Returns sfdx-hardis project config for a given level",
|
|
222
231
|
"examples": [
|
|
223
|
-
"$ sf hardis:
|
|
224
|
-
"CI=true sf hardis:auth:login"
|
|
232
|
+
"$ sf hardis:project:deploy:sources:metadata"
|
|
225
233
|
],
|
|
226
234
|
"flags": {
|
|
227
235
|
"json": {
|
|
@@ -239,28 +247,20 @@
|
|
|
239
247
|
"multiple": false,
|
|
240
248
|
"type": "option"
|
|
241
249
|
},
|
|
242
|
-
"
|
|
243
|
-
"char": "
|
|
244
|
-
"description": "
|
|
245
|
-
"name": "
|
|
250
|
+
"level": {
|
|
251
|
+
"char": "l",
|
|
252
|
+
"description": "project,branch or user",
|
|
253
|
+
"name": "level",
|
|
254
|
+
"default": "project",
|
|
246
255
|
"hasDynamicHelp": false,
|
|
247
256
|
"multiple": false,
|
|
257
|
+
"options": [
|
|
258
|
+
"project",
|
|
259
|
+
"branch",
|
|
260
|
+
"user"
|
|
261
|
+
],
|
|
248
262
|
"type": "option"
|
|
249
263
|
},
|
|
250
|
-
"devhub": {
|
|
251
|
-
"char": "h",
|
|
252
|
-
"description": "Also connect associated DevHub",
|
|
253
|
-
"name": "devhub",
|
|
254
|
-
"allowNo": false,
|
|
255
|
-
"type": "boolean"
|
|
256
|
-
},
|
|
257
|
-
"scratchorg": {
|
|
258
|
-
"char": "s",
|
|
259
|
-
"description": "Scratch org",
|
|
260
|
-
"name": "scratchorg",
|
|
261
|
-
"allowNo": false,
|
|
262
|
-
"type": "boolean"
|
|
263
|
-
},
|
|
264
264
|
"debug": {
|
|
265
265
|
"char": "d",
|
|
266
266
|
"description": "Activate debug mode (more logs)",
|
|
@@ -284,30 +284,30 @@
|
|
|
284
284
|
},
|
|
285
285
|
"hasDynamicHelp": false,
|
|
286
286
|
"hiddenAliases": [],
|
|
287
|
-
"id": "hardis:
|
|
287
|
+
"id": "hardis:config:get",
|
|
288
288
|
"pluginAlias": "sfdx-hardis",
|
|
289
289
|
"pluginName": "sfdx-hardis",
|
|
290
290
|
"pluginType": "core",
|
|
291
291
|
"strict": true,
|
|
292
292
|
"enableJsonFlag": true,
|
|
293
|
-
"title": "
|
|
293
|
+
"title": "Deploy metadata sources to org",
|
|
294
294
|
"requiresProject": false,
|
|
295
295
|
"isESM": true,
|
|
296
296
|
"relativePath": [
|
|
297
297
|
"lib",
|
|
298
298
|
"commands",
|
|
299
299
|
"hardis",
|
|
300
|
-
"
|
|
301
|
-
"
|
|
300
|
+
"config",
|
|
301
|
+
"get.js"
|
|
302
302
|
],
|
|
303
303
|
"aliasPermutations": [],
|
|
304
304
|
"permutations": [
|
|
305
|
-
"hardis:
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"hardis:
|
|
309
|
-
"
|
|
310
|
-
"
|
|
305
|
+
"hardis:config:get",
|
|
306
|
+
"config:hardis:get",
|
|
307
|
+
"config:get:hardis",
|
|
308
|
+
"hardis:get:config",
|
|
309
|
+
"get:hardis:config",
|
|
310
|
+
"get:config:hardis"
|
|
311
311
|
]
|
|
312
312
|
},
|
|
313
313
|
"hardis:doc:fieldusage": {
|
|
@@ -7967,126 +7967,6 @@
|
|
|
7967
7967
|
"packageconfig:retrieve:org:hardis"
|
|
7968
7968
|
]
|
|
7969
7969
|
},
|
|
7970
|
-
"hardis:org:test:apex": {
|
|
7971
|
-
"aliases": [],
|
|
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",
|
|
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
7970
|
"hardis:org:user:activateinvalid": {
|
|
8091
7971
|
"aliases": [],
|
|
8092
7972
|
"args": {},
|
|
@@ -8487,12 +8367,12 @@
|
|
|
8487
8367
|
"unfreeze:user:org:hardis"
|
|
8488
8368
|
]
|
|
8489
8369
|
},
|
|
8490
|
-
"hardis:
|
|
8370
|
+
"hardis:org:test:apex": {
|
|
8491
8371
|
"aliases": [],
|
|
8492
8372
|
"args": {},
|
|
8493
|
-
"description": "
|
|
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",
|
|
8494
8374
|
"examples": [
|
|
8495
|
-
"$ sf hardis:
|
|
8375
|
+
"$ sf hardis:org:test:apex"
|
|
8496
8376
|
],
|
|
8497
8377
|
"flags": {
|
|
8498
8378
|
"json": {
|
|
@@ -8510,6 +8390,21 @@
|
|
|
8510
8390
|
"multiple": false,
|
|
8511
8391
|
"type": "option"
|
|
8512
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
|
+
},
|
|
8513
8408
|
"debug": {
|
|
8514
8409
|
"char": "d",
|
|
8515
8410
|
"description": "Activate debug mode (more logs)",
|
|
@@ -8517,11 +8412,116 @@
|
|
|
8517
8412
|
"allowNo": false,
|
|
8518
8413
|
"type": "boolean"
|
|
8519
8414
|
},
|
|
8520
|
-
"
|
|
8521
|
-
"
|
|
8522
|
-
"
|
|
8523
|
-
"
|
|
8524
|
-
"
|
|
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
|
+
"hardis:package:version:create": {
|
|
8491
|
+
"aliases": [],
|
|
8492
|
+
"args": {},
|
|
8493
|
+
"description": "Create a new version of an unlocked package",
|
|
8494
|
+
"examples": [
|
|
8495
|
+
"$ sf hardis:package:version:create"
|
|
8496
|
+
],
|
|
8497
|
+
"flags": {
|
|
8498
|
+
"json": {
|
|
8499
|
+
"description": "Format output as json.",
|
|
8500
|
+
"helpGroup": "GLOBAL",
|
|
8501
|
+
"name": "json",
|
|
8502
|
+
"allowNo": false,
|
|
8503
|
+
"type": "boolean"
|
|
8504
|
+
},
|
|
8505
|
+
"flags-dir": {
|
|
8506
|
+
"helpGroup": "GLOBAL",
|
|
8507
|
+
"name": "flags-dir",
|
|
8508
|
+
"summary": "Import flag values from a directory.",
|
|
8509
|
+
"hasDynamicHelp": false,
|
|
8510
|
+
"multiple": false,
|
|
8511
|
+
"type": "option"
|
|
8512
|
+
},
|
|
8513
|
+
"debug": {
|
|
8514
|
+
"char": "d",
|
|
8515
|
+
"description": "Activate debug mode (more logs)",
|
|
8516
|
+
"name": "debug",
|
|
8517
|
+
"allowNo": false,
|
|
8518
|
+
"type": "boolean"
|
|
8519
|
+
},
|
|
8520
|
+
"package": {
|
|
8521
|
+
"char": "p",
|
|
8522
|
+
"description": "Package identifier that you want to use to generate a new package version",
|
|
8523
|
+
"name": "package",
|
|
8524
|
+
"default": "",
|
|
8525
8525
|
"hasDynamicHelp": false,
|
|
8526
8526
|
"multiple": false,
|
|
8527
8527
|
"type": "option"
|
|
@@ -9254,6 +9254,109 @@
|
|
|
9254
9254
|
"remotesites:audit:project:hardis"
|
|
9255
9255
|
]
|
|
9256
9256
|
},
|
|
9257
|
+
"hardis:project:convert:profilestopermsets": {
|
|
9258
|
+
"aliases": [],
|
|
9259
|
+
"args": {},
|
|
9260
|
+
"description": "Creates permission sets from existing profiles, with id PS_PROFILENAME",
|
|
9261
|
+
"examples": [
|
|
9262
|
+
"$ sf hardis:project:convert:profilestopermsets"
|
|
9263
|
+
],
|
|
9264
|
+
"flags": {
|
|
9265
|
+
"json": {
|
|
9266
|
+
"description": "Format output as json.",
|
|
9267
|
+
"helpGroup": "GLOBAL",
|
|
9268
|
+
"name": "json",
|
|
9269
|
+
"allowNo": false,
|
|
9270
|
+
"type": "boolean"
|
|
9271
|
+
},
|
|
9272
|
+
"flags-dir": {
|
|
9273
|
+
"helpGroup": "GLOBAL",
|
|
9274
|
+
"name": "flags-dir",
|
|
9275
|
+
"summary": "Import flag values from a directory.",
|
|
9276
|
+
"hasDynamicHelp": false,
|
|
9277
|
+
"multiple": false,
|
|
9278
|
+
"type": "option"
|
|
9279
|
+
},
|
|
9280
|
+
"except": {
|
|
9281
|
+
"char": "e",
|
|
9282
|
+
"description": "List of filters",
|
|
9283
|
+
"name": "except",
|
|
9284
|
+
"default": [],
|
|
9285
|
+
"hasDynamicHelp": false,
|
|
9286
|
+
"multiple": true,
|
|
9287
|
+
"type": "option"
|
|
9288
|
+
},
|
|
9289
|
+
"debug": {
|
|
9290
|
+
"char": "d",
|
|
9291
|
+
"description": "Activate debug mode (more logs)",
|
|
9292
|
+
"name": "debug",
|
|
9293
|
+
"allowNo": false,
|
|
9294
|
+
"type": "boolean"
|
|
9295
|
+
},
|
|
9296
|
+
"websocket": {
|
|
9297
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
9298
|
+
"name": "websocket",
|
|
9299
|
+
"hasDynamicHelp": false,
|
|
9300
|
+
"multiple": false,
|
|
9301
|
+
"type": "option"
|
|
9302
|
+
},
|
|
9303
|
+
"skipauth": {
|
|
9304
|
+
"description": "Skip authentication check when a default username is required",
|
|
9305
|
+
"name": "skipauth",
|
|
9306
|
+
"allowNo": false,
|
|
9307
|
+
"type": "boolean"
|
|
9308
|
+
}
|
|
9309
|
+
},
|
|
9310
|
+
"hasDynamicHelp": false,
|
|
9311
|
+
"hiddenAliases": [],
|
|
9312
|
+
"id": "hardis:project:convert:profilestopermsets",
|
|
9313
|
+
"pluginAlias": "sfdx-hardis",
|
|
9314
|
+
"pluginName": "sfdx-hardis",
|
|
9315
|
+
"pluginType": "core",
|
|
9316
|
+
"strict": true,
|
|
9317
|
+
"enableJsonFlag": true,
|
|
9318
|
+
"title": "Convert Profiles into Permission Sets",
|
|
9319
|
+
"requiresProject": true,
|
|
9320
|
+
"requiresSfdxPlugins": [
|
|
9321
|
+
"shane-sfdx-plugins"
|
|
9322
|
+
],
|
|
9323
|
+
"isESM": true,
|
|
9324
|
+
"relativePath": [
|
|
9325
|
+
"lib",
|
|
9326
|
+
"commands",
|
|
9327
|
+
"hardis",
|
|
9328
|
+
"project",
|
|
9329
|
+
"convert",
|
|
9330
|
+
"profilestopermsets.js"
|
|
9331
|
+
],
|
|
9332
|
+
"aliasPermutations": [],
|
|
9333
|
+
"permutations": [
|
|
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"
|
|
9358
|
+
]
|
|
9359
|
+
},
|
|
9257
9360
|
"hardis:project:configure:auth": {
|
|
9258
9361
|
"aliases": [],
|
|
9259
9362
|
"args": {},
|
|
@@ -9383,109 +9486,6 @@
|
|
|
9383
9486
|
"auth:configure:project:hardis"
|
|
9384
9487
|
]
|
|
9385
9488
|
},
|
|
9386
|
-
"hardis:project:convert:profilestopermsets": {
|
|
9387
|
-
"aliases": [],
|
|
9388
|
-
"args": {},
|
|
9389
|
-
"description": "Creates permission sets from existing profiles, with id PS_PROFILENAME",
|
|
9390
|
-
"examples": [
|
|
9391
|
-
"$ sf hardis:project:convert:profilestopermsets"
|
|
9392
|
-
],
|
|
9393
|
-
"flags": {
|
|
9394
|
-
"json": {
|
|
9395
|
-
"description": "Format output as json.",
|
|
9396
|
-
"helpGroup": "GLOBAL",
|
|
9397
|
-
"name": "json",
|
|
9398
|
-
"allowNo": false,
|
|
9399
|
-
"type": "boolean"
|
|
9400
|
-
},
|
|
9401
|
-
"flags-dir": {
|
|
9402
|
-
"helpGroup": "GLOBAL",
|
|
9403
|
-
"name": "flags-dir",
|
|
9404
|
-
"summary": "Import flag values from a directory.",
|
|
9405
|
-
"hasDynamicHelp": false,
|
|
9406
|
-
"multiple": false,
|
|
9407
|
-
"type": "option"
|
|
9408
|
-
},
|
|
9409
|
-
"except": {
|
|
9410
|
-
"char": "e",
|
|
9411
|
-
"description": "List of filters",
|
|
9412
|
-
"name": "except",
|
|
9413
|
-
"default": [],
|
|
9414
|
-
"hasDynamicHelp": false,
|
|
9415
|
-
"multiple": true,
|
|
9416
|
-
"type": "option"
|
|
9417
|
-
},
|
|
9418
|
-
"debug": {
|
|
9419
|
-
"char": "d",
|
|
9420
|
-
"description": "Activate debug mode (more logs)",
|
|
9421
|
-
"name": "debug",
|
|
9422
|
-
"allowNo": false,
|
|
9423
|
-
"type": "boolean"
|
|
9424
|
-
},
|
|
9425
|
-
"websocket": {
|
|
9426
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
9427
|
-
"name": "websocket",
|
|
9428
|
-
"hasDynamicHelp": false,
|
|
9429
|
-
"multiple": false,
|
|
9430
|
-
"type": "option"
|
|
9431
|
-
},
|
|
9432
|
-
"skipauth": {
|
|
9433
|
-
"description": "Skip authentication check when a default username is required",
|
|
9434
|
-
"name": "skipauth",
|
|
9435
|
-
"allowNo": false,
|
|
9436
|
-
"type": "boolean"
|
|
9437
|
-
}
|
|
9438
|
-
},
|
|
9439
|
-
"hasDynamicHelp": false,
|
|
9440
|
-
"hiddenAliases": [],
|
|
9441
|
-
"id": "hardis:project:convert:profilestopermsets",
|
|
9442
|
-
"pluginAlias": "sfdx-hardis",
|
|
9443
|
-
"pluginName": "sfdx-hardis",
|
|
9444
|
-
"pluginType": "core",
|
|
9445
|
-
"strict": true,
|
|
9446
|
-
"enableJsonFlag": true,
|
|
9447
|
-
"title": "Convert Profiles into Permission Sets",
|
|
9448
|
-
"requiresProject": true,
|
|
9449
|
-
"requiresSfdxPlugins": [
|
|
9450
|
-
"shane-sfdx-plugins"
|
|
9451
|
-
],
|
|
9452
|
-
"isESM": true,
|
|
9453
|
-
"relativePath": [
|
|
9454
|
-
"lib",
|
|
9455
|
-
"commands",
|
|
9456
|
-
"hardis",
|
|
9457
|
-
"project",
|
|
9458
|
-
"convert",
|
|
9459
|
-
"profilestopermsets.js"
|
|
9460
|
-
],
|
|
9461
|
-
"aliasPermutations": [],
|
|
9462
|
-
"permutations": [
|
|
9463
|
-
"hardis:project:convert:profilestopermsets",
|
|
9464
|
-
"project:hardis:convert:profilestopermsets",
|
|
9465
|
-
"project:convert:hardis:profilestopermsets",
|
|
9466
|
-
"project:convert:profilestopermsets:hardis",
|
|
9467
|
-
"hardis:convert:project:profilestopermsets",
|
|
9468
|
-
"convert:hardis:project:profilestopermsets",
|
|
9469
|
-
"convert:project:hardis:profilestopermsets",
|
|
9470
|
-
"convert:project:profilestopermsets:hardis",
|
|
9471
|
-
"hardis:convert:profilestopermsets:project",
|
|
9472
|
-
"convert:hardis:profilestopermsets:project",
|
|
9473
|
-
"convert:profilestopermsets:hardis:project",
|
|
9474
|
-
"convert:profilestopermsets:project:hardis",
|
|
9475
|
-
"hardis:project:profilestopermsets:convert",
|
|
9476
|
-
"project:hardis:profilestopermsets:convert",
|
|
9477
|
-
"project:profilestopermsets:hardis:convert",
|
|
9478
|
-
"project:profilestopermsets:convert:hardis",
|
|
9479
|
-
"hardis:profilestopermsets:project:convert",
|
|
9480
|
-
"profilestopermsets:hardis:project:convert",
|
|
9481
|
-
"profilestopermsets:project:hardis:convert",
|
|
9482
|
-
"profilestopermsets:project:convert:hardis",
|
|
9483
|
-
"hardis:profilestopermsets:convert:project",
|
|
9484
|
-
"profilestopermsets:hardis:convert:project",
|
|
9485
|
-
"profilestopermsets:convert:hardis:project",
|
|
9486
|
-
"profilestopermsets:convert:project:hardis"
|
|
9487
|
-
]
|
|
9488
|
-
},
|
|
9489
9489
|
"hardis:project:clean:emptyitems": {
|
|
9490
9490
|
"aliases": [],
|
|
9491
9491
|
"args": {},
|
|
@@ -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-
|
|
14846
|
+
"version": "5.44.2-alpha202507221352.0"
|
|
14847
14847
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Swiss-army-knife Toolbox for Salesforce.\n Allows you to define a complete CD/CD Pipeline.\n Orchestrate base commands and assist users with interactive wizards",
|
|
4
4
|
"author": "NicolasVuillamy @nvuillam",
|
|
5
5
|
"bugs": "https://github.com/hardisgroupcom/sfdx-hardis/issues",
|
|
6
|
-
"version": "5.44.2-
|
|
6
|
+
"version": "5.44.2-alpha202507221352.0",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@actions/github": "^6.0.1",
|
|
9
9
|
"@cparra/apexdocs": "^3.14.0",
|