@teambit/harmony.content.cli-reference 2.0.1251 → 2.0.1253

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.
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 2.2.41'
2
+ description: 'Bit command synopses. Bit version: 2.2.43'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -1609,6 +1609,11 @@
1609
1609
  "silent",
1610
1610
  "do not prompt for confirmation"
1611
1611
  ],
1612
+ [
1613
+ "f",
1614
+ "force",
1615
+ "override config files that already exist in the workspace and were not generated by bit. by default they are left untouched"
1616
+ ],
1612
1617
  [
1613
1618
  "",
1614
1619
  "no-dedupe",
package/cli-reference.mdx CHANGED
@@ -3011,6 +3011,7 @@ useful for enabling proper IntelliSense, linting, and type-checking in your IDE.
3011
3011
  | `--clean` | `-c` | delete existing config files from the workspace. highly recommended to run it with "--dry-run" first |
3012
3012
  | `--writers <writers>` | `-w` | only write config files for the given writers. use comma to separate multiple writers. use ws-config list to see all writers |
3013
3013
  | `--silent` | `-s` | do not prompt for confirmation |
3014
+ | `--force` | `-f` | override config files that already exist in the workspace and were not generated by bit. by default they are left untouched |
3014
3015
  | `--no-dedupe` | | write configs inside each one of the component's dir, avoid deduping |
3015
3016
  | `--dry-run` | | show the paths that configs will be written per env |
3016
3017
  | `--dry-run-with-content` | | use with --json flag. show the config content and the paths that will be written per env |
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 2.2.41'
2
+ description: 'Bit command synopses. Bit version: 2.2.43'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -1609,6 +1609,11 @@
1609
1609
  "silent",
1610
1610
  "do not prompt for confirmation"
1611
1611
  ],
1612
+ [
1613
+ "f",
1614
+ "force",
1615
+ "override config files that already exist in the workspace and were not generated by bit. by default they are left untouched"
1616
+ ],
1612
1617
  [
1613
1618
  "",
1614
1619
  "no-dedupe",