@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.
@@ -573,6 +573,11 @@
573
573
  "s",
574
574
  "save [filePath]",
575
575
  "save diagnoses to a file"
576
+ ],
577
+ [
578
+ "a",
579
+ "archive [filePath]",
580
+ "archive the workspace including diagnosis info"
576
581
  ]
577
582
  ],
578
583
  "description": "diagnose a bit workspace",
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** | **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 |
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
 
@@ -573,6 +573,11 @@
573
573
  "s",
574
574
  "save [filePath]",
575
575
  "save diagnoses to a file"
576
+ ],
577
+ [
578
+ "a",
579
+ "archive [filePath]",
580
+ "archive the workspace including diagnosis info"
576
581
  ]
577
582
  ],
578
583
  "description": "diagnose a bit workspace",
@@ -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")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "eject"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
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"