@teambit/harmony.content.cli-reference 1.95.47 → 1.95.48

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.
@@ -1938,6 +1938,11 @@
1938
1938
  "snapped",
1939
1939
  "EXPERIMENTAL. tag components that their head is a snap (not a tag)"
1940
1940
  ],
1941
+ [
1942
+ "",
1943
+ "unmerged",
1944
+ "EXPERIMENTAL. complete a merge process by tagging the unmerged components"
1945
+ ],
1941
1946
  [
1942
1947
  "",
1943
1948
  "skip-tests",
@@ -2041,6 +2046,11 @@
2041
2046
  "unmodified",
2042
2047
  "include unmodified components (by default, only new and modified components are snapped)"
2043
2048
  ],
2049
+ [
2050
+ "",
2051
+ "unmerged",
2052
+ "EXPERIMENTAL. complete a merge process by snapping the unmerged components"
2053
+ ],
2044
2054
  [
2045
2055
  "",
2046
2056
  "build",
@@ -2857,7 +2867,7 @@
2857
2867
  ]
2858
2868
  },
2859
2869
  {
2860
- "name": "merge <lane>",
2870
+ "name": "merge <lane> [pattern]",
2861
2871
  "alias": "",
2862
2872
  "options": [
2863
2873
  [
@@ -2882,8 +2892,8 @@
2882
2892
  ],
2883
2893
  [
2884
2894
  "",
2885
- "existing",
2886
- "checkout only components in a lane that exist in the workspace"
2895
+ "workspace",
2896
+ "merge only components in a lane that exist in the workspace"
2887
2897
  ],
2888
2898
  [
2889
2899
  "",
@@ -2910,22 +2920,27 @@
2910
2920
  "squash",
2911
2921
  "EXPERIMENTAL. squash multiple snaps. keep the last one only"
2912
2922
  ],
2913
- [
2914
- "",
2915
- "pattern <component-pattern>",
2916
- "EXPERIMENTAL. partially merge the lane with the specified component-pattern"
2917
- ],
2918
2923
  [
2919
2924
  "",
2920
2925
  "include-deps",
2921
- "EXPERIMENTAL. relevant for \"--pattern\" and \"--existing\". merge also dependencies of the given components"
2926
+ "EXPERIMENTAL. relevant for \"--pattern\" and \"--workspace\". merge also dependencies of the given components"
2922
2927
  ]
2923
2928
  ],
2924
2929
  "description": "merge a local or a remote lane",
2925
2930
  "extendedDescription": "",
2926
2931
  "group": "ungrouped",
2927
2932
  "private": true,
2928
- "remoteOp": true
2933
+ "remoteOp": true,
2934
+ "arguments": [
2935
+ {
2936
+ "name": "lane",
2937
+ "description": "lane-name to merge to the current lane"
2938
+ },
2939
+ {
2940
+ "name": "pattern",
2941
+ "description": "EXPERIMENTAL. partially merge the lane with the specified component-pattern"
2942
+ }
2943
+ ]
2929
2944
  },
2930
2945
  {
2931
2946
  "name": "remove <lanes...>",
package/cli-reference.mdx CHANGED
@@ -1143,6 +1143,7 @@ if patterns are entered, you can specify a version per pattern using "@" sign, e
1143
1143
  | `--major` | | syntactic sugar for "--increment major" |
1144
1144
  | `--pre-release [identifier]` | | syntactic sugar for "--increment prerelease" and `--prerelease-id <identifier>` |
1145
1145
  | `--snapped` | | EXPERIMENTAL. tag components that their head is a snap (not a tag) |
1146
+ | `--unmerged` | | EXPERIMENTAL. complete a merge process by tagging the unmerged components |
1146
1147
  | `--skip-tests` | | skip running component tests during tag process |
1147
1148
  | `--skip-auto-tag` | | skip auto tagging dependents |
1148
1149
  | `--soft` | | do not persist. only keep note of the changes to be made |
@@ -1938,6 +1938,11 @@
1938
1938
  "snapped",
1939
1939
  "EXPERIMENTAL. tag components that their head is a snap (not a tag)"
1940
1940
  ],
