@teambit/harmony.content.cli-reference 1.95.148 → 1.95.149
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.json +14 -3
- package/cli-reference.mdx +12 -11
- package/dist/cli-reference.json +14 -3
- package/dist/cli-reference.mdx.js +20 -3
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1684466926328.js → preview-1684812755937.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.149.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.148.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -878,7 +878,7 @@
|
|
|
878
878
|
]
|
|
879
879
|
},
|
|
880
880
|
{
|
|
881
|
-
"name": "start [
|
|
881
|
+
"name": "start [component-pattern]",
|
|
882
882
|
"alias": "c",
|
|
883
883
|
"options": [
|
|
884
884
|
[
|
|
@@ -907,7 +907,7 @@
|
|
|
907
907
|
"show verbose output for inspection and prints stack trace"
|
|
908
908
|
],
|
|
909
909
|
[
|
|
910
|
-
"",
|
|
910
|
+
"n",
|
|
911
911
|
"no-browser",
|
|
912
912
|
"do not automatically open browser when ready"
|
|
913
913
|
],
|
|
@@ -915,12 +915,23 @@
|
|
|
915
915
|
"",
|
|
916
916
|
"skip-compilation",
|
|
917
917
|
"skip the auto-compilation before starting the web-server"
|
|
918
|
+
],
|
|
919
|
+
[
|
|
920
|
+
"u",
|
|
921
|
+
"ui-root-name [type]",
|
|
922
|
+
"name of the ui root to use, e.g. \"teambit.scope/scope\" or \"teambit.workspace/workspace\""
|
|
918
923
|
]
|
|
919
924
|
],
|
|
920
925
|
"description": "run the ui/development server",
|
|
921
926
|
"extendedDescription": "",
|
|
922
927
|
"group": "development",
|
|
923
|
-
"private": false
|
|
928
|
+
"private": false,
|
|
929
|
+
"arguments": [
|
|
930
|
+
{
|
|
931
|
+
"name": "component-pattern",
|
|
932
|
+
"description": "component name, component id, or component pattern. use component pattern to select multiple components.\nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
|
|
933
|
+
}
|
|
934
|
+
]
|
|
924
935
|
},
|
|
925
936
|
{
|
|
926
937
|
"name": "ui-build [type]",
|
package/cli-reference.mdx
CHANGED
|
@@ -1374,17 +1374,18 @@ use `bit pattern --help` to understand patterns better and `bit pattern <pattern
|
|
|
1374
1374
|
**Alias**: `c`
|
|
1375
1375
|
**Description**: run the ui/development server
|
|
1376
1376
|
|
|
1377
|
-
`bit start [
|
|
1378
|
-
|
|
1379
|
-
| **Option**
|
|
1380
|
-
|
|
|
1381
|
-
| `--dev`
|
|
1382
|
-
| `--port [port-number]`
|
|
1383
|
-
| `--rebuild`
|
|
1384
|
-
| `--skip-ui-build`
|
|
1385
|
-
| `--verbose`
|
|
1386
|
-
| `--no-browser`
|
|
1387
|
-
| `--skip-compilation`
|
|
1377
|
+
`bit start [component-pattern]`
|
|
1378
|
+
|
|
1379
|
+
| **Option** | **Option alias** | **Description** |
|
|
1380
|
+
| ----------------------- | :--------------: | --------------------------------------------------------------------------------------- |
|
|
1381
|
+
| `--dev` | `-d` | start UI server in dev mode. |
|
|
1382
|
+
| `--port [port-number]` | `-p` | port of the UI server. |
|
|
1383
|
+
| `--rebuild` | `-r` | rebuild the UI |
|
|
1384
|
+
| `--skip-ui-build` | | skip building UI |
|
|
1385
|
+
| `--verbose` | `-v` | show verbose output for inspection and prints stack trace |
|
|
1386
|
+
| `--no-browser` | `-n` | do not automatically open browser when ready |
|
|
1387
|
+
| `--skip-compilation` | | skip the auto-compilation before starting the web-server |
|
|
1388
|
+
| `--ui-root-name [type]` | `-u` | name of the ui root to use, e.g. "teambit.scope/scope" or "teambit.workspace/workspace" |
|
|
1388
1389
|
|
|
1389
1390
|
---
|
|
1390
1391
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -878,7 +878,7 @@
|
|
|
878
878
|
]
|
|
879
879
|
},
|
|
880
880
|
{
|
|
881
|
-
"name": "start [
|
|
881
|
+
"name": "start [component-pattern]",
|
|
882
882
|
"alias": "c",
|
|
883
883
|
"options": [
|
|
884
884
|
[
|
|
@@ -907,7 +907,7 @@
|
|
|
907
907
|
"show verbose output for inspection and prints stack trace"
|
|
908
908
|
],
|
|
909
909
|
[
|
|
910
|
-
"",
|
|
910
|
+
"n",
|
|
911
911
|
"no-browser",
|
|
912
912
|
"do not automatically open browser when ready"
|
|
913
913
|
],
|
|
@@ -915,12 +915,23 @@
|
|
|
915
915
|
"",
|
|
916
916
|
"skip-compilation",
|
|
917
917
|
"skip the auto-compilation before starting the web-server"
|
|
918
|
+
],
|
|
919
|
+
[
|
|
920
|
+
"u",
|
|
921
|
+
"ui-root-name [type]",
|
|
922
|
+
"name of the ui root to use, e.g. \"teambit.scope/scope\" or \"teambit.workspace/workspace\""
|
|
918
923
|
]
|
|
919
924
|
],
|
|
920
925
|
"description": "run the ui/development server",
|
|
921
926
|
"extendedDescription": "",
|
|
922
927
|
"group": "development",
|
|
923
|
-
"private": false
|
|
928
|
+
"private": false,
|
|
929
|
+
"arguments": [
|
|
930
|
+
{
|
|
931
|
+
"name": "component-pattern",
|
|
932
|
+
"description": "component name, component id, or component pattern. use component pattern to select multiple components.\nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
|
|
933
|
+
}
|
|
934
|
+
]
|
|
924
935
|
},
|
|
925
936
|
{
|
|
926
937
|
"name": "ui-build [type]",
|
|
@@ -6297,7 +6297,7 @@ function MDXContent(_ref) {
|
|
|
6297
6297
|
parentName: "p"
|
|
6298
6298
|
}, "Description"), ": run the ui/development server"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
6299
6299
|
parentName: "p"
|
|
6300
|
-
}, "bit start [
|
|
6300
|
+
}, "bit start [component-pattern]")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
6301
6301
|
parentName: "table"
|
|
6302
6302
|
}, (0, _react2.mdx)("tr", {
|
|
6303
6303
|
parentName: "thead"
|
|
@@ -6401,7 +6401,9 @@ function MDXContent(_ref) {
|
|
|
6401
6401
|
}, "--no-browser")), (0, _react2.mdx)("td", {
|
|
6402
6402
|
parentName: "tr",
|
|
6403
6403
|
"align": "center"
|
|
6404
|
-
}
|
|
6404
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
6405
|
+
parentName: "td"
|
|
6406
|
+
}, "-n")), (0, _react2.mdx)("td", {
|
|
6405
6407
|
parentName: "tr",
|
|
6406
6408
|
"align": null
|
|
6407
6409
|
}, "do not automatically open browser when ready")), (0, _react2.mdx)("tr", {
|
|
@@ -6417,7 +6419,22 @@ function MDXContent(_ref) {
|
|
|
6417
6419
|
}), (0, _react2.mdx)("td", {
|
|
6418
6420
|
parentName: "tr",
|
|
6419
6421
|
"align": null
|
|
6420
|
-
}, "skip the auto-compilation before starting the web-server"))
|
|
6422
|
+
}, "skip the auto-compilation before starting the web-server")), (0, _react2.mdx)("tr", {
|
|
6423
|
+
parentName: "tbody"
|
|
6424
|
+
}, (0, _react2.mdx)("td", {
|
|
6425
|
+
parentName: "tr",
|
|
6426
|
+
"align": null
|
|
6427
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
6428
|
+
parentName: "td"
|
|
6429
|
+
}, "--ui-root-name [type]")), (0, _react2.mdx)("td", {
|
|
6430
|
+
parentName: "tr",
|
|
6431
|
+
"align": "center"
|
|
6432
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
6433
|
+
parentName: "td"
|
|
6434
|
+
}, "-u")), (0, _react2.mdx)("td", {
|
|
6435
|
+
parentName: "tr",
|
|
6436
|
+
"align": null
|
|
6437
|
+
}, "name of the ui root to use, e.g. \"teambit.scope/scope\" or \"teambit.workspace/workspace\"")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "status"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
6421
6438
|
parentName: "p"
|
|
6422
6439
|
}, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
6423
6440
|
parentName: "p"
|