@teambit/harmony.content.cli-reference 1.95.88 → 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.
- package/cli-reference.json +25 -0
- package/cli-reference.mdx +1 -0
- package/dist/cli-reference.json +25 -0
- package/dist/cli-reference.mdx.js +15 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/package-tar/teambit-harmony.content.cli-reference-1.95.90.tgz +0 -0
- package/package.json +2 -2
- package/{preview-1667620089698.js → preview-1668606008821.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.88.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -349,6 +349,21 @@
|
|
|
349
349
|
"group": "ungrouped",
|
|
350
350
|
"private": true
|
|
351
351
|
},
|
|
352
|
+
{
|
|
353
|
+
"name": "cat-version-history [id]",
|
|
354
|
+
"alias": "cvh",
|
|
355
|
+
"options": [
|
|
356
|
+
[
|
|
357
|
+
"j",
|
|
358
|
+
"json",
|
|
359
|
+
"json format"
|
|
360
|
+
]
|
|
361
|
+
],
|
|
362
|
+
"description": "cat version-history object by component-id",
|
|
363
|
+
"extendedDescription": "",
|
|
364
|
+
"group": "ungrouped",
|
|
365
|
+
"private": true
|
|
366
|
+
},
|
|
352
367
|
{
|
|
353
368
|
"name": "scope-config",
|
|
354
369
|
"alias": "",
|
|
@@ -1198,6 +1213,11 @@
|
|
|
1198
1213
|
"all",
|
|
1199
1214
|
"all components"
|
|
1200
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
|
+
],
|
|
1201
1221
|
[
|
|
1202
1222
|
"v",
|
|
1203
1223
|
"verbose",
|
|
@@ -2731,6 +2751,11 @@
|
|
|
2731
2751
|
"",
|
|
2732
2752
|
"include-deps",
|
|
2733
2753
|
"EXPERIMENTAL. relevant for \"--pattern\". merge also dependencies of the given components"
|
|
2754
|
+
],
|
|
2755
|
+
[
|
|
2756
|
+
"j",
|
|
2757
|
+
"json",
|
|
2758
|
+
"output as json format"
|
|
2734
2759
|
]
|
|
2735
2760
|
],
|
|
2736
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 |
|
package/dist/cli-reference.json
CHANGED
|
@@ -349,6 +349,21 @@
|
|
|
349
349
|
"group": "ungrouped",
|
|
350
350
|
"private": true
|
|
351
351
|
},
|
|
352
|
+
{
|
|
353
|
+
"name": "cat-version-history [id]",
|
|
354
|
+
"alias": "cvh",
|
|
355
|
+
"options": [
|
|
356
|
+
[
|
|
357
|
+
"j",
|
|
358
|
+
"json",
|
|
359
|
+
"json format"
|
|
360
|
+
]
|
|
361
|
+
],
|
|
362
|
+
"description": "cat version-history object by component-id",
|
|
363
|
+
"extendedDescription": "",
|
|
364
|
+
"group": "ungrouped",
|
|
365
|
+
"private": true
|
|
366
|
+
},
|
|
352
367
|
{
|
|
353
368
|
"name": "scope-config",
|
|
354
369
|
"alias": "",
|
|
@@ -1198,6 +1213,11 @@
|
|
|
1198
1213
|
"all",
|
|
1199
1214
|
"all components"
|
|
1200
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
|
+
],
|
|
1201
1221
|
[
|
|
1202
1222
|
"v",
|
|
1203
1223
|
"verbose",
|
|
@@ -2731,6 +2751,11 @@
|
|
|
2731
2751
|
"",
|
|
2732
2752
|
"include-deps",
|
|
2733
2753
|
"EXPERIMENTAL. relevant for \"--pattern\". merge also dependencies of the given components"
|
|
2754
|
+
],
|
|
2755
|
+
[
|
|
2756
|
+
"j",
|
|
2757
|
+
"json",
|
|
2758
|
+
"output as json format"
|
|
2734
2759
|
]
|
|
2735
2760
|
],
|
|
2736
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"
|