@teambit/harmony.content.cli-reference 2.0.1117 → 2.0.1119

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.0.7'
2
+ description: 'Bit command synopses. Bit version: 2.0.9'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -2686,6 +2686,11 @@
2686
2686
  "",
2687
2687
  "owner",
2688
2688
  "treat the argument as an owner name and import all components from all scopes of that owner"
2689
+ ],
2690
+ [
2691
+ "",
2692
+ "write-to-empty-dir",
2693
+ "when the target directory is not empty, import into an available empty directory (e.g. \"foo\" => \"foo_1\") instead of failing"
2689
2694
  ]
2690
2695
  ],
2691
2696
  "description": "bring components from remote scopes into your workspace",
package/cli-reference.mdx CHANGED
@@ -1204,6 +1204,7 @@ without arguments, fetches all workspace components' latest versions from their
1204
1204
  | `--include-deprecated` | | when importing with patterns, include deprecated components (default to exclude them) |
1205
1205
  | `--lane-only` | | when using wildcards on a lane, only import components that exist on the lane (never from main) |
1206
1206
  | `--owner` | | treat the argument as an owner name and import all components from all scopes of that owner |
1207
+ | `--write-to-empty-dir` | | when the target directory is not empty, import into an available empty directory (e.g. "foo" => "foo_1") instead of failing |
1207
1208
 
1208
1209
  ---
1209
1210
 
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 2.0.7'
2
+ description: 'Bit command synopses. Bit version: 2.0.9'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -2686,6 +2686,11 @@
2686
2686
  "",
2687
2687
  "owner",
2688
2688
  "treat the argument as an owner name and import all components from all scopes of that owner"
2689
+ ],
2690
+ [
2691
+ "",
2692
+ "write-to-empty-dir",
2693
+ "when the target directory is not empty, import into an available empty directory (e.g. \"foo\" => \"foo_1\") instead of failing"
2689
2694
  ]
2690
2695
  ],
2691
2696
  "description": "bring components from remote scopes into your workspace",