@teambit/harmony.content.cli-reference 1.95.137 → 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",
@@ -3515,6 +3520,11 @@
3515
3520
  "dry-run-with-content",
3516
3521
  "use with --json flag. show the config content and the paths it will be written per env"
3517
3522
  ],
3523
+ [
3524
+ "v",
3525
+ "verbose",
3526
+ "showing verbose output for writing"
3527
+ ],
3518
3528
  [
3519
3529
  "j",
3520
3530
  "json",
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
 
@@ -1577,6 +1578,7 @@ list components templates when inside bit-workspace (for bit-create), otherwise,
1577
1578
  | `--no-dedupe` | | write configs inside each one of the component's dir, avoid deduping |
1578
1579
  | `--dry-run` | | show the paths that configs will be written per env |
1579
1580
  | `--dry-run-with-content` | | use with --json flag. show the config content and the paths it will be written per env |
1581
+ | `--verbose` | `-v` | showing verbose output for writing |
1580
1582
  | `--json` | `-j` | json format |
1581
1583
 
1582
1584
  ### ws-config clean
@@ -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",
@@ -3515,6 +3520,11 @@
3515
3520
  "dry-run-with-content",
3516
3521
  "use with --json flag. show the config content and the paths it will be written per env"
3517
3522
  ],
3523
+ [
3524
+ "v",
3525
+ "verbose",
3526
+ "showing verbose output for writing"
3527
+ ],
3518
3528
  [
3519
3529
  "j",
3520
3530
  "json",
@@ -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"
@@ -7443,6 +7458,21 @@ function MDXContent(_ref) {
7443
7458
  "align": null
7444
7459
  }, (0, _react2.mdx)("inlineCode", {
7445
7460
  parentName: "td"
7461
+ }, "--verbose")), (0, _react2.mdx)("td", {
7462
+ parentName: "tr",
7463
+ "align": "center"
7464
+ }, (0, _react2.mdx)("inlineCode", {
7465
+ parentName: "td"
7466
+ }, "-v")), (0, _react2.mdx)("td", {
7467
+ parentName: "tr",
7468
+ "align": null
7469
+ }, "showing verbose output for writing")), (0, _react2.mdx)("tr", {
7470
+ parentName: "tbody"
7471
+ }, (0, _react2.mdx)("td", {
7472
+ parentName: "tr",
7473
+ "align": null
7474
+ }, (0, _react2.mdx)("inlineCode", {
7475
+ parentName: "td"
7446
7476
  }, "--json")), (0, _react2.mdx)("td", {
7447
7477
  parentName: "tr",
7448
7478
  "align": "center"