@teambit/harmony.content.cli-reference 1.95.207 → 1.95.209
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 +132 -132
- package/cli-reference.mdx +6 -5
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +132 -132
- package/dist/cli-reference.mdx.js +13 -11
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1692674301863.js → preview-1692847103766.js} +2 -2
- package/package.json +2 -2
- package/.bit-capsule-ready +0 -0
- package/package-tar/teambit-harmony.content.cli-reference-1.95.207.tgz +0 -0
|
@@ -1827,10 +1827,10 @@ function MDXContent(_ref) {
|
|
|
1827
1827
|
parentName: "p"
|
|
1828
1828
|
}, "Description"), ": global config management", (0, _react2.mdx)("br", {
|
|
1829
1829
|
parentName: "p"
|
|
1830
|
-
}), "\n", (0, _react2.mdx)("a", {
|
|
1830
|
+
}), "\n", "https://", (0, _react2.mdx)("a", {
|
|
1831
1831
|
parentName: "p",
|
|
1832
|
-
"href": "https://bit.dev/
|
|
1833
|
-
}, "https://bit.dev/
|
|
1832
|
+
"href": "https://bit.dev//reference/config/bit-config"
|
|
1833
|
+
}, "https://bit.dev//reference/config/bit-config")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
1834
1834
|
parentName: "p"
|
|
1835
1835
|
}, "bit config")), (0, _react2.mdx)("h3", null, "config set"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
1836
1836
|
parentName: "p"
|
|
@@ -4227,10 +4227,10 @@ function MDXContent(_ref) {
|
|
|
4227
4227
|
parentName: "p"
|
|
4228
4228
|
}, "Description"), ": create or reinitialize an empty workspace", (0, _react2.mdx)("br", {
|
|
4229
4229
|
parentName: "p"
|
|
4230
|
-
}), "\n", (0, _react2.mdx)("a", {
|
|
4230
|
+
}), "\n", "https://", (0, _react2.mdx)("a", {
|
|
4231
4231
|
parentName: "p",
|
|
4232
|
-
"href": "https://bit.dev
|
|
4233
|
-
}, "https://bit.dev
|
|
4232
|
+
"href": "https://bit.dev//workspace/creating-workspaces#initialize-a-workspace-on-an-existing-project"
|
|
4233
|
+
}, "https://bit.dev//workspace/creating-workspaces#initialize-a-workspace-on-an-existing-project")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
4234
4234
|
parentName: "p"
|
|
4235
4235
|
}, "bit init [path]")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
4236
4236
|
parentName: "table"
|
|
@@ -7554,10 +7554,10 @@ function MDXContent(_ref) {
|
|
|
7554
7554
|
parentName: "p"
|
|
7555
7555
|
}, "Description"), ": revert tagged or snapped versions for component(s)", (0, _react2.mdx)("br", {
|
|
7556
7556
|
parentName: "p"
|
|
7557
|
-
}), "\n", (0, _react2.mdx)("a", {
|
|
7557
|
+
}), "\n", "https://", (0, _react2.mdx)("a", {
|
|
7558
7558
|
parentName: "p",
|
|
7559
|
-
"href": "https://bit.dev
|
|
7560
|
-
}, "https://bit.dev
|
|
7559
|
+
"href": "https://bit.dev//components/tags#undoing-a-tag"
|
|
7560
|
+
}, "https://bit.dev//components/tags#undoing-a-tag")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
7561
7561
|
parentName: "p"
|
|
7562
7562
|
}, "bit reset [component-pattern]")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
7563
7563
|
parentName: "table"
|
|
@@ -9705,9 +9705,11 @@ function MDXContent(_ref) {
|
|
|
9705
9705
|
parentName: "p"
|
|
9706
9706
|
}), "\n", "by default, the watcher doesn't use polling, to keep the CPU idle.", (0, _react2.mdx)("br", {
|
|
9707
9707
|
parentName: "p"
|
|
9708
|
-
}), "\n", "in some rare cases, this could result in missing file events
|
|
9708
|
+
}), "\n", "in some rare cases, this could result in missing file events (files are not watched).", (0, _react2.mdx)("br", {
|
|
9709
9709
|
parentName: "p"
|
|
9710
|
-
}), "\n", "
|
|
9710
|
+
}), "\n", "to fix it, try to stop other watchers on the same machine.", (0, _react2.mdx)("br", {
|
|
9711
|
+
parentName: "p"
|
|
9712
|
+
}), "\n", "alternatively, to use polling, run \"bit config set watch_use_polling true\"."), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
9711
9713
|
parentName: "p"
|
|
9712
9714
|
}, "bit watch")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
9713
9715
|
parentName: "table"
|