@teambit/harmony.content.cli-reference 2.0.70 → 2.0.71

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.
@@ -1779,9 +1779,9 @@
1779
1779
  "show verbose output for inspection and print stack trace"
1780
1780
  ],
1781
1781
  [
1782
- "",
1783
- "skip-watch",
1784
- "avoid running the watch process that compiles components in the background"
1782
+ "w",
1783
+ "watch",
1784
+ "watch and compile your components upon changes"
1785
1785
  ]
1786
1786
  ],
1787
1787
  "description": "locally run an app component (independent of bit's dev server)",
@@ -1854,9 +1854,9 @@
1854
1854
  "show verbose output for inspection and print stack trace"
1855
1855
  ],
1856
1856
  [
1857
- "",
1858
- "skip-watch",
1859
- "avoid running the watch process that compiles components in the background"
1857
+ "w",
1858
+ "watch",
1859
+ "watch and compile your components upon changes"
1860
1860
  ]
1861
1861
  ],
1862
1862
  "description": "locally run an app component (independent of bit's dev server)",
package/cli-reference.mdx CHANGED
@@ -65,12 +65,12 @@ 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
- | `--skip-watch` | | avoid running the watch process that compiles components in the background |
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
74
 
75
75
  ---
76
76
 
@@ -1594,12 +1594,12 @@ https://bit.dev/components/tags#undoing-a-tag
1594
1594
  | ---------- | :--------------------------------------------------------------------------------------------------: |
1595
1595
  | `app-name` | the app's name is registered by the app (run 'bit app list' to list the names of the available apps) |
1596
1596
 
1597
- | **Option** | **Option alias** | **Description** |
1598
- | ---------------------- | :--------------: | -------------------------------------------------------------------------- |
1599
- | `--dev` | `-d` | start the application in dev mode. |
1600
- | `--port [port-number]` | `-p` | port to run the app on |
1601
- | `--verbose` | `-v` | show verbose output for inspection and print stack trace |
1602
- | `--skip-watch` | | avoid running the watch process that compiles components in the background |
1597
+ | **Option** | **Option alias** | **Description** |
1598
+ | ---------------------- | :--------------: | -------------------------------------------------------- |
1599
+ | `--dev` | `-d` | start the application in dev mode. |
1600
+ | `--port [port-number]` | `-p` | port to run the app on |
1601
+ | `--verbose` | `-v` | show verbose output for inspection and print stack trace |
1602
+ | `--watch` | `-w` | watch and compile your components upon changes |
1603
1603
 
1604
1604
  ---
1605
1605
 
@@ -1779,9 +1779,9 @@
1779
1779
  "show verbose output for inspection and print stack trace"
1780
1780
  ],
1781
1781
  [
1782
- "",
1783
- "skip-watch",
1784
- "avoid running the watch process that compiles components in the background"
1782
+ "w",
1783
+ "watch",
1784
+ "watch and compile your components upon changes"
1785
1785
  ]
1786
1786
  ],
1787
1787
  "description": "locally run an app component (independent of bit's dev server)",
@@ -1854,9 +1854,9 @@
1854
1854
  "show verbose output for inspection and print stack trace"
1855
1855
  ],
1856
1856
  [
1857
- "",
1858
- "skip-watch",
1859
- "avoid running the watch process that compiles components in the background"
1857
+ "w",
1858
+ "watch",
1859
+ "watch and compile your components upon changes"
1860
1860
  ]
1861
1861
  ],
1862
1862
  "description": "locally run an app component (independent of bit's dev server)",
@@ -329,13 +329,15 @@ function MDXContent(_ref) {
329
329
  "align": null
330
330
  }, (0, _react2.mdx)("inlineCode", {
331
331
  parentName: "td"
332
- }, "--skip-watch")), (0, _react2.mdx)("td", {
332
+ }, "--watch")), (0, _react2.mdx)("td", {
333
333
  parentName: "tr",
334
334
  "align": "center"
335
- }), (0, _react2.mdx)("td", {
335
+ }, (0, _react2.mdx)("inlineCode", {
336
+ parentName: "td"
337
+ }, "-w")), (0, _react2.mdx)("td", {
336
338
  parentName: "tr",
337
339
  "align": null
338
- }, "avoid running the watch process that compiles components in the background")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "artifacts"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
340
+ }, "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", {
339
341
  parentName: "p"
340
342
  }, "Description"), ": list and download component artifacts", (0, _react2.mdx)("br", {
341
343
  parentName: "p"
@@ -8255,13 +8257,15 @@ function MDXContent(_ref) {
8255
8257
  "align": null
8256
8258
  }, (0, _react2.mdx)("inlineCode", {
8257
8259
  parentName: "td"
8258
- }, "--skip-watch")), (0, _react2.mdx)("td", {
8260
+ }, "--watch")), (0, _react2.mdx)("td", {
8259
8261
  parentName: "tr",
8260
8262
  "align": "center"
8261
- }), (0, _react2.mdx)("td", {
8263
+ }, (0, _react2.mdx)("inlineCode", {
8264
+ parentName: "td"
8265
+ }, "-w")), (0, _react2.mdx)("td", {
8262
8266
  parentName: "tr",
8263
8267
  "align": null
8264
- }, "avoid running the watch process that compiles components in the background")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "schema"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
8268
+ }, "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", {
8265
8269
  parentName: "p"
8266
8270
  }, "Description"), ": shows the API schema of the specified component/s.", (0, _react2.mdx)("br", {
8267
8271
  parentName: "p"