@teambit/harmony.content.cli-reference 1.95.89 → 1.95.90

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.
@@ -1213,6 +1213,11 @@
1213
1213
  "all",
1214
1214
  "all components"
1215
1215
  ],
1216
+ [
1217
+ "e",
1218
+ "entire-lane",
1219
+ "write also new components that were introduced on the remote lane and do not exist locally"
1220
+ ],
1216
1221
  [
1217
1222
  "v",
1218
1223
  "verbose",
@@ -2746,6 +2751,11 @@
2746
2751
  "",
2747
2752
  "include-deps",
2748
2753
  "EXPERIMENTAL. relevant for \"--pattern\". merge also dependencies of the given components"
2754
+ ],
2755
+ [
2756
+ "j",
2757
+ "json",
2758
+ "output as json format"
2749
2759
  ]
2750
2760
  ],
2751
2761
  "description": "merge a remote lane into main via a bare-scope (not workspace)",
package/cli-reference.mdx CHANGED
@@ -233,6 +233,7 @@ with no args, only workspace's capsules are deleted
233
233
  | `--manual` | `-m` | in case of a conflict, leave the files with a conflict state to resolve them manually later |
234
234
  | `--reset` | `-r` | revert changes that were not snapped/tagged |
235
235
  | `--all` | `-a` | all components |
236
+ | `--entire-lane` | `-e` | write also new components that were introduced on the remote lane and do not exist locally |
236
237
  | `--verbose` | `-v` | showing verbose output for inspection |
237
238
  | `--reset` | | DEPRECATED. run "bit checkout reset" instead |
238
239
  | `--skip-npm-install` | | DEPRECATED. use "--skip-dependency-installation" instead |
@@ -1213,6 +1213,11 @@
1213
1213
  "all",
1214
1214
  "all components"
1215
1215
  ],
1216
+ [
1217
+ "e",
1218
+ "entire-lane",
1219
+ "write also new components that were introduced on the remote lane and do not exist locally"
1220
+ ],
1216
1221
  [
1217
1222
  "v",
1218
1223
  "verbose",
@@ -2746,6 +2751,11 @@
2746
2751
  "",
2747
2752
  "include-deps",
2748
2753
  "EXPERIMENTAL. relevant for \"--pattern\". merge also dependencies of the given components"
2754
+ ],
2755
+ [
2756
+ "j",
2757
+ "json",
2758
+ "output as json format"
2749
2759
  ]
2750
2760
  ],
2751
2761
  "description": "merge a remote lane into main via a bare-scope (not workspace)",
@@ -1143,6 +1143,21 @@ function MDXContent(_ref) {
1143
1143
  "align": null
1144
1144
  }, (0, _react2.mdx)("inlineCode", {
1145
1145
  parentName: "td"
1146
+ }, "--entire-lane")), (0, _react2.mdx)("td", {
1147
+ parentName: "tr",
1148
+ "align": "center"
1149
+ }, (0, _react2.mdx)("inlineCode", {
1150
+ parentName: "td"
1151
+ }, "-e")), (0, _react2.mdx)("td", {
1152
+ parentName: "tr",
1153
+ "align": null
1154
+ }, "write also new components that were introduced on the remote lane and do not exist locally")), (0, _react2.mdx)("tr", {
1155
+ parentName: "tbody"
1156
+ }, (0, _react2.mdx)("td", {
1157
+ parentName: "tr",
1158
+ "align": null
1159
+ }, (0, _react2.mdx)("inlineCode", {
1160
+ parentName: "td"
1146
1161
  }, "--verbose")), (0, _react2.mdx)("td", {
1147
1162
  parentName: "tr",
1148
1163
  "align": "center"