@teambit/harmony.content.cli-reference 1.95.194 → 1.95.195
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 +14 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1691523857630.js → preview-1691551061589.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.195.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.194.tgz +0 -0
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -3348,6 +3348,11 @@
|
|
|
3348
3348
|
"",
|
|
3349
3349
|
"resolve-unrelated [merge-strategy]",
|
|
3350
3350
|
"relevant when a component on a lane and the component on main has nothing in common. merge-strategy can be \"ours\" (default) or \"theirs\""
|
|
3351
|
+
],
|
|
3352
|
+
[
|
|
3353
|
+
"",
|
|
3354
|
+
"include-non-lane-comps",
|
|
3355
|
+
"when merging main, include workspace components that are not on the lane (by default only lane components are merged)"
|
|
3351
3356
|
]
|
|
3352
3357
|
],
|
|
3353
3358
|
"description": "merge a local or a remote lane",
|
package/cli-reference.mdx
CHANGED
|
@@ -1134,6 +1134,7 @@ it will snap-merge these components to complete the merge. use "no-snap" to opt-
|
|
|
1134
1134
|
| `--skip-fetch` | | use the current target-lane if exits locally without updating it from the remote |
|
|
1135
1135
|
| `--include-deps` | | relevant for "--pattern" and "--workspace". merge also dependencies of the given components |
|
|
1136
1136
|
| `--resolve-unrelated [merge-strategy]` | | relevant when a component on a lane and the component on main has nothing in common. merge-strategy can be "ours" (default) or "theirs" |
|
|
1137
|
+
| `--include-non-lane-comps` | | when merging main, include workspace components that are not on the lane (by default only lane components are merged) |
|
|
1137
1138
|
|
|
1138
1139
|
### lane merge-abort
|
|
1139
1140
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -3348,6 +3348,11 @@
|
|
|
3348
3348
|
"",
|
|
3349
3349
|
"resolve-unrelated [merge-strategy]",
|
|
3350
3350
|
"relevant when a component on a lane and the component on main has nothing in common. merge-strategy can be \"ours\" (default) or \"theirs\""
|
|
3351
|
+
],
|
|
3352
|
+
[
|
|
3353
|
+
"",
|
|
3354
|
+
"include-non-lane-comps",
|
|
3355
|
+
"when merging main, include workspace components that are not on the lane (by default only lane components are merged)"
|
|
3351
3356
|
]
|
|
3352
3357
|
],
|
|
3353
3358
|
"description": "merge a local or a remote lane",
|
|
@@ -5628,7 +5628,20 @@ function MDXContent(_ref) {
|
|
|
5628
5628
|
}), (0, _react2.mdx)("td", {
|
|
5629
5629
|
parentName: "tr",
|
|
5630
5630
|
"align": null
|
|
5631
|
-
}, "relevant when a component on a lane and the component on main has nothing in common. merge-strategy can be \"ours\" (default) or \"theirs\""))
|
|
5631
|
+
}, "relevant when a component on a lane and the component on main has nothing in common. merge-strategy can be \"ours\" (default) or \"theirs\"")), (0, _react2.mdx)("tr", {
|
|
5632
|
+
parentName: "tbody"
|
|
5633
|
+
}, (0, _react2.mdx)("td", {
|
|
5634
|
+
parentName: "tr",
|
|
5635
|
+
"align": null
|
|
5636
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
5637
|
+
parentName: "td"
|
|
5638
|
+
}, "--include-non-lane-comps")), (0, _react2.mdx)("td", {
|
|
5639
|
+
parentName: "tr",
|
|
5640
|
+
"align": "center"
|
|
5641
|
+
}), (0, _react2.mdx)("td", {
|
|
5642
|
+
parentName: "tr",
|
|
5643
|
+
"align": null
|
|
5644
|
+
}, "when merging main, include workspace components that are not on the lane (by default only lane components are merged)")))), (0, _react2.mdx)("h3", null, "lane merge-abort"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
5632
5645
|
parentName: "p"
|
|
5633
5646
|
}, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
5634
5647
|
parentName: "p"
|