@teambit/harmony.content.cli-reference 1.95.154 → 1.95.155
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 +10 -0
- package/cli-reference.mdx +14 -12
- package/dist/cli-reference.json +10 -0
- package/dist/cli-reference.mdx.js +30 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1685503265901.js → preview-1686799133952.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.155.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.154.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -1560,6 +1560,11 @@
|
|
|
1560
1560
|
"dev",
|
|
1561
1561
|
"start the application in dev mode."
|
|
1562
1562
|
],
|
|
1563
|
+
[
|
|
1564
|
+
"p",
|
|
1565
|
+
"port [port-number]",
|
|
1566
|
+
"port of the app"
|
|
1567
|
+
],
|
|
1563
1568
|
[
|
|
1564
1569
|
"v",
|
|
1565
1570
|
"verbose",
|
|
@@ -1635,6 +1640,11 @@
|
|
|
1635
1640
|
"dev",
|
|
1636
1641
|
"start the application in dev mode."
|
|
1637
1642
|
],
|
|
1643
|
+
[
|
|
1644
|
+
"p",
|
|
1645
|
+
"port [port-number]",
|
|
1646
|
+
"port of the app"
|
|
1647
|
+
],
|
|
1638
1648
|
[
|
|
1639
1649
|
"v",
|
|
1640
1650
|
"verbose",
|
package/cli-reference.mdx
CHANGED
|
@@ -59,12 +59,13 @@ Learn the recommended workflow for tracking directories as components, in the li
|
|
|
59
59
|
|
|
60
60
|
**Description**: run an app (independent of bit's dev server)
|
|
61
61
|
|
|
62
|
-
| **Option**
|
|
63
|
-
|
|
|
64
|
-
| `--dev`
|
|
65
|
-
| `--
|
|
66
|
-
| `--
|
|
67
|
-
| `--
|
|
62
|
+
| **Option** | **Option alias** | **Description** |
|
|
63
|
+
| ---------------------- | :--------------: | -------------------------------------------------------------------------- |
|
|
64
|
+
| `--dev` | `-d` | start the application in dev mode. |
|
|
65
|
+
| `--port [port-number]` | `-p` | port of the app |
|
|
66
|
+
| `--verbose` | `-v` | showing verbose output for inspection and prints stack trace |
|
|
67
|
+
| `--skip-watch` | | avoid running the watch process that compiles components in the background |
|
|
68
|
+
| `--ssr` | | run app in server side rendering mode. |
|
|
68
69
|
|
|
69
70
|
---
|
|
70
71
|
|
|
@@ -1219,12 +1220,13 @@ https://bit.dev/docs/components/tags#undoing-a-tag
|
|
|
1219
1220
|
|
|
1220
1221
|
`bit run <app-name>`
|
|
1221
1222
|
|
|
1222
|
-
| **Option**
|
|
1223
|
-
|
|
|
1224
|
-
| `--dev`
|
|
1225
|
-
| `--
|
|
1226
|
-
| `--
|
|
1227
|
-
| `--
|
|
1223
|
+
| **Option** | **Option alias** | **Description** |
|
|
1224
|
+
| ---------------------- | :--------------: | -------------------------------------------------------------------------- |
|
|
1225
|
+
| `--dev` | `-d` | start the application in dev mode. |
|
|
1226
|
+
| `--port [port-number]` | `-p` | port of the app |
|
|
1227
|
+
| `--verbose` | `-v` | showing verbose output for inspection and prints stack trace |
|
|
1228
|
+
| `--skip-watch` | | avoid running the watch process that compiles components in the background |
|
|
1229
|
+
| `--ssr` | | run app in server side rendering mode. |
|
|
1228
1230
|
|
|
1229
1231
|
---
|
|
1230
1232
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -1560,6 +1560,11 @@
|
|
|
1560
1560
|
"dev",
|
|
1561
1561
|
"start the application in dev mode."
|
|
1562
1562
|
],
|
|
1563
|
+
[
|
|
1564
|
+
"p",
|
|
1565
|
+
"port [port-number]",
|
|
1566
|
+
"port of the app"
|
|
1567
|
+
],
|
|
1563
1568
|
[
|
|
1564
1569
|
"v",
|
|
1565
1570
|
"verbose",
|
|
@@ -1635,6 +1640,11 @@
|
|
|
1635
1640
|
"dev",
|
|
1636
1641
|
"start the application in dev mode."
|
|
1637
1642
|
],
|
|
1643
|
+
[
|
|
1644
|
+
"p",
|
|
1645
|
+
"port [port-number]",
|
|
1646
|
+
"port of the app"
|
|
1647
|
+
],
|
|
1638
1648
|
[
|
|
1639
1649
|
"v",
|
|
1640
1650
|
"verbose",
|
|
@@ -253,6 +253,21 @@ function MDXContent(_ref) {
|
|
|
253
253
|
"align": null
|
|
254
254
|
}, (0, _react2.mdx)("inlineCode", {
|
|
255
255
|
parentName: "td"
|
|
256
|
+
}, "--port [port-number]")), (0, _react2.mdx)("td", {
|
|
257
|
+
parentName: "tr",
|
|
258
|
+
"align": "center"
|
|
259
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
260
|
+
parentName: "td"
|
|
261
|
+
}, "-p")), (0, _react2.mdx)("td", {
|
|
262
|
+
parentName: "tr",
|
|
263
|
+
"align": null
|
|
264
|
+
}, "port of the app")), (0, _react2.mdx)("tr", {
|
|
265
|
+
parentName: "tbody"
|
|
266
|
+
}, (0, _react2.mdx)("td", {
|
|
267
|
+
parentName: "tr",
|
|
268
|
+
"align": null
|
|
269
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
270
|
+
parentName: "td"
|
|
256
271
|
}, "--verbose")), (0, _react2.mdx)("td", {
|
|
257
272
|
parentName: "tr",
|
|
258
273
|
"align": "center"
|
|
@@ -5776,6 +5791,21 @@ function MDXContent(_ref) {
|
|
|
5776
5791
|
"align": null
|
|
5777
5792
|
}, (0, _react2.mdx)("inlineCode", {
|
|
5778
5793
|
parentName: "td"
|
|
5794
|
+
}, "--port [port-number]")), (0, _react2.mdx)("td", {
|
|
5795
|
+
parentName: "tr",
|
|
5796
|
+
"align": "center"
|
|
5797
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
5798
|
+
parentName: "td"
|
|
5799
|
+
}, "-p")), (0, _react2.mdx)("td", {
|
|
5800
|
+
parentName: "tr",
|
|
5801
|
+
"align": null
|
|
5802
|
+
}, "port of the app")), (0, _react2.mdx)("tr", {
|
|
5803
|
+
parentName: "tbody"
|
|
5804
|
+
}, (0, _react2.mdx)("td", {
|
|
5805
|
+
parentName: "tr",
|
|
5806
|
+
"align": null
|
|
5807
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
5808
|
+
parentName: "td"
|
|
5779
5809
|
}, "--verbose")), (0, _react2.mdx)("td", {
|
|
5780
5810
|
parentName: "tr",
|
|
5781
5811
|
"align": "center"
|