1941
+ [
1942
+ "",
1943
+ "unmerged",
1944
+ "EXPERIMENTAL. complete a merge process by tagging the unmerged components"
1945
+ ],
1941
1946
  [
1942
1947
  "",
1943
1948
  "skip-tests",
@@ -2041,6 +2046,11 @@
2041
2046
  "unmodified",
2042
2047
  "include unmodified components (by default, only new and modified components are snapped)"
2043
2048
  ],
2049
+ [
2050
+ "",
2051
+ "unmerged",
2052
+ "EXPERIMENTAL. complete a merge process by snapping the unmerged components"
2053
+ ],
2044
2054
  [
2045
2055
  "",
2046
2056
  "build",
@@ -2857,7 +2867,7 @@
2857
2867
  ]
2858
2868
  },
2859
2869
  {
2860
- "name": "merge <lane>",
2870
+ "name": "merge <lane> [pattern]",
2861
2871
  "alias": "",
2862
2872
  "options": [
2863
2873
  [
@@ -2882,8 +2892,8 @@
2882
2892
  ],
2883
2893
  [
2884
2894
  "",
2885
- "existing",
2886
- "checkout only components in a lane that exist in the workspace"
2895
+ "workspace",
2896
+ "merge only components in a lane that exist in the workspace"
2887
2897
  ],
2888
2898
  [
2889
2899
  "",
@@ -2910,22 +2920,27 @@
2910
2920
  "squash",
2911
2921
  "EXPERIMENTAL. squash multiple snaps. keep the last one only"
2912
2922
  ],
2913
- [
2914
- "",
2915
- "pattern <component-pattern>",
2916
- "EXPERIMENTAL. partially merge the lane with the specified component-pattern"
2917
- ],
2918
2923
  [
2919
2924
  "",
2920
2925
  "include-deps",
2921
- "EXPERIMENTAL. relevant for \"--pattern\" and \"--existing\". merge also dependencies of the given components"
2926
+ "EXPERIMENTAL. relevant for \"--pattern\" and \"--workspace\". merge also dependencies of the given components"
2922
2927
  ]
2923
2928
  ],
2924
2929
  "description": "merge a local or a remote lane",
2925
2930
  "extendedDescription": "",
2926
2931
  "group": "ungrouped",
2927
2932
  "private": true,
2928
- "remoteOp": true
2933
+ "remoteOp": true,
2934
+ "arguments": [
2935
+ {
2936
+ "name": "lane",
2937
+ "description": "lane-name to merge to the current lane"
2938
+ },
2939
+ {
2940
+ "name": "pattern",
2941
+ "description": "EXPERIMENTAL. partially merge the lane with the specified component-pattern"
2942
+ }
2943
+ ]
2929
2944
  },
2930
2945
  {
2931
2946
  "name": "remove <lanes...>",
@@ -5119,6 +5119,19 @@ function MDXContent(_ref) {
5119
5119
  "align": null
5120
5120
  }, (0, _react2.mdx)("inlineCode", {
5121
5121
  parentName: "td"
5122
+ }, "--unmerged")), (0, _react2.mdx)("td", {
5123
+ parentName: "tr",
5124
+ "align": "center"
5125
+ }), (0, _react2.mdx)("td", {
5126
+ parentName: "tr",
5127
+ "align": null
5128
+ }, "EXPERIMENTAL. complete a merge process by tagging the unmerged components")), (0, _react2.mdx)("tr", {
5129
+ parentName: "tbody"
5130
+ }, (0, _react2.mdx)("td", {
5131
+ parentName: "tr",
5132
+ "align": null
5133
+ }, (0, _react2.mdx)("inlineCode", {
5134
+ parentName: "td"
5122
5135
  }, "--skip-tests")), (0, _react2.mdx)("td", {
5123
5136
  parentName: "tr",
5124
5137
  "align": "center"