@teambit/harmony.content.cli-reference 2.0.422 → 2.0.424

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,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.8.68'
2
+ description: 'Bit command synopses. Bit version: 1.8.70'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1812,6 +1812,11 @@
1812
1812
  "w",
1813
1813
  "watch",
1814
1814
  "watch and compile your components upon changes"
1815
+ ],
1816
+ [
1817
+ "a",
1818
+ "args <argv>",
1819
+ "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."
1815
1820
  ]
1816
1821
  ],
1817
1822
  "description": "locally run an app component (independent of bit's dev server)",
@@ -1872,6 +1877,11 @@
1872
1877
  "w",
1873
1878
  "watch",
1874
1879
  "watch and compile your components upon changes"
1880
+ ],
1881
+ [
1882
+ "a",
1883
+ "args <argv>",
1884
+ "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."
1875
1885
  ]
1876
1886
  ],
1877
1887
  "description": "locally run an app component (independent of bit's dev server)",
package/cli-reference.mdx CHANGED
@@ -65,12 +65,13 @@ Learn the recommended workflow for tracking directories as components, in the li
65
65
  | ---------- | :--------------------------------------------------------------------------------------------------: |
66
66
  | `app-name` | the app's name is registered by the app (run 'bit app list' to list the names of the available apps) |
67
67
 
68
- | **Option** | **Option alias** | **Description** |
69
- | ---------------------- | :--------------: | -------------------------------------------------------- |
70
- | `--dev` | `-d` | start the application in dev mode. |
71
- | `--port [port-number]` | `-p` | port to run the app on |
72
- | `--verbose` | `-v` | show verbose output for inspection and print stack trace |
73
- | `--watch` | `-w` | watch and compile your components upon changes |
68
+ | **Option** | **Option alias** | **Description** |
69
+ | ---------------------- | :--------------: | --------------------------------------------------------------------------------------------------------------------------------------------- |
70
+ | `--dev` | `-d` | start the application in dev mode. |
71
+ | `--port [port-number]` | `-p` | port to run the app on |
72
+ | `--verbose` | `-v` | show verbose output for inspection and print stack trace |
73
+ | `--watch` | `-w` | watch and compile your components upon changes |
74
+ | `--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. |
74
75
 
75
76
  ---
76
77
 
@@ -1787,12 +1788,13 @@ https://bit.dev/components/tags#undoing-a-tag
1787
1788
  | ---------- | :--------------------------------------------------------------------------------------------------: |
1788
1789
  | `app-name` | the app's name is registered by the app (run 'bit app list' to list the names of the available apps) |
1789
1790
 
1790
- | **Option** | **Option alias** | **Description** |
1791
- | ---------------------- | :--------------: | -------------------------------------------------------- |
1792
- | `--dev` | `-d` | start the application in dev mode. |
1793
- | `--port [port-number]` | `-p` | port to run the app on |
1794
- | `--verbose` | `-v` | show verbose output for inspection and print stack trace |
1795
- | `--watch` | `-w` | watch and compile your components upon changes |
1791
+ | **Option** | **Option alias** | **Description** |
1792
+ | ---------------------- | :--------------: | --------------------------------------------------------------------------------------------------------------------------------------------- |
1793
+ | `--dev` | `-d` | start the application in dev mode. |
1794
+ | `--port [port-number]` | `-p` | port to run the app on |
1795
+ | `--verbose` | `-v` | show verbose output for inspection and print stack trace |
1796
+ | `--watch` | `-w` | watch and compile your components upon changes |
1797
+ | `--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. |
1796
1798
 
1797
1799
  ---
1798
1800
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.8.68'
2
+ description: 'Bit command synopses. Bit version: 1.8.70'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1812,6 +1812,11 @@
1812
1812
  "w",
1813
1813
  "watch",
1814
1814
  "watch and compile your components upon changes"
1815
+ ],
1816
+ [
1817
+ "a",
1818
+ "args <argv>",
1819
+ "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."
1815
1820
  ]
1816
1821
  ],
1817
1822
  "description": "locally run an app component (independent of bit's dev server)",
@@ -1872,6 +1877,11 @@
1872
1877
  "w",
1873
1878
  "watch",
1874
1879
  "watch and compile your components upon changes"
1880
+ ],
1881
+ [
1882
+ "a",
1883
+ "args <argv>",
1884
+ "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."
1875
1885
  ]
1876
1886
  ],
1877
1887
  "description": "locally run an app component (independent of bit's dev server)",
@@ -338,7 +338,22 @@ function MDXContent(_ref) {
338
338
  }, "-w")), (0, _react2.mdx)("td", {
339
339
  parentName: "tr",
340
340
  "align": null
341
- }, "watch and compile your components upon changes")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "artifacts"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
341
+ }, "watch and compile your components upon changes")), (0, _react2.mdx)("tr", {
342
+ parentName: "tbody"
343
+ }, (0, _react2.mdx)("td", {
344
+ parentName: "tr",
345
+ "align": null
346
+ }, (0, _react2.mdx)("inlineCode", {
347
+ parentName: "td"
348
+ }, "--args <argv>")), (0, _react2.mdx)("td", {
349
+ parentName: "tr",
350
+ "align": "center"
351
+ }, (0, _react2.mdx)("inlineCode", {
352
+ parentName: "td"
353
+ }, "-a")), (0, _react2.mdx)("td", {
354
+ parentName: "tr",
355
+ "align": null
356
+ }, "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.")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "artifacts"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
342
357
  parentName: "p"
343
358
  }, "Description"), ": list and download component artifacts", (0, _react2.mdx)("br", {
344
359
  parentName: "p"
@@ -9359,7 +9374,22 @@ function MDXContent(_ref) {
9359
9374
  }, "-w")), (0, _react2.mdx)("td", {
9360
9375
  parentName: "tr",
9361
9376
  "align": null
9362
- }, "watch and compile your components upon changes")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "schema"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
9377
+ }, "watch and compile your components upon changes")), (0, _react2.mdx)("tr", {
9378
+ parentName: "tbody"
9379
+ }, (0, _react2.mdx)("td", {
9380
+ parentName: "tr",
9381
+ "align": null
9382
+ }, (0, _react2.mdx)("inlineCode", {
9383
+ parentName: "td"
9384
+ }, "--args <argv>")), (0, _react2.mdx)("td", {
9385
+ parentName: "tr",
9386
+ "align": "center"
9387
+ }, (0, _react2.mdx)("inlineCode", {
9388
+ parentName: "td"
9389
+ }, "-a")), (0, _react2.mdx)("td", {
9390
+ parentName: "tr",
9391
+ "align": null
9392
+ }, "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.")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "schema"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
9363
9393
  parentName: "p"
9364
9394
  }, "Description"), ": shows the API schema of the specified component/s.", (0, _react2.mdx)("br", {
9365
9395
  parentName: "p"