@teambit/harmony.content.cli-reference 2.0.723 → 2.0.725
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 +12 -2
- package/cli-reference.mdx +4 -2
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +12 -2
- package/dist/cli-reference.mdx.js +32 -2
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1755615462958.js → preview-1755703366849.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -1641,7 +1641,7 @@
|
|
|
1641
1641
|
]
|
|
1642
1642
|
},
|
|
1643
1643
|
{
|
|
1644
|
-
"name": "run
|
|
1644
|
+
"name": "run [app-name]",
|
|
1645
1645
|
"alias": "c",
|
|
1646
1646
|
"options": [
|
|
1647
1647
|
[
|
|
@@ -1664,6 +1664,11 @@
|
|
|
1664
1664
|
"watch",
|
|
1665
1665
|
"watch and compile your components upon changes"
|
|
1666
1666
|
],
|
|
1667
|
+
[
|
|
1668
|
+
"n",
|
|
1669
|
+
"no-browser",
|
|
1670
|
+
"do not automatically open browser when ready"
|
|
1671
|
+
],
|
|
1667
1672
|
[
|
|
1668
1673
|
"a",
|
|
1669
1674
|
"args <argv>",
|
|
@@ -1706,7 +1711,7 @@
|
|
|
1706
1711
|
"private": false
|
|
1707
1712
|
},
|
|
1708
1713
|
{
|
|
1709
|
-
"name": "run
|
|
1714
|
+
"name": "run [app-name]",
|
|
1710
1715
|
"alias": "c",
|
|
1711
1716
|
"options": [
|
|
1712
1717
|
[
|
|
@@ -1729,6 +1734,11 @@
|
|
|
1729
1734
|
"watch",
|
|
1730
1735
|
"watch and compile your components upon changes"
|
|
1731
1736
|
],
|
|
1737
|
+
[
|
|
1738
|
+
"n",
|
|
1739
|
+
"no-browser",
|
|
1740
|
+
"do not automatically open browser when ready"
|
|
1741
|
+
],
|
|
1732
1742
|
[
|
|
1733
1743
|
"a",
|
|
1734
1744
|
"args <argv>",
|
package/cli-reference.mdx
CHANGED
|
@@ -57,7 +57,7 @@ Learn the recommended workflow for tracking directories as components, in the li
|
|
|
57
57
|
|
|
58
58
|
### app run
|
|
59
59
|
|
|
60
|
-
**Usage**: `app run
|
|
60
|
+
**Usage**: `app run [app-name]`
|
|
61
61
|
|
|
62
62
|
**Description**: locally run an app component (independent of bit's dev server)
|
|
63
63
|
|
|
@@ -71,6 +71,7 @@ Learn the recommended workflow for tracking directories as components, in the li
|
|
|
71
71
|
| `--port [port-number]` | `-p` | port to run the app on |
|
|
72
72
|
| `--verbose` | `-v` | show verbose output for inspection and print stack trace |
|
|
73
73
|
| `--watch` | `-w` | watch and compile your components upon changes |
|
|
74
|
+
| `--no-browser` | `-n` | do not automatically open browser when ready |
|
|
74
75
|
| `--args <argv>` | `-a` | the arguments passing to the app. for example, --args="--a=1 --b". don't forget to use quotes to wrap the value to escape special characters. |
|
|
75
76
|
|
|
76
77
|
---
|
|
@@ -1969,7 +1970,7 @@ https://bit.dev/components/tags#undoing-a-tag
|
|
|
1969
1970
|
**Alias**: `c`
|
|
1970
1971
|
**Description**: locally run an app component (independent of bit's dev server)
|
|
1971
1972
|
|
|
1972
|
-
`bit run
|
|
1973
|
+
`bit run [app-name]`
|
|
1973
1974
|
|
|
1974
1975
|
| **Arg** | **Description** |
|
|
1975
1976
|
| ---------- | :--------------------------------------------------------------------------------------------------: |
|
|
@@ -1981,6 +1982,7 @@ https://bit.dev/components/tags#undoing-a-tag
|
|
|
1981
1982
|
| `--port [port-number]` | `-p` | port to run the app on |
|
|
1982
1983
|
| `--verbose` | `-v` | show verbose output for inspection and print stack trace |
|
|
1983
1984
|
| `--watch` | `-w` | watch and compile your components upon changes |
|
|
1985
|
+
| `--no-browser` | `-n` | do not automatically open browser when ready |
|
|
1984
1986
|
| `--args <argv>` | `-a` | the arguments passing to the app. for example, --args="--a=1 --b". don't forget to use quotes to wrap the value to escape special characters. |
|
|
1985
1987
|
|
|
1986
1988
|
---
|
package/dist/cli-reference.json
CHANGED
|
@@ -1641,7 +1641,7 @@
|
|
|
1641
1641
|
]
|
|
1642
1642
|
},
|
|
1643
1643
|
{
|
|
1644
|
-
"name": "run
|
|
1644
|
+
"name": "run [app-name]",
|
|
1645
1645
|
"alias": "c",
|
|
1646
1646
|
"options": [
|
|
1647
1647
|
[
|
|
@@ -1664,6 +1664,11 @@
|
|
|
1664
1664
|
"watch",
|
|
1665
1665
|
"watch and compile your components upon changes"
|
|
1666
1666
|
],
|
|
1667
|
+
[
|
|
1668
|
+
"n",
|
|
1669
|
+
"no-browser",
|
|
1670
|
+
"do not automatically open browser when ready"
|
|
1671
|
+
],
|
|
1667
1672
|
[
|
|
1668
1673
|
"a",
|
|
1669
1674
|
"args <argv>",
|
|
@@ -1706,7 +1711,7 @@
|
|
|
1706
1711
|
"private": false
|
|
1707
1712
|
},
|
|
1708
1713
|
{
|
|
1709
|
-
"name": "run
|
|
1714
|
+
"name": "run [app-name]",
|
|
1710
1715
|
"alias": "c",
|
|
1711
1716
|
"options": [
|
|
1712
1717
|
[
|
|
@@ -1729,6 +1734,11 @@
|
|
|
1729
1734
|
"watch",
|
|
1730
1735
|
"watch and compile your components upon changes"
|
|
1731
1736
|
],
|
|
1737
|
+
[
|
|
1738
|
+
"n",
|
|
1739
|
+
"no-browser",
|
|
1740
|
+
"do not automatically open browser when ready"
|
|
1741
|
+
],
|
|
1732
1742
|
[
|
|
1733
1743
|
"a",
|
|
1734
1744
|
"args <argv>",
|
|
@@ -229,7 +229,7 @@ function MDXContent(_ref) {
|
|
|
229
229
|
parentName: "p"
|
|
230
230
|
}, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
231
231
|
parentName: "p"
|
|
232
|
-
}, "app run
|
|
232
|
+
}, "app run [app-name]")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
233
233
|
parentName: "p"
|
|
234
234
|
}, "Description"), ": locally run an app component (independent of bit's dev server)"), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
235
235
|
parentName: "table"
|
|
@@ -345,6 +345,21 @@ function MDXContent(_ref) {
|
|
|
345
345
|
"align": null
|
|
346
346
|
}, (0, _react2.mdx)("inlineCode", {
|
|
347
347
|
parentName: "td"
|
|
348
|
+
}, "--no-browser")), (0, _react2.mdx)("td", {
|
|
349
|
+
parentName: "tr",
|
|
350
|
+
"align": "center"
|
|
351
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
352
|
+
parentName: "td"
|
|
353
|
+
}, "-n")), (0, _react2.mdx)("td", {
|
|
354
|
+
parentName: "tr",
|
|
355
|
+
"align": null
|
|
356
|
+
}, "do not automatically open browser when ready")), (0, _react2.mdx)("tr", {
|
|
357
|
+
parentName: "tbody"
|
|
358
|
+
}, (0, _react2.mdx)("td", {
|
|
359
|
+
parentName: "tr",
|
|
360
|
+
"align": null
|
|
361
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
362
|
+
parentName: "td"
|
|
348
363
|
}, "--args <argv>")), (0, _react2.mdx)("td", {
|
|
349
364
|
parentName: "tr",
|
|
350
365
|
"align": "center"
|
|
@@ -10593,7 +10608,7 @@ function MDXContent(_ref) {
|
|
|
10593
10608
|
parentName: "p"
|
|
10594
10609
|
}, "Description"), ": locally run an app component (independent of bit's dev server)"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
10595
10610
|
parentName: "p"
|
|
10596
|
-
}, "bit run
|
|
10611
|
+
}, "bit run [app-name]")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
10597
10612
|
parentName: "table"
|
|
10598
10613
|
}, (0, _react2.mdx)("tr", {
|
|
10599
10614
|
parentName: "thead"
|
|
@@ -10707,6 +10722,21 @@ function MDXContent(_ref) {
|
|
|
10707
10722
|
"align": null
|
|
10708
10723
|
}, (0, _react2.mdx)("inlineCode", {
|
|
10709
10724
|
parentName: "td"
|
|
10725
|
+
}, "--no-browser")), (0, _react2.mdx)("td", {
|
|
10726
|
+
parentName: "tr",
|
|
10727
|
+
"align": "center"
|
|
10728
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
10729
|
+
parentName: "td"
|
|
10730
|
+
}, "-n")), (0, _react2.mdx)("td", {
|
|
10731
|
+
parentName: "tr",
|
|
10732
|
+
"align": null
|
|
10733
|
+
}, "do not automatically open browser when ready")), (0, _react2.mdx)("tr", {
|
|
10734
|
+
parentName: "tbody"
|
|
10735
|
+
}, (0, _react2.mdx)("td", {
|
|
10736
|
+
parentName: "tr",
|
|
10737
|
+
"align": null
|
|
10738
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
10739
|
+
parentName: "td"
|
|
10710
10740
|
}, "--args <argv>")), (0, _react2.mdx)("td", {
|
|
10711
10741
|
parentName: "tr",
|
|
10712
10742
|
"align": "center"
|