@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.
- package/cli-reference.docs.mdx +1 -1
- package/cli-reference.json +8 -3
- package/cli-reference.mdx +4 -4
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +8 -3
- package/dist/cli-reference.mdx.js +4 -4
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1694488626516.js → preview-1694575035715.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -1608,7 +1608,7 @@
|
|
|
1608
1608
|
]
|
|
1609
1609
|
],
|
|
1610
1610
|
"description": "automatically recompile modified components (on save)",
|
|
1611
|
-
"extendedDescription": "by default, the watcher
|
|
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": "
|
|
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
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
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
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -1608,7 +1608,7 @@
|
|
|
1608
1608
|
]
|
|
1609
1609
|
],
|
|
1610
1610
|
"description": "automatically recompile modified components (on save)",
|
|
1611
|
-
"extendedDescription": "by default, the watcher
|
|
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": "
|
|
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
|
|
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", "
|
|
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", "
|
|
9871
|
+
}), "\n", "for small projects though it should be ok to use the fsevents.", (0, _react2.mdx)("br", {
|
|
9872
9872
|
parentName: "p"
|
|
9873
|
-
}), "\n", "
|
|
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"
|