@teambit/harmony.content.cli-reference 1.95.233 → 1.95.235

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: 0.2.54'
2
+ description: 'Bit command synopses. Bit version: 0.2.56'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1608,7 +1608,7 @@
1608
1608
  ]
1609
1609
  ],
1610
1610
  "description": "automatically recompile modified components (on save)",
1611
- "extendedDescription": "by default, the watcher use polling, although it causes a high CPU usage.\nit's needed due to a bug (fixed in master but not released yet) in Chokidar package, which is used by Bit watcher.\nfor small projects though it should be ok to use the fsevents.\nto use fsevents, run \"bit config set watch_use_fsevents true\".",
1611
+ "extendedDescription": "by default, the watcher doesn't use polling, to keep the CPU idle.\nif this doesn't work well for you, run \"bit config set watch_use_polling true\" to use polling.",
1612
1612
  "group": "development",
1613
1613
  "private": false
1614
1614
  },
package/cli-reference.mdx CHANGED
@@ -1956,10 +1956,8 @@ list components templates when inside bit-workspace (for bit-create), otherwise,
1956
1956
  ## watch
1957
1957
 
1958
1958
  **Description**: automatically recompile modified components (on save)
1959
- by default, the watcher use polling, although it causes a high CPU usage.
1960
- it's needed due to a bug (fixed in master but not released yet) in Chokidar package, which is used by Bit watcher.
1961
- for small projects though it should be ok to use the fsevents.
1962
- to use fsevents, run "bit config set watch_use_fsevents true".
1959
+ by default, the watcher doesn't use polling, to keep the CPU idle.
1960
+ if this doesn't work well for you, run "bit config set watch_use_polling true" to use polling.
1963
1961
 
1964
1962
  `bit watch`
1965
1963
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 0.2.54'
2
+ description: 'Bit command synopses. Bit version: 0.2.56'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1608,7 +1608,7 @@
1608
1608
  ]
1609
1609
  ],
1610
1610
  "description": "automatically recompile modified components (on save)",
1611
- "extendedDescription": "by default, the watcher use polling, although it causes a high CPU usage.\nit's needed due to a bug (fixed in master but not released yet) in Chokidar package, which is used by Bit watcher.\nfor small projects though it should be ok to use the fsevents.\nto use fsevents, run \"bit config set watch_use_fsevents true\".",
1611
+ "extendedDescription": "by default, the watcher doesn't use polling, to keep the CPU idle.\nif this doesn't work well for you, run \"bit config set watch_use_polling true\" to use polling.",
1612
1612
  "group": "development",
1613
1613
  "private": false
1614
1614
  },
@@ -9864,13 +9864,9 @@ function MDXContent(_ref) {
9864
9864
  parentName: "p"
9865
9865
  }, "Description"), ": automatically recompile modified components (on save)", (0, _react2.mdx)("br", {
9866
9866
  parentName: "p"
9867
- }), "\n", "by default, the watcher use polling, although it causes a high CPU usage.", (0, _react2.mdx)("br", {
9867
+ }), "\n", "by default, the watcher doesn't use polling, to keep the CPU idle.", (0, _react2.mdx)("br", {
9868
9868
  parentName: "p"
9869
- }), "\n", "it's needed due to a bug (fixed in master but not released yet) in Chokidar package, which is used by Bit watcher.", (0, _react2.mdx)("br", {
9870
- parentName: "p"
9871
- }), "\n", "for small projects though it should be ok to use the fsevents.", (0, _react2.mdx)("br", {
9872
- parentName: "p"
9873
- }), "\n", "to use fsevents, run \"bit config set watch_use_fsevents true\"."), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
9869
+ }), "\n", "if this doesn't work well for you, run \"bit config set watch_use_polling true\" to use polling."), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
9874
9870
  parentName: "p"
9875
9871
  }, "bit watch")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
9876
9872
  parentName: "table"