@teambit/cli 0.0.1047 → 0.0.1049

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.
@@ -217,7 +217,7 @@
217
217
  "__schema": "ClassSchema",
218
218
  "location": {
219
219
  "filePath": "cli.main.runtime.ts",
220
- "line": 28,
220
+ "line": 29,
221
221
  "character": 1
222
222
  },
223
223
  "signature": "class CLIMain",
@@ -227,7 +227,7 @@
227
227
  "__schema": "VariableLikeSchema",
228
228
  "location": {
229
229
  "filePath": "cli.main.runtime.ts",
230
- "line": 29,
230
+ "line": 30,
231
231
  "character": 3
232
232
  },
233
233
  "signature": "(property) CLIMain.groups: GroupsType",
@@ -236,7 +236,7 @@
236
236
  "__schema": "TypeRefSchema",
237
237
  "location": {
238
238
  "filePath": "cli.main.runtime.ts",
239
- "line": 29,
239
+ "line": 30,
240
240
  "character": 3
241
241
  },
242
242
  "name": "GroupsType",
@@ -249,7 +249,7 @@
249
249
  "__schema": "ConstructorSchema",
250
250
  "location": {
251
251
  "filePath": "cli.main.runtime.ts",
252
- "line": 30,
252
+ "line": 31,
253
253
  "character": 3
254
254
  },
255
255
  "signature": "constructor CLIMain(commandsSlot: CommandsSlot, onStartSlot: OnStartSlot, onCommandStartSlot: OnCommandStartSlot, onBeforeExitSlot: OnBeforeExitSlot, logger: Logger): CLIMain",
@@ -259,7 +259,7 @@
259
259
  "__schema": "ParameterSchema",
260
260
  "location": {
261
261
  "filePath": "cli.main.runtime.ts",
262
- "line": 31,
262
+ "line": 32,
263
263
  "character": 5
264
264
  },
265
265
  "name": "commandsSlot",
@@ -267,7 +267,7 @@
267
267
  "__schema": "TypeRefSchema",
268
268
  "location": {
269
269
  "filePath": "cli.main.runtime.ts",
270
- "line": 31,
270
+ "line": 32,
271
271
  "character": 27
272
272
  },
273
273
  "name": "CommandsSlot"
@@ -279,7 +279,7 @@
279
279
  "__schema": "ParameterSchema",
280
280
  "location": {
281
281
  "filePath": "cli.main.runtime.ts",
282
- "line": 32,
282
+ "line": 33,
283
283
  "character": 5
284
284
  },
285
285
  "name": "onStartSlot",
@@ -287,7 +287,7 @@
287
287
  "__schema": "TypeRefSchema",
288
288
  "location": {
289
289
  "filePath": "cli.main.runtime.ts",
290
- "line": 32,
290
+ "line": 33,
291
291
  "character": 26
292
292
  },
293
293
  "name": "OnStartSlot"
@@ -299,7 +299,7 @@
299
299
  "__schema": "ParameterSchema",
300
300
  "location": {
301
301
  "filePath": "cli.main.runtime.ts",
302
- "line": 33,
302
+ "line": 34,
303
303
  "character": 5
304
304
  },
305
305
  "name": "onCommandStartSlot",
@@ -307,7 +307,7 @@
307
307
  "__schema": "TypeRefSchema",
308
308
  "location": {
309
309
  "filePath": "cli.main.runtime.ts",
310
- "line": 33,
310
+ "line": 34,
311
311
  "character": 34
312
312
  },
313
313
  "name": "OnCommandStartSlot"
@@ -319,7 +319,7 @@
319
319
  "__schema": "ParameterSchema",
320
320
  "location": {
321
321
  "filePath": "cli.main.runtime.ts",
322
- "line": 34,
322
+ "line": 35,
323
323
  "character": 5
324
324
  },
325
325
  "name": "onBeforeExitSlot",
@@ -327,7 +327,7 @@
327
327
  "__schema": "TypeRefSchema",
328
328
  "location": {
329
329
  "filePath": "cli.main.runtime.ts",
330
- "line": 34,
330
+ "line": 35,
331
331
  "character": 31
332
332
  },
333
333
  "name": "OnBeforeExitSlot"
@@ -339,7 +339,7 @@
339
339
  "__schema": "ParameterSchema",
340
340
  "location": {
341
341
  "filePath": "cli.main.runtime.ts",
342
- "line": 35,
342
+ "line": 36,
343
343
  "character": 5
344
344
  },
345
345
  "name": "logger",
@@ -347,7 +347,7 @@
347
347
  "__schema": "TypeRefSchema",
348
348
  "location": {
349
349
  "filePath": "cli.main.runtime.ts",
350
- "line": 35,
350
+ "line": 36,
351
351
  "character": 21
352
352
  },
353
353
  "name": "Logger"
@@ -360,7 +360,7 @@
360
360
  "__schema": "ThisTypeSchema",
361
361
  "location": {
362
362
  "filePath": "cli.main.runtime.ts",
363
- "line": 28,
363
+ "line": 29,
364
364
  "character": 1
365
365
  },
366
366
  "name": "CLIMain"
@@ -371,14 +371,14 @@
371
371
  "__schema": "FunctionLikeSchema",
372
372
  "location": {
373
373
  "filePath": "cli.main.runtime.ts",
374
- "line": 41,
374
+ "line": 42,
375
375
  "character": 3
376
376
  },
