@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.
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.12.74'
2
+ description: 'Bit command synopses. Bit version: 1.12.77'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -1641,7 +1641,7 @@
1641
1641
  ]
1642
1642
  },
1643
1643
  {
1644
- "name": "run <app-name>",
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 <app-name>",
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 <app-name>`
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 <app-name>`
1972
+ `bit run [app-name]`
1973
1973
 
1974
1974
  | **Arg** | **Description** |
1975
1975
  | ---------- | :--------------------------------------------------------------------------------------------------: |
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.12.74'
2
+ description: 'Bit command synopses. Bit version: 1.12.77'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -1641,7 +1641,7 @@
1641
1641
  ]
1642
1642
  },
1643
1643
  {
1644
- "name": "run <app-name>",
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 <app-name>",
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 <app-name>")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
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 <app-name>")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
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"