@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.
- package/cli-reference.docs.mdx +1 -1
- package/cli-reference.json +5 -0
- package/cli-reference.mdx +1 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +5 -0
- package/dist/cli-reference.mdx.js +1 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1783388454950.js → preview-1783459498700.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -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
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -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",
|