@teambit/harmony.content.cli-reference 1.95.228 → 1.95.229

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.49'
2
+ description: 'Bit command synopses. Bit version: 0.2.50'
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 doesn't use polling, to keep the CPU idle.\nin some rare cases, this could result in missing file events (files are not watched).\nto fix it, try to stop other watchers on the same machine.\nalternatively, to use polling, run \"bit config set watch_use_polling true\".",
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\".",
1612
1612
  "group": "development",
1613
1613
  "private": false
1614
1614
  },
@@ -4605,7 +4605,7 @@
4605
4605
  [
4606
4606
  "",
4607
4607
  "multiple",
4608
- "sign components from multiple scopes"
4608
+ "DEPRECATED. this is now the default. sign components from multiple scopes"
4609
4609
  ],
4610
4610
  [
4611
4611
  "",
@@ -4626,10 +4626,15 @@
4626
4626
  "",
4627
4627
  "rebuild",
4628
4628
  "allow signing components whose buildStatus is successful for testing purposes"
4629
+ ],
4630
+ [
4631
+ "",
4632
+ "original-scope",
4633
+ "sign components from the original scope. works only when all components are from the same scope"
4629
4634
  ]
4630
4635
  ],
4631
4636
  "description": "complete the build process for components",
4632
- "extendedDescription": "without --multiple, this will be running on the original scope.\nwith --multiple, a new bare-scope needs to be created and it will import the components to this scope first",
4637
+ "extendedDescription": "a new bare-scope needs to be created and it will import the components to this scope first",
4633
4638
  "group": "development",
4634
4639
  "private": true
4635
4640
  },
package/cli-reference.mdx CHANGED
@@ -1956,10 +1956,10 @@ 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 doesn't use polling, to keep the CPU idle.
1960
- in some rare cases, this could result in missing file events (files are not watched).
1961
- to fix it, try to stop other watchers on the same machine.
1962
- alternatively, to use polling, run "bit config set watch_use_polling true".
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".
1963
1963
 
1964
1964
  `bit watch`
1965
1965
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 0.2.49'
2
+ description: 'Bit command synopses. Bit version: 0.2.50'
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 doesn't use polling, to keep the CPU idle.\nin some rare cases, this could result in missing file events (files are not watched).\nto fix it, try to stop other watchers on the same machine.\nalternatively, to use polling, run \"bit config set watch_use_polling true\".",
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\".",
1612
1612
  "group": "development",
1613
1613
  "private": false
1614
1614
  },
@@ -4605,7 +4605,7 @@
4605
4605
  [
4606
4606
  "",
4607
4607
  "multiple",
4608
- "sign components from multiple scopes"
4608
+ "DEPRECATED. this is now the default. sign components from multiple scopes"
4609
4609
  ],
4610
4610
  [
4611
4611
  "",
@@ -4626,10 +4626,15 @@
4626
4626
  "",
4627
4627
  "rebuild",
4628
4628
  "allow signing components whose buildStatus is successful for testing purposes"
4629
+ ],
4630
+ [
4631
+ "",
4632
+ "original-scope",
4633
+ "sign components from the original scope. works only when all components are from the same scope"
4629
4634
  ]
4630
4635
  ],
4631
4636
  "description": "complete the build process for components",
4632
- "extendedDescription": "without --multiple, this will be running on the original scope.\nwith --multiple, a new bare-scope needs to be created and it will import the components to this scope first",
4637
+ "extendedDescription": "a new bare-scope needs to be created and it will import the components to this scope first",
4633
4638
  "group": "development",
4634
4639
  "private": true
4635
4640
  },
@@ -9864,13 +9864,13 @@ 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 doesn't use polling, to keep the CPU idle.", (0, _react2.mdx)("br", {
9867
+ }), "\n", "by default, the watcher use polling, although it causes a high CPU usage.", (0, _react2.mdx)("br", {
9868
9868
  parentName: "p"
9869
- }), "\n", "in some rare cases, this could result in missing file events (files are not watched).", (0, _react2.mdx)("br", {
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
9870
  parentName: "p"
9871
- }), "\n", "to fix it, try to stop other watchers on the same machine.", (0, _react2.mdx)("br", {
9871
+ }), "\n", "for small projects though it should be ok to use the fsevents.", (0, _react2.mdx)("br", {
9872
9872
  parentName: "p"
9873
- }), "\n", "alternatively, to use polling, run \"bit config set watch_use_polling true\"."), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
9873
+ }), "\n", "to use fsevents, run \"bit config set watch_use_fsevents true\"."), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
9874
9874
  parentName: "p"
9875
9875
  }, "bit watch")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
9876
9876
  parentName: "table"