@teambit/harmony.content.cli-reference 2.0.159 → 2.0.161
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 +7 -2
- package/cli-reference.mdx +1 -1
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +7 -2
- package/dist/cli-reference.mdx.js +1 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1706757518460.js → preview-1706930175311.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -2188,7 +2188,7 @@
|
|
|
2188
2188
|
[
|
|
2189
2189
|
"",
|
|
2190
2190
|
"dependents-through <string>",
|
|
2191
|
-
"same as --dependents except the traversal must go through the specified component"
|
|
2191
|
+
"same as --dependents except the traversal must go through the specified component. to specify multiple components, wrap with quotes and separate by a comma"
|
|
2192
2192
|
],
|
|
2193
2193
|
[
|
|
2194
2194
|
"",
|
|
@@ -3991,6 +3991,11 @@
|
|
|
3991
3991
|
"include-deps",
|
|
3992
3992
|
"relevant for \"--pattern\". merge also dependencies of the given components"
|
|
3993
3993
|
],
|
|
3994
|
+
[
|
|
3995
|
+
"",
|
|
3996
|
+
"re-merge",
|
|
3997
|
+
"helpful when last merge failed during export. do not skip components that seemed to be merged"
|
|
3998
|
+
],
|
|
3994
3999
|
[
|
|
3995
4000
|
"j",
|
|
3996
4001
|
"json",
|
|
@@ -4521,7 +4526,7 @@
|
|
|
4521
4526
|
[
|
|
4522
4527
|
"",
|
|
4523
4528
|
"simulation",
|
|
4524
|
-
"simulation purpose. should never be pushed
|
|
4529
|
+
"simulation purpose. should never be pushed"
|
|
4525
4530
|
],
|
|
4526
4531
|
[
|
|
4527
4532
|
"",
|
package/cli-reference.mdx
CHANGED
|
@@ -911,7 +911,7 @@ bit export => export all staged snaps/tags of components to their remote scope.
|
|
|
911
911
|
| `--merge [strategy]` | `-m` | merge local changes with the imported version. strategy should be "theirs", "ours" or "manual" |
|
|
912
912
|
| `--dependencies` | | import all dependencies (bit components only) of imported components and write them to the workspace |
|
|
913
913
|
| `--dependents` | | import components found while traversing from the imported components upwards to the workspace components |
|
|
914
|
-
| `--dependents-through <string>` | | same as --dependents except the traversal must go through the specified component
|
|
914
|
+
| `--dependents-through <string>` | | same as --dependents except the traversal must go through the specified component. to specify multiple components, wrap with quotes and separate by a comma |
|
|
915
915
|
| `--dependents-dry-run` | | same as --dependents, except it prints the found dependents and wait for confirmation before importing them |
|
|
916
916
|
| `--filter-envs <envs>` | | only import components that have the specified environment (e.g., "teambit.react/react-env") |
|
|
917
917
|
| `--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) |
|
package/dist/cli-reference.json
CHANGED
|
@@ -2188,7 +2188,7 @@
|
|
|
2188
2188
|
[
|
|
2189
2189
|
"",
|
|
2190
2190
|
"dependents-through <string>",
|
|
2191
|
-
"same as --dependents except the traversal must go through the specified component"
|
|
2191
|
+
"same as --dependents except the traversal must go through the specified component. to specify multiple components, wrap with quotes and separate by a comma"
|
|
2192
2192
|
],
|
|
2193
2193
|
[
|
|
2194
2194
|
"",
|
|
@@ -3991,6 +3991,11 @@
|
|
|
3991
3991
|
"include-deps",
|
|
3992
3992
|
"relevant for \"--pattern\". merge also dependencies of the given components"
|
|
3993
3993
|
],
|
|
3994
|
+
[
|
|
3995
|
+
"",
|
|
3996
|
+
"re-merge",
|
|
3997
|
+
"helpful when last merge failed during export. do not skip components that seemed to be merged"
|
|
3998
|
+
],
|
|
3994
3999
|
[
|
|
3995
4000
|
"j",
|
|
3996
4001
|
"json",
|
|
@@ -4521,7 +4526,7 @@
|
|
|
4521
4526
|
[
|
|
4522
4527
|
"",
|
|
4523
4528
|
"simulation",
|
|
4524
|
-
"simulation purpose. should never be pushed
|
|
4529
|
+
"simulation purpose. should never be pushed"
|
|
4525
4530
|
],
|
|
4526
4531
|
[
|
|
4527
4532
|
"",
|
|
@@ -4442,7 +4442,7 @@ function MDXContent(_ref) {
|
|
|
4442
4442
|
}), (0, _react2.mdx)("td", {
|
|
4443
4443
|
parentName: "tr",
|
|
4444
4444
|
"align": null
|
|
4445
|
-
}, "same as --dependents except the traversal must go through the specified component")), (0, _react2.mdx)("tr", {
|
|
4445
|
+
}, "same as --dependents except the traversal must go through the specified component. to specify multiple components, wrap with quotes and separate by a comma")), (0, _react2.mdx)("tr", {
|
|
4446
4446
|
parentName: "tbody"
|
|
4447
4447
|
}, (0, _react2.mdx)("td", {
|
|
4448
4448
|
parentName: "tr",
|