377
377
  "doc": {
378
378
  "__schema": "DocSchema",
379
379
  "location": {
380
380
  "filePath": "cli.main.runtime.ts",
381
- "line": 38,
381
+ "line": 39,
382
382
  "character": 3
383
383
  },
384
384
  "raw": "/**\n * registers a new command in to the CLI.\n */",
@@ -392,7 +392,7 @@
392
392
  "__schema": "ParameterSchema",
393
393
  "location": {
394
394
  "filePath": "cli.main.runtime.ts",
395
- "line": 41,
395
+ "line": 42,
396
396
  "character": 12
397
397
  },
398
398
  "name": "commands",
@@ -400,7 +400,7 @@
400
400
  "__schema": "TypeRefSchema",
401
401
  "location": {
402
402
  "filePath": "cli.main.runtime.ts",
403
- "line": 41,
403
+ "line": 42,
404
404
  "character": 25
405
405
  },
406
406
  "name": "CommandList"
@@ -413,7 +413,7 @@
413
413
  "__schema": "InferenceTypeSchema",
414
414
  "location": {
415
415
  "filePath": "cli.main.runtime.ts",
416
- "line": 41,
416
+ "line": 42,
417
417
  "character": 3
418
418
  },
419
419
  "type": "void"
@@ -424,14 +424,14 @@
424
424
  "__schema": "FunctionLikeSchema",
425
425
  "location": {
426
426
  "filePath": "cli.main.runtime.ts",
427
- "line": 54,
427
+ "line": 55,
428
428
  "character": 3
429
429
  },
430
430
  "doc": {
431
431
  "__schema": "DocSchema",
432
432
  "location": {
433
433
  "filePath": "cli.main.runtime.ts",
434
- "line": 50,
434
+ "line": 51,
435
435
  "character": 3
436
436
  },
437
437
  "raw": "/**\n * helpful for having the same command name in different environments (e.g. legacy and non-legacy).\n * for example `cli.unregister('tag');` removes the \"bit tag\" command.\n */",
@@ -445,7 +445,7 @@
445
445
  "__schema": "ParameterSchema",
446
446
  "location": {
447
447
  "filePath": "cli.main.runtime.ts",
448
- "line": 54,
448
+ "line": 55,
449
449
  "character": 14
450
450
  },
451
451
  "name": "commandName",
@@ -453,7 +453,7 @@
453
453
  "__schema": "KeywordTypeSchema",
454
454
  "location": {
455
455
  "filePath": "cli.main.runtime.ts",
456
- "line": 54,
456
+ "line": 55,
457
457
  "character": 27
458
458
  },
459
459
  "name": "string"
@@ -466,7 +466,7 @@
466
466
  "__schema": "InferenceTypeSchema",
467
467
  "location": {
468
468
  "filePath": "cli.main.runtime.ts",
469
- "line": 54,
469
+ "line": 55,
470
470
  "character": 3
471
471
  },
472
472
  "type": "void"
@@ -477,7 +477,7 @@
477
477
  "__schema": "GetAccessorSchema",
478
478
  "location": {
479
479
  "filePath": "cli.main.runtime.ts",
480
- "line": 66,
480
+ "line": 67,
481
481
  "character": 3
482
482
  },
483
483
  "signature": "(getter) CLIMain.commands: CommandList",
@@ -486,7 +486,7 @@
486
486
  "__schema": "TypeRefSchema",
487
487
  "location": {
488
488
  "filePath": "cli.main.runtime.ts",
489
- "line": 66,
489
+ "line": 67,
490
490
  "character": 3
491
491
  },
492
492
  "name": "CommandList"
@@ -496,14 +496,14 @@
496
496
  "__schema": "FunctionLikeSchema",
497
497
  "location": {
498
498
  "filePath": "cli.main.runtime.ts",
499
- "line": 73,
499
+ "line": 74,
500
500
  "character": 3
501
501
  },
502
502
  "doc": {
503
503
  "__schema": "DocSchema",
504
504
  "location": {
505
505
  "filePath": "cli.main.runtime.ts",
506
- "line": 70,
506
+ "line": 71,
507
507
  "character": 3
508
508
  },
509
509
  "raw": "/**\n * get an instance of a registered command. (useful for aspects to modify and extend existing commands)\n */",
@@ -517,7 +517,7 @@
517
517
  "__schema": "ParameterSchema",
518
518
  "location": {
519
519
  "filePath": "cli.main.runtime.ts",
520
- "line": 73,
520
+ "line": 74,
521
521
  "character": 14
522
522
  },
523
523
  "name": "name",
@@ -525,7 +525,7 @@
525
525
  "__schema": "KeywordTypeSchema",
526
526
  "location": {
527
527
  "filePath": "cli.main.runtime.ts",
528
- "line": 73,
528
+ "line": 74,
529
529
  "character": 20
530
530
  },
531
531
  "name": "string"
@@ -538,7 +538,7 @@
538
538
  "__schema": "TypeUnionSchema",
539
539
  "location": {
540
540
  "filePath": "cli.main.runtime.ts",
541
- "line": 73,
541
+ "line": 74,
542
542
  "character": 29
543
543
  },
544
544
  "types": [
@@ -546,7 +546,7 @@
546
546
  "__schema": "TypeRefSchema",
547
547
  "location": {
548
548
  "filePath": "cli.main.runtime.ts",
549
- "line": 73,
549
+ "line": 74,
550
550
  "character": 29
551
551
  },
552
552
  "name": "Command"
@@ -555,7 +555,7 @@
555
555
  "__schema": "KeywordTypeSchema",
556
556
  "location": {
557
557
  "filePath": "cli.main.runtime.ts",
558
- "line": 73,
558
+ "line": 74,
559
559
  "character": 39
560
560
  },
561
561
  "name": "undefined"
@@ -568,7 +568,7 @@
568
568
  "__schema": "FunctionLikeSchema",
569
569
  "location": {
570
570
  "filePath": "cli.main.runtime.ts",
571
- "line": 77,
571
+ "line": 78,
572
572
  "character": 3
573
573
  },
574
574
  "signature": "(method) CLIMain.getCommandByNameOrAlias(name: string): Command | undefined",
@@ -578,7 +578,7 @@
578
578
  "__schema": "ParameterSchema",
579
579
  "location": {
580
580
  "filePath": "cli.main.runtime.ts",
581
- "line": 77,
581
+ "line": 78,
582
582
  "character": 27
583
583
  },
584
584
  "name": "name",
@@ -586,7 +586,7 @@
586
586
  "__schema": "KeywordTypeSchema",
587
587
  "location": {
588
588
  "filePath": "cli.main.runtime.ts",
589
- "line": 77,
589
+ "line": 78,
590
590
  "character": 33
591
591
  },
592
592
  "name": "string"
@@ -599,7 +599,7 @@
599
599
  "__schema": "TypeUnionSchema",
600
600
  "location": {
601
601
  "filePath": "cli.main.runtime.ts",
602
- "line": 77,
602
+ "line": 78,
603
603
  "character": 42
604
604
  },
605
605
  "types": [
@@ -607,7 +607,7 @@
607
607
  "__schema": "TypeRefSchema",
608
608
  "location": {
609
609
  "filePath": "cli.main.runtime.ts",
610
- "line": 77,
610
+ "line": 78,
611
611
  "character": 42
612
612
  },
613
613
  "name": "Command"
@@ -616,7 +616,7 @@
616
616
  "__schema": "KeywordTypeSchema",
617
617
  "location": {
618
618
  "filePath": "cli.main.runtime.ts",
619
- "line": 77,
619
+ "line": 78,
620
620
  "character": 52
621
621
  },
622
622
  "name": "undefined"
@@ -629,14 +629,14 @@
629
629
  "__schema": "FunctionLikeSchema",
630
630
  "location": {
631
631
  "filePath": "cli.main.runtime.ts",
632
- "line": 89,
632
+ "line": 90,
633
633
  "character": 3
634
634
  },
635
635
  "doc": {
636
636
  "__schema": "DocSchema",
637
637
  "location": {
638
638
  "filePath": "cli.main.runtime.ts",
639
- "line": 83,
639
+ "line": 84,
640
640
  "character": 3
641
641
  },
642
642
  "raw": "/**\n * when running `bit help`, commands are grouped by categories.\n * this method helps registering a new group by providing its name and a description.\n * the name is what needs to be assigned to the `group` property of the Command interface.\n * the description is what shown in the `bit help` output.\n */",
@@ -650,7 +650,7 @@
650
650
  "__schema": "ParameterSchema",
651
651
  "location": {
652
652
  "filePath": "cli.main.runtime.ts",
653
- "line": 89,
653
+ "line": 90,
654
654
  "character": 17
655
655
  },
656
656
  "name": "name",
@@ -658,7 +658,7 @@
658
658
  "__schema": "KeywordTypeSchema",
659
659
  "location": {
660
660
  "filePath": "cli.main.runtime.ts",
661
- "line": 89,
661
+ "line": 90,
662
662
  "character": 23
663
663
  },
664
664
  "name": "string"
@@ -670,7 +670,7 @@
670
670
  "__schema": "ParameterSchema",
671
671
  "location": {
672
672
  "filePath": "cli.main.runtime.ts",
673
- "line": 89,
673
+ "line": 90,
674
674
  "character": 31
675
675
  },
676
676
  "name": "description",
@@ -678,7 +678,7 @@
678
678
  "__schema": "KeywordTypeSchema",
679
679
  "location": {
680
680
  "filePath": "cli.main.runtime.ts",
681
- "line": 89,
681
+ "line": 90,
682
682
  "character": 44
683
683
  },
684
684
  "name": "string"
@@ -691,7 +691,7 @@
691
691
  "__schema": "InferenceTypeSchema",
692
692
  "location": {
693
693
  "filePath": "cli.main.runtime.ts",
694
- "line": 89,
694
+ "line": 90,
695
695
  "character": 3
696
696
  },
697
697
  "type": "void"
@@ -702,14 +702,14 @@
702
702
  "__schema": "FunctionLikeSchema",
703
703
  "location": {
704
704
  "filePath": "cli.main.runtime.ts",
705
- "line": 100,
705
+ "line": 101,
706
706
  "character": 3
707
707
  },
708
708
  "doc": {
709
709
  "__schema": "DocSchema",
710
710
  "location": {
711
711
  "filePath": "cli.main.runtime.ts",
712
- "line": 97,
712
+ "line": 98,
713
713
  "character": 3
714
714
  },
715
715
  "raw": "/**\n * onStart is when bootstrapping the CLI. (it happens before onCommandStart)\n */",
@@ -723,7 +723,7 @@
723
723
  "__schema": "ParameterSchema",
724
724
  "location": {
725
725
  "filePath": "cli.main.runtime.ts",
726
- "line": 100,
726
+ "line": 101,
727
727
  "character": 19
728
728
  },
729
729
  "name": "onStartFn",
@@ -731,7 +731,7 @@
731
731
  "__schema": "TypeRefSchema",
732
732
  "location": {
733
733
  "filePath": "cli.main.runtime.ts",
734
- "line": 100,
734
+ "line": 101,
735
735
  "character": 30
736
736
  },
737
737
  "name": "OnStart"
@@ -744,7 +744,7 @@
744
744
  "__schema": "TypeRefSchema",
745
745
  "location": {
746
746
  "filePath": "cli.main.runtime.ts",
747
- "line": 100,
747
+ "line": 101,
748
748
  "character": 3
749
749
  },
750
750
  "name": "CLIMain"
@@ -755,14 +755,14 @@
755
755
  "__schema": "FunctionLikeSchema",
756
756
  "location": {
757
757
  "filePath": "cli.main.runtime.ts",
758
- "line": 109,
758
+ "line": 110,
759
759
  "character": 3
760
760
  },
761
761
  "doc": {
762
762
  "__schema": "DocSchema",
763
763
  "location": {
764
764
  "filePath": "cli.main.runtime.ts",
765
- "line": 105,
765
+ "line": 106,
766
766
  "character": 3
767
767
  },
768
768
  "raw": "/**\n * onCommandStart is when a command is about to start and we have the command object and the parsed args and flags\n * already. (it happens after onStart)\n */",
@@ -776,7 +776,7 @@
776
776
  "__schema": "ParameterSchema",
777
777
  "location": {
778
778
  "filePath": "cli.main.runtime.ts",
779
- "line": 109,
779
+ "line": 110,
780
780
  "character": 26
781
781
  },
782
782
  "name": "onCommandStartFn",
@@ -784,7 +784,7 @@
784
784
  "__schema": "TypeRefSchema",
785
785
  "location": {
786
786
  "filePath": "cli.main.runtime.ts",
787
- "line": 109,
787
+ "line": 110,
788
788
  "character": 44
789
789
  },
790
790
  "name": "OnCommandStart"
@@ -797,7 +797,7 @@
797
797
  "__schema": "TypeRefSchema",
798
798
  "location": {
799
799
  "filePath": "cli.main.runtime.ts",
800
- "line": 109,
800
+ "line": 110,
801
801
  "character": 3
802
802
  },
803
803
  "name": "CLIMain"
@@ -808,14 +808,14 @@
808
808
  "__schema": "FunctionLikeSchema",
809
809
  "location": {
810
810
  "filePath": "cli.main.runtime.ts",
811
- "line": 129,
811
+ "line": 130,
812
812
  "character": 3
813
813
  },
814
814
  "doc": {
815
815
  "__schema": "DocSchema",
816
816
  "location": {
817
817
  "filePath": "cli.main.runtime.ts",
818
- "line": 114,
818
+ "line": 115,
819
819
  "character": 3
820
820
  },
821
821
  "raw": "/**\n * This will register a function to be called before the process exits.\n * This will run only for \"regular\" exits\n * e.g.\n * yes - command run and finished successfully\n * yes - command run and failed gracefully (code 1)\n * not SIGKILL (kill -9)\n * not SIGINT (Ctrl+C)\n * not SIGTERM (kill)\n * not uncaughtException\n * not unhandledRejection\n *\n * @param onBeforeExitFn\n * @returns\n */",
@@ -825,7 +825,7 @@
825
825
  "__schema": "PropertyLikeTagSchema",
826
826
  "location": {
827
827
  "filePath": "cli.main.runtime.ts",
828
- "line": 126,
828
+ "line": 127,
829
829
  "character": 6
830
830
  },
831
831
  "name": "onBeforeExitFn",
@@ -835,7 +835,7 @@
835
835
  "__schema": "ReturnTagSchema",
836
836
  "location": {
837
837
  "filePath": "cli.main.runtime.ts",
838
- "line": 127,
838
+ "line": 128,
839
839
  "character": 6
840
840
  },
841
841
  "tagName": "return"
@@ -849,7 +849,7 @@
849
849
  "__schema": "ParameterSchema",
850
850
  "location": {
851
851
  "filePath": "cli.main.runtime.ts",
852
- "line": 129,
852
+ "line": 130,
853
853
  "character": 24
854
854
  },
855
855
  "name": "onBeforeExitFn",
@@ -857,7 +857,7 @@
857
857
  "__schema": "TypeRefSchema",
858
858
  "location": {
859
859
  "filePath": "cli.main.runtime.ts",
860
- "line": 129,
860
+ "line": 130,
861
861
  "character": 40
862
862
  },
863
863
  "name": "OnBeforeExitFn"
@@ -870,7 +870,7 @@
870
870
  "__schema": "TypeRefSchema",
871
871
  "location": {
872
872
  "filePath": "cli.main.runtime.ts",
873
- "line": 129,
873
+ "line": 130,
874
874
  "character": 3
875
875
  },
876
876
  "name": "CLIMain"
@@ -881,14 +881,14 @@
881
881
  "__schema": "FunctionLikeSchema",
882
882
  "location": {
883
883
  "filePath": "cli.main.runtime.ts",
884
- "line": 138,
884
+ "line": 139,
885
885
  "character": 3
886
886
  },
887
887
  "doc": {
888
888
  "__schema": "DocSchema",
889
889
  "location": {
890
890
  "filePath": "cli.main.runtime.ts",
891
- "line": 135,
891
+ "line": 136,
892
892
  "character": 3
893
893
  },
894
894
  "raw": "/**\n * execute commands registered to this aspect.\n */",
@@ -902,7 +902,7 @@
902
902
  "__schema": "ParameterSchema",
903
903
  "location": {
904
904
  "filePath": "cli.main.runtime.ts",
905
- "line": 138,
905
+ "line": 139,
906
906
  "character": 13
907
907
  },
908
908
  "name": "hasWorkspace",
@@ -910,7 +910,7 @@
910
910
  "__schema": "KeywordTypeSchema",
911
911
  "location": {
912
912
  "filePath": "cli.main.runtime.ts",
913
- "line": 138,
913
+ "line": 139,
914
914
  "character": 27
915
915
  },
916
916
  "name": "boolean"
@@ -923,7 +923,7 @@
923
923
  "__schema": "InferenceTypeSchema",
924
924
  "location": {
925
925
  "filePath": "cli.main.runtime.ts",
926
- "line": 138,
926
+ "line": 139,
927
927
  "character": 3
928
928
  },
929
929
  "type": "Promise<void>"
@@ -936,7 +936,7 @@
936
936
  "__schema": "VariableLikeSchema",
937
937
  "location": {
938
938
  "filePath": "cli.main.runtime.ts",
939
- "line": 172,
939
+ "line": 173,
940
940
  "character": 3
941
941
  },
942
942
  "signature": "(property) CLIMain.dependencies: Aspect[]",
@@ -945,7 +945,7 @@
945
945
  "__schema": "InferenceTypeSchema",
946
946
  "location": {
947
947
  "filePath": "cli.main.runtime.ts",
948
- "line": 172,
948
+ "line": 173,
949
949
  "character": 3
950
950
  },
951
951
  "type": "Aspect[]"
@@ -957,7 +957,7 @@
957
957
  "__schema": "VariableLikeSchema",
958
958
  "location": {
959
959
  "filePath": "cli.main.runtime.ts",
960
- "line": 173,
960
+ "line": 174,
961
961
  "character": 3
962
962
  },
963
963
  "signature": "(property) CLIMain.runtime: RuntimeDefinition",
@@ -966,7 +966,7 @@
966
966
  "__schema": "InferenceTypeSchema",
967
967
  "location": {
968
968
  "filePath": "cli.main.runtime.ts",
969
- "line": 173,
969
+ "line": 174,
970
970
  "character": 3
971
971
  },
972
972
  "type": "RuntimeDefinition"
@@ -978,7 +978,7 @@
978
978
  "__schema": "VariableLikeSchema",
979
979
  "location": {
980
980
  "filePath": "cli.main.runtime.ts",
981
- "line": 174,
981
+ "line": 175,
982
982
  "character": 3
983
983
  },
984
984
  "signature": "(property) CLIMain.slots: (((registerFn: () => string) => SlotRegistry<CommandList>) | ((registerFn: () => string) => SlotRegistry<OnStart>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
@@ -987,7 +987,7 @@
987
987
  "__schema": "InferenceTypeSchema",
988
988
  "location": {
989
989
  "filePath": "cli.main.runtime.ts",
990
- "line": 174,
990
+ "line": 175,
991
991
  "character": 3
992
992
  },
993
993
  "type": "(((registerFn: () => string) => SlotRegistry<CommandList>) | ((registerFn: () => string) => SlotRegistry<OnStart>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
@@ -999,7 +999,7 @@
999
999
  "__schema": "FunctionLikeSchema",
1000
1000
  "location": {
1001
1001
  "filePath": "cli.main.runtime.ts",
1002
- "line": 181,
1002
+ "line": 182,
1003
1003
  "character": 3
1004
1004
  },
1005
1005
  "signature": "(method) CLIMain.provider([loggerMain]: [LoggerMain], config: any, [commandsSlot, onStartSlot, onCommandStartSlot, onBeforeExitSlot]: [\n CommandsSlot,\n OnStartSlot,\n OnCommandStartSlot,\n OnBeforeExitSlot\n]): Promise<CLIMain>",
@@ -1009,7 +1009,7 @@
1009
1009
  "__schema": "ParameterSchema",
1010
1010
  "location": {
1011
1011
  "filePath": "cli.main.runtime.ts",
1012
- "line": 182,
1012
+ "line": 183,
1013
1013
  "character": 5
1014
1014
  },
1015
1015
  "name": "[ loggerMain ]",
@@ -1017,7 +1017,7 @@
1017
1017
  "__schema": "TupleTypeSchema",
1018
1018
  "location": {
1019
1019
  "filePath": "cli.main.runtime.ts",
1020
- "line": 182,
1020
+ "line": 183,
1021
1021
  "character": 19
1022
1022
  },
1023
1023
  "elements": [
@@ -1025,7 +1025,7 @@
1025
1025
  "__schema": "TypeRefSchema",
1026
1026
  "location": {
1027
1027
  "filePath": "cli.main.runtime.ts",
1028
- "line": 182,
1028
+ "line": 183,
1029
1029
  "character": 20
1030
1030
  },
1031
1031
  "name": "LoggerMain"
@@ -1039,7 +1039,7 @@
1039
1039
  "__schema": "ParameterSchema",
1040
1040
  "location": {
1041
1041
  "filePath": "cli.main.runtime.ts",
1042
- "line": 183,
1042
+ "line": 184,
1043
1043
  "character": 5
1044
1044
  },
1045
1045
  "name": "config",
@@ -1047,7 +1047,7 @@
1047
1047
  "__schema": "InferenceTypeSchema",
1048
1048
  "location": {
1049
1049
  "filePath": "cli.main.runtime.ts",
1050
- "line": 183,
1050
+ "line": 184,
1051
1051
  "character": 5
1052
1052
  },
1053
1053
  "type": "any"
@@ -1059,7 +1059,7 @@
1059
1059
  "__schema": "ParameterSchema",
1060
1060
  "location": {
1061
1061
  "filePath": "cli.main.runtime.ts",
1062
- "line": 184,
1062
+ "line": 185,
1063
1063
  "character": 5
1064
1064
  },
1065
1065
  "name": "[ commandsSlot, onStartSlot, onCommandStartSlot, onBeforeExitSlot ]",
@@ -1067,7 +1067,7 @@
1067
1067
  "__schema": "TupleTypeSchema",
1068
1068
  "location": {
1069
1069
  "filePath": "cli.main.runtime.ts",
1070
- "line": 184,
1070
+ "line": 185,
1071
1071
  "character": 72
1072
1072
  },
1073
1073
  "elements": [
@@ -1075,7 +1075,7 @@
1075
1075
  "__schema": "TypeRefSchema",
1076
1076
  "location": {
1077
1077
  "filePath": "cli.main.runtime.ts",
1078
- "line": 185,
1078
+ "line": 186,
1079
1079
  "character": 7
1080
1080
  },
1081
1081
  "name": "CommandsSlot"
@@ -1084,7 +1084,7 @@
1084
1084
  "__schema": "TypeRefSchema",
1085
1085
  "location": {
1086
1086
  "filePath": "cli.main.runtime.ts",
1087
- "line": 186,
1087
+ "line": 187,
1088
1088
  "character": 7
1089
1089
  },
1090
1090
  "name": "OnStartSlot"
@@ -1093,7 +1093,7 @@
1093
1093
  "__schema": "TypeRefSchema",
1094
1094
  "location": {
1095
1095
  "filePath": "cli.main.runtime.ts",
1096
- "line": 187,
1096
+ "line": 188,
1097
1097
  "character": 7
1098
1098
  },
1099
1099
  "name": "OnCommandStartSlot"
@@ -1102,7 +1102,7 @@
1102
1102
  "__schema": "TypeRefSchema",
1103
1103
  "location": {
1104
1104
  "filePath": "cli.main.runtime.ts",
1105
- "line": 188,
1105
+ "line": 189,
1106
1106
  "character": 7
1107
1107
  },
1108
1108
  "name": "OnBeforeExitSlot"
@@ -1117,7 +1117,7 @@
1117
1117
  "__schema": "InferenceTypeSchema",
1118
1118
  "location": {
1119
1119
  "filePath": "cli.main.runtime.ts",
1120
- "line": 181,
1120
+ "line": 182,
1121
1121
  "character": 3
1122
1122
  },
1123
1123
  "type": "Promise<CLIMain>"
@@ -1145,7 +1145,7 @@
1145
1145
  "__schema": "TypeSchema",
1146
1146
  "location": {
1147
1147
  "filePath": "cli.main.runtime.ts",
1148
- "line": 18,
1148
+ "line": 19,
1149
1149
  "character": 1
1150
1150
  },
1151
1151
  "signature": "type CommandList = Command[]",
@@ -1154,7 +1154,7 @@
1154
1154
  "__schema": "TypeRefSchema",
1155
1155
  "location": {
1156
1156
  "filePath": "cli.main.runtime.ts",
1157
- "line": 18,
1157
+ "line": 19,
1158
1158
  "character": 27
1159
1159
  },
1160
1160
  "name": "Array",
@@ -1163,7 +1163,7 @@
1163
1163
  "__schema": "TypeRefSchema",
1164
1164
  "location": {
1165
1165
  "filePath": "cli.main.runtime.ts",
1166
- "line": 18,
1166
+ "line": 19,
1167
1167
  "character": 33
1168
1168
  },
1169
1169
  "name": "Command"
@@ -1185,7 +1185,7 @@
1185
1185
  "__schema": "TypeSchema",
1186
1186
  "location": {
1187
1187
  "filePath": "cli.main.runtime.ts",
1188
- "line": 25,
1188
+ "line": 26,
1189
1189
  "character": 1
1190
1190
  },
1191
1191
  "signature": "type CommandsSlot = SlotRegistry<CommandList>",
@@ -1194,7 +1194,7 @@
1194
1194
  "__schema": "TypeRefSchema",
1195
1195
  "location": {
1196
1196
  "filePath": "cli.main.runtime.ts",
1197
- "line": 25,
1197
+ "line": 26,
1198
1198
  "character": 28
1199
1199
  },
1200
1200
  "name": "SlotRegistry",
@@ -1203,7 +1203,7 @@
1203
1203
  "__schema": "TypeRefSchema",
1204
1204
  "location": {
1205
1205
  "filePath": "cli.main.runtime.ts",
1206
- "line": 25,
1206
+ "line": 26,
1207
1207
  "character": 41
1208
1208
  },
1209
1209
  "name": "CommandList"
@@ -1648,7 +1648,7 @@
1648
1648
  "_legacy": {
1649
1649
  "scope": "teambit.harmony",
1650
1650
  "name": "cli",
1651
- "version": "0.0.1047"
1651
+ "version": "0.0.1049"
1652
1652
  },
1653
1653
  "_scope": "teambit.harmony"
1654
1654
  }
@@ -1762,7 +1762,7 @@
1762
1762
  "_legacy": {
1763
1763
  "scope": "teambit.harmony",
1764
1764
  "name": "cli",
1765
- "version": "0.0.1047"
1765
+ "version": "0.0.1049"
1766
1766
  },
1767
1767
  "_scope": "teambit.harmony"
1768
1768
  }
@@ -2160,7 +2160,7 @@
2160
2160
  "__schema": "TypeSchema",
2161
2161
  "location": {
2162
2162
  "filePath": "cli.main.runtime.ts",
2163
- "line": 18,
2163
+ "line": 19,
2164
2164
  "character": 1
2165
2165
  },
2166
2166
  "signature": "type CommandList = Command[]",
@@ -2169,7 +2169,7 @@
2169
2169
  "__schema": "TypeRefSchema",
2170
2170
  "location": {
2171
2171
  "filePath": "cli.main.runtime.ts",
2172
- "line": 18,
2172
+ "line": 19,
2173
2173
  "character": 27
2174
2174
  },
2175
2175
  "name": "Array",
@@ -2178,7 +2178,7 @@
2178
2178
  "__schema": "TypeRefSchema",
2179
2179
  "location": {
2180
2180
  "filePath": "cli.main.runtime.ts",
2181
- "line": 18,
2181
+ "line": 19,
2182
2182
  "character": 33
2183
2183
  },
2184
2184
  "name": "Command"
@@ -2190,7 +2190,7 @@
2190
2190
  "__schema": "TypeSchema",
2191
2191
  "location": {
2192
2192
  "filePath": "cli.main.runtime.ts",
2193
- "line": 19,
2193
+ "line": 20,
2194
2194
  "character": 1
2195
2195
  },
2196
2196
  "signature": "type OnStart = (hasWorkspace: boolean, currentCommand: string, commandObject?: Command) => Promise<void>",
@@ -2199,7 +2199,7 @@
2199
2199
  "__schema": "FunctionLikeSchema",
2200
2200
  "location": {
2201
2201
  "filePath": "cli.main.runtime.ts",
2202
- "line": 19,
2202
+ "line": 20,
2203
2203
  "character": 23
2204
2204
  },
2205
2205
  "signature": "(hasWorkspace: boolean, currentCommand: string, commandObject?: Command): Promise<void>",
@@ -2209,7 +2209,7 @@
2209
2209
  "__schema": "ParameterSchema",
2210
2210
  "location": {
2211
2211
  "filePath": "cli.main.runtime.ts",
2212
- "line": 19,
2212
+ "line": 20,
2213
2213
  "character": 24
2214
2214
  },
2215
2215
  "name": "hasWorkspace",
@@ -2217,7 +2217,7 @@
2217
2217
  "__schema": "KeywordTypeSchema",
2218
2218
  "location": {
2219
2219
  "filePath": "cli.main.runtime.ts",
2220
- "line": 19,
2220
+ "line": 20,
2221
2221
  "character": 38
2222
2222
  },
2223
2223
  "name": "boolean"
@@ -2229,7 +2229,7 @@
2229
2229
  "__schema": "ParameterSchema",
2230
2230
  "location": {
2231
2231
  "filePath": "cli.main.runtime.ts",
2232
- "line": 19,
2232
+ "line": 20,
2233
2233
  "character": 47
2234
2234
  },
2235
2235
  "name": "currentCommand",
@@ -2237,7 +2237,7 @@
2237
2237
  "__schema": "KeywordTypeSchema",
2238
2238
  "location": {
2239
2239
  "filePath": "cli.main.runtime.ts",
2240
- "line": 19,
2240
+ "line": 20,
2241
2241
  "character": 63
2242
2242
  },
2243
2243
  "name": "string"
@@ -2249,7 +2249,7 @@
2249
2249
  "__schema": "ParameterSchema",
2250
2250
  "location": {
2251
2251
  "filePath": "cli.main.runtime.ts",
2252
- "line": 19,
2252
+ "line": 20,
2253
2253
  "character": 71
2254
2254
  },
2255
2255
  "name": "commandObject",
@@ -2257,7 +2257,7 @@
2257
2257
  "__schema": "TypeRefSchema",
2258
2258
  "location": {
2259
2259
  "filePath": "cli.main.runtime.ts",
2260
- "line": 19,
2260
+ "line": 20,
2261
2261
  "character": 87
2262
2262
  },
2263
2263
  "name": "Command"
@@ -2270,7 +2270,7 @@
2270
2270
  "__schema": "TypeRefSchema",
2271
2271
  "location": {
2272
2272
  "filePath": "cli.main.runtime.ts",
2273
- "line": 19,
2273
+ "line": 20,
2274
2274
  "character": 99
2275
2275
  },
2276
2276
  "name": "Promise",
@@ -2279,7 +2279,7 @@
2279
2279
  "__schema": "KeywordTypeSchema",
2280
2280
  "location": {
2281
2281
  "filePath": "cli.main.runtime.ts",
2282
- "line": 19,
2282
+ "line": 20,
2283
2283
  "character": 107
2284
2284
  },
2285
2285
  "name": "void"
@@ -2293,7 +2293,7 @@
2293
2293
  "__schema": "TypeSchema",
2294
2294
  "location": {
2295
2295
  "filePath": "cli.main.runtime.ts",
2296
- "line": 20,
2296
+ "line": 21,
2297
2297
  "character": 1
2298
2298
  },
2299
2299
  "signature": "type OnCommandStart = (commandName: string, args: CLIArgs, flags: Flags) => Promise<void>",
@@ -2302,7 +2302,7 @@
2302
2302
  "__schema": "FunctionLikeSchema",
2303
2303
  "location": {
2304
2304
  "filePath": "cli.main.runtime.ts",
2305
- "line": 20,
2305
+ "line": 21,
2306
2306
  "character": 30
2307
2307
  },
2308
2308
  "signature": "(commandName: string, args: CLIArgs, flags: Flags): Promise<void>",
@@ -2312,7 +2312,7 @@
2312
2312
  "__schema": "ParameterSchema",
2313
2313
  "location": {
2314
2314
  "filePath": "cli.main.runtime.ts",
2315
- "line": 20,
2315
+ "line": 21,
2316
2316
  "character": 31
2317
2317
  },
2318
2318
  "name": "commandName",
@@ -2320,7 +2320,7 @@
2320
2320
  "__schema": "KeywordTypeSchema",
2321
2321
  "location": {
2322
2322
  "filePath": "cli.main.runtime.ts",
2323
- "line": 20,
2323
+ "line": 21,
2324
2324
  "character": 44
2325
2325
  },
2326
2326
  "name": "string"
@@ -2332,7 +2332,7 @@
2332
2332
  "__schema": "ParameterSchema",
2333
2333
  "location": {
2334
2334
  "filePath": "cli.main.runtime.ts",
2335
- "line": 20,
2335
+ "line": 21,
2336
2336
  "character": 52
2337
2337
  },
2338
2338
  "name": "args",
@@ -2340,7 +2340,7 @@
2340
2340
  "__schema": "TypeRefSchema",
2341
2341
  "location": {
2342
2342
  "filePath": "cli.main.runtime.ts",
2343
- "line": 20,
2343
+ "line": 21,
2344
2344
  "character": 58
2345
2345
  },
2346
2346
  "name": "CLIArgs"
@@ -2352,7 +2352,7 @@
2352
2352
  "__schema": "ParameterSchema",
2353
2353
  "location": {
2354
2354
  "filePath": "cli.main.runtime.ts",
2355
- "line": 20,
2355
+ "line": 21,
2356
2356
  "character": 67
2357
2357
  },
2358
2358
  "name": "flags",
@@ -2360,7 +2360,7 @@
2360
2360
  "__schema": "TypeRefSchema",
2361
2361
  "location": {
2362
2362
  "filePath": "cli.main.runtime.ts",
2363
- "line": 20,
2363
+ "line": 21,
2364
2364
  "character": 74
2365
2365
  },
2366
2366
  "name": "Flags"
@@ -2373,7 +2373,7 @@
2373
2373
  "__schema": "TypeRefSchema",
2374
2374
  "location": {
2375
2375
  "filePath": "cli.main.runtime.ts",
2376
- "line": 20,
2376
+ "line": 21,
2377
2377
  "character": 84
2378
2378
  },
2379
2379
  "name": "Promise",
@@ -2382,7 +2382,7 @@
2382
2382
  "__schema": "KeywordTypeSchema",
2383
2383
  "location": {
2384
2384
  "filePath": "cli.main.runtime.ts",
2385
- "line": 20,
2385
+ "line": 21,
2386
2386
  "character": 92
2387
2387
  },
2388
2388
  "name": "void"
@@ -2396,7 +2396,7 @@
2396
2396
  "__schema": "TypeSchema",
2397
2397
  "location": {
2398
2398
  "filePath": "cli.main.runtime.ts",
2399
- "line": 21,
2399
+ "line": 22,
2400
2400
  "character": 1
2401
2401
  },
2402
2402
  "signature": "type OnBeforeExitFn = () => Promise<void>",
@@ -2405,7 +2405,7 @@
2405
2405
  "__schema": "FunctionLikeSchema",
2406
2406
  "location": {
2407
2407
  "filePath": "cli.main.runtime.ts",
2408
- "line": 21,
2408
+ "line": 22,
2409
2409
  "character": 30
2410
2410
  },
2411
2411
  "signature": "(): Promise<void>",
@@ -2415,7 +2415,7 @@
2415
2415
  "__schema": "TypeRefSchema",
2416
2416
  "location": {
2417
2417
  "filePath": "cli.main.runtime.ts",
2418
- "line": 21,
2418
+ "line": 22,
2419
2419
  "character": 36
2420
2420
  },
2421
2421
  "name": "Promise",
@@ -2424,7 +2424,7 @@
2424
2424
  "__schema": "KeywordTypeSchema",
2425
2425
  "location": {
2426
2426
  "filePath": "cli.main.runtime.ts",
2427
- "line": 21,
2427
+ "line": 22,
2428
2428
  "character": 44
2429
2429
  },
2430
2430
  "name": "void"
@@ -2438,7 +2438,7 @@
2438
2438
  "__schema": "TypeSchema",
2439
2439
  "location": {
2440
2440
  "filePath": "cli.main.runtime.ts",
2441
- "line": 23,
2441
+ "line": 24,
2442
2442
  "character": 1
2443
2443
  },
2444
2444
  "signature": "type OnStartSlot = SlotRegistry<OnStart>",
@@ -2447,7 +2447,7 @@
2447
2447
  "__schema": "TypeRefSchema",
2448
2448
  "location": {
2449
2449
  "filePath": "cli.main.runtime.ts",
2450
- "line": 23,
2450
+ "line": 24,
2451
2451
  "character": 27
2452
2452
  },
2453
2453
  "name": "SlotRegistry",
@@ -2456,7 +2456,7 @@
2456
2456
  "__schema": "TypeRefSchema",
2457
2457
  "location": {
2458
2458
  "filePath": "cli.main.runtime.ts",
2459
- "line": 23,
2459
+ "line": 24,
2460
2460
  "character": 40
2461
2461
  },
2462
2462
  "name": "OnStart"
@@ -2468,7 +2468,7 @@
2468
2468
  "__schema": "TypeSchema",
2469
2469
  "location": {
2470
2470
  "filePath": "cli.main.runtime.ts",
2471
- "line": 24,
2471
+ "line": 25,
2472
2472
  "character": 1
2473
2473
  },
2474
2474
  "signature": "type OnCommandStartSlot = SlotRegistry<OnCommandStart>",
@@ -2477,7 +2477,7 @@
2477
2477
  "__schema": "TypeRefSchema",
2478
2478
  "location": {
2479
2479
  "filePath": "cli.main.runtime.ts",
2480
- "line": 24,
2480
+ "line": 25,
2481
2481
  "character": 34
2482
2482
  },
2483
2483
  "name": "SlotRegistry",
@@ -2486,7 +2486,7 @@
2486
2486
  "__schema": "TypeRefSchema",
2487
2487
  "location": {
2488
2488
  "filePath": "cli.main.runtime.ts",
2489
- "line": 24,
2489
+ "line": 25,
2490
2490
  "character": 47
2491
2491
  },
2492
2492
  "name": "OnCommandStart"
@@ -2498,7 +2498,7 @@
2498
2498
  "__schema": "TypeSchema",
2499
2499
  "location": {
2500
2500
  "filePath": "cli.main.runtime.ts",
2501
- "line": 25,
2501
+ "line": 26,
2502
2502
  "character": 1
2503
2503
  },
2504
2504
  "signature": "type CommandsSlot = SlotRegistry<CommandList>",
@@ -2507,7 +2507,7 @@
2507
2507
  "__schema": "TypeRefSchema",
2508
2508
  "location": {
2509
2509
  "filePath": "cli.main.runtime.ts",
2510
- "line": 25,
2510
+ "line": 26,
2511
2511
  "character": 28
2512
2512
  },
2513
2513
  "name": "SlotRegistry",
@@ -2516,7 +2516,7 @@
2516
2516
  "__schema": "TypeRefSchema",
2517
2517
  "location": {
2518
2518
  "filePath": "cli.main.runtime.ts",
2519
- "line": 25,
2519
+ "line": 26,
2520
2520
  "character": 41
2521
2521
  },
2522
2522
  "name": "CommandList"
@@ -2528,7 +2528,7 @@
2528
2528
  "__schema": "TypeSchema",
2529
2529
  "location": {
2530
2530
  "filePath": "cli.main.runtime.ts",
2531
- "line": 26,
2531
+ "line": 27,
2532
2532
  "character": 1
2533
2533
  },
2534
2534
  "signature": "type OnBeforeExitSlot = SlotRegistry<OnBeforeExitFn>",
@@ -2537,7 +2537,7 @@
2537
2537
  "__schema": "TypeRefSchema",
2538
2538
  "location": {
2539
2539
  "filePath": "cli.main.runtime.ts",
2540
- "line": 26,
2540
+ "line": 27,
2541
2541
  "character": 32
2542
2542
  },
2543
2543
  "name": "SlotRegistry",
@@ -2546,7 +2546,7 @@
2546
2546
  "__schema": "TypeRefSchema",
2547
2547
  "location": {
2548
2548
  "filePath": "cli.main.runtime.ts",
2549
- "line": 26,
2549
+ "line": 27,
2550
2550
  "character": 45
2551
2551
  },
2552
2552
  "name": "OnBeforeExitFn"
@@ -2558,7 +2558,7 @@
2558
2558
  "__schema": "ClassSchema",
2559
2559
  "location": {
2560
2560
  "filePath": "cli.main.runtime.ts",
2561
- "line": 28,
2561
+ "line": 29,
2562
2562
  "character": 1
2563
2563
  },
2564
2564
  "signature": "class CLIMain",
@@ -2568,7 +2568,7 @@
2568
2568
  "__schema": "VariableLikeSchema",
2569
2569
  "location": {
2570
2570
  "filePath": "cli.main.runtime.ts",
2571
- "line": 29,
2571
+ "line": 30,
2572
2572
  "character": 3
2573
2573
  },
2574
2574
  "signature": "(property) CLIMain.groups: GroupsType",
@@ -2577,7 +2577,7 @@
2577
2577
  "__schema": "TypeRefSchema",
2578
2578
  "location": {
2579
2579
  "filePath": "cli.main.runtime.ts",
2580
- "line": 29,
2580
+ "line": 30,
2581
2581
  "character": 3
2582
2582
  },
2583
2583
  "name": "GroupsType",
@@ -2590,7 +2590,7 @@
2590
2590
  "__schema": "ConstructorSchema",
2591
2591
  "location": {
2592
2592
  "filePath": "cli.main.runtime.ts",
2593
- "line": 30,
2593
+ "line": 31,
2594
2594
  "character": 3
2595
2595
  },
2596
2596
  "signature": "constructor CLIMain(commandsSlot: CommandsSlot, onStartSlot: OnStartSlot, onCommandStartSlot: OnCommandStartSlot, onBeforeExitSlot: OnBeforeExitSlot, logger: Logger): CLIMain",
@@ -2600,7 +2600,7 @@
2600
2600
  "__schema": "ParameterSchema",
2601
2601
  "location": {
2602
2602
  "filePath": "cli.main.runtime.ts",
2603
- "line": 31,
2603
+ "line": 32,
2604
2604
  "character": 5
2605
2605
  },
2606
2606
  "name": "commandsSlot",
@@ -2608,7 +2608,7 @@
2608
2608
  "__schema": "TypeRefSchema",
2609
2609
  "location": {
2610
2610
  "filePath": "cli.main.runtime.ts",
2611
- "line": 31,
2611
+ "line": 32,
2612
2612
  "character": 27
2613
2613
  },
2614
2614
  "name": "CommandsSlot"
@@ -2620,7 +2620,7 @@
2620
2620
  "__schema": "ParameterSchema",
2621
2621
  "location": {
2622
2622
  "filePath": "cli.main.runtime.ts",
2623
- "line": 32,
2623
+ "line": 33,
2624
2624
  "character": 5
2625
2625
  },
2626
2626
  "name": "onStartSlot",
@@ -2628,7 +2628,7 @@
2628
2628
  "__schema": "TypeRefSchema",
2629
2629
  "location": {
2630
2630
  "filePath": "cli.main.runtime.ts",
2631
- "line": 32,
2631
+ "line": 33,
2632
2632
  "character": 26
2633
2633
  },
2634
2634
  "name": "OnStartSlot"
@@ -2640,7 +2640,7 @@
2640
2640
  "__schema": "ParameterSchema",
2641
2641
  "location": {
2642
2642
  "filePath": "cli.main.runtime.ts",
2643
- "line": 33,
2643
+ "line": 34,
2644
2644
  "character": 5
2645
2645
  },
2646
2646
  "name": "onCommandStartSlot",
@@ -2648,7 +2648,7 @@
2648
2648
  "__schema": "TypeRefSchema",
2649
2649
  "location": {
2650
2650
  "filePath": "cli.main.runtime.ts",
2651
- "line": 33,
2651
+ "line": 34,
2652
2652
  "character": 34
2653
2653
  },
2654
2654
  "name": "OnCommandStartSlot"
@@ -2660,7 +2660,7 @@
2660
2660
  "__schema": "ParameterSchema",
2661
2661
  "location": {
2662
2662
  "filePath": "cli.main.runtime.ts",
2663
- "line": 34,
2663
+ "line": 35,
2664
2664
  "character": 5
2665
2665
  },
2666
2666
  "name": "onBeforeExitSlot",
@@ -2668,7 +2668,7 @@
2668
2668
  "__schema": "TypeRefSchema",
2669
2669
  "location": {
2670
2670
  "filePath": "cli.main.runtime.ts",
2671
- "line": 34,
2671
+ "line": 35,
2672
2672
  "character": 31
2673
2673
  },
2674
2674
  "name": "OnBeforeExitSlot"
@@ -2680,7 +2680,7 @@
2680
2680
  "__schema": "ParameterSchema",
2681
2681
  "location": {
2682
2682
  "filePath": "cli.main.runtime.ts",
2683
- "line": 35,
2683
+ "line": 36,
2684
2684
  "character": 5
2685
2685
  },
2686
2686
  "name": "logger",
@@ -2688,7 +2688,7 @@
2688
2688
  "__schema": "TypeRefSchema",
2689
2689
  "location": {
2690
2690
  "filePath": "cli.main.runtime.ts",
2691
- "line": 35,
2691
+ "line": 36,
2692
2692
  "character": 21
2693
2693
  },
2694
2694
  "name": "Logger"
@@ -2701,7 +2701,7 @@
2701
2701
  "__schema": "ThisTypeSchema",
2702
2702
  "location": {
2703
2703
  "filePath": "cli.main.runtime.ts",
2704
- "line": 28,
2704
+ "line": 29,
2705
2705
  "character": 1
2706
2706
  },
2707
2707
  "name": "CLIMain"
@@ -2712,14 +2712,14 @@
2712
2712
  "__schema": "FunctionLikeSchema",
2713
2713
  "location": {
2714
2714
  "filePath": "cli.main.runtime.ts",
2715
- "line": 41,
2715
+ "line": 42,
2716
2716
  "character": 3
2717
2717
  },
2718
2718
  "doc": {
2719
2719
  "__schema": "DocSchema",
2720
2720
  "location": {
2721
2721
  "filePath": "cli.main.runtime.ts",
2722
- "line": 38,
2722
+ "line": 39,
2723
2723
  "character": 3
2724
2724
  },
2725
2725
  "raw": "/**\n * registers a new command in to the CLI.\n */",
@@ -2733,7 +2733,7 @@
2733
2733
  "__schema": "ParameterSchema",
2734
2734
  "location": {
2735
2735
  "filePath": "cli.main.runtime.ts",
2736
- "line": 41,
2736
+ "line": 42,
2737
2737
  "character": 12
2738
2738
  },
2739
2739
  "name": "commands",
@@ -2741,7 +2741,7 @@
2741
2741
  "__schema": "TypeRefSchema",
2742
2742
  "location": {
2743
2743
  "filePath": "cli.main.runtime.ts",
2744
- "line": 41,
2744
+ "line": 42,
2745
2745
  "character": 25
2746
2746
  },
2747
2747
  "name": "CommandList"
@@ -2754,7 +2754,7 @@
2754
2754
  "__schema": "InferenceTypeSchema",
2755
2755
  "location": {
2756
2756
  "filePath": "cli.main.runtime.ts",
2757
- "line": 41,
2757
+ "line": 42,
2758
2758
  "character": 3
2759
2759
  },
2760
2760
  "type": "void"
@@ -2765,14 +2765,14 @@
2765
2765
  "__schema": "FunctionLikeSchema",
2766
2766
  "location": {
2767
2767
  "filePath": "cli.main.runtime.ts",
2768
- "line": 54,
2768
+ "line": 55,
2769
2769
  "character": 3
2770
2770
  },
2771
2771
  "doc": {
2772
2772
  "__schema": "DocSchema",
2773
2773
  "location": {
2774
2774
  "filePath": "cli.main.runtime.ts",
2775
- "line": 50,
2775
+ "line": 51,
2776
2776
  "character": 3
2777
2777
  },
2778
2778
  "raw": "/**\n * helpful for having the same command name in different environments (e.g. legacy and non-legacy).\n * for example `cli.unregister('tag');` removes the \"bit tag\" command.\n */",
@@ -2786,7 +2786,7 @@
2786
2786
  "__schema": "ParameterSchema",
2787
2787
  "location": {
2788
2788
  "filePath": "cli.main.runtime.ts",
2789
- "line": 54,
2789
+ "line": 55,
2790
2790
  "character": 14
2791
2791
  },
2792
2792
  "name": "commandName",
@@ -2794,7 +2794,7 @@
2794
2794
  "__schema": "KeywordTypeSchema",
2795
2795
  "location": {
2796
2796
  "filePath": "cli.main.runtime.ts",
2797
- "line": 54,
2797
+ "line": 55,
2798
2798
  "character": 27
2799
2799
  },
2800
2800
  "name": "string"
@@ -2807,7 +2807,7 @@
2807
2807
  "__schema": "InferenceTypeSchema",
2808
2808
  "location": {
2809
2809
  "filePath": "cli.main.runtime.ts",
2810
- "line": 54,
2810
+ "line": 55,
2811
2811
  "character": 3
2812
2812
  },
2813
2813
  "type": "void"
@@ -2818,7 +2818,7 @@
2818
2818
  "__schema": "GetAccessorSchema",
2819
2819
  "location": {
2820
2820
  "filePath": "cli.main.runtime.ts",
2821
- "line": 66,
2821
+ "line": 67,
2822
2822
  "character": 3
2823
2823
  },
2824
2824
  "signature": "(getter) CLIMain.commands: CommandList",
@@ -2827,7 +2827,7 @@
2827
2827
  "__schema": "TypeRefSchema",
2828
2828
  "location": {
2829
2829
  "filePath": "cli.main.runtime.ts",
2830
- "line": 66,
2830
+ "line": 67,
2831
2831
  "character": 3
2832
2832
  },
2833
2833
  "name": "CommandList"
@@ -2837,14 +2837,14 @@
2837
2837
  "__schema": "FunctionLikeSchema",
2838
2838
  "location": {
2839
2839
  "filePath": "cli.main.runtime.ts",
2840
- "line": 73,
2840
+ "line": 74,
2841
2841
  "character": 3
2842
2842
  },
2843
2843
  "doc": {
2844
2844
  "__schema": "DocSchema",
2845
2845
  "location": {
2846
2846
  "filePath": "cli.main.runtime.ts",
2847
- "line": 70,
2847
+ "line": 71,
2848
2848
  "character": 3
2849
2849
  },
2850
2850
  "raw": "/**\n * get an instance of a registered command. (useful for aspects to modify and extend existing commands)\n */",
@@ -2858,7 +2858,7 @@
2858
2858
  "__schema": "ParameterSchema",
2859
2859
  "location": {
2860
2860
  "filePath": "cli.main.runtime.ts",
2861
- "line": 73,
2861
+ "line": 74,
2862
2862
  "character": 14
2863
2863
  },
2864
2864
  "name": "name",
@@ -2866,7 +2866,7 @@
2866
2866
  "__schema": "KeywordTypeSchema",
2867
2867
  "location": {
2868
2868
  "filePath": "cli.main.runtime.ts",
2869
- "line": 73,
2869
+ "line": 74,
2870
2870
  "character": 20
2871
2871
  },
2872
2872
  "name": "string"
@@ -2879,7 +2879,7 @@
2879
2879
  "__schema": "TypeUnionSchema",
2880
2880
  "location": {
2881
2881
  "filePath": "cli.main.runtime.ts",
2882
- "line": 73,
2882
+ "line": 74,
2883
2883
  "character": 29
2884
2884
  },
2885
2885
  "types": [
@@ -2887,7 +2887,7 @@
2887
2887
  "__schema": "TypeRefSchema",
2888
2888
  "location": {
2889
2889
  "filePath": "cli.main.runtime.ts",
2890
- "line": 73,
2890
+ "line": 74,
2891
2891
  "character": 29
2892
2892
  },
2893
2893
  "name": "Command"
@@ -2896,7 +2896,7 @@
2896
2896
  "__schema": "KeywordTypeSchema",
2897
2897
  "location": {
2898
2898
  "filePath": "cli.main.runtime.ts",
2899
- "line": 73,
2899
+ "line": 74,
2900
2900
  "character": 39
2901
2901
  },
2902
2902
  "name": "undefined"
@@ -2909,7 +2909,7 @@
2909
2909
  "__schema": "FunctionLikeSchema",
2910
2910
  "location": {
2911
2911
  "filePath": "cli.main.runtime.ts",
2912
- "line": 77,
2912
+ "line": 78,
2913
2913
  "character": 3
2914
2914
  },
2915
2915
  "signature": "(method) CLIMain.getCommandByNameOrAlias(name: string): Command | undefined",
@@ -2919,7 +2919,7 @@
2919
2919
  "__schema": "ParameterSchema",
2920
2920
  "location": {
2921
2921
  "filePath": "cli.main.runtime.ts",
2922
- "line": 77,
2922
+ "line": 78,
2923
2923
  "character": 27
2924
2924
  },
2925
2925
  "name": "name",
@@ -2927,7 +2927,7 @@
2927
2927
  "__schema": "KeywordTypeSchema",
2928
2928
  "location": {
2929
2929
  "filePath": "cli.main.runtime.ts",
2930
- "line": 77,
2930
+ "line": 78,
2931
2931
  "character": 33
2932
2932
  },
2933
2933
  "name": "string"
@@ -2940,7 +2940,7 @@
2940
2940
  "__schema": "TypeUnionSchema",
2941
2941
  "location": {
2942
2942
  "filePath": "cli.main.runtime.ts",
2943
- "line": 77,
2943
+ "line": 78,
2944
2944
  "character": 42
2945
2945
  },
2946
2946
  "types": [
@@ -2948,7 +2948,7 @@
2948
2948
  "__schema": "TypeRefSchema",
2949
2949
  "location": {
2950
2950
  "filePath": "cli.main.runtime.ts",
2951
- "line": 77,
2951
+ "line": 78,
2952
2952
  "character": 42
2953
2953
  },
2954
2954
  "name": "Command"
@@ -2957,7 +2957,7 @@
2957
2957
  "__schema": "KeywordTypeSchema",
2958
2958
  "location": {
2959
2959
  "filePath": "cli.main.runtime.ts",
2960
- "line": 77,
2960
+ "line": 78,
2961
2961
  "character": 52
2962
2962
  },
2963
2963
  "name": "undefined"
@@ -2970,14 +2970,14 @@
2970
2970
  "__schema": "FunctionLikeSchema",
2971
2971
  "location": {
2972
2972
  "filePath": "cli.main.runtime.ts",
2973
- "line": 89,
2973
+ "line": 90,
2974
2974
  "character": 3
2975
2975
  },
2976
2976
  "doc": {
2977
2977
  "__schema": "DocSchema",
2978
2978
  "location": {
2979
2979
  "filePath": "cli.main.runtime.ts",
2980
- "line": 83,
2980
+ "line": 84,
2981
2981
  "character": 3
2982
2982
  },
2983
2983
  "raw": "/**\n * when running `bit help`, commands are grouped by categories.\n * this method helps registering a new group by providing its name and a description.\n * the name is what needs to be assigned to the `group` property of the Command interface.\n * the description is what shown in the `bit help` output.\n */",
@@ -2991,7 +2991,7 @@
2991
2991
  "__schema": "ParameterSchema",
2992
2992
  "location": {
2993
2993
  "filePath": "cli.main.runtime.ts",
2994
- "line": 89,
2994
+ "line": 90,
2995
2995
  "character": 17
2996
2996
  },
2997
2997
  "name": "name",
@@ -2999,7 +2999,7 @@
2999
2999
  "__schema": "KeywordTypeSchema",
3000
3000
  "location": {
3001
3001
  "filePath": "cli.main.runtime.ts",
3002
- "line": 89,
3002
+ "line": 90,
3003
3003
  "character": 23
3004
3004
  },
3005
3005
  "name": "string"
@@ -3011,7 +3011,7 @@
3011
3011
  "__schema": "ParameterSchema",
3012
3012
  "location": {
3013
3013
  "filePath": "cli.main.runtime.ts",
3014
- "line": 89,
3014
+ "line": 90,
3015
3015
  "character": 31
3016
3016
  },
3017
3017
  "name": "description",
@@ -3019,7 +3019,7 @@
3019
3019
  "__schema": "KeywordTypeSchema",
3020
3020
  "location": {
3021
3021
  "filePath": "cli.main.runtime.ts",
3022
- "line": 89,
3022
+ "line": 90,
3023
3023
  "character": 44
3024
3024
  },
3025
3025
  "name": "string"
@@ -3032,7 +3032,7 @@
3032
3032
  "__schema": "InferenceTypeSchema",
3033
3033
  "location": {
3034
3034
  "filePath": "cli.main.runtime.ts",
3035
- "line": 89,
3035
+ "line": 90,
3036
3036
  "character": 3
3037
3037
  },
3038
3038
  "type": "void"
@@ -3043,14 +3043,14 @@
3043
3043
  "__schema": "FunctionLikeSchema",
3044
3044
  "location": {
3045
3045
  "filePath": "cli.main.runtime.ts",
3046
- "line": 100,
3046
+ "line": 101,
3047
3047
  "character": 3
3048
3048
  },
3049
3049
  "doc": {
3050
3050
  "__schema": "DocSchema",
3051
3051
  "location": {
3052
3052
  "filePath": "cli.main.runtime.ts",
3053
- "line": 97,
3053
+ "line": 98,
3054
3054
  "character": 3
3055
3055
  },
3056
3056
  "raw": "/**\n * onStart is when bootstrapping the CLI. (it happens before onCommandStart)\n */",
@@ -3064,7 +3064,7 @@
3064
3064
  "__schema": "ParameterSchema",
3065
3065
  "location": {
3066
3066
  "filePath": "cli.main.runtime.ts",
3067
- "line": 100,
3067
+ "line": 101,
3068
3068
  "character": 19
3069
3069
  },
3070
3070
  "name": "onStartFn",
@@ -3072,7 +3072,7 @@
3072
3072
  "__schema": "TypeRefSchema",
3073
3073
  "location": {
3074
3074
  "filePath": "cli.main.runtime.ts",
3075
- "line": 100,
3075
+ "line": 101,
3076
3076
  "character": 30
3077
3077
  },
3078
3078
  "name": "OnStart"
@@ -3085,7 +3085,7 @@
3085
3085
  "__schema": "TypeRefSchema",
3086
3086
  "location": {
3087
3087
  "filePath": "cli.main.runtime.ts",
3088
- "line": 100,
3088
+ "line": 101,
3089
3089
  "character": 3
3090
3090
  },
3091
3091
  "name": "CLIMain"
@@ -3096,14 +3096,14 @@
3096
3096
  "__schema": "FunctionLikeSchema",
3097
3097
  "location": {
3098
3098
  "filePath": "cli.main.runtime.ts",
3099
- "line": 109,
3099
+ "line": 110,
3100
3100
  "character": 3
3101
3101
  },
3102
3102
  "doc": {
3103
3103
  "__schema": "DocSchema",
3104
3104
  "location": {
3105
3105
  "filePath": "cli.main.runtime.ts",
3106
- "line": 105,
3106
+ "line": 106,
3107
3107
  "character": 3
3108
3108
  },
3109
3109
  "raw": "/**\n * onCommandStart is when a command is about to start and we have the command object and the parsed args and flags\n * already. (it happens after onStart)\n */",
@@ -3117,7 +3117,7 @@
3117
3117
  "__schema": "ParameterSchema",
3118
3118
  "location": {
3119
3119
  "filePath": "cli.main.runtime.ts",
3120
- "line": 109,
3120
+ "line": 110,
3121
3121
  "character": 26
3122
3122
  },
3123
3123
  "name": "onCommandStartFn",
@@ -3125,7 +3125,7 @@
3125
3125
  "__schema": "TypeRefSchema",
3126
3126
  "location": {
3127
3127
  "filePath": "cli.main.runtime.ts",
3128
- "line": 109,
3128
+ "line": 110,
3129
3129
  "character": 44
3130
3130
  },
3131
3131
  "name": "OnCommandStart"
@@ -3138,7 +3138,7 @@
3138
3138
  "__schema": "TypeRefSchema",
3139
3139
  "location": {
3140
3140
  "filePath": "cli.main.runtime.ts",
3141
- "line": 109,
3141
+ "line": 110,
3142
3142
  "character": 3
3143
3143
  },
3144
3144
  "name": "CLIMain"
@@ -3149,14 +3149,14 @@
3149
3149
  "__schema": "FunctionLikeSchema",
3150
3150
  "location": {
3151
3151
  "filePath": "cli.main.runtime.ts",
3152
- "line": 129,
3152
+ "line": 130,
3153
3153
  "character": 3
3154
3154
  },
3155
3155
  "doc": {
3156
3156
  "__schema": "DocSchema",
3157
3157
  "location": {
3158
3158
  "filePath": "cli.main.runtime.ts",
3159
- "line": 114,
3159
+ "line": 115,
3160
3160
  "character": 3
3161
3161
  },
3162
3162
  "raw": "/**\n * This will register a function to be called before the process exits.\n * This will run only for \"regular\" exits\n * e.g.\n * yes - command run and finished successfully\n * yes - command run and failed gracefully (code 1)\n * not SIGKILL (kill -9)\n * not SIGINT (Ctrl+C)\n * not SIGTERM (kill)\n * not uncaughtException\n * not unhandledRejection\n *\n * @param onBeforeExitFn\n * @returns\n */",
@@ -3166,7 +3166,7 @@
3166
3166
  "__schema": "PropertyLikeTagSchema",
3167
3167
  "location": {
3168
3168
  "filePath": "cli.main.runtime.ts",
3169
- "line": 126,
3169
+ "line": 127,
3170
3170
  "character": 6
3171
3171
  },
3172
3172
  "name": "onBeforeExitFn",
@@ -3176,7 +3176,7 @@
3176
3176
  "__schema": "ReturnTagSchema",
3177
3177
  "location": {
3178
3178
  "filePath": "cli.main.runtime.ts",
3179
- "line": 127,
3179
+ "line": 128,
3180
3180
  "character": 6
3181
3181
  },
3182
3182
  "tagName": "return"
@@ -3190,7 +3190,7 @@
3190
3190
  "__schema": "ParameterSchema",
3191
3191
  "location": {
3192
3192
  "filePath": "cli.main.runtime.ts",
3193
- "line": 129,
3193
+ "line": 130,
3194
3194
  "character": 24
3195
3195
  },
3196
3196
  "name": "onBeforeExitFn",
@@ -3198,7 +3198,7 @@
3198
3198
  "__schema": "TypeRefSchema",
3199
3199
  "location": {
3200
3200
  "filePath": "cli.main.runtime.ts",
3201
- "line": 129,
3201
+ "line": 130,
3202
3202
  "character": 40
3203
3203
  },
3204
3204
  "name": "OnBeforeExitFn"
@@ -3211,7 +3211,7 @@
3211
3211
  "__schema": "TypeRefSchema",
3212
3212
  "location": {
3213
3213
  "filePath": "cli.main.runtime.ts",
3214
- "line": 129,
3214
+ "line": 130,
3215
3215
  "character": 3
3216
3216
  },
3217
3217
  "name": "CLIMain"
@@ -3222,14 +3222,14 @@
3222
3222
  "__schema": "FunctionLikeSchema",
3223
3223
  "location": {
3224
3224
  "filePath": "cli.main.runtime.ts",
3225
- "line": 138,
3225
+ "line": 139,
3226
3226
  "character": 3
3227
3227
  },
3228
3228
  "doc": {
3229
3229
  "__schema": "DocSchema",
3230
3230
  "location": {
3231
3231
  "filePath": "cli.main.runtime.ts",
3232
- "line": 135,
3232
+ "line": 136,
3233
3233
  "character": 3
3234
3234
  },
3235
3235
  "raw": "/**\n * execute commands registered to this aspect.\n */",
@@ -3243,7 +3243,7 @@
3243
3243
  "__schema": "ParameterSchema",
3244
3244
  "location": {
3245
3245
  "filePath": "cli.main.runtime.ts",
3246
- "line": 138,
3246
+ "line": 139,
3247
3247
  "character": 13
3248
3248
  },
3249
3249
  "name": "hasWorkspace",
@@ -3251,7 +3251,7 @@
3251
3251
  "__schema": "KeywordTypeSchema",
3252
3252
  "location": {
3253
3253
  "filePath": "cli.main.runtime.ts",
3254
- "line": 138,
3254
+ "line": 139,
3255
3255
  "character": 27
3256
3256
  },
3257
3257
  "name": "boolean"
@@ -3264,7 +3264,7 @@
3264
3264
  "__schema": "InferenceTypeSchema",
3265
3265
  "location": {
3266
3266
  "filePath": "cli.main.runtime.ts",
3267
- "line": 138,
3267
+ "line": 139,
3268
3268
  "character": 3
3269
3269
  },
3270
3270
  "type": "Promise<void>"
@@ -3277,7 +3277,7 @@
3277
3277
  "__schema": "VariableLikeSchema",
3278
3278
  "location": {
3279
3279
  "filePath": "cli.main.runtime.ts",
3280
- "line": 172,
3280
+ "line": 173,
3281
3281
  "character": 3
3282
3282
  },
3283
3283
  "signature": "(property) CLIMain.dependencies: Aspect[]",
@@ -3286,7 +3286,7 @@
3286
3286
  "__schema": "InferenceTypeSchema",
3287
3287
  "location": {
3288
3288
  "filePath": "cli.main.runtime.ts",
3289
- "line": 172,
3289
+ "line": 173,
3290
3290
  "character": 3
3291
3291
  },
3292
3292
  "type": "Aspect[]"
@@ -3298,7 +3298,7 @@
3298
3298
  "__schema": "VariableLikeSchema",
3299
3299
  "location": {
3300
3300
  "filePath": "cli.main.runtime.ts",
3301
- "line": 173,
3301
+ "line": 174,
3302
3302
  "character": 3
3303
3303
  },
3304
3304
  "signature": "(property) CLIMain.runtime: RuntimeDefinition",
@@ -3307,7 +3307,7 @@
3307
3307
  "__schema": "InferenceTypeSchema",
3308
3308
  "location": {
3309
3309
  "filePath": "cli.main.runtime.ts",
3310
- "line": 173,
3310
+ "line": 174,
3311
3311
  "character": 3
3312
3312
  },
3313
3313
  "type": "RuntimeDefinition"
@@ -3319,7 +3319,7 @@
3319
3319
  "__schema": "VariableLikeSchema",
3320
3320
  "location": {
3321
3321
  "filePath": "cli.main.runtime.ts",
3322
- "line": 174,
3322
+ "line": 175,
3323
3323
  "character": 3
3324
3324
  },
3325
3325
  "signature": "(property) CLIMain.slots: (((registerFn: () => string) => SlotRegistry<CommandList>) | ((registerFn: () => string) => SlotRegistry<OnStart>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
@@ -3328,7 +3328,7 @@
3328
3328
  "__schema": "InferenceTypeSchema",
3329
3329
  "location": {
3330
3330
  "filePath": "cli.main.runtime.ts",
3331
- "line": 174,
3331
+ "line": 175,
3332
3332
  "character": 3
3333
3333
  },
3334
3334
  "type": "(((registerFn: () => string) => SlotRegistry<CommandList>) | ((registerFn: () => string) => SlotRegistry<OnStart>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
@@ -3340,7 +3340,7 @@
3340
3340
  "__schema": "FunctionLikeSchema",
3341
3341
  "location": {
3342
3342
  "filePath": "cli.main.runtime.ts",
3343
- "line": 181,
3343
+ "line": 182,
3344
3344
  "character": 3
3345
3345
  },
3346
3346
  "signature": "(method) CLIMain.provider([loggerMain]: [LoggerMain], config: any, [commandsSlot, onStartSlot, onCommandStartSlot, onBeforeExitSlot]: [\n CommandsSlot,\n OnStartSlot,\n OnCommandStartSlot,\n OnBeforeExitSlot\n]): Promise<CLIMain>",
@@ -3350,7 +3350,7 @@
3350
3350
  "__schema": "ParameterSchema",
3351
3351
  "location": {
3352
3352
  "filePath": "cli.main.runtime.ts",
3353
- "line": 182,
3353
+ "line": 183,
3354
3354
  "character": 5
3355
3355
  },
3356
3356
  "name": "[ loggerMain ]",
@@ -3358,7 +3358,7 @@
3358
3358
  "__schema": "TupleTypeSchema",
3359
3359
  "location": {
3360
3360
  "filePath": "cli.main.runtime.ts",
3361
- "line": 182,
3361
+ "line": 183,
3362
3362
  "character": 19
3363
3363
  },
3364
3364
  "elements": [
@@ -3366,7 +3366,7 @@
3366
3366
  "__schema": "TypeRefSchema",
3367
3367
  "location": {
3368
3368
  "filePath": "cli.main.runtime.ts",
3369
- "line": 182,
3369
+ "line": 183,
3370
3370
  "character": 20
3371
3371
  },
3372
3372
  "name": "LoggerMain"
@@ -3380,7 +3380,7 @@
3380
3380
  "__schema": "ParameterSchema",
3381
3381
  "location": {
3382
3382
  "filePath": "cli.main.runtime.ts",
3383
- "line": 183,
3383
+ "line": 184,
3384
3384
  "character": 5
3385
3385
  },
3386
3386
  "name": "config",
@@ -3388,7 +3388,7 @@
3388
3388
  "__schema": "InferenceTypeSchema",
3389
3389
  "location": {
3390
3390
  "filePath": "cli.main.runtime.ts",
3391
- "line": 183,
3391
+ "line": 184,
3392
3392
  "character": 5
3393
3393
  },
3394
3394
  "type": "any"
@@ -3400,7 +3400,7 @@
3400
3400
  "__schema": "ParameterSchema",
3401
3401
  "location": {
3402
3402
  "filePath": "cli.main.runtime.ts",
3403
- "line": 184,
3403
+ "line": 185,
3404
3404
  "character": 5
3405
3405
  },
3406
3406
  "name": "[ commandsSlot, onStartSlot, onCommandStartSlot, onBeforeExitSlot ]",
@@ -3408,7 +3408,7 @@
3408
3408
  "__schema": "TupleTypeSchema",
3409
3409
  "location": {
3410
3410
  "filePath": "cli.main.runtime.ts",
3411
- "line": 184,
3411
+ "line": 185,
3412
3412
  "character": 72
3413
3413
  },
3414
3414
  "elements": [
@@ -3416,7 +3416,7 @@
3416
3416
  "__schema": "TypeRefSchema",
3417
3417
  "location": {
3418
3418
  "filePath": "cli.main.runtime.ts",
3419
- "line": 185,
3419
+ "line": 186,
3420
3420
  "character": 7
3421
3421
  },
3422
3422
  "name": "CommandsSlot"
@@ -3425,7 +3425,7 @@
3425
3425
  "__schema": "TypeRefSchema",
3426
3426
  "location": {
3427
3427
  "filePath": "cli.main.runtime.ts",
3428
- "line": 186,
3428
+ "line": 187,
3429
3429
  "character": 7
3430
3430
  },
3431
3431
  "name": "OnStartSlot"
@@ -3434,7 +3434,7 @@
3434
3434
  "__schema": "TypeRefSchema",
3435
3435
  "location": {
3436
3436
  "filePath": "cli.main.runtime.ts",
3437
- "line": 187,
3437
+ "line": 188,
3438
3438
  "character": 7
3439
3439
  },
3440
3440
  "name": "OnCommandStartSlot"
@@ -3443,7 +3443,7 @@
3443
3443
  "__schema": "TypeRefSchema",
3444
3444
  "location": {
3445
3445
  "filePath": "cli.main.runtime.ts",
3446
- "line": 188,
3446
+ "line": 189,
3447
3447
  "character": 7
3448
3448
  },
3449
3449
  "name": "OnBeforeExitSlot"
@@ -3458,7 +3458,7 @@
3458
3458
  "__schema": "InferenceTypeSchema",
3459
3459
  "location": {
3460
3460
  "filePath": "cli.main.runtime.ts",
3461
- "line": 181,
3461
+ "line": 182,
3462
3462
  "character": 3
3463
3463
  },
3464
3464
  "type": "Promise<CLIMain>"
@@ -3478,7 +3478,7 @@
3478
3478
  "__schema": "UnImplementedSchema",
3479
3479
  "location": {
3480
3480
  "filePath": "cli.main.runtime.ts",
3481
- "line": 203,
3481
+ "line": 204,
3482
3482
  "character": 1
3483
3483
  },
3484
3484
  "name": "CLIAspect.addRuntime(CLIMain);",
@@ -3488,14 +3488,14 @@
3488
3488
  "__schema": "FunctionLikeSchema",
3489
3489
  "location": {
3490
3490
  "filePath": "cli.main.runtime.ts",
3491
- "line": 211,
3491
+ "line": 212,
3492
3492
  "character": 1
3493
3493
  },
3494
3494
  "doc": {
3495
3495
  "__schema": "DocSchema",
3496
3496
  "location": {
3497
3497
  "filePath": "cli.main.runtime.ts",
3498
- "line": 205,
3498
+ "line": 206,
3499
3499
  "character": 1
3500
3500
  },
3501
3501
  "raw": "/**\n * kind of a hack.\n * in the legacy, this is running at the beginning and it take care of issues when Bit files are missing,\n * such as \".bit\".\n * (to make this process better, you can easily remove it and run the e2e-tests. you'll see some failing)\n */",
@@ -3509,7 +3509,7 @@
3509
3509
  "__schema": "InferenceTypeSchema",
3510
3510
  "location": {
3511
3511
  "filePath": "cli.main.runtime.ts",
3512
- "line": 211,
3512
+ "line": 212,
3513
3513
  "character": 1
3514
3514
  },
3515
3515
  "type": "Promise<void>"
@@ -3522,7 +3522,7 @@
3522
3522
  "__schema": "FunctionLikeSchema",
3523
3523
  "location": {
3524
3524
  "filePath": "cli.main.runtime.ts",
3525
- "line": 224,
3525
+ "line": 225,
3526
3526
  "character": 1
3527
3527
  },
3528
3528
  "signature": "function isFullUrl(url: string): boolean",
@@ -3532,7 +3532,7 @@
3532
3532
  "__schema": "ParameterSchema",
3533
3533
  "location": {
3534
3534
  "filePath": "cli.main.runtime.ts",
3535
- "line": 224,
3535
+ "line": 225,
3536
3536
  "character": 20
3537
3537
  },
3538
3538
  "name": "url",
@@ -3540,7 +3540,7 @@
3540
3540
  "__schema": "KeywordTypeSchema",
3541
3541
  "location": {
3542
3542
  "filePath": "cli.main.runtime.ts",
3543
- "line": 224,
3543
+ "line": 225,
3544
3544
  "character": 25
3545
3545
  },
3546
3546
  "name": "string"
@@ -3553,7 +3553,7 @@
3553
3553
  "__schema": "TypeRefSchema",
3554
3554
  "location": {
3555
3555
  "filePath": "cli.main.runtime.ts",
3556
- "line": 224,
3556
+ "line": 225,
3557
3557
  "character": 1
3558
3558
  },
3559
3559
  "name": "isFullUrl",
@@ -3640,7 +3640,7 @@
3640
3640
  "componentId": {
3641
3641
  "scope": "teambit.harmony",
3642
3642
  "name": "cli",
3643
- "version": "0.0.1047"
3643
+ "version": "0.0.1049"
3644
3644
  },
3645
3645
  "taggedModuleExports": []
3646
3646
  }