@teambit/harmony.content.cli-reference 1.95.138 → 1.95.139
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.json +5 -0
- package/cli-reference.mdx +6 -5
- 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-1682479861351.js → preview-1682566814488.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.139.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.138.tgz +0 -0
package/cli-reference.json
CHANGED
package/cli-reference.mdx
CHANGED
|
@@ -482,11 +482,12 @@ bit diff => compare all modified components to their model version
|
|
|
482
482
|
|
|
483
483
|
`bit doctor [diagnosis-name]`
|
|
484
484
|
|
|
485
|
-
| **Option**
|
|
486
|
-
|
|
|
487
|
-
| `--json`
|
|
488
|
-
| `--list`
|
|
489
|
-
| `--save [filePath]`
|
|
485
|
+
| **Option** | **Option alias** | **Description** |
|
|
486
|
+
| ---------------------- | :--------------: | ---------------------------------------------- |
|
|
487
|
+
| `--json` | `-j` | return diagnoses in json format |
|
|
488
|
+
| `--list` | | list all available diagnoses |
|
|
489
|
+
| `--save [filePath]` | `-s` | save diagnoses to a file |
|
|
490
|
+
| `--archive [filePath]` | `-a` | archive the workspace including diagnosis info |
|
|
490
491
|
|
|
491
492
|
---
|
|
492
493
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -1978,7 +1978,22 @@ function MDXContent(_ref) {
|
|
|
1978
1978
|
}, "-s")), (0, _react2.mdx)("td", {
|
|
1979
1979
|
parentName: "tr",
|
|
1980
1980
|
"align": null
|
|
1981
|
-
}, "save diagnoses to a file"))
|
|
1981
|
+
}, "save diagnoses to a file")), (0, _react2.mdx)("tr", {
|
|
1982
|
+
parentName: "tbody"
|
|
1983
|
+
}, (0, _react2.mdx)("td", {
|
|
1984
|
+
parentName: "tr",
|
|
1985
|
+
"align": null
|
|
1986
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
1987
|
+
parentName: "td"
|
|
1988
|
+
}, "--archive [filePath]")), (0, _react2.mdx)("td", {
|
|
1989
|
+
parentName: "tr",
|
|
1990
|
+
"align": "center"
|
|
1991
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
1992
|
+
parentName: "td"
|
|
1993
|
+
}, "-a")), (0, _react2.mdx)("td", {
|
|
1994
|
+
parentName: "tr",
|
|
1995
|
+
"align": null
|
|
1996
|
+
}, "archive the workspace including diagnosis info")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "eject"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
1982
1997
|
parentName: "p"
|
|
1983
1998
|
}, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
1984
1999
|
parentName: "p"
|