sfdx-hardis 5.17.3 → 5.18.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.
@@ -152,12 +152,12 @@
152
152
  "login:auth:hardis"
153
153
  ]
154
154
  },
155
- "hardis:cache:clear": {
155
+ "hardis:config:get": {
156
156
  "aliases": [],
157
157
  "args": {},
158
- "description": "Clear cache generated by sfdx-hardis",
158
+ "description": "Returns sfdx-hardis project config for a given level",
159
159
  "examples": [
160
- "$ sf hardis:cache:clear"
160
+ "$ sf hardis:project:deploy:sources:metadata"
161
161
  ],
162
162
  "flags": {
163
163
  "json": {
@@ -175,6 +175,20 @@
175
175
  "multiple": false,
176
176
  "type": "option"
177
177
  },
178
+ "level": {
179
+ "char": "l",
180
+ "description": "project,branch or user",
181
+ "name": "level",
182
+ "default": "project",
183
+ "hasDynamicHelp": false,
184
+ "multiple": false,
185
+ "options": [
186
+ "project",
187
+ "branch",
188
+ "user"
189
+ ],
190
+ "type": "option"
191
+ },
178
192
  "debug": {
179
193
  "char": "d",
180
194
  "description": "Activate debug mode (more logs)",
@@ -198,38 +212,38 @@
198
212
  },
199
213
  "hasDynamicHelp": false,
200
214
  "hiddenAliases": [],
201
- "id": "hardis:cache:clear",
215
+ "id": "hardis:config:get",
202
216
  "pluginAlias": "sfdx-hardis",
203
217
  "pluginName": "sfdx-hardis",
204
218
  "pluginType": "core",
205
219
  "strict": true,
206
220
  "enableJsonFlag": true,
207
- "title": "Clear sfdx-hardis cache",
221
+ "title": "Deploy metadata sources to org",
208
222
  "requiresProject": false,
209
223
  "isESM": true,
210
224
  "relativePath": [
211
225
  "lib",
212
226
  "commands",
213
227
  "hardis",
214
- "cache",
215
- "clear.js"
228
+ "config",
229
+ "get.js"
216
230
  ],
217
231
  "aliasPermutations": [],
218
232
  "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"
233
+ "hardis:config:get",
234
+ "config:hardis:get",
235
+ "config:get:hardis",
236
+ "hardis:get:config",
237
+ "get:hardis:config",
238
+ "get:config:hardis"
225
239
  ]
226
240
  },
227
- "hardis:config:get": {
241
+ "hardis:cache:clear": {
228
242
  "aliases": [],
229
243
  "args": {},
230
- "description": "Returns sfdx-hardis project config for a given level",
244
+ "description": "Clear cache generated by sfdx-hardis",
231
245
  "examples": [
232
- "$ sf hardis:project:deploy:sources:metadata"
246
+ "$ sf hardis:cache:clear"
233
247
  ],
234
248
  "flags": {
235
249
  "json": {
@@ -247,20 +261,6 @@
247
261
  "multiple": false,
248
262
  "type": "option"
249
263
  },
250
- "level": {
251
- "char": "l",
252
- "description": "project,branch or user",
253
- "name": "level",
254
- "default": "project",
255
- "hasDynamicHelp": false,
256
- "multiple": false,
257
- "options": [
258
- "project",
259
- "branch",
260
- "user"
261
- ],
262
- "type": "option"
263
- },
264
264
  "debug": {
265
265
  "char": "d",
266
266
  "description": "Activate debug mode (more logs)",
@@ -284,30 +284,106 @@
284
284
  },
285
285
  "hasDynamicHelp": false,
286
286
  "hiddenAliases": [],
287
- "id": "hardis:config:get",
287
+ "id": "hardis:cache:clear",
288
288
  "pluginAlias": "sfdx-hardis",
289
289
  "pluginName": "sfdx-hardis",
290
290
  "pluginType": "core",
291
291
  "strict": true,
292
292
  "enableJsonFlag": true,
293
- "title": "Deploy metadata sources to org",
293
+ "title": "Clear sfdx-hardis cache",
294
294
  "requiresProject": false,
295
295
  "isESM": true,
296
296
  "relativePath": [
297
297
  "lib",
298
298
  "commands",
299
299
  "hardis",
300
- "config",
301
- "get.js"
300
+ "cache",
301
+ "clear.js"
302
302
  ],
303
303
  "aliasPermutations": [],
304
304
  "permutations": [
305
- "hardis:config:get",
306
- "config:hardis:get",
307
- "config:get:hardis",
308
- "hardis:get:config",
309
- "get:hardis:config",
310
- "get:config:hardis"
305
+ "hardis:cache:clear",
306
+ "cache:hardis:clear",
307
+ "cache:clear:hardis",
308
+ "hardis:clear:cache",
309
+ "clear:hardis:cache",
310
+ "clear:cache:hardis"
311
+ ]
312
+ },
313
+ "hardis:doc:fieldusage": {
314
+ "aliases": [],
315
+ "args": {},
316
+ "description": "\n Retrieves custom field usage from metadata dependencies for specified sObjects.\n ![\"Find custom fields usage\"](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/doc-fieldusage.png)\n ",
317
+ "examples": [
318
+ "$ sf hardis:doc:fieldusage",
319
+ "$ sf hardis:doc:fieldusage --sObjects Account,Contact,Opportunity",
320
+ "$ sf hardis:doc:fieldusage --target-org myOrgAlias --sObjects CustomObject__c"
321
+ ],
322
+ "flags": {
323
+ "json": {
324
+ "description": "Format output as json.",
325
+ "helpGroup": "GLOBAL",
326
+ "name": "json",
327
+ "allowNo": false,
328
+ "type": "boolean"
329
+ },
330
+ "flags-dir": {
331
+ "helpGroup": "GLOBAL",
332
+ "name": "flags-dir",
333
+ "summary": "Import flag values from a directory.",
334
+ "hasDynamicHelp": false,
335
+ "multiple": false,
336
+ "type": "option"
337
+ },
338
+ "target-org": {
339
+ "aliases": [
340
+ "targetusername",
341
+ "u"
342
+ ],
343
+ "char": "o",
344
+ "deprecateAliases": true,
345
+ "name": "target-org",
346
+ "noCacheDefault": true,
347
+ "required": true,
348
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
349
+ "hasDynamicHelp": true,
350
+ "multiple": false,
351
+ "type": "option"
352
+ },
353
+ "sObjects": {
354
+ "char": "s",
355
+ "description": "Comma-separated list of sObjects to filter",
356
+ "name": "sObjects",
357
+ "required": false,
358
+ "hasDynamicHelp": false,
359
+ "multiple": false,
360
+ "type": "option"
361
+ }
362
+ },
363
+ "hasDynamicHelp": true,
364
+ "hiddenAliases": [],
365
+ "id": "hardis:doc:fieldusage",
366
+ "pluginAlias": "sfdx-hardis",
367
+ "pluginName": "sfdx-hardis",
368
+ "pluginType": "core",
369
+ "strict": true,
370
+ "enableJsonFlag": true,
371
+ "isESM": true,
372
+ "relativePath": [
373
+ "lib",
374
+ "commands",
375
+ "hardis",
376
+ "doc",
377
+ "fieldusage.js"
378
+ ],
379
+ "aliasPermutations": [],
380
+ "permutations": [
381
+ "hardis:doc:fieldusage",
382
+ "doc:hardis:fieldusage",
383
+ "doc:fieldusage:hardis",
384
+ "hardis:fieldusage:doc",
385
+ "fieldusage:hardis:doc",
386
+ "fieldusage:doc:hardis"
311
387
  ]
312
388
  },
313
389
  "hardis:doc:flow2markdown": {
@@ -405,6 +481,94 @@
405
481
  "flow2markdown:doc:hardis"
406
482
  ]
407
483
  },
484
+ "hardis:doc:mkdocs-to-cf": {
485
+ "aliases": [],
486
+ "args": {},
487
+ "description": "Generates MkDocs HTML pages and upload them to Cloudflare as a static pages\n\nThis command performs the following operations:\n\n- Generates MkDocs HTML pages (using locally installed mkdocs-material, or using mkdocs docker image)\n- Creates a Cloudflare pages app\n- Assigns a policy restricting access to the application\n- Opens the new WebSite in the default browser (only if not in CI context)\n\nNote: the documentation must have been previously generated using \"sf hardis:doc:project2markdown --with-history\"\n\nYou can:\n\n- Override default styles by customizing mkdocs.yml\n\nMore info on [Documentation section](https://sfdx-hardis.cloudity.com/salesforce-project-documentation/)\n\n\n| Variable | Description | Default |\n| :----------------------------------------- | :---------- | :-----: |\n| `CLOUDFLARE_EMAIL` | Cloudflare account email | <!--- Required --> |\n| `CLOUDFLARE_API_KEY` | Cloudflare API key | <!--- Required --> |\n| `CLOUDFLARE_ACCOUNT_ID` | Cloudflare account | <!--- Required --> |\n| `CLOUDFLARE_PROJECT_NAME` | Project name, that will also be used for site URL | Built from git branch name |\n| `CLOUDFLARE_DEFAULT_LOGIN_METHOD_TYPE` | Cloudflare default login method type | `onetimepin` |\n| `CLOUDFLARE_DEFAULT_ACCESS_EMAIL_DOMAIN` | Cloudflare default access email domain | `@cloudity.com` |\n\n",
488
+ "examples": [
489
+ "$ sf hardis:doc:mkdocs-to-cf",
490
+ "$ CLOUDFLARE_EMAIL=xxx@xxx.com CLOUDFLARE_API_TOKEN=zzzzzz CLOUDFLARE_ACCOUNT_ID=zzzzz sf hardis:doc:mkdocs-to-cf"
491
+ ],
492
+ "flags": {
493
+ "json": {
494
+ "description": "Format output as json.",
495
+ "helpGroup": "GLOBAL",
496
+ "name": "json",
497
+ "allowNo": false,
498
+ "type": "boolean"
499
+ },
500
+ "flags-dir": {
501
+ "helpGroup": "GLOBAL",
502
+ "name": "flags-dir",
503
+ "summary": "Import flag values from a directory.",
504
+ "hasDynamicHelp": false,
505
+ "multiple": false,
506
+ "type": "option"
507
+ },
508
+ "debug": {
509
+ "char": "d",
510
+ "description": "Activate debug mode (more logs)",
511
+ "name": "debug",
512
+ "allowNo": false,
513
+ "type": "boolean"
514
+ },
515
+ "websocket": {
516
+ "description": "Websocket host:port for VsCode SFDX Hardis UI integration",
517
+ "name": "websocket",
518
+ "hasDynamicHelp": false,
519
+ "multiple": false,
520
+ "type": "option"
521
+ },
522
+ "skipauth": {
523
+ "description": "Skip authentication check when a default username is required",
524
+ "name": "skipauth",
525
+ "allowNo": false,
526
+ "type": "boolean"
527
+ },
528
+ "target-org": {
529
+ "aliases": [
530
+ "targetusername",
531
+ "u"
532
+ ],
533
+ "char": "o",
534
+ "deprecateAliases": true,
535
+ "name": "target-org",
536
+ "noCacheDefault": true,
537
+ "required": true,
538
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
539
+ "hasDynamicHelp": true,
540
+ "multiple": false,
541
+ "type": "option"
542
+ }
543
+ },
544
+ "hasDynamicHelp": true,
545
+ "hiddenAliases": [],
546
+ "id": "hardis:doc:mkdocs-to-cf",
547
+ "pluginAlias": "sfdx-hardis",
548
+ "pluginName": "sfdx-hardis",
549
+ "pluginType": "core",
550
+ "strict": true,
551
+ "enableJsonFlag": true,
552
+ "title": "MkDocs to Cloudflare",
553
+ "requiresProject": true,
554
+ "isESM": true,
555
+ "relativePath": [
556
+ "lib",
557
+ "commands",
558
+ "hardis",
559
+ "doc",
560
+ "mkdocs-to-cf.js"
561
+ ],
562
+ "aliasPermutations": [],
563
+ "permutations": [
564
+ "hardis:doc:mkdocs-to-cf",
565
+ "doc:hardis:mkdocs-to-cf",
566
+ "doc:mkdocs-to-cf:hardis",
567
+ "hardis:mkdocs-to-cf:doc",
568
+ "mkdocs-to-cf:hardis:doc",
569
+ "mkdocs-to-cf:doc:hardis"
570
+ ]
571
+ },
408
572
  "hardis:doc:mkdocs-to-salesforce": {
409
573
  "aliases": [],
410
574
  "args": {},
@@ -708,11 +872,15 @@
708
872
  "project2markdown:doc:hardis"
709
873
  ]
710
874
  },
711
- "hardis:mdapi:deploy": {
875
+ "hardis:lint:access": {
712
876
  "aliases": [],
713
877
  "args": {},
714
- "description": "sfdx-hardis wrapper for sfdx force:mdapi:deploy that displays tips to solve deployment errors.\n\n[![Assisted solving of Salesforce deployments errors](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/article-deployment-errors.jpg)](https://nicolas.vuillamy.fr/assisted-solving-of-salesforce-deployments-errors-47f3666a9ed0)\n\n[See documentation of Salesforce command](https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_force_mdapi.htm#cli_reference_force_mdapi_deploy)\n",
715
- "examples": [],
878
+ "description": "Check if elements(apex class and field) are at least in one permission set\n \nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-missing-access/) and can output Grafana, Slack and MsTeams Notifications.\n",
879
+ "examples": [
880
+ "$ sf hardis:lint:access",
881
+ "$ sf hardis:lint:access -e \"ApexClass:ClassA, CustomField:Account.CustomField\"",
882
+ "$ sf hardis:lint:access -i \"PermissionSet:permissionSetA, Profile\""
883
+ ],
716
884
  "flags": {
717
885
  "json": {
718
886
  "description": "Format output as json.",
@@ -729,215 +897,20 @@
729
897
  "multiple": false,
730
898
  "type": "option"
731
899
  },
732
- "checkonly": {
733
- "char": "c",
734
- "description": "checkOnly",
735
- "name": "checkonly",
736
- "allowNo": false,
737
- "type": "boolean"
738
- },
739
- "deploydir": {
740
- "char": "d",
741
- "description": "deployDir",
742
- "name": "deploydir",
900
+ "elementsignored": {
901
+ "char": "e",
902
+ "description": "Ignore specific elements separated by commas",
903
+ "name": "elementsignored",
904
+ "default": "",
743
905
  "hasDynamicHelp": false,
744
906
  "multiple": false,
745
907
  "type": "option"
746
908
  },
747
- "wait": {
748
- "char": "w",
749
- "description": "wait",
750
- "name": "wait",
751
- "default": 120,
752
- "hasDynamicHelp": false,
753
- "multiple": false,
754
- "type": "option"
755
- },
756
- "testlevel": {
757
- "char": "l",
758
- "description": "testLevel",
759
- "name": "testlevel",
760
- "default": "NoTestRun",
761
- "hasDynamicHelp": false,
762
- "multiple": false,
763
- "options": [
764
- "NoTestRun",
765
- "RunSpecifiedTests",
766
- "RunLocalTests",
767
- "RunAllTestsInOrg"
768
- ],
769
- "type": "option"
770
- },
771
- "runtests": {
772
- "char": "r",
773
- "description": "runTests",
774
- "name": "runtests",
775
- "default": [],
776
- "hasDynamicHelp": false,
777
- "multiple": true,
778
- "type": "option"
779
- },
780
- "ignoreerrors": {
781
- "description": "ignoreErrors",
782
- "name": "ignoreerrors",
783
- "allowNo": false,
784
- "type": "boolean"
785
- },
786
- "ignorewarnings": {
787
- "char": "g",
788
- "description": "ignoreWarnings",
789
- "name": "ignorewarnings",
790
- "allowNo": false,
791
- "type": "boolean"
792
- },
793
- "validateddeployrequestid": {
794
- "char": "q",
795
- "description": "validatedDeployRequestId",
796
- "exclusive": [
797
- "testlevel",
798
- "runtests",
799
- "ignoreerrors",
800
- "ignorewarnings",
801
- "checkonly"
802
- ],
803
- "name": "validateddeployrequestid",
804
- "hasDynamicHelp": false,
805
- "multiple": false,
806
- "type": "option"
807
- },
808
- "verbose": {
809
- "description": "verbose",
810
- "name": "verbose",
811
- "allowNo": false,
812
- "type": "boolean"
813
- },
814
- "zipfile": {
815
- "char": "f",
816
- "description": "zipFile",
817
- "name": "zipfile",
818
- "hasDynamicHelp": false,
819
- "multiple": false,
820
- "type": "option"
821
- },
822
- "singlepackage": {
823
- "char": "s",
824
- "description": "singlePackage",
825
- "name": "singlepackage",
826
- "allowNo": false,
827
- "type": "boolean"
828
- },
829
- "soapdeploy": {
830
- "description": "soapDeploy",
831
- "name": "soapdeploy",
832
- "allowNo": false,
833
- "type": "boolean"
834
- },
835
- "purgeondelete": {
836
- "description": "purgeOnDelete",
837
- "name": "purgeondelete",
838
- "allowNo": false,
839
- "type": "boolean"
840
- },
841
- "concise": {
842
- "description": "concise",
843
- "name": "concise",
844
- "allowNo": false,
845
- "type": "boolean"
846
- },
847
- "debug": {
848
- "description": "debug",
849
- "name": "debug",
850
- "allowNo": false,
851
- "type": "boolean"
852
- },
853
- "websocket": {
854
- "description": "websocket",
855
- "name": "websocket",
856
- "hasDynamicHelp": false,
857
- "multiple": false,
858
- "type": "option"
859
- },
860
- "target-org": {
861
- "aliases": [
862
- "targetusername",
863
- "u"
864
- ],
865
- "char": "o",
866
- "deprecateAliases": true,
867
- "name": "target-org",
868
- "noCacheDefault": true,
869
- "required": true,
870
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
871
- "hasDynamicHelp": true,
872
- "multiple": false,
873
- "type": "option"
874
- }
875
- },
876
- "hasDynamicHelp": true,
877
- "hiddenAliases": [],
878
- "id": "hardis:mdapi:deploy",
879
- "pluginAlias": "sfdx-hardis",
880
- "pluginName": "sfdx-hardis",
881
- "pluginType": "core",
882
- "strict": true,
883
- "enableJsonFlag": true,
884
- "isESM": true,
885
- "relativePath": [
886
- "lib",
887
- "commands",
888
- "hardis",
889
- "mdapi",
890
- "deploy.js"
891
- ],
892
- "aliasPermutations": [],
893
- "permutations": [
894
- "hardis:mdapi:deploy",
895
- "mdapi:hardis:deploy",
896
- "mdapi:deploy:hardis",
897
- "hardis:deploy:mdapi",
898
- "deploy:hardis:mdapi",
899
- "deploy:mdapi:hardis"
900
- ]
901
- },
902
- "hardis:lint:access": {
903
- "aliases": [],
904
- "args": {},
905
- "description": "Check if elements(apex class and field) are at least in one permission set\n \nThis command is part of [sfdx-hardis Monitoring](https://sfdx-hardis.cloudity.com/salesforce-monitoring-missing-access/) and can output Grafana, Slack and MsTeams Notifications.\n",
906
- "examples": [
907
- "$ sf hardis:lint:access",
908
- "$ sf hardis:lint:access -e \"ApexClass:ClassA, CustomField:Account.CustomField\"",
909
- "$ sf hardis:lint:access -i \"PermissionSet:permissionSetA, Profile\""
910
- ],
911
- "flags": {
912
- "json": {
913
- "description": "Format output as json.",
914
- "helpGroup": "GLOBAL",
915
- "name": "json",
916
- "allowNo": false,
917
- "type": "boolean"
918
- },
919
- "flags-dir": {
920
- "helpGroup": "GLOBAL",
921
- "name": "flags-dir",
922
- "summary": "Import flag values from a directory.",
923
- "hasDynamicHelp": false,
924
- "multiple": false,
925
- "type": "option"
926
- },
927
- "elementsignored": {
928
- "char": "e",
929
- "description": "Ignore specific elements separated by commas",
930
- "name": "elementsignored",
931
- "default": "",
932
- "hasDynamicHelp": false,
933
- "multiple": false,
934
- "type": "option"
935
- },
936
- "ignorerights": {
937
- "char": "i",
938
- "description": "Ignore permission sets or profiles",
939
- "name": "ignorerights",
940
- "default": "",
909
+ "ignorerights": {
910
+ "char": "i",
911
+ "description": "Ignore permission sets or profiles",
912
+ "name": "ignorerights",
913
+ "default": "",
941
914
  "hasDynamicHelp": false,
942
915
  "multiple": false,
943
916
  "type": "option"
@@ -1337,6 +1310,197 @@
1337
1310
  "unusedmetadatas:lint:hardis"
1338
1311
  ]
1339
1312
  },
1313
+ "hardis:mdapi:deploy": {
1314
+ "aliases": [],
1315
+ "args": {},
1316
+ "description": "sfdx-hardis wrapper for sfdx force:mdapi:deploy that displays tips to solve deployment errors.\n\n[![Assisted solving of Salesforce deployments errors](https://github.com/hardisgroupcom/sfdx-hardis/raw/main/docs/assets/images/article-deployment-errors.jpg)](https://nicolas.vuillamy.fr/assisted-solving-of-salesforce-deployments-errors-47f3666a9ed0)\n\n[See documentation of Salesforce command](https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_force_mdapi.htm#cli_reference_force_mdapi_deploy)\n",
1317
+ "examples": [],
1318
+ "flags": {
1319
+ "json": {
1320
+ "description": "Format output as json.",
1321
+ "helpGroup": "GLOBAL",
1322
+ "name": "json",
1323
+ "allowNo": false,
1324
+ "type": "boolean"
1325
+ },
1326
+ "flags-dir": {
1327
+ "helpGroup": "GLOBAL",
1328
+ "name": "flags-dir",
1329
+ "summary": "Import flag values from a directory.",
1330
+ "hasDynamicHelp": false,
1331
+ "multiple": false,
1332
+ "type": "option"
1333
+ },
1334
+ "checkonly": {
1335
+ "char": "c",
1336
+ "description": "checkOnly",
1337
+ "name": "checkonly",
1338
+ "allowNo": false,
1339
+ "type": "boolean"
1340
+ },
1341
+ "deploydir": {
1342
+ "char": "d",
1343
+ "description": "deployDir",
1344
+ "name": "deploydir",
1345
+ "hasDynamicHelp": false,
1346
+ "multiple": false,
1347
+ "type": "option"
1348
+ },
1349
+ "wait": {
1350
+ "char": "w",
1351
+ "description": "wait",
1352
+ "name": "wait",
1353
+ "default": 120,
1354
+ "hasDynamicHelp": false,
1355
+ "multiple": false,
1356
+ "type": "option"
1357
+ },
1358
+ "testlevel": {
1359
+ "char": "l",
1360
+ "description": "testLevel",
1361
+ "name": "testlevel",
1362
+ "default": "NoTestRun",
1363
+ "hasDynamicHelp": false,
1364
+ "multiple": false,
1365
+ "options": [
1366
+ "NoTestRun",
1367
+ "RunSpecifiedTests",
1368
+ "RunLocalTests",
1369
+ "RunAllTestsInOrg"
1370
+ ],
1371
+ "type": "option"
1372
+ },
1373
+ "runtests": {
1374
+ "char": "r",
1375
+ "description": "runTests",
1376
+ "name": "runtests",
1377
+ "default": [],
1378
+ "hasDynamicHelp": false,
1379
+ "multiple": true,
1380
+ "type": "option"
1381
+ },
1382
+ "ignoreerrors": {
1383
+ "description": "ignoreErrors",
1384
+ "name": "ignoreerrors",
1385
+ "allowNo": false,
1386
+ "type": "boolean"
1387
+ },
1388
+ "ignorewarnings": {
1389
+ "char": "g",
1390
+ "description": "ignoreWarnings",
1391
+ "name": "ignorewarnings",
1392
+ "allowNo": false,
1393
+ "type": "boolean"
1394
+ },
1395
+ "validateddeployrequestid": {
1396
+ "char": "q",
1397
+ "description": "validatedDeployRequestId",
1398
+ "exclusive": [
1399
+ "testlevel",
1400
+ "runtests",
1401
+ "ignoreerrors",
1402
+ "ignorewarnings",
1403
+ "checkonly"
1404
+ ],
1405
+ "name": "validateddeployrequestid",
1406
+ "hasDynamicHelp": false,
1407
+ "multiple": false,
1408
+ "type": "option"
1409
+ },
1410
+ "verbose": {
1411
+ "description": "verbose",
1412
+ "name": "verbose",
1413
+ "allowNo": false,
1414
+ "type": "boolean"
1415
+ },
1416
+ "zipfile": {
1417
+ "char": "f",
1418
+ "description": "zipFile",
1419
+ "name": "zipfile",
1420
+ "hasDynamicHelp": false,
1421
+ "multiple": false,
1422
+ "type": "option"
1423
+ },
1424
+ "singlepackage": {
1425
+ "char": "s",
1426
+ "description": "singlePackage",
1427
+ "name": "singlepackage",
1428
+ "allowNo": false,
1429
+ "type": "boolean"
1430
+ },
1431
+ "soapdeploy": {
1432
+ "description": "soapDeploy",
1433
+ "name": "soapdeploy",
1434
+ "allowNo": false,
1435
+ "type": "boolean"
1436
+ },
1437
+ "purgeondelete": {
1438
+ "description": "purgeOnDelete",
1439
+ "name": "purgeondelete",
1440
+ "allowNo": false,
1441
+ "type": "boolean"
1442
+ },
1443
+ "concise": {
1444
+ "description": "concise",
1445
+ "name": "concise",
1446
+ "allowNo": false,
1447
+ "type": "boolean"
1448
+ },
1449
+ "debug": {
1450
+ "description": "debug",
1451
+ "name": "debug",
1452
+ "allowNo": false,
1453
+ "type": "boolean"
1454
+ },
1455
+ "websocket": {
1456
+ "description": "websocket",
1457
+ "name": "websocket",
1458
+ "hasDynamicHelp": false,
1459
+ "multiple": false,
1460
+ "type": "option"
1461
+ },
1462
+ "target-org": {
1463
+ "aliases": [
1464
+ "targetusername",
1465
+ "u"
1466
+ ],
1467
+ "char": "o",
1468
+ "deprecateAliases": true,
1469
+ "name": "target-org",
1470
+ "noCacheDefault": true,
1471
+ "required": true,
1472
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1473
+ "hasDynamicHelp": true,
1474
+ "multiple": false,
1475
+ "type": "option"
1476
+ }
1477
+ },
1478
+ "hasDynamicHelp": true,
1479
+ "hiddenAliases": [],
1480
+ "id": "hardis:mdapi:deploy",
1481
+ "pluginAlias": "sfdx-hardis",
1482
+ "pluginName": "sfdx-hardis",
1483
+ "pluginType": "core",
1484
+ "strict": true,
1485
+ "enableJsonFlag": true,
1486
+ "isESM": true,
1487
+ "relativePath": [
1488
+ "lib",
1489
+ "commands",
1490
+ "hardis",
1491
+ "mdapi",
1492
+ "deploy.js"
1493
+ ],
1494
+ "aliasPermutations": [],
1495
+ "permutations": [
1496
+ "hardis:mdapi:deploy",
1497
+ "mdapi:hardis:deploy",
1498
+ "mdapi:deploy:hardis",
1499
+ "hardis:deploy:mdapi",
1500
+ "deploy:hardis:mdapi",
1501
+ "deploy:mdapi:hardis"
1502
+ ]
1503
+ },
1340
1504
  "hardis:misc:purge-references": {
1341
1505
  "aliases": [],
1342
1506
  "args": {},
@@ -14201,5 +14365,5 @@
14201
14365
  ]
14202
14366
  }
14203
14367
  },
14204
- "version": "5.17.3"
14368
+ "version": "5.18.0"
14205
14369
  }