@teambit/cli 0.0.1090 → 0.0.1091
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="0" failures="0" errors="0" skipped="0">
|
|
3
|
-
<testsuite name="teambit.harmony/cli@0.0.
|
|
3
|
+
<testsuite name="teambit.harmony/cli@0.0.1091" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.harmony/cli-preview"]=t():e["teambit.harmony/cli-preview"]=t()}(self,(()=>(()=>{"use strict";var e={
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.harmony/cli-preview"]=t():e["teambit.harmony/cli-preview"]=t()}(self,(()=>(()=>{"use strict";var e={13:(e,t,o)=>{var n={id:"teambit.harmony/cli@0.0.1091",homepage:"https://bit.cloud/teambit/harmony/cli",exported:!0};function r(){const e=a(o(1594));return r=function(){return e},e}function a(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Logo=void 0,r.__bit_component=n,a.__bit_component=n;const i=()=>r().default.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center"}},r().default.createElement("img",{style:{width:70},src:"https://static.bit.dev/extensions-icons/cli.svg"}));i.__bit_component=n,t.Logo=i},1594:e=>{e.exports=React}},t={};function o(n){var r=t[n];if(void 0!==r)return r.exports;var a=t[n]={exports:{}};return e[n](a,a.exports,o),a.exports}o.d=(e,t)=>{for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};o.r(n),o.d(n,{compositions:()=>u,compositions_metadata:()=>y,overview:()=>f});var r={};o.r(r),o.d(r,{default:()=>p});var a=o(13);o(1594);const i=MdxJsReact,s=TeambitMdxUiMdxScopeContext;var c=["components"];function l(){return l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)({}).hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e},l.apply(null,arguments)}var d={},m="wrapper";function p(e){var t=e.components,o=function(e,t){if(null==e)return{};var o,n,r=function(e,t){if(null==e)return{};var o={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(t.includes(n))continue;o[n]=e[n]}return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(n=0;n<a.length;n++)o=a[n],t.includes(o)||{}.propertyIsEnumerable.call(e,o)&&(r[o]=e[o])}return r}(e,c);return(0,i.mdx)(m,l({},d,o,{components:t,mdxType:"MDXLayout"}),(0,i.mdx)(s.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"},(0,i.mdx)("p",null,"CLI Aspect manages the commands in the CLI. New commands are registered to this aspect with the necessary data such as, command-name, description and flags. Parsing the args from the CLI is done by Commander package."),(0,i.mdx)("h2",null,"Features"),(0,i.mdx)("ul",null,(0,i.mdx)("li",{parentName:"ul"},"Allow to register new commands"),(0,i.mdx)("li",{parentName:"ul"},"Use commander commands."),(0,i.mdx)("li",{parentName:"ul"},"Render to stdout as string or as a React component by Ink."))))}p.isMDXComponent=!0;const u=[a],f=[r],y={compositions:[{displayName:"Logo",identifier:"Logo"}]};return n})()));
|
package/artifacts/schema.json
CHANGED
|
@@ -106,7 +106,8 @@
|
|
|
106
106
|
"line": 23,
|
|
107
107
|
"character": 21
|
|
108
108
|
},
|
|
109
|
-
"name": "GroupsType"
|
|
109
|
+
"name": "GroupsType",
|
|
110
|
+
"internalFilePath": "command-groups.ts"
|
|
110
111
|
},
|
|
111
112
|
"isOptional": false,
|
|
112
113
|
"isSpread": false
|
|
@@ -126,7 +127,8 @@
|
|
|
126
127
|
"line": 24,
|
|
127
128
|
"character": 33
|
|
128
129
|
},
|
|
129
|
-
"name": "OnCommandStartSlot"
|
|
130
|
+
"name": "OnCommandStartSlot",
|
|
131
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
130
132
|
},
|
|
131
133
|
"isOptional": false,
|
|
132
134
|
"isSpread": false
|
|
@@ -191,7 +193,8 @@
|
|
|
191
193
|
"line": 27,
|
|
192
194
|
"character": 54
|
|
193
195
|
},
|
|
194
|
-
"name": "CommandRunner"
|
|
196
|
+
"name": "CommandRunner",
|
|
197
|
+
"internalFilePath": "command-runner.ts"
|
|
195
198
|
}
|
|
196
199
|
]
|
|
197
200
|
},
|
|
@@ -290,7 +293,8 @@
|
|
|
290
293
|
"line": 33,
|
|
291
294
|
"character": 26
|
|
292
295
|
},
|
|
293
|
-
"name": "OnStartSlot"
|
|
296
|
+
"name": "OnStartSlot",
|
|
297
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
294
298
|
},
|
|
295
299
|
"isOptional": false,
|
|
296
300
|
"isSpread": false
|
|
@@ -310,7 +314,8 @@
|
|
|
310
314
|
"line": 34,
|
|
311
315
|
"character": 34
|
|
312
316
|
},
|
|
313
|
-
"name": "OnCommandStartSlot"
|
|
317
|
+
"name": "OnCommandStartSlot",
|
|
318
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
314
319
|
},
|
|
315
320
|
"isOptional": false,
|
|
316
321
|
"isSpread": false
|
|
@@ -330,7 +335,8 @@
|
|
|
330
335
|
"line": 35,
|
|
331
336
|
"character": 31
|
|
332
337
|
},
|
|
333
|
-
"name": "OnBeforeExitSlot"
|
|
338
|
+
"name": "OnBeforeExitSlot",
|
|
339
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
334
340
|
},
|
|
335
341
|
"isOptional": false,
|
|
336
342
|
"isSpread": false
|
|
@@ -350,7 +356,11 @@
|
|
|
350
356
|
"line": 36,
|
|
351
357
|
"character": 21
|
|
352
358
|
},
|
|
353
|
-
"name": "Logger"
|
|
359
|
+
"name": "Logger",
|
|
360
|
+
"componentId": {
|
|
361
|
+
"scope": "teambit.harmony",
|
|
362
|
+
"name": "logger"
|
|
363
|
+
}
|
|
354
364
|
},
|
|
355
365
|
"isOptional": false,
|
|
356
366
|
"isSpread": false
|
|
@@ -734,7 +744,8 @@
|
|
|
734
744
|
"line": 101,
|
|
735
745
|
"character": 30
|
|
736
746
|
},
|
|
737
|
-
"name": "OnStart"
|
|
747
|
+
"name": "OnStart",
|
|
748
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
738
749
|
},
|
|
739
750
|
"isOptional": false,
|
|
740
751
|
"isSpread": false
|
|
@@ -787,7 +798,8 @@
|
|
|
787
798
|
"line": 110,
|
|
788
799
|
"character": 44
|
|
789
800
|
},
|
|
790
|
-
"name": "OnCommandStart"
|
|
801
|
+
"name": "OnCommandStart",
|
|
802
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
791
803
|
},
|
|
792
804
|
"isOptional": false,
|
|
793
805
|
"isSpread": false
|
|
@@ -860,7 +872,8 @@
|
|
|
860
872
|
"line": 130,
|
|
861
873
|
"character": 40
|
|
862
874
|
},
|
|
863
|
-
"name": "OnBeforeExitFn"
|
|
875
|
+
"name": "OnBeforeExitFn",
|
|
876
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
864
877
|
},
|
|
865
878
|
"isOptional": false,
|
|
866
879
|
"isSpread": false
|
|
@@ -1028,7 +1041,11 @@
|
|
|
1028
1041
|
"line": 183,
|
|
1029
1042
|
"character": 20
|
|
1030
1043
|
},
|
|
1031
|
-
"name": "LoggerMain"
|
|
1044
|
+
"name": "LoggerMain",
|
|
1045
|
+
"componentId": {
|
|
1046
|
+
"scope": "teambit.harmony",
|
|
1047
|
+
"name": "logger"
|
|
1048
|
+
}
|
|
1032
1049
|
}
|
|
1033
1050
|
]
|
|
1034
1051
|
},
|
|
@@ -1087,7 +1104,8 @@
|
|
|
1087
1104
|
"line": 187,
|
|
1088
1105
|
"character": 7
|
|
1089
1106
|
},
|
|
1090
|
-
"name": "OnStartSlot"
|
|
1107
|
+
"name": "OnStartSlot",
|
|
1108
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
1091
1109
|
},
|
|
1092
1110
|
{
|
|
1093
1111
|
"__schema": "TypeRefSchema",
|
|
@@ -1096,7 +1114,8 @@
|
|
|
1096
1114
|
"line": 188,
|
|
1097
1115
|
"character": 7
|
|
1098
1116
|
},
|
|
1099
|
-
"name": "OnCommandStartSlot"
|
|
1117
|
+
"name": "OnCommandStartSlot",
|
|
1118
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
1100
1119
|
},
|
|
1101
1120
|
{
|
|
1102
1121
|
"__schema": "TypeRefSchema",
|
|
@@ -1105,7 +1124,8 @@
|
|
|
1105
1124
|
"line": 189,
|
|
1106
1125
|
"character": 7
|
|
1107
1126
|
},
|
|
1108
|
-
"name": "OnBeforeExitSlot"
|
|
1127
|
+
"name": "OnBeforeExitSlot",
|
|
1128
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
1109
1129
|
}
|
|
1110
1130
|
]
|
|
1111
1131
|
},
|
|
@@ -1198,6 +1218,11 @@
|
|
|
1198
1218
|
"character": 28
|
|
1199
1219
|
},
|
|
1200
1220
|
"name": "SlotRegistry",
|
|
1221
|
+
"componentId": {
|
|
1222
|
+
"scope": "teambit.harmony",
|
|
1223
|
+
"name": "harmony",
|
|
1224
|
+
"version": "0.4.6"
|
|
1225
|
+
},
|
|
1201
1226
|
"typeArgs": [
|
|
1202
1227
|
{
|
|
1203
1228
|
"__schema": "TypeRefSchema",
|
|
@@ -1778,7 +1803,8 @@
|
|
|
1778
1803
|
"line": 41,
|
|
1779
1804
|
"character": 11
|
|
1780
1805
|
},
|
|
1781
|
-
"name": "Group"
|
|
1806
|
+
"name": "Group",
|
|
1807
|
+
"internalFilePath": "command-groups.ts"
|
|
1782
1808
|
},
|
|
1783
1809
|
{
|
|
1784
1810
|
"__schema": "KeywordTypeSchema",
|
|
@@ -1931,7 +1957,8 @@
|
|
|
1931
1957
|
"line": 69,
|
|
1932
1958
|
"character": 15
|
|
1933
1959
|
},
|
|
1934
|
-
"name": "CommandArg"
|
|
1960
|
+
"name": "CommandArg",
|
|
1961
|
+
"internalFilePath": "command.ts"
|
|
1935
1962
|
}
|
|
1936
1963
|
},
|
|
1937
1964
|
"isOptional": true
|
|
@@ -2071,7 +2098,8 @@
|
|
|
2071
2098
|
"line": 92,
|
|
2072
2099
|
"character": 14
|
|
2073
2100
|
},
|
|
2074
|
-
"name": "Example"
|
|
2101
|
+
"name": "Example",
|
|
2102
|
+
"internalFilePath": "command.ts"
|
|
2075
2103
|
}
|
|
2076
2104
|
},
|
|
2077
2105
|
"isOptional": true
|
|
@@ -2274,7 +2302,8 @@
|
|
|
2274
2302
|
"line": 113,
|
|
2275
2303
|
"character": 58
|
|
2276
2304
|
},
|
|
2277
|
-
"name": "Report"
|
|
2305
|
+
"name": "Report",
|
|
2306
|
+
"internalFilePath": "command.ts"
|
|
2278
2307
|
}
|
|
2279
2308
|
]
|
|
2280
2309
|
}
|
|
@@ -2782,7 +2811,8 @@
|
|
|
2782
2811
|
"line": 4,
|
|
2783
2812
|
"character": 36
|
|
2784
2813
|
},
|
|
2785
|
-
"name": "CommandOption"
|
|
2814
|
+
"name": "CommandOption",
|
|
2815
|
+
"internalFilePath": "command.ts"
|
|
2786
2816
|
}
|
|
2787
2817
|
]
|
|
2788
2818
|
}
|
|
@@ -2892,7 +2922,7 @@
|
|
|
2892
2922
|
"_legacy": {
|
|
2893
2923
|
"scope": "teambit.harmony",
|
|
2894
2924
|
"name": "cli",
|
|
2895
|
-
"version": "0.0.
|
|
2925
|
+
"version": "0.0.1091"
|
|
2896
2926
|
},
|
|
2897
2927
|
"_scope": "teambit.harmony"
|
|
2898
2928
|
}
|
|
@@ -3006,7 +3036,7 @@
|
|
|
3006
3036
|
"_legacy": {
|
|
3007
3037
|
"scope": "teambit.harmony",
|
|
3008
3038
|
"name": "cli",
|
|
3009
|
-
"version": "0.0.
|
|
3039
|
+
"version": "0.0.1091"
|
|
3010
3040
|
},
|
|
3011
3041
|
"_scope": "teambit.harmony"
|
|
3012
3042
|
}
|
|
@@ -3221,7 +3251,8 @@
|
|
|
3221
3251
|
"line": 23,
|
|
3222
3252
|
"character": 21
|
|
3223
3253
|
},
|
|
3224
|
-
"name": "GroupsType"
|
|
3254
|
+
"name": "GroupsType",
|
|
3255
|
+
"internalFilePath": "command-groups.ts"
|
|
3225
3256
|
},
|
|
3226
3257
|
"isOptional": false,
|
|
3227
3258
|
"isSpread": false
|
|
@@ -3241,7 +3272,8 @@
|
|
|
3241
3272
|
"line": 24,
|
|
3242
3273
|
"character": 33
|
|
3243
3274
|
},
|
|
3244
|
-
"name": "OnCommandStartSlot"
|
|
3275
|
+
"name": "OnCommandStartSlot",
|
|
3276
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
3245
3277
|
},
|
|
3246
3278
|
"isOptional": false,
|
|
3247
3279
|
"isSpread": false
|
|
@@ -3306,7 +3338,8 @@
|
|
|
3306
3338
|
"line": 27,
|
|
3307
3339
|
"character": 54
|
|
3308
3340
|
},
|
|
3309
|
-
"name": "CommandRunner"
|
|
3341
|
+
"name": "CommandRunner",
|
|
3342
|
+
"internalFilePath": "command-runner.ts"
|
|
3310
3343
|
}
|
|
3311
3344
|
]
|
|
3312
3345
|
},
|
|
@@ -3695,6 +3728,11 @@
|
|
|
3695
3728
|
"character": 27
|
|
3696
3729
|
},
|
|
3697
3730
|
"name": "SlotRegistry",
|
|
3731
|
+
"componentId": {
|
|
3732
|
+
"scope": "teambit.harmony",
|
|
3733
|
+
"name": "harmony",
|
|
3734
|
+
"version": "0.4.6"
|
|
3735
|
+
},
|
|
3698
3736
|
"typeArgs": [
|
|
3699
3737
|
{
|
|
3700
3738
|
"__schema": "TypeRefSchema",
|
|
@@ -3703,7 +3741,8 @@
|
|
|
3703
3741
|
"line": 24,
|
|
3704
3742
|
"character": 40
|
|
3705
3743
|
},
|
|
3706
|
-
"name": "OnStart"
|
|
3744
|
+
"name": "OnStart",
|
|
3745
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
3707
3746
|
}
|
|
3708
3747
|
]
|
|
3709
3748
|
}
|
|
@@ -3725,6 +3764,11 @@
|
|
|
3725
3764
|
"character": 34
|
|
3726
3765
|
},
|
|
3727
3766
|
"name": "SlotRegistry",
|
|
3767
|
+
"componentId": {
|
|
3768
|
+
"scope": "teambit.harmony",
|
|
3769
|
+
"name": "harmony",
|
|
3770
|
+
"version": "0.4.6"
|
|
3771
|
+
},
|
|
3728
3772
|
"typeArgs": [
|
|
3729
3773
|
{
|
|
3730
3774
|
"__schema": "TypeRefSchema",
|
|
@@ -3733,7 +3777,8 @@
|
|
|
3733
3777
|
"line": 25,
|
|
3734
3778
|
"character": 47
|
|
3735
3779
|
},
|
|
3736
|
-
"name": "OnCommandStart"
|
|
3780
|
+
"name": "OnCommandStart",
|
|
3781
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
3737
3782
|
}
|
|
3738
3783
|
]
|
|
3739
3784
|
}
|
|
@@ -3755,6 +3800,11 @@
|
|
|
3755
3800
|
"character": 28
|
|
3756
3801
|
},
|
|
3757
3802
|
"name": "SlotRegistry",
|
|
3803
|
+
"componentId": {
|
|
3804
|
+
"scope": "teambit.harmony",
|
|
3805
|
+
"name": "harmony",
|
|
3806
|
+
"version": "0.4.6"
|
|
3807
|
+
},
|
|
3758
3808
|
"typeArgs": [
|
|
3759
3809
|
{
|
|
3760
3810
|
"__schema": "TypeRefSchema",
|
|
@@ -3785,6 +3835,11 @@
|
|
|
3785
3835
|
"character": 32
|
|
3786
3836
|
},
|
|
3787
3837
|
"name": "SlotRegistry",
|
|
3838
|
+
"componentId": {
|
|
3839
|
+
"scope": "teambit.harmony",
|
|
3840
|
+
"name": "harmony",
|
|
3841
|
+
"version": "0.4.6"
|
|
3842
|
+
},
|
|
3788
3843
|
"typeArgs": [
|
|
3789
3844
|
{
|
|
3790
3845
|
"__schema": "TypeRefSchema",
|
|
@@ -3793,7 +3848,8 @@
|
|
|
3793
3848
|
"line": 27,
|
|
3794
3849
|
"character": 45
|
|
3795
3850
|
},
|
|
3796
|
-
"name": "OnBeforeExitFn"
|
|
3851
|
+
"name": "OnBeforeExitFn",
|
|
3852
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
3797
3853
|
}
|
|
3798
3854
|
]
|
|
3799
3855
|
}
|
|
@@ -3875,7 +3931,8 @@
|
|
|
3875
3931
|
"line": 33,
|
|
3876
3932
|
"character": 26
|
|
3877
3933
|
},
|
|
3878
|
-
"name": "OnStartSlot"
|
|
3934
|
+
"name": "OnStartSlot",
|
|
3935
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
3879
3936
|
},
|
|
3880
3937
|
"isOptional": false,
|
|
3881
3938
|
"isSpread": false
|
|
@@ -3895,7 +3952,8 @@
|
|
|
3895
3952
|
"line": 34,
|
|
3896
3953
|
"character": 34
|
|
3897
3954
|
},
|
|
3898
|
-
"name": "OnCommandStartSlot"
|
|
3955
|
+
"name": "OnCommandStartSlot",
|
|
3956
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
3899
3957
|
},
|
|
3900
3958
|
"isOptional": false,
|
|
3901
3959
|
"isSpread": false
|
|
@@ -3915,7 +3973,8 @@
|
|
|
3915
3973
|
"line": 35,
|
|
3916
3974
|
"character": 31
|
|
3917
3975
|
},
|
|
3918
|
-
"name": "OnBeforeExitSlot"
|
|
3976
|
+
"name": "OnBeforeExitSlot",
|
|
3977
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
3919
3978
|
},
|
|
3920
3979
|
"isOptional": false,
|
|
3921
3980
|
"isSpread": false
|
|
@@ -3935,7 +3994,11 @@
|
|
|
3935
3994
|
"line": 36,
|
|
3936
3995
|
"character": 21
|
|
3937
3996
|
},
|
|
3938
|
-
"name": "Logger"
|
|
3997
|
+
"name": "Logger",
|
|
3998
|
+
"componentId": {
|
|
3999
|
+
"scope": "teambit.harmony",
|
|
4000
|
+
"name": "logger"
|
|
4001
|
+
}
|
|
3939
4002
|
},
|
|
3940
4003
|
"isOptional": false,
|
|
3941
4004
|
"isSpread": false
|
|
@@ -4319,7 +4382,8 @@
|
|
|
4319
4382
|
"line": 101,
|
|
4320
4383
|
"character": 30
|
|
4321
4384
|
},
|
|
4322
|
-
"name": "OnStart"
|
|
4385
|
+
"name": "OnStart",
|
|
4386
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
4323
4387
|
},
|
|
4324
4388
|
"isOptional": false,
|
|
4325
4389
|
"isSpread": false
|
|
@@ -4372,7 +4436,8 @@
|
|
|
4372
4436
|
"line": 110,
|
|
4373
4437
|
"character": 44
|
|
4374
4438
|
},
|
|
4375
|
-
"name": "OnCommandStart"
|
|
4439
|
+
"name": "OnCommandStart",
|
|
4440
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
4376
4441
|
},
|
|
4377
4442
|
"isOptional": false,
|
|
4378
4443
|
"isSpread": false
|
|
@@ -4445,7 +4510,8 @@
|
|
|
4445
4510
|
"line": 130,
|
|
4446
4511
|
"character": 40
|
|
4447
4512
|
},
|
|
4448
|
-
"name": "OnBeforeExitFn"
|
|
4513
|
+
"name": "OnBeforeExitFn",
|
|
4514
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
4449
4515
|
},
|
|
4450
4516
|
"isOptional": false,
|
|
4451
4517
|
"isSpread": false
|
|
@@ -4613,7 +4679,11 @@
|
|
|
4613
4679
|
"line": 183,
|
|
4614
4680
|
"character": 20
|
|
4615
4681
|
},
|
|
4616
|
-
"name": "LoggerMain"
|
|
4682
|
+
"name": "LoggerMain",
|
|
4683
|
+
"componentId": {
|
|
4684
|
+
"scope": "teambit.harmony",
|
|
4685
|
+
"name": "logger"
|
|
4686
|
+
}
|
|
4617
4687
|
}
|
|
4618
4688
|
]
|
|
4619
4689
|
},
|
|
@@ -4672,7 +4742,8 @@
|
|
|
4672
4742
|
"line": 187,
|
|
4673
4743
|
"character": 7
|
|
4674
4744
|
},
|
|
4675
|
-
"name": "OnStartSlot"
|
|
4745
|
+
"name": "OnStartSlot",
|
|
4746
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
4676
4747
|
},
|
|
4677
4748
|
{
|
|
4678
4749
|
"__schema": "TypeRefSchema",
|
|
@@ -4681,7 +4752,8 @@
|
|
|
4681
4752
|
"line": 188,
|
|
4682
4753
|
"character": 7
|
|
4683
4754
|
},
|
|
4684
|
-
"name": "OnCommandStartSlot"
|
|
4755
|
+
"name": "OnCommandStartSlot",
|
|
4756
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
4685
4757
|
},
|
|
4686
4758
|
{
|
|
4687
4759
|
"__schema": "TypeRefSchema",
|
|
@@ -4690,7 +4762,8 @@
|
|
|
4690
4762
|
"line": 189,
|
|
4691
4763
|
"character": 7
|
|
4692
4764
|
},
|
|
4693
|
-
"name": "OnBeforeExitSlot"
|
|
4765
|
+
"name": "OnBeforeExitSlot",
|
|
4766
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
4694
4767
|
}
|
|
4695
4768
|
]
|
|
4696
4769
|
},
|
|
@@ -4996,7 +5069,8 @@
|
|
|
4996
5069
|
"line": 4,
|
|
4997
5070
|
"character": 36
|
|
4998
5071
|
},
|
|
4999
|
-
"name": "CommandOption"
|
|
5072
|
+
"name": "CommandOption",
|
|
5073
|
+
"internalFilePath": "command.ts"
|
|
5000
5074
|
}
|
|
5001
5075
|
]
|
|
5002
5076
|
}
|
|
@@ -5201,7 +5275,8 @@
|
|
|
5201
5275
|
"line": 41,
|
|
5202
5276
|
"character": 11
|
|
5203
5277
|
},
|
|
5204
|
-
"name": "Group"
|
|
5278
|
+
"name": "Group",
|
|
5279
|
+
"internalFilePath": "command-groups.ts"
|
|
5205
5280
|
},
|
|
5206
5281
|
{
|
|
5207
5282
|
"__schema": "KeywordTypeSchema",
|
|
@@ -5354,7 +5429,8 @@
|
|
|
5354
5429
|
"line": 69,
|
|
5355
5430
|
"character": 15
|
|
5356
5431
|
},
|
|
5357
|
-
"name": "CommandArg"
|
|
5432
|
+
"name": "CommandArg",
|
|
5433
|
+
"internalFilePath": "command.ts"
|
|
5358
5434
|
}
|
|
5359
5435
|
},
|
|
5360
5436
|
"isOptional": true
|
|
@@ -5494,7 +5570,8 @@
|
|
|
5494
5570
|
"line": 92,
|
|
5495
5571
|
"character": 14
|
|
5496
5572
|
},
|
|
5497
|
-
"name": "Example"
|
|
5573
|
+
"name": "Example",
|
|
5574
|
+
"internalFilePath": "command.ts"
|
|
5498
5575
|
}
|
|
5499
5576
|
},
|
|
5500
5577
|
"isOptional": true
|
|
@@ -5697,7 +5774,8 @@
|
|
|
5697
5774
|
"line": 113,
|
|
5698
5775
|
"character": 58
|
|
5699
5776
|
},
|
|
5700
|
-
"name": "Report"
|
|
5777
|
+
"name": "Report",
|
|
5778
|
+
"internalFilePath": "command.ts"
|
|
5701
5779
|
}
|
|
5702
5780
|
]
|
|
5703
5781
|
}
|
|
@@ -6448,7 +6526,7 @@
|
|
|
6448
6526
|
"componentId": {
|
|
6449
6527
|
"scope": "teambit.harmony",
|
|
6450
6528
|
"name": "cli",
|
|
6451
|
-
"version": "0.0.
|
|
6529
|
+
"version": "0.0.1091"
|
|
6452
6530
|
},
|
|
6453
6531
|
"taggedModuleExports": []
|
|
6454
6532
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cli@0.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cli@0.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cli@0.0.1091/dist/cli.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cli@0.0.1091/dist/cli.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1091",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/harmony/cli",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.harmony",
|
|
8
8
|
"name": "cli",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.1091"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -17,23 +17,23 @@
|
|
|
17
17
|
"pad-right": "0.2.2",
|
|
18
18
|
"@teambit/harmony": "0.4.6",
|
|
19
19
|
"@teambit/bit-error": "0.0.404",
|
|
20
|
-
"@teambit/legacy.consumer": "0.0.
|
|
20
|
+
"@teambit/legacy.consumer": "0.0.20",
|
|
21
21
|
"@teambit/legacy.loader": "0.0.5",
|
|
22
|
-
"@teambit/legacy.logger": "0.0.
|
|
22
|
+
"@teambit/legacy.logger": "0.0.8",
|
|
23
23
|
"@teambit/bit.get-bit-version": "0.0.3",
|
|
24
|
-
"@teambit/host-initializer": "0.0.
|
|
25
|
-
"@teambit/logger": "0.0.
|
|
26
|
-
"@teambit/workspace.modules.workspace-locator": "0.0.
|
|
27
|
-
"@teambit/legacy.analytics": "0.0.
|
|
28
|
-
"@teambit/legacy.constants": "0.0.
|
|
29
|
-
"@teambit/legacy.cli.error": "0.0.
|
|
24
|
+
"@teambit/host-initializer": "0.0.227",
|
|
25
|
+
"@teambit/logger": "0.0.1184",
|
|
26
|
+
"@teambit/workspace.modules.workspace-locator": "0.0.7",
|
|
27
|
+
"@teambit/legacy.analytics": "0.0.66",
|
|
28
|
+
"@teambit/legacy.constants": "0.0.6",
|
|
29
|
+
"@teambit/legacy.cli.error": "0.0.8"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/didyoumean": "1.2.0",
|
|
33
33
|
"@types/lodash": "4.14.165",
|
|
34
34
|
"@types/yargs": "17.0.0",
|
|
35
35
|
"@types/mocha": "9.1.0",
|
|
36
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
|
36
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.68"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": "^17.0.0 || ^18.0.0",
|