@teambit/harmony.content.cli-reference 2.0.67 → 2.0.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli-reference.docs.mdx +1 -1
- package/cli-reference.json +74 -49
- package/cli-reference.mdx +128 -122
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +74 -49
- package/dist/cli-reference.mdx.js +232 -63
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1700623148304.js → preview-1700748208094.js} +2 -2
- package/package.json +2 -2
|
@@ -335,20 +335,7 @@ function MDXContent(_ref) {
|
|
|
335
335
|
}), (0, _react2.mdx)("td", {
|
|
336
336
|
parentName: "tr",
|
|
337
337
|
"align": null
|
|
338
|
-
}, "avoid running the watch process that compiles components in the background")), (0, _react2.mdx)("
|
|
339
|
-
parentName: "tbody"
|
|
340
|
-
}, (0, _react2.mdx)("td", {
|
|
341
|
-
parentName: "tr",
|
|
342
|
-
"align": null
|
|
343
|
-
}, (0, _react2.mdx)("inlineCode", {
|
|
344
|
-
parentName: "td"
|
|
345
|
-
}, "--ssr")), (0, _react2.mdx)("td", {
|
|
346
|
-
parentName: "tr",
|
|
347
|
-
"align": "center"
|
|
348
|
-
}), (0, _react2.mdx)("td", {
|
|
349
|
-
parentName: "tr",
|
|
350
|
-
"align": null
|
|
351
|
-
}, "run app in server side rendering mode.")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "artifacts"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
338
|
+
}, "avoid running the watch process that compiles components in the background")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "artifacts"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
352
339
|
parentName: "p"
|
|
353
340
|
}, "Description"), ": list and download component artifacts", (0, _react2.mdx)("br", {
|
|
354
341
|
parentName: "p"
|
|
@@ -384,7 +371,11 @@ function MDXContent(_ref) {
|
|
|
384
371
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
385
372
|
parentName: "tr",
|
|
386
373
|
"align": "center"
|
|
387
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
374
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
375
|
+
parentName: "td"
|
|
376
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
377
|
+
parentName: "td"
|
|
378
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
388
379
|
parentName: "table"
|
|
389
380
|
}, (0, _react2.mdx)("tr", {
|
|
390
381
|
parentName: "thead"
|
|
@@ -493,7 +484,11 @@ function MDXContent(_ref) {
|
|
|
493
484
|
}, "pattern")), (0, _react2.mdx)("td", {
|
|
494
485
|
parentName: "tr",
|
|
495
486
|
"align": "center"
|
|
496
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
487
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
488
|
+
parentName: "td"
|
|
489
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
490
|
+
parentName: "td"
|
|
491
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
497
492
|
parentName: "table"
|
|
498
493
|
}, (0, _react2.mdx)("tr", {
|
|
499
494
|
parentName: "thead"
|
|
@@ -644,7 +639,11 @@ function MDXContent(_ref) {
|
|
|
644
639
|
}, "pattern")), (0, _react2.mdx)("td", {
|
|
645
640
|
parentName: "tr",
|
|
646
641
|
"align": "center"
|
|
647
|
-
}, "the components to extend. component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
642
|
+
}, "the components to extend. component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
643
|
+
parentName: "td"
|
|
644
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
645
|
+
parentName: "td"
|
|
646
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")), (0, _react2.mdx)("tr", {
|
|
648
647
|
parentName: "tbody"
|
|
649
648
|
}, (0, _react2.mdx)("td", {
|
|
650
649
|
parentName: "tr",
|
|
@@ -732,7 +731,11 @@ function MDXContent(_ref) {
|
|
|
732
731
|
}, "pattern")), (0, _react2.mdx)("td", {
|
|
733
732
|
parentName: "tr",
|
|
734
733
|
"align": "center"
|
|
735
|
-
}, "the components to target. component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
734
|
+
}, "the components to target. component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
735
|
+
parentName: "td"
|
|
736
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
737
|
+
parentName: "td"
|
|
738
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")), (0, _react2.mdx)("tr", {
|
|
736
739
|
parentName: "tbody"
|
|
737
740
|
}, (0, _react2.mdx)("td", {
|
|
738
741
|
parentName: "tr",
|
|
@@ -784,7 +787,11 @@ function MDXContent(_ref) {
|
|
|
784
787
|
}, "pattern")), (0, _react2.mdx)("td", {
|
|
785
788
|
parentName: "tr",
|
|
786
789
|
"align": "center"
|
|
787
|
-
}, "the components to update (defaults to all components). component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
790
|
+
}, "the components to update (defaults to all components). component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
791
|
+
parentName: "td"
|
|
792
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
793
|
+
parentName: "td"
|
|
794
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "build"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
788
795
|
parentName: "p"
|
|
789
796
|
}, "Description"), ": run set of tasks for build.", (0, _react2.mdx)("br", {
|
|
790
797
|
parentName: "p"
|
|
@@ -816,7 +823,11 @@ function MDXContent(_ref) {
|
|
|
816
823
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
817
824
|
parentName: "tr",
|
|
818
825
|
"align": "center"
|
|
819
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
826
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
827
|
+
parentName: "td"
|
|
828
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
829
|
+
parentName: "td"
|
|
830
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
820
831
|
parentName: "table"
|
|
821
832
|
}, (0, _react2.mdx)("tr", {
|
|
822
833
|
parentName: "thead"
|
|
@@ -1310,7 +1321,11 @@ function MDXContent(_ref) {
|
|
|
1310
1321
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
1311
1322
|
parentName: "tr",
|
|
1312
1323
|
"align": "center"
|
|
1313
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
1324
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
1325
|
+
parentName: "td"
|
|
1326
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
1327
|
+
parentName: "td"
|
|
1328
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
1314
1329
|
parentName: "table"
|
|
1315
1330
|
}, (0, _react2.mdx)("tr", {
|
|
1316
1331
|
parentName: "thead"
|
|
@@ -1419,7 +1434,11 @@ function MDXContent(_ref) {
|
|
|
1419
1434
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
1420
1435
|
parentName: "tr",
|
|
1421
1436
|
"align": "center"
|
|
1422
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
1437
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
1438
|
+
parentName: "td"
|
|
1439
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
1440
|
+
parentName: "td"
|
|
1441
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
1423
1442
|
parentName: "table"
|
|
1424
1443
|
}, (0, _react2.mdx)("tr", {
|
|
1425
1444
|
parentName: "thead"
|
|
@@ -2049,7 +2068,11 @@ function MDXContent(_ref) {
|
|
|
2049
2068
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
2050
2069
|
parentName: "tr",
|
|
2051
2070
|
"align": "center"
|
|
2052
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
2071
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
2072
|
+
parentName: "td"
|
|
2073
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
2074
|
+
parentName: "td"
|
|
2075
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
2053
2076
|
parentName: "table"
|
|
2054
2077
|
}, (0, _react2.mdx)("tr", {
|
|
2055
2078
|
parentName: "thead"
|
|
@@ -2323,7 +2346,11 @@ function MDXContent(_ref) {
|
|
|
2323
2346
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
2324
2347
|
parentName: "tr",
|
|
2325
2348
|
"align": "center"
|
|
2326
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
2349
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
2350
|
+
parentName: "td"
|
|
2351
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
2352
|
+
parentName: "td"
|
|
2353
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")), (0, _react2.mdx)("tr", {
|
|
2327
2354
|
parentName: "tbody"
|
|
2328
2355
|
}, (0, _react2.mdx)("td", {
|
|
2329
2356
|
parentName: "tr",
|
|
@@ -2419,7 +2446,11 @@ function MDXContent(_ref) {
|
|
|
2419
2446
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
2420
2447
|
parentName: "tr",
|
|
2421
2448
|
"align": "center"
|
|
2422
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
2449
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
2450
|
+
parentName: "td"
|
|
2451
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
2452
|
+
parentName: "td"
|
|
2453
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")), (0, _react2.mdx)("tr", {
|
|
2423
2454
|
parentName: "tbody"
|
|
2424
2455
|
}, (0, _react2.mdx)("td", {
|
|
2425
2456
|
parentName: "tr",
|
|
@@ -2547,7 +2578,11 @@ function MDXContent(_ref) {
|
|
|
2547
2578
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
2548
2579
|
parentName: "tr",
|
|
2549
2580
|
"align": "center"
|
|
2550
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
2581
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
2582
|
+
parentName: "td"
|
|
2583
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
2584
|
+
parentName: "td"
|
|
2585
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")), (0, _react2.mdx)("tr", {
|
|
2551
2586
|
parentName: "tbody"
|
|
2552
2587
|
}, (0, _react2.mdx)("td", {
|
|
2553
2588
|
parentName: "tr",
|
|
@@ -2643,7 +2678,11 @@ function MDXContent(_ref) {
|
|
|
2643
2678
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
2644
2679
|
parentName: "tr",
|
|
2645
2680
|
"align": "center"
|
|
2646
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
2681
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
2682
|
+
parentName: "td"
|
|
2683
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
2684
|
+
parentName: "td"
|
|
2685
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("h3", null, "deps eject"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
2647
2686
|
parentName: "p"
|
|
2648
2687
|
}, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
2649
2688
|
parentName: "p"
|
|
@@ -2675,7 +2714,11 @@ function MDXContent(_ref) {
|
|
|
2675
2714
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
2676
2715
|
parentName: "tr",
|
|
2677
2716
|
"align": "center"
|
|
2678
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
2717
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
2718
|
+
parentName: "td"
|
|
2719
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
2720
|
+
parentName: "td"
|
|
2721
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("h3", null, "deps blame"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
2679
2722
|
parentName: "p"
|
|
2680
2723
|
}, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
2681
2724
|
parentName: "p"
|
|
@@ -2959,7 +3002,11 @@ function MDXContent(_ref) {
|
|
|
2959
3002
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
2960
3003
|
parentName: "tr",
|
|
2961
3004
|
"align": "center"
|
|
2962
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
3005
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
3006
|
+
parentName: "td"
|
|
3007
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
3008
|
+
parentName: "td"
|
|
3009
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
2963
3010
|
parentName: "table"
|
|
2964
3011
|
}, (0, _react2.mdx)("tr", {
|
|
2965
3012
|
parentName: "thead"
|
|
@@ -3212,7 +3259,11 @@ function MDXContent(_ref) {
|
|
|
3212
3259
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
3213
3260
|
parentName: "tr",
|
|
3214
3261
|
"align": "center"
|
|
3215
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
3262
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
3263
|
+
parentName: "td"
|
|
3264
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
3265
|
+
parentName: "td"
|
|
3266
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")), (0, _react2.mdx)("tr", {
|
|
3216
3267
|
parentName: "tbody"
|
|
3217
3268
|
}, (0, _react2.mdx)("td", {
|
|
3218
3269
|
parentName: "tr",
|
|
@@ -3278,7 +3329,11 @@ function MDXContent(_ref) {
|
|
|
3278
3329
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
3279
3330
|
parentName: "tr",
|
|
3280
3331
|
"align": "center"
|
|
3281
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
3332
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
3333
|
+
parentName: "td"
|
|
3334
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
3335
|
+
parentName: "td"
|
|
3336
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("h3", null, "envs replace"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
3282
3337
|
parentName: "p"
|
|
3283
3338
|
}, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
3284
3339
|
parentName: "p"
|
|
@@ -3362,7 +3417,11 @@ function MDXContent(_ref) {
|
|
|
3362
3417
|
}, "pattern")), (0, _react2.mdx)("td", {
|
|
3363
3418
|
parentName: "tr",
|
|
3364
3419
|
"align": "center"
|
|
3365
|
-
}, "the components to update (defaults to all components). component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
3420
|
+
}, "the components to update (defaults to all components). component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
3421
|
+
parentName: "td"
|
|
3422
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
3423
|
+
parentName: "td"
|
|
3424
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "export"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
3366
3425
|
parentName: "p"
|
|
3367
3426
|
}, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
3368
3427
|
parentName: "p"
|
|
@@ -3408,7 +3467,11 @@ function MDXContent(_ref) {
|
|
|
3408
3467
|
}, "component-patterns...")), (0, _react2.mdx)("td", {
|
|
3409
3468
|
parentName: "tr",
|
|
3410
3469
|
"align": "center"
|
|
3411
|
-
}, "(not recommended) component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
3470
|
+
}, "(not recommended) component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
3471
|
+
parentName: "td"
|
|
3472
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
3473
|
+
parentName: "td"
|
|
3474
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
3412
3475
|
parentName: "table"
|
|
3413
3476
|
}, (0, _react2.mdx)("tr", {
|
|
3414
3477
|
parentName: "thead"
|
|
@@ -5024,7 +5087,11 @@ function MDXContent(_ref) {
|
|
|
5024
5087
|
}, "-p")), (0, _react2.mdx)("td", {
|
|
5025
5088
|
parentName: "tr",
|
|
5026
5089
|
"align": null
|
|
5027
|
-
}, "switch only the lane components matching the specified component-pattern. only works when the workspace is empty component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
5090
|
+
}, "switch only the lane components matching the specified component-pattern. only works when the workspace is empty component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
5091
|
+
parentName: "td"
|
|
5092
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
5093
|
+
parentName: "td"
|
|
5094
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")), (0, _react2.mdx)("tr", {
|
|
5028
5095
|
parentName: "tbody"
|
|
5029
5096
|
}, (0, _react2.mdx)("td", {
|
|
5030
5097
|
parentName: "tr",
|
|
@@ -5487,7 +5554,11 @@ function MDXContent(_ref) {
|
|
|
5487
5554
|
}), (0, _react2.mdx)("td", {
|
|
5488
5555
|
parentName: "tr",
|
|
5489
5556
|
"align": null
|
|
5490
|
-
}, "show lane-diff for components conforming to the specified component-pattern only component-pattern format: component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
5557
|
+
}, "show lane-diff for components conforming to the specified component-pattern only component-pattern format: component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
5558
|
+
parentName: "td"
|
|
5559
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
5560
|
+
parentName: "td"
|
|
5561
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("h3", null, "lane add-readme"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
5491
5562
|
parentName: "p"
|
|
5492
5563
|
}, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
5493
5564
|
parentName: "p"
|
|
@@ -5650,7 +5721,11 @@ function MDXContent(_ref) {
|
|
|
5650
5721
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
5651
5722
|
parentName: "tr",
|
|
5652
5723
|
"align": "center"
|
|
5653
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
5724
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
5725
|
+
parentName: "td"
|
|
5726
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
5727
|
+
parentName: "td"
|
|
5728
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
5654
5729
|
parentName: "table"
|
|
5655
5730
|
}, (0, _react2.mdx)("tr", {
|
|
5656
5731
|
parentName: "thead"
|
|
@@ -5759,7 +5834,11 @@ function MDXContent(_ref) {
|
|
|
5759
5834
|
}, "pattern")), (0, _react2.mdx)("td", {
|
|
5760
5835
|
parentName: "tr",
|
|
5761
5836
|
"align": "center"
|
|
5762
|
-
}, "partially merge the lane - only components that match the specified component-pattern Component pattern format: component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
5837
|
+
}, "partially merge the lane - only components that match the specified component-pattern Component pattern format: component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
5838
|
+
parentName: "td"
|
|
5839
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
5840
|
+
parentName: "td"
|
|
5841
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
5763
5842
|
parentName: "table"
|
|
5764
5843
|
}, (0, _react2.mdx)("tr", {
|
|
5765
5844
|
parentName: "thead"
|
|
@@ -7029,7 +7108,11 @@ function MDXContent(_ref) {
|
|
|
7029
7108
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
7030
7109
|
parentName: "tr",
|
|
7031
7110
|
"align": "center"
|
|
7032
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
7111
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
7112
|
+
parentName: "td"
|
|
7113
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
7114
|
+
parentName: "td"
|
|
7115
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
7033
7116
|
parentName: "table"
|
|
7034
7117
|
}, (0, _react2.mdx)("tr", {
|
|
7035
7118
|
parentName: "thead"
|
|
@@ -7614,7 +7697,11 @@ function MDXContent(_ref) {
|
|
|
7614
7697
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
7615
7698
|
parentName: "tr",
|
|
7616
7699
|
"align": "center"
|
|
7617
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
7700
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
7701
|
+
parentName: "td"
|
|
7702
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
7703
|
+
parentName: "td"
|
|
7704
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
7618
7705
|
parentName: "table"
|
|
7619
7706
|
}, (0, _react2.mdx)("tr", {
|
|
7620
7707
|
parentName: "thead"
|
|
@@ -7860,7 +7947,11 @@ function MDXContent(_ref) {
|
|
|
7860
7947
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
7861
7948
|
parentName: "tr",
|
|
7862
7949
|
"align": "center"
|
|
7863
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
7950
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
7951
|
+
parentName: "td"
|
|
7952
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
7953
|
+
parentName: "td"
|
|
7954
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")), (0, _react2.mdx)("tr", {
|
|
7864
7955
|
parentName: "tbody"
|
|
7865
7956
|
}, (0, _react2.mdx)("td", {
|
|
7866
7957
|
parentName: "tr",
|
|
@@ -7990,7 +8081,11 @@ function MDXContent(_ref) {
|
|
|
7990
8081
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
7991
8082
|
parentName: "tr",
|
|
7992
8083
|
"align": "center"
|
|
7993
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
8084
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
8085
|
+
parentName: "td"
|
|
8086
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
8087
|
+
parentName: "td"
|
|
8088
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")), (0, _react2.mdx)("tr", {
|
|
7994
8089
|
parentName: "tbody"
|
|
7995
8090
|
}, (0, _react2.mdx)("td", {
|
|
7996
8091
|
parentName: "tr",
|
|
@@ -8166,20 +8261,7 @@ function MDXContent(_ref) {
|
|
|
8166
8261
|
}), (0, _react2.mdx)("td", {
|
|
8167
8262
|
parentName: "tr",
|
|
8168
8263
|
"align": null
|
|
8169
|
-
}, "avoid running the watch process that compiles components in the background")), (0, _react2.mdx)("
|
|
8170
|
-
parentName: "tbody"
|
|
8171
|
-
}, (0, _react2.mdx)("td", {
|
|
8172
|
-
parentName: "tr",
|
|
8173
|
-
"align": null
|
|
8174
|
-
}, (0, _react2.mdx)("inlineCode", {
|
|
8175
|
-
parentName: "td"
|
|
8176
|
-
}, "--ssr")), (0, _react2.mdx)("td", {
|
|
8177
|
-
parentName: "tr",
|
|
8178
|
-
"align": "center"
|
|
8179
|
-
}), (0, _react2.mdx)("td", {
|
|
8180
|
-
parentName: "tr",
|
|
8181
|
-
"align": null
|
|
8182
|
-
}, "run app in server side rendering mode.")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "schema"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
8264
|
+
}, "avoid running the watch process that compiles components in the background")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "schema"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
8183
8265
|
parentName: "p"
|
|
8184
8266
|
}, "Description"), ": shows the API schema of the specified component/s.", (0, _react2.mdx)("br", {
|
|
8185
8267
|
parentName: "p"
|
|
@@ -8299,7 +8381,11 @@ function MDXContent(_ref) {
|
|
|
8299
8381
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
8300
8382
|
parentName: "tr",
|
|
8301
8383
|
"align": "center"
|
|
8302
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
8384
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
8385
|
+
parentName: "td"
|
|
8386
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
8387
|
+
parentName: "td"
|
|
8388
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("h3", null, "scope rename"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
8303
8389
|
parentName: "p"
|
|
8304
8390
|
}, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
8305
8391
|
parentName: "p"
|
|
@@ -8482,9 +8568,61 @@ function MDXContent(_ref) {
|
|
|
8482
8568
|
parentName: "p"
|
|
8483
8569
|
}, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
8484
8570
|
parentName: "p"
|
|
8485
|
-
}, "scope fork <original-scope> <new-scope>")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
8571
|
+
}, "scope fork <original-scope> <new-scope> [pattern]")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
8486
8572
|
parentName: "p"
|
|
8487
|
-
}, "Description"), ": fork all components of the original-scope and refactor the source-code to use the new scope name"
|
|
8573
|
+
}, "Description"), ": fork all components of the original-scope and refactor the source-code to use the new scope name", (0, _react2.mdx)("br", {
|
|
8574
|
+
parentName: "p"
|
|
8575
|
+
}), "\n", "optionally, provide ", "[pattern]", " to limit the fork to specific components"), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
8576
|
+
parentName: "table"
|
|
8577
|
+
}, (0, _react2.mdx)("tr", {
|
|
8578
|
+
parentName: "thead"
|
|
8579
|
+
}, (0, _react2.mdx)("th", {
|
|
8580
|
+
parentName: "tr",
|
|
8581
|
+
"align": null
|
|
8582
|
+
}, (0, _react2.mdx)("strong", {
|
|
8583
|
+
parentName: "th"
|
|
8584
|
+
}, "Arg")), (0, _react2.mdx)("th", {
|
|
8585
|
+
parentName: "tr",
|
|
8586
|
+
"align": "center"
|
|
8587
|
+
}, (0, _react2.mdx)("strong", {
|
|
8588
|
+
parentName: "th"
|
|
8589
|
+
}, "Description")))), (0, _react2.mdx)("tbody", {
|
|
8590
|
+
parentName: "table"
|
|
8591
|
+
}, (0, _react2.mdx)("tr", {
|
|
8592
|
+
parentName: "tbody"
|
|
8593
|
+
}, (0, _react2.mdx)("td", {
|
|
8594
|
+
parentName: "tr",
|
|
8595
|
+
"align": null
|
|
8596
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
8597
|
+
parentName: "td"
|
|
8598
|
+
}, "original-scope")), (0, _react2.mdx)("td", {
|
|
8599
|
+
parentName: "tr",
|
|
8600
|
+
"align": "center"
|
|
8601
|
+
}, "the original scope to fork")), (0, _react2.mdx)("tr", {
|
|
8602
|
+
parentName: "tbody"
|
|
8603
|
+
}, (0, _react2.mdx)("td", {
|
|
8604
|
+
parentName: "tr",
|
|
8605
|
+
"align": null
|
|
8606
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
8607
|
+
parentName: "td"
|
|
8608
|
+
}, "new-scope")), (0, _react2.mdx)("td", {
|
|
8609
|
+
parentName: "tr",
|
|
8610
|
+
"align": "center"
|
|
8611
|
+
}, "the new scope to fork to")), (0, _react2.mdx)("tr", {
|
|
8612
|
+
parentName: "tbody"
|
|
8613
|
+
}, (0, _react2.mdx)("td", {
|
|
8614
|
+
parentName: "tr",
|
|
8615
|
+
"align": null
|
|
8616
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
8617
|
+
parentName: "td"
|
|
8618
|
+
}, "pattern")), (0, _react2.mdx)("td", {
|
|
8619
|
+
parentName: "tr",
|
|
8620
|
+
"align": "center"
|
|
8621
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
8622
|
+
parentName: "td"
|
|
8623
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
8624
|
+
parentName: "td"
|
|
8625
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
8488
8626
|
parentName: "table"
|
|
8489
8627
|
}, (0, _react2.mdx)("tr", {
|
|
8490
8628
|
parentName: "thead"
|
|
@@ -8518,7 +8656,22 @@ function MDXContent(_ref) {
|
|
|
8518
8656
|
}), (0, _react2.mdx)("td", {
|
|
8519
8657
|
parentName: "tr",
|
|
8520
8658
|
"align": null
|
|
8521
|
-
}, "EXPERIMENTAL. use ast to transform files instead of regex"))
|
|
8659
|
+
}, "EXPERIMENTAL. use ast to transform files instead of regex")), (0, _react2.mdx)("tr", {
|
|
8660
|
+
parentName: "tbody"
|
|
8661
|
+
}, (0, _react2.mdx)("td", {
|
|
8662
|
+
parentName: "tr",
|
|
8663
|
+
"align": null
|
|
8664
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
8665
|
+
parentName: "td"
|
|
8666
|
+
}, "--skip-dependency-installation")), (0, _react2.mdx)("td", {
|
|
8667
|
+
parentName: "tr",
|
|
8668
|
+
"align": "center"
|
|
8669
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
8670
|
+
parentName: "td"
|
|
8671
|
+
}, "-x")), (0, _react2.mdx)("td", {
|
|
8672
|
+
parentName: "tr",
|
|
8673
|
+
"align": null
|
|
8674
|
+
}, "do not install packages of the imported components")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "scope-config"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
8522
8675
|
parentName: "p"
|
|
8523
8676
|
}, "Description"), ": scope config management"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
8524
8677
|
parentName: "p"
|
|
@@ -8742,7 +8895,11 @@ function MDXContent(_ref) {
|
|
|
8742
8895
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
8743
8896
|
parentName: "tr",
|
|
8744
8897
|
"align": "center"
|
|
8745
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
8898
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
8899
|
+
parentName: "td"
|
|
8900
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
8901
|
+
parentName: "td"
|
|
8902
|
+
}, "bit pattern <pattern>"), " to validate the pattern.. By default, only new and modified components are snapped (add --unmodified to snap all components in the workspace).")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
8746
8903
|
parentName: "table"
|
|
8747
8904
|
}, (0, _react2.mdx)("tr", {
|
|
8748
8905
|
parentName: "thead"
|
|
@@ -8993,7 +9150,11 @@ function MDXContent(_ref) {
|
|
|
8993
9150
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
8994
9151
|
parentName: "tr",
|
|
8995
9152
|
"align": "center"
|
|
8996
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
9153
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
9154
|
+
parentName: "td"
|
|
9155
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
9156
|
+
parentName: "td"
|
|
9157
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
8997
9158
|
parentName: "table"
|
|
8998
9159
|
}, (0, _react2.mdx)("tr", {
|
|
8999
9160
|
parentName: "thead"
|
|
@@ -9285,7 +9446,11 @@ function MDXContent(_ref) {
|
|
|
9285
9446
|
}, "component-patterns...")), (0, _react2.mdx)("td", {
|
|
9286
9447
|
parentName: "tr",
|
|
9287
9448
|
"align": "center"
|
|
9288
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
9449
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
9450
|
+
parentName: "td"
|
|
9451
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
9452
|
+
parentName: "td"
|
|
9453
|
+
}, "bit pattern <pattern>"), " to validate the pattern.. By default, all new and modified are tagged.")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
9289
9454
|
parentName: "table"
|
|
9290
9455
|
}, (0, _react2.mdx)("tr", {
|
|
9291
9456
|
parentName: "thead"
|
|
@@ -9787,7 +9952,11 @@ function MDXContent(_ref) {
|
|
|
9787
9952
|
}, "component-pattern")), (0, _react2.mdx)("td", {
|
|
9788
9953
|
parentName: "tr",
|
|
9789
9954
|
"align": "center"
|
|
9790
|
-
}, "component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\"
|
|
9955
|
+
}, "component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/", "*", "*", ", !ui/button\". use ", (0, _react2.mdx)("inlineCode", {
|
|
9956
|
+
parentName: "td"
|
|
9957
|
+
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
9958
|
+
parentName: "td"
|
|
9959
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
9791
9960
|
parentName: "table"
|
|
9792
9961
|
}, (0, _react2.mdx)("tr", {
|
|
9793
9962
|
parentName: "thead"
|