@teambit/harmony.content.cli-reference 2.0.826 → 2.0.827
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 +5 -0
- package/cli-reference.mdx +1 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +5 -0
- package/dist/cli-reference.mdx.js +16 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1762528830132.js → preview-1762791698657.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -4494,6 +4494,11 @@
|
|
|
4494
4494
|
"e",
|
|
4495
4495
|
"exclude-local-scope",
|
|
4496
4496
|
"relevant for --archive. exclude .bit or .git/bit from the archive file"
|
|
4497
|
+
],
|
|
4498
|
+
[
|
|
4499
|
+
"r",
|
|
4500
|
+
"remote <remoteName>",
|
|
4501
|
+
"run doctor checks on a remote scope"
|
|
4497
4502
|
]
|
|
4498
4503
|
],
|
|
4499
4504
|
"description": "diagnose and troubleshoot workspace issues",
|
package/cli-reference.mdx
CHANGED
|
@@ -790,6 +790,7 @@ can generate diagnostic reports and workspace archives for debugging and support
|
|
|
790
790
|
| `--include-node-modules` | `-n` | relevant for --archive. include node_modules in the archive file |
|
|
791
791
|
| `--include-public` | `-p` | relevant for --archive. include public folder in the archive file |
|
|
792
792
|
| `--exclude-local-scope` | `-e` | relevant for --archive. exclude .bit or .git/bit from the archive file |
|
|
793
|
+
| `--remote <remoteName>` | `-r` | run doctor checks on a remote scope |
|
|
793
794
|
|
|
794
795
|
---
|
|
795
796
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -4494,6 +4494,11 @@
|
|
|
4494
4494
|
"e",
|
|
4495
4495
|
"exclude-local-scope",
|
|
4496
4496
|
"relevant for --archive. exclude .bit or .git/bit from the archive file"
|
|
4497
|
+
],
|
|
4498
|
+
[
|
|
4499
|
+
"r",
|
|
4500
|
+
"remote <remoteName>",
|
|
4501
|
+
"run doctor checks on a remote scope"
|
|
4497
4502
|
]
|
|
4498
4503
|
],
|
|
4499
4504
|
"description": "diagnose and troubleshoot workspace issues",
|
|
@@ -4042,7 +4042,22 @@ function MDXContent(_ref) {
|
|
|
4042
4042
|
}, "-e")), (0, _react2.mdx)("td", {
|
|
4043
4043
|
parentName: "tr",
|
|
4044
4044
|
"align": null
|
|
4045
|
-
}, "relevant for --archive. exclude .bit or .git/bit from the archive file"))
|
|
4045
|
+
}, "relevant for --archive. exclude .bit or .git/bit from the archive file")), (0, _react2.mdx)("tr", {
|
|
4046
|
+
parentName: "tbody"
|
|
4047
|
+
}, (0, _react2.mdx)("td", {
|
|
4048
|
+
parentName: "tr",
|
|
4049
|
+
"align": null
|
|
4050
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
4051
|
+
parentName: "td"
|
|
4052
|
+
}, "--remote <remoteName>")), (0, _react2.mdx)("td", {
|
|
4053
|
+
parentName: "tr",
|
|
4054
|
+
"align": "center"
|
|
4055
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
4056
|
+
parentName: "td"
|
|
4057
|
+
}, "-r")), (0, _react2.mdx)("td", {
|
|
4058
|
+
parentName: "tr",
|
|
4059
|
+
"align": null
|
|
4060
|
+
}, "run doctor checks on a remote scope")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "eject"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
4046
4061
|
parentName: "p"
|
|
4047
4062
|
}, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
4048
4063
|
parentName: "p"
|