@teambit/cli 0.0.1028 → 0.0.1030
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.1030" 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={8411:(e,t,o)=>{var n={id:"teambit.harmony/cli@0.0.1030",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(8411);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
|
@@ -85,7 +85,8 @@
|
|
|
85
85
|
"line": 22,
|
|
86
86
|
"character": 23
|
|
87
87
|
},
|
|
88
|
-
"name": "Command"
|
|
88
|
+
"name": "Command",
|
|
89
|
+
"packageName": "@teambit/legacy/dist/cli/command"
|
|
89
90
|
}
|
|
90
91
|
},
|
|
91
92
|
"isOptional": false,
|
|
@@ -106,7 +107,8 @@
|
|
|
106
107
|
"line": 23,
|
|
107
108
|
"character": 21
|
|
108
109
|
},
|
|
109
|
-
"name": "GroupsType"
|
|
110
|
+
"name": "GroupsType",
|
|
111
|
+
"packageName": "@teambit/legacy/dist/cli/command-groups"
|
|
110
112
|
},
|
|
111
113
|
"isOptional": false,
|
|
112
114
|
"isSpread": false
|
|
@@ -126,7 +128,8 @@
|
|
|
126
128
|
"line": 24,
|
|
127
129
|
"character": 33
|
|
128
130
|
},
|
|
129
|
-
"name": "OnCommandStartSlot"
|
|
131
|
+
"name": "OnCommandStartSlot",
|
|
132
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
130
133
|
},
|
|
131
134
|
"isOptional": false,
|
|
132
135
|
"isSpread": false
|
|
@@ -191,7 +194,8 @@
|
|
|
191
194
|
"line": 27,
|
|
192
195
|
"character": 54
|
|
193
196
|
},
|
|
194
|
-
"name": "CommandRunner"
|
|
197
|
+
"name": "CommandRunner",
|
|
198
|
+
"internalFilePath": "command-runner.ts"
|
|
195
199
|
}
|
|
196
200
|
]
|
|
197
201
|
},
|
|
@@ -290,7 +294,8 @@
|
|
|
290
294
|
"line": 32,
|
|
291
295
|
"character": 26
|
|
292
296
|
},
|
|
293
|
-
"name": "OnStartSlot"
|
|
297
|
+
"name": "OnStartSlot",
|
|
298
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
294
299
|
},
|
|
295
300
|
"isOptional": false,
|
|
296
301
|
"isSpread": false
|
|
@@ -310,7 +315,8 @@
|
|
|
310
315
|
"line": 33,
|
|
311
316
|
"character": 34
|
|
312
317
|
},
|
|
313
|
-
"name": "OnCommandStartSlot"
|
|
318
|
+
"name": "OnCommandStartSlot",
|
|
319
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
314
320
|
},
|
|
315
321
|
"isOptional": false,
|
|
316
322
|
"isSpread": false
|
|
@@ -330,7 +336,8 @@
|
|
|
330
336
|
"line": 34,
|
|
331
337
|
"character": 31
|
|
332
338
|
},
|
|
333
|
-
"name": "OnBeforeExitSlot"
|
|
339
|
+
"name": "OnBeforeExitSlot",
|
|
340
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
334
341
|
},
|
|
335
342
|
"isOptional": false,
|
|
336
343
|
"isSpread": false
|
|
@@ -350,7 +357,11 @@
|
|
|
350
357
|
"line": 35,
|
|
351
358
|
"character": 21
|
|
352
359
|
},
|
|
353
|
-
"name": "Logger"
|
|
360
|
+
"name": "Logger",
|
|
361
|
+
"componentId": {
|
|
362
|
+
"scope": "teambit.harmony",
|
|
363
|
+
"name": "logger"
|
|
364
|
+
}
|
|
354
365
|
},
|
|
355
366
|
"isOptional": false,
|
|
356
367
|
"isSpread": false
|
|
@@ -549,7 +560,8 @@
|
|
|
549
560
|
"line": 73,
|
|
550
561
|
"character": 29
|
|
551
562
|
},
|
|
552
|
-
"name": "Command"
|
|
563
|
+
"name": "Command",
|
|
564
|
+
"packageName": "@teambit/legacy/dist/cli/command"
|
|
553
565
|
},
|
|
554
566
|
{
|
|
555
567
|
"__schema": "KeywordTypeSchema",
|
|
@@ -610,7 +622,8 @@
|
|
|
610
622
|
"line": 77,
|
|
611
623
|
"character": 42
|
|
612
624
|
},
|
|
613
|
-
"name": "Command"
|
|
625
|
+
"name": "Command",
|
|
626
|
+
"packageName": "@teambit/legacy/dist/cli/command"
|
|
614
627
|
},
|
|
615
628
|
{
|
|
616
629
|
"__schema": "KeywordTypeSchema",
|
|
@@ -734,7 +747,8 @@
|
|
|
734
747
|
"line": 100,
|
|
735
748
|
"character": 30
|
|
736
749
|
},
|
|
737
|
-
"name": "OnStart"
|
|
750
|
+
"name": "OnStart",
|
|
751
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
738
752
|
},
|
|
739
753
|
"isOptional": false,
|
|
740
754
|
"isSpread": false
|
|
@@ -787,7 +801,8 @@
|
|
|
787
801
|
"line": 109,
|
|
788
802
|
"character": 44
|
|
789
803
|
},
|
|
790
|
-
"name": "OnCommandStart"
|
|
804
|
+
"name": "OnCommandStart",
|
|
805
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
791
806
|
},
|
|
792
807
|
"isOptional": false,
|
|
793
808
|
"isSpread": false
|
|
@@ -860,7 +875,8 @@
|
|
|
860
875
|
"line": 129,
|
|
861
876
|
"character": 40
|
|
862
877
|
},
|
|
863
|
-
"name": "OnBeforeExitFn"
|
|
878
|
+
"name": "OnBeforeExitFn",
|
|
879
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
864
880
|
},
|
|
865
881
|
"isOptional": false,
|
|
866
882
|
"isSpread": false
|
|
@@ -1028,7 +1044,11 @@
|
|
|
1028
1044
|
"line": 182,
|
|
1029
1045
|
"character": 20
|
|
1030
1046
|
},
|
|
1031
|
-
"name": "LoggerMain"
|
|
1047
|
+
"name": "LoggerMain",
|
|
1048
|
+
"componentId": {
|
|
1049
|
+
"scope": "teambit.harmony",
|
|
1050
|
+
"name": "logger"
|
|
1051
|
+
}
|
|
1032
1052
|
}
|
|
1033
1053
|
]
|
|
1034
1054
|
},
|
|
@@ -1087,7 +1107,8 @@
|
|
|
1087
1107
|
"line": 186,
|
|
1088
1108
|
"character": 7
|
|
1089
1109
|
},
|
|
1090
|
-
"name": "OnStartSlot"
|
|
1110
|
+
"name": "OnStartSlot",
|
|
1111
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
1091
1112
|
},
|
|
1092
1113
|
{
|
|
1093
1114
|
"__schema": "TypeRefSchema",
|
|
@@ -1096,7 +1117,8 @@
|
|
|
1096
1117
|
"line": 187,
|
|
1097
1118
|
"character": 7
|
|
1098
1119
|
},
|
|
1099
|
-
"name": "OnCommandStartSlot"
|
|
1120
|
+
"name": "OnCommandStartSlot",
|
|
1121
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
1100
1122
|
},
|
|
1101
1123
|
{
|
|
1102
1124
|
"__schema": "TypeRefSchema",
|
|
@@ -1105,7 +1127,8 @@
|
|
|
1105
1127
|
"line": 188,
|
|
1106
1128
|
"character": 7
|
|
1107
1129
|
},
|
|
1108
|
-
"name": "OnBeforeExitSlot"
|
|
1130
|
+
"name": "OnBeforeExitSlot",
|
|
1131
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
1109
1132
|
}
|
|
1110
1133
|
]
|
|
1111
1134
|
},
|
|
@@ -1166,7 +1189,8 @@
|
|
|
1166
1189
|
"line": 18,
|
|
1167
1190
|
"character": 33
|
|
1168
1191
|
},
|
|
1169
|
-
"name": "Command"
|
|
1192
|
+
"name": "Command",
|
|
1193
|
+
"packageName": "@teambit/legacy/dist/cli/command"
|
|
1170
1194
|
}
|
|
1171
1195
|
]
|
|
1172
1196
|
}
|
|
@@ -1198,6 +1222,11 @@
|
|
|
1198
1222
|
"character": 28
|
|
1199
1223
|
},
|
|
1200
1224
|
"name": "SlotRegistry",
|
|
1225
|
+
"componentId": {
|
|
1226
|
+
"scope": "teambit.harmony",
|
|
1227
|
+
"name": "harmony",
|
|
1228
|
+
"version": "0.4.6"
|
|
1229
|
+
},
|
|
1201
1230
|
"typeArgs": [
|
|
1202
1231
|
{
|
|
1203
1232
|
"__schema": "TypeRefSchema",
|
|
@@ -1648,7 +1677,7 @@
|
|
|
1648
1677
|
"_legacy": {
|
|
1649
1678
|
"scope": "teambit.harmony",
|
|
1650
1679
|
"name": "cli",
|
|
1651
|
-
"version": "0.0.
|
|
1680
|
+
"version": "0.0.1030"
|
|
1652
1681
|
},
|
|
1653
1682
|
"_scope": "teambit.harmony"
|
|
1654
1683
|
}
|
|
@@ -1762,7 +1791,7 @@
|
|
|
1762
1791
|
"_legacy": {
|
|
1763
1792
|
"scope": "teambit.harmony",
|
|
1764
1793
|
"name": "cli",
|
|
1765
|
-
"version": "0.0.
|
|
1794
|
+
"version": "0.0.1030"
|
|
1766
1795
|
},
|
|
1767
1796
|
"_scope": "teambit.harmony"
|
|
1768
1797
|
}
|
|
@@ -1956,7 +1985,8 @@
|
|
|
1956
1985
|
"line": 22,
|
|
1957
1986
|
"character": 23
|
|
1958
1987
|
},
|
|
1959
|
-
"name": "Command"
|
|
1988
|
+
"name": "Command",
|
|
1989
|
+
"packageName": "@teambit/legacy/dist/cli/command"
|
|
1960
1990
|
}
|
|
1961
1991
|
},
|
|
1962
1992
|
"isOptional": false,
|
|
@@ -1977,7 +2007,8 @@
|
|
|
1977
2007
|
"line": 23,
|
|
1978
2008
|
"character": 21
|
|
1979
2009
|
},
|
|
1980
|
-
"name": "GroupsType"
|
|
2010
|
+
"name": "GroupsType",
|
|
2011
|
+
"packageName": "@teambit/legacy/dist/cli/command-groups"
|
|
1981
2012
|
},
|
|
1982
2013
|
"isOptional": false,
|
|
1983
2014
|
"isSpread": false
|
|
@@ -1997,7 +2028,8 @@
|
|
|
1997
2028
|
"line": 24,
|
|
1998
2029
|
"character": 33
|
|
1999
2030
|
},
|
|
2000
|
-
"name": "OnCommandStartSlot"
|
|
2031
|
+
"name": "OnCommandStartSlot",
|
|
2032
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
2001
2033
|
},
|
|
2002
2034
|
"isOptional": false,
|
|
2003
2035
|
"isSpread": false
|
|
@@ -2062,7 +2094,8 @@
|
|
|
2062
2094
|
"line": 27,
|
|
2063
2095
|
"character": 54
|
|
2064
2096
|
},
|
|
2065
|
-
"name": "CommandRunner"
|
|
2097
|
+
"name": "CommandRunner",
|
|
2098
|
+
"internalFilePath": "command-runner.ts"
|
|
2066
2099
|
}
|
|
2067
2100
|
]
|
|
2068
2101
|
},
|
|
@@ -2106,7 +2139,8 @@
|
|
|
2106
2139
|
"line": 320,
|
|
2107
2140
|
"character": 45
|
|
2108
2141
|
},
|
|
2109
|
-
"name": "Command"
|
|
2142
|
+
"name": "Command",
|
|
2143
|
+
"packageName": "@teambit/legacy/dist/cli/command"
|
|
2110
2144
|
}
|
|
2111
2145
|
},
|
|
2112
2146
|
"isOptional": false,
|
|
@@ -2128,7 +2162,8 @@
|
|
|
2128
2162
|
"line": 320,
|
|
2129
2163
|
"character": 57
|
|
2130
2164
|
},
|
|
2131
|
-
"name": "Command"
|
|
2165
|
+
"name": "Command",
|
|
2166
|
+
"packageName": "@teambit/legacy/dist/cli/command"
|
|
2132
2167
|
},
|
|
2133
2168
|
{
|
|
2134
2169
|
"__schema": "KeywordTypeSchema",
|
|
@@ -2181,7 +2216,8 @@
|
|
|
2181
2216
|
"line": 18,
|
|
2182
2217
|
"character": 33
|
|
2183
2218
|
},
|
|
2184
|
-
"name": "Command"
|
|
2219
|
+
"name": "Command",
|
|
2220
|
+
"packageName": "@teambit/legacy/dist/cli/command"
|
|
2185
2221
|
}
|
|
2186
2222
|
]
|
|
2187
2223
|
}
|
|
@@ -2202,7 +2238,7 @@
|
|
|
2202
2238
|
"line": 19,
|
|
2203
2239
|
"character": 23
|
|
2204
2240
|
},
|
|
2205
|
-
"signature": "(hasWorkspace: boolean, currentCommand: string, commandObject?: Command): Promise<void>",
|
|
2241
|
+
"signature": "(hasWorkspace: boolean, currentCommand: string, commandObject?: (package: @teambit/legacy/dist/cli/command) Command): Promise<void>",
|
|
2206
2242
|
"name": "",
|
|
2207
2243
|
"params": [
|
|
2208
2244
|
{
|
|
@@ -2260,7 +2296,8 @@
|
|
|
2260
2296
|
"line": 19,
|
|
2261
2297
|
"character": 87
|
|
2262
2298
|
},
|
|
2263
|
-
"name": "Command"
|
|
2299
|
+
"name": "Command",
|
|
2300
|
+
"packageName": "@teambit/legacy/dist/cli/command"
|
|
2264
2301
|
},
|
|
2265
2302
|
"isOptional": true,
|
|
2266
2303
|
"isSpread": false
|
|
@@ -2305,7 +2342,7 @@
|
|
|
2305
2342
|
"line": 20,
|
|
2306
2343
|
"character": 30
|
|
2307
2344
|
},
|
|
2308
|
-
"signature": "(commandName: string, args: CLIArgs, flags: Flags): Promise<void>",
|
|
2345
|
+
"signature": "(commandName: string, args: (package: @teambit/legacy/dist/cli/command) CLIArgs, flags: (package: @teambit/legacy/dist/cli/command) Flags): Promise<void>",
|
|
2309
2346
|
"name": "",
|
|
2310
2347
|
"params": [
|
|
2311
2348
|
{
|
|
@@ -2343,7 +2380,8 @@
|
|
|
2343
2380
|
"line": 20,
|
|
2344
2381
|
"character": 58
|
|
2345
2382
|
},
|
|
2346
|
-
"name": "CLIArgs"
|
|
2383
|
+
"name": "CLIArgs",
|
|
2384
|
+
"packageName": "@teambit/legacy/dist/cli/command"
|
|
2347
2385
|
},
|
|
2348
2386
|
"isOptional": false,
|
|
2349
2387
|
"isSpread": false
|
|
@@ -2363,7 +2401,8 @@
|
|
|
2363
2401
|
"line": 20,
|
|
2364
2402
|
"character": 74
|
|
2365
2403
|
},
|
|
2366
|
-
"name": "Flags"
|
|
2404
|
+
"name": "Flags",
|
|
2405
|
+
"packageName": "@teambit/legacy/dist/cli/command"
|
|
2367
2406
|
},
|
|
2368
2407
|
"isOptional": false,
|
|
2369
2408
|
"isSpread": false
|
|
@@ -2451,6 +2490,11 @@
|
|
|
2451
2490
|
"character": 27
|
|
2452
2491
|
},
|
|
2453
2492
|
"name": "SlotRegistry",
|
|
2493
|
+
"componentId": {
|
|
2494
|
+
"scope": "teambit.harmony",
|
|
2495
|
+
"name": "harmony",
|
|
2496
|
+
"version": "0.4.6"
|
|
2497
|
+
},
|
|
2454
2498
|
"typeArgs": [
|
|
2455
2499
|
{
|
|
2456
2500
|
"__schema": "TypeRefSchema",
|
|
@@ -2459,7 +2503,8 @@
|
|
|
2459
2503
|
"line": 23,
|
|
2460
2504
|
"character": 40
|
|
2461
2505
|
},
|
|
2462
|
-
"name": "OnStart"
|
|
2506
|
+
"name": "OnStart",
|
|
2507
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
2463
2508
|
}
|
|
2464
2509
|
]
|
|
2465
2510
|
}
|
|
@@ -2481,6 +2526,11 @@
|
|
|
2481
2526
|
"character": 34
|
|
2482
2527
|
},
|
|
2483
2528
|
"name": "SlotRegistry",
|
|
2529
|
+
"componentId": {
|
|
2530
|
+
"scope": "teambit.harmony",
|
|
2531
|
+
"name": "harmony",
|
|
2532
|
+
"version": "0.4.6"
|
|
2533
|
+
},
|
|
2484
2534
|
"typeArgs": [
|
|
2485
2535
|
{
|
|
2486
2536
|
"__schema": "TypeRefSchema",
|
|
@@ -2489,7 +2539,8 @@
|
|
|
2489
2539
|
"line": 24,
|
|
2490
2540
|
"character": 47
|
|
2491
2541
|
},
|
|
2492
|
-
"name": "OnCommandStart"
|
|
2542
|
+
"name": "OnCommandStart",
|
|
2543
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
2493
2544
|
}
|
|
2494
2545
|
]
|
|
2495
2546
|
}
|
|
@@ -2511,6 +2562,11 @@
|
|
|
2511
2562
|
"character": 28
|
|
2512
2563
|
},
|
|
2513
2564
|
"name": "SlotRegistry",
|
|
2565
|
+
"componentId": {
|
|
2566
|
+
"scope": "teambit.harmony",
|
|
2567
|
+
"name": "harmony",
|
|
2568
|
+
"version": "0.4.6"
|
|
2569
|
+
},
|
|
2514
2570
|
"typeArgs": [
|
|
2515
2571
|
{
|
|
2516
2572
|
"__schema": "TypeRefSchema",
|
|
@@ -2541,6 +2597,11 @@
|
|
|
2541
2597
|
"character": 32
|
|
2542
2598
|
},
|
|
2543
2599
|
"name": "SlotRegistry",
|
|
2600
|
+
"componentId": {
|
|
2601
|
+
"scope": "teambit.harmony",
|
|
2602
|
+
"name": "harmony",
|
|
2603
|
+
"version": "0.4.6"
|
|
2604
|
+
},
|
|
2544
2605
|
"typeArgs": [
|
|
2545
2606
|
{
|
|
2546
2607
|
"__schema": "TypeRefSchema",
|
|
@@ -2549,7 +2610,8 @@
|
|
|
2549
2610
|
"line": 26,
|
|
2550
2611
|
"character": 45
|
|
2551
2612
|
},
|
|
2552
|
-
"name": "OnBeforeExitFn"
|
|
2613
|
+
"name": "OnBeforeExitFn",
|
|
2614
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
2553
2615
|
}
|
|
2554
2616
|
]
|
|
2555
2617
|
}
|
|
@@ -2631,7 +2693,8 @@
|
|
|
2631
2693
|
"line": 32,
|
|
2632
2694
|
"character": 26
|
|
2633
2695
|
},
|
|
2634
|
-
"name": "OnStartSlot"
|
|
2696
|
+
"name": "OnStartSlot",
|
|
2697
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
2635
2698
|
},
|
|
2636
2699
|
"isOptional": false,
|
|
2637
2700
|
"isSpread": false
|
|
@@ -2651,7 +2714,8 @@
|
|
|
2651
2714
|
"line": 33,
|
|
2652
2715
|
"character": 34
|
|
2653
2716
|
},
|
|
2654
|
-
"name": "OnCommandStartSlot"
|
|
2717
|
+
"name": "OnCommandStartSlot",
|
|
2718
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
2655
2719
|
},
|
|
2656
2720
|
"isOptional": false,
|
|
2657
2721
|
"isSpread": false
|
|
@@ -2671,7 +2735,8 @@
|
|
|
2671
2735
|
"line": 34,
|
|
2672
2736
|
"character": 31
|
|
2673
2737
|
},
|
|
2674
|
-
"name": "OnBeforeExitSlot"
|
|
2738
|
+
"name": "OnBeforeExitSlot",
|
|
2739
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
2675
2740
|
},
|
|
2676
2741
|
"isOptional": false,
|
|
2677
2742
|
"isSpread": false
|
|
@@ -2691,7 +2756,11 @@
|
|
|
2691
2756
|
"line": 35,
|
|
2692
2757
|
"character": 21
|
|
2693
2758
|
},
|
|
2694
|
-
"name": "Logger"
|
|
2759
|
+
"name": "Logger",
|
|
2760
|
+
"componentId": {
|
|
2761
|
+
"scope": "teambit.harmony",
|
|
2762
|
+
"name": "logger"
|
|
2763
|
+
}
|
|
2695
2764
|
},
|
|
2696
2765
|
"isOptional": false,
|
|
2697
2766
|
"isSpread": false
|
|
@@ -2890,7 +2959,8 @@
|
|
|
2890
2959
|
"line": 73,
|
|
2891
2960
|
"character": 29
|
|
2892
2961
|
},
|
|
2893
|
-
"name": "Command"
|
|
2962
|
+
"name": "Command",
|
|
2963
|
+
"packageName": "@teambit/legacy/dist/cli/command"
|
|
2894
2964
|
},
|
|
2895
2965
|
{
|
|
2896
2966
|
"__schema": "KeywordTypeSchema",
|
|
@@ -2951,7 +3021,8 @@
|
|
|
2951
3021
|
"line": 77,
|
|
2952
3022
|
"character": 42
|
|
2953
3023
|
},
|
|
2954
|
-
"name": "Command"
|
|
3024
|
+
"name": "Command",
|
|
3025
|
+
"packageName": "@teambit/legacy/dist/cli/command"
|
|
2955
3026
|
},
|
|
2956
3027
|
{
|
|
2957
3028
|
"__schema": "KeywordTypeSchema",
|
|
@@ -3075,7 +3146,8 @@
|
|
|
3075
3146
|
"line": 100,
|
|
3076
3147
|
"character": 30
|
|
3077
3148
|
},
|
|
3078
|
-
"name": "OnStart"
|
|
3149
|
+
"name": "OnStart",
|
|
3150
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
3079
3151
|
},
|
|
3080
3152
|
"isOptional": false,
|
|
3081
3153
|
"isSpread": false
|
|
@@ -3128,7 +3200,8 @@
|
|
|
3128
3200
|
"line": 109,
|
|
3129
3201
|
"character": 44
|
|
3130
3202
|
},
|
|
3131
|
-
"name": "OnCommandStart"
|
|
3203
|
+
"name": "OnCommandStart",
|
|
3204
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
3132
3205
|
},
|
|
3133
3206
|
"isOptional": false,
|
|
3134
3207
|
"isSpread": false
|
|
@@ -3201,7 +3274,8 @@
|
|
|
3201
3274
|
"line": 129,
|
|
3202
3275
|
"character": 40
|
|
3203
3276
|
},
|
|
3204
|
-
"name": "OnBeforeExitFn"
|
|
3277
|
+
"name": "OnBeforeExitFn",
|
|
3278
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
3205
3279
|
},
|
|
3206
3280
|
"isOptional": false,
|
|
3207
3281
|
"isSpread": false
|
|
@@ -3369,7 +3443,11 @@
|
|
|
3369
3443
|
"line": 182,
|
|
3370
3444
|
"character": 20
|
|
3371
3445
|
},
|
|
3372
|
-
"name": "LoggerMain"
|
|
3446
|
+
"name": "LoggerMain",
|
|
3447
|
+
"componentId": {
|
|
3448
|
+
"scope": "teambit.harmony",
|
|
3449
|
+
"name": "logger"
|
|
3450
|
+
}
|
|
3373
3451
|
}
|
|
3374
3452
|
]
|
|
3375
3453
|
},
|
|
@@ -3428,7 +3506,8 @@
|
|
|
3428
3506
|
"line": 186,
|
|
3429
3507
|
"character": 7
|
|
3430
3508
|
},
|
|
3431
|
-
"name": "OnStartSlot"
|
|
3509
|
+
"name": "OnStartSlot",
|
|
3510
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
3432
3511
|
},
|
|
3433
3512
|
{
|
|
3434
3513
|
"__schema": "TypeRefSchema",
|
|
@@ -3437,7 +3516,8 @@
|
|
|
3437
3516
|
"line": 187,
|
|
3438
3517
|
"character": 7
|
|
3439
3518
|
},
|
|
3440
|
-
"name": "OnCommandStartSlot"
|
|
3519
|
+
"name": "OnCommandStartSlot",
|
|
3520
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
3441
3521
|
},
|
|
3442
3522
|
{
|
|
3443
3523
|
"__schema": "TypeRefSchema",
|
|
@@ -3446,7 +3526,8 @@
|
|
|
3446
3526
|
"line": 188,
|
|
3447
3527
|
"character": 7
|
|
3448
3528
|
},
|
|
3449
|
-
"name": "OnBeforeExitSlot"
|
|
3529
|
+
"name": "OnBeforeExitSlot",
|
|
3530
|
+
"internalFilePath": "cli.main.runtime.ts"
|
|
3450
3531
|
}
|
|
3451
3532
|
]
|
|
3452
3533
|
},
|
|
@@ -3640,7 +3721,7 @@
|
|
|
3640
3721
|
"componentId": {
|
|
3641
3722
|
"scope": "teambit.harmony",
|
|
3642
3723
|
"name": "cli",
|
|
3643
|
-
"version": "0.0.
|
|
3724
|
+
"version": "0.0.1030"
|
|
3644
3725
|
},
|
|
3645
3726
|
"taggedModuleExports": []
|
|
3646
3727
|
}
|
|
@@ -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.1030/dist/cli.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cli@0.0.1030/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.1030",
|
|
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.1030"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"@teambit/harmony": "0.4.6",
|
|
19
19
|
"@teambit/bit-error": "0.0.404",
|
|
20
20
|
"@teambit/bit.get-bit-version": "0.0.1",
|
|
21
|
-
"@teambit/host-initializer": "0.0.
|
|
22
|
-
"@teambit/logger": "0.0.
|
|
21
|
+
"@teambit/host-initializer": "0.0.166",
|
|
22
|
+
"@teambit/logger": "0.0.1123",
|
|
23
23
|
"@teambit/legacy.analytics": "0.0.47"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|