@teambit/harmony.content.cli-reference 1.95.102 → 1.95.103
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.json +12 -7
- package/dist/cli-reference.json +12 -7
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1672197955217.js → preview-1672370816000.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.103.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.102.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -2805,9 +2805,14 @@
|
|
|
2805
2805
|
"private": true
|
|
2806
2806
|
},
|
|
2807
2807
|
{
|
|
2808
|
-
"name": "_merge-lane <lane> [
|
|
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
|
|
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
|
|
2849
|
+
"name": "from-lane",
|
|
2850
|
+
"description": "lane-id to merge from"
|
|
2846
2851
|
},
|
|
2847
2852
|
{
|
|
2848
|
-
"name": "
|
|
2849
|
-
"description": "
|
|
2853
|
+
"name": "to-lane",
|
|
2854
|
+
"description": "lane-id to merge to. default is \"main\""
|
|
2850
2855
|
}
|
|
2851
2856
|
]
|
|
2852
2857
|
},
|
package/dist/cli-reference.json
CHANGED
|
@@ -2805,9 +2805,14 @@
|
|
|
2805
2805
|
"private": true
|
|
2806
2806
|
},
|
|
2807
2807
|
{
|
|
2808
|
-
"name": "_merge-lane <lane> [
|
|
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
|
|
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
|
|
2849
|
+
"name": "from-lane",
|
|
2850
|
+
"description": "lane-id to merge from"
|
|
2846
2851
|
},
|
|
2847
2852
|
{
|
|
2848
|
-
"name": "
|
|
2849
|
-
"description": "
|
|
2853
|
+
"name": "to-lane",
|
|
2854
|
+
"description": "lane-id to merge to. default is \"main\""
|
|
2850
2855
|
}
|
|
2851
2856
|
]
|
|
2852
2857
|
},
|