@teambit/harmony.content.cli-reference 1.95.137 → 1.95.138

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.
@@ -3515,6 +3515,11 @@
3515
3515
  "dry-run-with-content",
3516
3516
  "use with --json flag. show the config content and the paths it will be written per env"
3517
3517
  ],
3518
+ [
3519
+ "v",
3520
+ "verbose",
3521
+ "showing verbose output for writing"
3522
+ ],
3518
3523
  [
3519
3524
  "j",
3520
3525
  "json",
package/cli-reference.mdx CHANGED
@@ -1577,6 +1577,7 @@ list components templates when inside bit-workspace (for bit-create), otherwise,
1577
1577
  | `--no-dedupe` | | write configs inside each one of the component's dir, avoid deduping |
1578
1578
  | `--dry-run` | | show the paths that configs will be written per env |
1579
1579
  | `--dry-run-with-content` | | use with --json flag. show the config content and the paths it will be written per env |
1580
+ | `--verbose` | `-v` | showing verbose output for writing |
1580
1581
  | `--json` | `-j` | json format |
1581
1582
 
1582
1583
  ### ws-config clean
@@ -3515,6 +3515,11 @@
3515
3515
  "dry-run-with-content",
3516
3516
  "use with --json flag. show the config content and the paths it will be written per env"
3517
3517
  ],
3518
+ [
3519
+ "v",
3520
+ "verbose",
3521
+ "showing verbose output for writing"
3522
+ ],
3518
3523
  [
3519
3524
  "j",
3520
3525
  "json",
@@ -7443,6 +7443,21 @@ function MDXContent(_ref) {
7443
7443
  "align": null
7444
7444
  }, (0, _react2.mdx)("inlineCode", {
7445
7445
  parentName: "td"
7446
+ }, "--verbose")), (0, _react2.mdx)("td", {
7447
+ parentName: "tr",
7448
+ "align": "center"
7449
+ }, (0, _react2.mdx)("inlineCode", {
7450
+ parentName: "td"
7451
+ }, "-v")), (0, _react2.mdx)("td", {
7452
+ parentName: "tr",
7453
+ "align": null
7454
+ }, "showing verbose output for writing")), (0, _react2.mdx)("tr", {
7455
+ parentName: "tbody"
7456
+ }, (0, _react2.mdx)("td", {
7457
+ parentName: "tr",
7458
+ "align": null
7459
+ }, (0, _react2.mdx)("inlineCode", {
7460
+ parentName: "td"
7446
7461
  }, "--json")), (0, _react2.mdx)("td", {
7447
7462
  parentName: "tr",
7448
7463
  "align": "center"