@teambit/harmony.content.cli-reference 1.95.102 → 1.95.104

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.
@@ -2805,9 +2805,14 @@
2805
2805
  "private": true
2806
2806
  },
2807
2807
  {
2808
- "name": "_merge-lane <lane> [pattern]",
2808
+ "name": "_merge-lane <from-lane> [to-lane]",
2809
2809
  "alias": "",
2810
2810
  "options": [
2811
+ [
2812
+ "",
2813
+ "pattern <string>",
2814
+ "partially merge the lane with the specified component-pattern"
2815
+ ],
2811
2816
  [
2812
2817
  "",
2813
2818
  "push",
@@ -2834,19 +2839,19 @@
2834
2839
  "output as json format"
2835
2840
  ]
2836
2841
  ],
2837
- "description": "merge a remote lane into main via a bare-scope (not workspace)",
2838
- "extendedDescription": "to merge from a workspace, use \"bit lane merge\" command.\nthis is intended to use from the UI, which will have a button to merge an existing lane into main.\nthe lane must be up-to-date with main, otherwise, conflicts might occur which are not handled in this command",
2842
+ "description": "merge a remote lane into another lane or main via a bare-scope (not workspace)",
2843
+ "extendedDescription": "to merge from a workspace, use \"bit lane merge\" command.\nthis is intended to use from the UI, which will have a button to merge an existing lane.\nthe lane must be up-to-date with the other lane, otherwise, conflicts might occur which are not handled in this command",
2839
2844
  "group": "ungrouped",
2840
2845
  "private": true,
2841
2846
  "remoteOp": true,
2842
2847
  "arguments": [
2843
2848
  {
2844
- "name": "lane",
2845
- "description": "lane-id to merge to main"
2849
+ "name": "from-lane",
2850
+ "description": "lane-id to merge from"
2846
2851
  },
2847
2852
  {
2848
- "name": "pattern",
2849
- "description": "EXPERIMENTAL. partially merge the lane with the specified component-pattern"
2853
+ "name": "to-lane",
2854
+ "description": "lane-id to merge to. default is \"main\""
2850
2855
  }
2851
2856
  ]
2852
2857
  },
@@ -3094,6 +3099,11 @@
3094
3099
  "verbose",
3095
3100
  "show extra data: full snap hashes for staged, divergence point for lanes and updates-from-main for forked lanes"
3096
3101
  ],
3102
+ [
3103
+ "l",
3104
+ "lanes",
3105
+ "when on a lane, show updates from main and updates from forked lanes"
3106
+ ],
3097
3107
  [
3098
3108
  "",
3099
3109
  "strict",
package/cli-reference.mdx CHANGED
@@ -1143,6 +1143,7 @@ use `bit pattern --help` to understand patterns better and `bit pattern <pattern
1143
1143
  | ----------- | :--------------: | --------------------------------------------------------------------------------------------------------------- |
1144
1144
  | `--json` | `-j` | return a json version of the component |
1145
1145
  | `--verbose` | | show extra data: full snap hashes for staged, divergence point for lanes and updates-from-main for forked lanes |
1146
+ | `--lanes` | `-l` | when on a lane, show updates from main and updates from forked lanes |
1146
1147
  | `--strict` | | in case issues found, exit with code 1 |
1147
1148
 
1148
1149
  ---
@@ -2805,9 +2805,14 @@
2805
2805
  "private": true
2806
2806
  },
2807
2807
  {
2808
- "name": "_merge-lane <lane> [pattern]",
2808
+ "name": "_merge-lane <from-lane> [to-lane]",
2809
2809
  "alias": "",
2810
2810
  "options": [
2811
+ [
2812
+ "",
2813
+ "pattern <string>",
2814
+ "partially merge the lane with the specified component-pattern"
2815
+ ],
2811
2816
  [
2812
2817
  "",
2813
2818
  "push",
@@ -2834,19 +2839,19 @@
2834
2839
  "output as json format"
2835
2840
  ]
2836
2841
  ],
2837
- "description": "merge a remote lane into main via a bare-scope (not workspace)",
2838
- "extendedDescription": "to merge from a workspace, use \"bit lane merge\" command.\nthis is intended to use from the UI, which will have a button to merge an existing lane into main.\nthe lane must be up-to-date with main, otherwise, conflicts might occur which are not handled in this command",
2842
+ "description": "merge a remote lane into another lane or main via a bare-scope (not workspace)",
2843
+ "extendedDescription": "to merge from a workspace, use \"bit lane merge\" command.\nthis is intended to use from the UI, which will have a button to merge an existing lane.\nthe lane must be up-to-date with the other lane, otherwise, conflicts might occur which are not handled in this command",
2839
2844
  "group": "ungrouped",
2840
2845
  "private": true,
2841
2846
  "remoteOp": true,
2842
2847
  "arguments": [
2843
2848
  {
2844
- "name": "lane",
2845
- "description": "lane-id to merge to main"
2849
+ "name": "from-lane",
2850
+ "description": "lane-id to merge from"
2846
2851
  },
2847
2852
  {
2848
- "name": "pattern",
2849
- "description": "EXPERIMENTAL. partially merge the lane with the specified component-pattern"
2853
+ "name": "to-lane",
2854
+ "description": "lane-id to merge to. default is \"main\""
2850
2855
  }
2851
2856
  ]
2852
2857
  },
@@ -3094,6 +3099,11 @@
3094
3099
  "verbose",
3095
3100
  "show extra data: full snap hashes for staged, divergence point for lanes and updates-from-main for forked lanes"
3096
3101
  ],
3102
+ [
3103
+ "l",
3104
+ "lanes",
3105
+ "when on a lane, show updates from main and updates from forked lanes"
3106
+ ],
3097
3107
  [
3098
3108
  "",
3099
3109
  "strict",
@@ -5126,6 +5126,21 @@ function MDXContent(_ref) {
5126
5126
  "align": null
5127
5127
  }, (0, _react2.mdx)("inlineCode", {
5128
5128
  parentName: "td"
5129
+ }, "--lanes")), (0, _react2.mdx)("td", {
5130
+ parentName: "tr",
5131
+ "align": "center"
5132
+ }, (0, _react2.mdx)("inlineCode", {
5133
+ parentName: "td"
5134
+ }, "-l")), (0, _react2.mdx)("td", {
5135
+ parentName: "tr",
5136
+ "align": null
5137
+ }, "when on a lane, show updates from main and updates from forked lanes")), (0, _react2.mdx)("tr", {
5138
+ parentName: "tbody"
5139
+ }, (0, _react2.mdx)("td", {
5140
+ parentName: "tr",
5141
+ "align": null
5142
+ }, (0, _react2.mdx)("inlineCode", {
5143
+ parentName: "td"
5129
5144
  }, "--strict")), (0, _react2.mdx)("td", {
5130
5145
  parentName: "tr",
5131
5146
  "align": "center"