@teambit/harmony.content.cli-reference 2.0.722 → 2.0.724
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 +2 -2
- package/cli-reference.mdx +2 -2
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +2 -2
- package/dist/cli-reference.mdx.js +2 -2
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1755542832560.js → preview-1755693686910.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
|
[
|
|
@@ -1706,7 +1706,7 @@
|
|
|
1706
1706
|
"private": false
|
|
1707
1707
|
},
|
|
1708
1708
|
{
|
|
1709
|
-
"name": "run
|
|
1709
|
+
"name": "run [app-name]",
|
|
1710
1710
|
"alias": "c",
|
|
1711
1711
|
"options": [
|
|
1712
1712
|
[
|
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
|
|
|
@@ -1969,7 +1969,7 @@ https://bit.dev/components/tags#undoing-a-tag
|
|
|
1969
1969
|
**Alias**: `c`
|
|
1970
1970
|
**Description**: locally run an app component (independent of bit's dev server)
|
|
1971
1971
|
|
|
1972
|
-
`bit run
|
|
1972
|
+
`bit run [app-name]`
|
|
1973
1973
|
|
|
1974
1974
|
| **Arg** | **Description** |
|
|
1975
1975
|
| ---------- | :--------------------------------------------------------------------------------------------------: |
|
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
|
[
|
|
@@ -1706,7 +1706,7 @@
|
|
|
1706
1706
|
"private": false
|
|
1707
1707
|
},
|
|
1708
1708
|
{
|
|
1709
|
-
"name": "run
|
|
1709
|
+
"name": "run [app-name]",
|
|
1710
1710
|
"alias": "c",
|
|
1711
1711
|
"options": [
|
|
1712
1712
|
[
|
|
@@ -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"
|
|
@@ -10593,7 +10593,7 @@ function MDXContent(_ref) {
|
|
|
10593
10593
|
parentName: "p"
|
|
10594
10594
|
}, "Description"), ": locally run an app component (independent of bit's dev server)"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
10595
10595
|
parentName: "p"
|
|
10596
|
-
}, "bit run
|
|
10596
|
+
}, "bit run [app-name]")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
10597
10597
|
parentName: "table"
|
|
10598
10598
|
}, (0, _react2.mdx)("tr", {
|
|
10599
10599
|
parentName: "thead"
|