@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.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 0.2.18'
2
+ description: 'Bit command synopses. Bit version: 0.2.19'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -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
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 0.2.18'
2
+ description: 'Bit command synopses. Bit version: 0.2.19'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -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\"")))), (0, _react2.mdx)("h3", null, "lane merge-abort"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
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"