@teambit/harmony.content.cli-reference 2.0.59 → 2.0.60
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 +5 -0
- package/cli-reference.mdx +4 -3
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +5 -0
- package/dist/cli-reference.mdx.js +16 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1699931922620.js → preview-1700018329169.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -3799,6 +3799,11 @@
|
|
|
3799
3799
|
"p",
|
|
3800
3800
|
"port [port]",
|
|
3801
3801
|
"port to run the server on"
|
|
3802
|
+
],
|
|
3803
|
+
[
|
|
3804
|
+
"c",
|
|
3805
|
+
"compile",
|
|
3806
|
+
"compile components during the watch process"
|
|
3802
3807
|
]
|
|
3803
3808
|
],
|
|
3804
3809
|
"description": "EXPERIMENTAL. communicate with bit cli program via http requests",
|
package/cli-reference.mdx
CHANGED
|
@@ -1725,9 +1725,10 @@ as a result of this change
|
|
|
1725
1725
|
|
|
1726
1726
|
`bit server`
|
|
1727
1727
|
|
|
1728
|
-
| **Option** | **Option alias** | **Description**
|
|
1729
|
-
| --------------- | :--------------: |
|
|
1730
|
-
| `--port [port]` | `-p` | port to run the server on
|
|
1728
|
+
| **Option** | **Option alias** | **Description** |
|
|
1729
|
+
| --------------- | :--------------: | ------------------------------------------- |
|
|
1730
|
+
| `--port [port]` | `-p` | port to run the server on |
|
|
1731
|
+
| `--compile` | `-c` | compile components during the watch process |
|
|
1731
1732
|
|
|
1732
1733
|
---
|
|
1733
1734
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -3799,6 +3799,11 @@
|
|
|
3799
3799
|
"p",
|
|
3800
3800
|
"port [port]",
|
|
3801
3801
|
"port to run the server on"
|
|
3802
|
+
],
|
|
3803
|
+
[
|
|
3804
|
+
"c",
|
|
3805
|
+
"compile",
|
|
3806
|
+
"compile components during the watch process"
|
|
3802
3807
|
]
|
|
3803
3808
|
],
|
|
3804
3809
|
"description": "EXPERIMENTAL. communicate with bit cli program via http requests",
|
|
@@ -8552,7 +8552,22 @@ function MDXContent(_ref) {
|
|
|
8552
8552
|
}, "-p")), (0, _react2.mdx)("td", {
|
|
8553
8553
|
parentName: "tr",
|
|
8554
8554
|
"align": null
|
|
8555
|
-
}, "port to run the server on"))
|
|
8555
|
+
}, "port to run the server on")), (0, _react2.mdx)("tr", {
|
|
8556
|
+
parentName: "tbody"
|
|
8557
|
+
}, (0, _react2.mdx)("td", {
|
|
8558
|
+
parentName: "tr",
|
|
8559
|
+
"align": null
|
|
8560
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
8561
|
+
parentName: "td"
|
|
8562
|
+
}, "--compile")), (0, _react2.mdx)("td", {
|
|
8563
|
+
parentName: "tr",
|
|
8564
|
+
"align": "center"
|
|
8565
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
8566
|
+
parentName: "td"
|
|
8567
|
+
}, "-c")), (0, _react2.mdx)("td", {
|
|
8568
|
+
parentName: "tr",
|
|
8569
|
+
"align": null
|
|
8570
|
+
}, "compile components during the watch process")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "show"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
8556
8571
|
parentName: "p"
|
|
8557
8572
|
}, "Description"), ": display the component's essential information"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
8558
8573
|
parentName: "p"
|