@teambit/harmony.content.cli-reference 2.0.147 → 2.0.148
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 +13 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1705634165230.js → preview-1705720522529.js} +2 -2
- package/package.json +3 -3
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -2342,6 +2342,11 @@
|
|
|
2342
2342
|
"dependents",
|
|
2343
2343
|
"import components found while traversing from the imported components upwards to the workspace components"
|
|
2344
2344
|
],
|
|
2345
|
+
[
|
|
2346
|
+
"",
|
|
2347
|
+
"dependents-dry-run",
|
|
2348
|
+
"same as --dependents, except it prints the found dependents and wait for confirmation before importing them"
|
|
2349
|
+
],
|
|
2345
2350
|
[
|
|
2346
2351
|
"",
|
|
2347
2352
|
"filter-envs <envs>",
|
package/cli-reference.mdx
CHANGED
|
@@ -907,6 +907,7 @@ bit export => export all staged snaps/tags of components to their remote scope.
|
|
|
907
907
|
| `--merge [strategy]` | `-m` | merge local changes with the imported version. strategy should be "theirs", "ours" or "manual" |
|
|
908
908
|
| `--dependencies` | | import all dependencies (bit components only) of imported components and write them to the workspace |
|
|
909
909
|
| `--dependents` | | import components found while traversing from the imported components upwards to the workspace components |
|
|
910
|
+
| `--dependents-dry-run` | | same as --dependents, except it prints the found dependents and wait for confirmation before importing them |
|
|
910
911
|
| `--filter-envs <envs>` | | only import components that have the specified environment (e.g., "teambit.react/react-env") |
|
|
911
912
|
| `--save-in-lane` | | when checked out to a lane and the component is not on the remote-lane, save it in the lane (defaults to save on main) |
|
|
912
913
|
| `--all-history` | | relevant for fetching all components objects. avoid optimizations, fetch all history versions, always |
|
package/dist/cli-reference.json
CHANGED
|
@@ -2342,6 +2342,11 @@
|
|
|
2342
2342
|
"dependents",
|
|
2343
2343
|
"import components found while traversing from the imported components upwards to the workspace components"
|
|
2344
2344
|
],
|
|
2345
|
+
[
|
|
2346
|
+
"",
|
|
2347
|
+
"dependents-dry-run",
|
|
2348
|
+
"same as --dependents, except it prints the found dependents and wait for confirmation before importing them"
|
|
2349
|
+
],
|
|
2345
2350
|
[
|
|
2346
2351
|
"",
|
|
2347
2352
|
"filter-envs <envs>",
|
|
@@ -4406,6 +4406,19 @@ function MDXContent(_ref) {
|
|
|
4406
4406
|
"align": null
|
|
4407
4407
|
}, (0, _react2.mdx)("inlineCode", {
|
|
4408
4408
|
parentName: "td"
|
|
4409
|
+
}, "--dependents-dry-run")), (0, _react2.mdx)("td", {
|
|
4410
|
+
parentName: "tr",
|
|
4411
|
+
"align": "center"
|
|
4412
|
+
}), (0, _react2.mdx)("td", {
|
|
4413
|
+
parentName: "tr",
|
|
4414
|
+
"align": null
|
|
4415
|
+
}, "same as --dependents, except it prints the found dependents and wait for confirmation before importing them")), (0, _react2.mdx)("tr", {
|
|
4416
|
+
parentName: "tbody"
|
|
4417
|
+
}, (0, _react2.mdx)("td", {
|
|
4418
|
+
parentName: "tr",
|
|
4419
|
+
"align": null
|
|
4420
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
4421
|
+
parentName: "td"
|
|
4409
4422
|
}, "--filter-envs <envs>")), (0, _react2.mdx)("td", {
|
|
4410
4423
|
parentName: "tr",
|
|
4411
4424
|
"align": "center"
|