@teambit/harmony.content.cli-reference 1.95.67 → 1.95.70
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 +126 -116
- package/cli-reference.mdx +1 -0
- package/dist/cli-reference.json +126 -116
- package/dist/cli-reference.mdx.js +14 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/package-tar/teambit-harmony.content.cli-reference-1.95.70.tgz +0 -0
- package/package.json +2 -2
- package/{preview-1662281577904.js → preview-1662780958471.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.67.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -989,81 +989,6 @@
|
|
|
989
989
|
}
|
|
990
990
|
]
|
|
991
991
|
},
|
|
992
|
-
{
|
|
993
|
-
"name": "install [packages...]",
|
|
994
|
-
"alias": "in",
|
|
995
|
-
"options": [
|
|
996
|
-
[
|
|
997
|
-
"v",
|
|
998
|
-
"variants <variants>",
|
|
999
|
-
"add packages to specific variants"
|
|
1000
|
-
],
|
|
1001
|
-
[
|
|
1002
|
-
"t",
|
|
1003
|
-
"type [lifecycleType]",
|
|
1004
|
-
"\"runtime\" (default) or \"peer\" (dev is not a valid option)"
|
|
1005
|
-
],
|
|
1006
|
-
[
|
|
1007
|
-
"u",
|
|
1008
|
-
"update-existing [updateExisting]",
|
|
1009
|
-
"update existing dependencies version and types"
|
|
1010
|
-
],
|
|
1011
|
-
[
|
|
1012
|
-
"",
|
|
1013
|
-
"save-prefix [savePrefix]",
|
|
1014
|
-
"set the prefix to use when adding dependency to workspace.jsonc"
|
|
1015
|
-
],
|
|
1016
|
-
[
|
|
1017
|
-
"",
|
|
1018
|
-
"skip-dedupe [skipDedupe]",
|
|
1019
|
-
"do not dedupe dependencies on installation"
|
|
1020
|
-
],
|
|
1021
|
-
[
|
|
1022
|
-
"",
|
|
1023
|
-
"skip-import [skipImport]",
|
|
1024
|
-
"do not import bit objects post installation"
|
|
1025
|
-
],
|
|
1026
|
-
[
|
|
1027
|
-
"",
|
|
1028
|
-
"add-missing-peers [addMissingPeers]",
|
|
1029
|
-
"install all missing peer dependencies"
|
|
1030
|
-
]
|
|
1031
|
-
],
|
|
1032
|
-
"description": "installs workspace dependencies",
|
|
1033
|
-
"extendedDescription": "when no package is specified, all workspace dependencies are installed and all workspace components are imported.",
|
|
1034
|
-
"group": "development",
|
|
1035
|
-
"private": false,
|
|
1036
|
-
"arguments": [
|
|
1037
|
-
{
|
|
1038
|
-
"name": "packages...",
|
|
1039
|
-
"description": "a list of packages to install (separated by spaces)"
|
|
1040
|
-
}
|
|
1041
|
-
]
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
"name": "update",
|
|
1045
|
-
"alias": "up",
|
|
1046
|
-
"options": [
|
|
1047
|
-
[
|
|
1048
|
-
"y",
|
|
1049
|
-
"yes",
|
|
1050
|
-
"automatically update all outdated packages"
|
|
1051
|
-
]
|
|
1052
|
-
],
|
|
1053
|
-
"description": "update dependencies",
|
|
1054
|
-
"extendedDescription": "",
|
|
1055
|
-
"group": "development",
|
|
1056
|
-
"private": false
|
|
1057
|
-
},
|
|
1058
|
-
{
|
|
1059
|
-
"name": "uninstall [packages...]",
|
|
1060
|
-
"alias": "un",
|
|
1061
|
-
"options": [],
|
|
1062
|
-
"description": "uninstall dependencies",
|
|
1063
|
-
"extendedDescription": "",
|
|
1064
|
-
"group": "development",
|
|
1065
|
-
"private": false
|
|
1066
|
-
},
|
|
1067
992
|
{
|
|
1068
993
|
"name": "eject-conf <pattern>",
|
|
1069
994
|
"alias": "",
|
|
@@ -1205,47 +1130,6 @@
|
|
|
1205
1130
|
"group": "development",
|
|
1206
1131
|
"private": false
|
|
1207
1132
|
},
|
|
1208
|
-
{
|
|
1209
|
-
"name": "link [component-names...]",
|
|
1210
|
-
"alias": "",
|
|
1211
|
-
"options": [
|
|
1212
|
-
[
|
|
1213
|
-
"j",
|
|
1214
|
-
"json",
|
|
1215
|
-
"return the output as JSON"
|
|
1216
|
-
],
|
|
1217
|
-
[
|
|
1218
|
-
"",
|
|
1219
|
-
"verbose",
|
|
1220
|
-
"verbose output"
|
|
1221
|
-
],
|
|
1222
|
-
[
|
|
1223
|
-
"r",
|
|
1224
|
-
"rewire",
|
|
1225
|
-
"Replace relative paths with module paths in code (e.g. \"../foo\" => \"@bit/foo\")"
|
|
1226
|
-
],
|
|
1227
|
-
[
|
|
1228
|
-
"",
|
|
1229
|
-
"target <dir>",
|
|
1230
|
-
"EXPERIMENTAL. link to an external directory (similar to npm-link) so other projects could use these components"
|
|
1231
|
-
],
|
|
1232
|
-
[
|
|
1233
|
-
"",
|
|
1234
|
-
"skip-fetching-objects",
|
|
1235
|
-
"skip fetch missing objects from remotes before linking"
|
|
1236
|
-
]
|
|
1237
|
-
],
|
|
1238
|
-
"description": "create links in the node_modules directory, to core aspects and to components in the workspace",
|
|
1239
|
-
"extendedDescription": "https://bit.dev/docs/workspace/component-links",
|
|
1240
|
-
"group": "development",
|
|
1241
|
-
"private": false,
|
|
1242
|
-
"arguments": [
|
|
1243
|
-
{
|
|
1244
|
-
"name": "component-names...",
|
|
1245
|
-
"description": "names or IDs of the components to link"
|
|
1246
|
-
}
|
|
1247
|
-
]
|
|
1248
|
-
},
|
|
1249
1133
|
{
|
|
1250
1134
|
"name": "use <component-id>",
|
|
1251
1135
|
"alias": "",
|
|
@@ -1383,6 +1267,11 @@
|
|
|
1383
1267
|
"remote",
|
|
1384
1268
|
"remove a component completely from a remote scope (Careful! this is a permanent change. prefer --soft and tag+export)"
|
|
1385
1269
|
],
|
|
1270
|
+
[
|
|
1271
|
+
"",
|
|
1272
|
+
"from-lane",
|
|
1273
|
+
"revert to main if exists on currently checked out lane, otherwise, remove it"
|
|
1274
|
+
],
|
|
1386
1275
|
[
|
|
1387
1276
|
"t",
|
|
1388
1277
|
"track",
|
|
@@ -1422,6 +1311,122 @@
|
|
|
1422
1311
|
}
|
|
1423
1312
|
]
|
|
1424
1313
|
},
|
|
1314
|
+
{
|
|
1315
|
+
"name": "install [packages...]",
|
|
1316
|
+
"alias": "in",
|
|
1317
|
+
"options": [
|
|
1318
|
+
[
|
|
1319
|
+
"v",
|
|
1320
|
+
"variants <variants>",
|
|
1321
|
+
"add packages to specific variants"
|
|
1322
|
+
],
|
|
1323
|
+
[
|
|
1324
|
+
"t",
|
|
1325
|
+
"type [lifecycleType]",
|
|
1326
|
+
"\"runtime\" (default) or \"peer\" (dev is not a valid option)"
|
|
1327
|
+
],
|
|
1328
|
+
[
|
|
1329
|
+
"u",
|
|
1330
|
+
"update-existing [updateExisting]",
|
|
1331
|
+
"update existing dependencies version and types"
|
|
1332
|
+
],
|
|
1333
|
+
[
|
|
1334
|
+
"",
|
|
1335
|
+
"save-prefix [savePrefix]",
|
|
1336
|
+
"set the prefix to use when adding dependency to workspace.jsonc"
|
|
1337
|
+
],
|
|
1338
|
+
[
|
|
1339
|
+
"",
|
|
1340
|
+
"skip-dedupe [skipDedupe]",
|
|
1341
|
+
"do not dedupe dependencies on installation"
|
|
1342
|
+
],
|
|
1343
|
+
[
|
|
1344
|
+
"",
|
|
1345
|
+
"skip-import [skipImport]",
|
|
1346
|
+
"do not import bit objects post installation"
|
|
1347
|
+
],
|
|
1348
|
+
[
|
|
1349
|
+
"",
|
|
1350
|
+
"add-missing-peers [addMissingPeers]",
|
|
1351
|
+
"install all missing peer dependencies"
|
|
1352
|
+
]
|
|
1353
|
+
],
|
|
1354
|
+
"description": "installs workspace dependencies",
|
|
1355
|
+
"extendedDescription": "when no package is specified, all workspace dependencies are installed and all workspace components are imported.",
|
|
1356
|
+
"group": "development",
|
|
1357
|
+
"private": false,
|
|
1358
|
+
"arguments": [
|
|
1359
|
+
{
|
|
1360
|
+
"name": "packages...",
|
|
1361
|
+
"description": "a list of packages to install (separated by spaces)"
|
|
1362
|
+
}
|
|
1363
|
+
]
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"name": "uninstall [packages...]",
|
|
1367
|
+
"alias": "un",
|
|
1368
|
+
"options": [],
|
|
1369
|
+
"description": "uninstall dependencies",
|
|
1370
|
+
"extendedDescription": "",
|
|
1371
|
+
"group": "development",
|
|
1372
|
+
"private": false
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"name": "update",
|
|
1376
|
+
"alias": "up",
|
|
1377
|
+
"options": [
|
|
1378
|
+
[
|
|
1379
|
+
"y",
|
|
1380
|
+
"yes",
|
|
1381
|
+
"automatically update all outdated packages"
|
|
1382
|
+
]
|
|
1383
|
+
],
|
|
1384
|
+
"description": "update dependencies",
|
|
1385
|
+
"extendedDescription": "",
|
|
1386
|
+
"group": "development",
|
|
1387
|
+
"private": false
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"name": "link [component-names...]",
|
|
1391
|
+
"alias": "",
|
|
1392
|
+
"options": [
|
|
1393
|
+
[
|
|
1394
|
+
"j",
|
|
1395
|
+
"json",
|
|
1396
|
+
"return the output as JSON"
|
|
1397
|
+
],
|
|
1398
|
+
[
|
|
1399
|
+
"",
|
|
1400
|
+
"verbose",
|
|
1401
|
+
"verbose output"
|
|
1402
|
+
],
|
|
1403
|
+
[
|
|
1404
|
+
"r",
|
|
1405
|
+
"rewire",
|
|
1406
|
+
"Replace relative paths with module paths in code (e.g. \"../foo\" => \"@bit/foo\")"
|
|
1407
|
+
],
|
|
1408
|
+
[
|
|
1409
|
+
"",
|
|
1410
|
+
"target <dir>",
|
|
1411
|
+
"EXPERIMENTAL. link to an external directory (similar to npm-link) so other projects could use these components"
|
|
1412
|
+
],
|
|
1413
|
+
[
|
|
1414
|
+
"",
|
|
1415
|
+
"skip-fetching-objects",
|
|
1416
|
+
"skip fetch missing objects from remotes before linking"
|
|
1417
|
+
]
|
|
1418
|
+
],
|
|
1419
|
+
"description": "create links in the node_modules directory, to core aspects and to components in the workspace",
|
|
1420
|
+
"extendedDescription": "https://bit.dev/docs/workspace/component-links",
|
|
1421
|
+
"group": "development",
|
|
1422
|
+
"private": false,
|
|
1423
|
+
"arguments": [
|
|
1424
|
+
{
|
|
1425
|
+
"name": "component-names...",
|
|
1426
|
+
"description": "names or IDs of the components to link"
|
|
1427
|
+
}
|
|
1428
|
+
]
|
|
1429
|
+
},
|
|
1425
1430
|
{
|
|
1426
1431
|
"name": "insights [names...]",
|
|
1427
1432
|
"alias": "",
|
|
@@ -3407,6 +3412,11 @@
|
|
|
3407
3412
|
"email <string>",
|
|
3408
3413
|
"email to be saved as part of the version log"
|
|
3409
3414
|
],
|
|
3415
|
+
[
|
|
3416
|
+
"",
|
|
3417
|
+
"lane <lane-id>",
|
|
3418
|
+
"helps to fetch the components from the lane scope (relevant for --multiple)"
|
|
3419
|
+
],
|
|
3410
3420
|
[
|
|
3411
3421
|
"",
|
|
3412
3422
|
"skip-new-scope-validation",
|
package/cli-reference.mdx
CHANGED
|
@@ -968,6 +968,7 @@ for example: "http://localhost:3000", "file:///tmp/local-scope"
|
|
|
968
968
|
| ---------------- | :--------------: | ---------------------------------------------------------------------------------------------------------------------------------- |
|
|
969
969
|
| `--soft` | | EXPERIMENTAL. mark the component as deleted. after tag/snap and export the remote will be updated |
|
|
970
970
|
| `--remote` | `-r` | remove a component completely from a remote scope (Careful! this is a permanent change. prefer --soft and tag+export) |
|
|
971
|
+
| `--from-lane` | | revert to main if exists on currently checked out lane, otherwise, remove it |
|
|
971
972
|
| `--track` | `-t` | keep tracking component in .bitmap (default = false), helps transform a tagged-component to new |
|
|
972
973
|
| `--delete-files` | `-d` | DEPRECATED (this is now the default). delete local component files |
|
|
973
974
|
| `--keep-files` | | keep component files (just untrack the component) |
|
package/dist/cli-reference.json
CHANGED
|
@@ -989,81 +989,6 @@
|
|
|
989
989
|
}
|
|
990
990
|
]
|
|
991
991
|
},
|
|
992
|
-
{
|
|
993
|
-
"name": "install [packages...]",
|
|
994
|
-
"alias": "in",
|
|
995
|
-
"options": [
|
|
996
|
-
[
|
|
997
|
-
"v",
|
|
998
|
-
"variants <variants>",
|
|
999
|
-
"add packages to specific variants"
|
|
1000
|
-
],
|
|
1001
|
-
[
|
|
1002
|
-
"t",
|
|
1003
|
-
"type [lifecycleType]",
|
|
1004
|
-
"\"runtime\" (default) or \"peer\" (dev is not a valid option)"
|
|
1005
|
-
],
|
|
1006
|
-
[
|
|
1007
|
-
"u",
|
|
1008
|
-
"update-existing [updateExisting]",
|
|
1009
|
-
"update existing dependencies version and types"
|
|
1010
|
-
],
|
|
1011
|
-
[
|
|
1012
|
-
"",
|
|
1013
|
-
"save-prefix [savePrefix]",
|
|
1014
|
-
"set the prefix to use when adding dependency to workspace.jsonc"
|
|
1015
|
-
],
|
|
1016
|
-
[
|
|
1017
|
-
"",
|
|
1018
|
-
"skip-dedupe [skipDedupe]",
|
|
1019
|
-
"do not dedupe dependencies on installation"
|
|
1020
|
-
],
|
|
1021
|
-
[
|
|
1022
|
-
"",
|
|
1023
|
-
"skip-import [skipImport]",
|
|
1024
|
-
"do not import bit objects post installation"
|
|
1025
|
-
],
|
|
1026
|
-
[
|
|
1027
|
-
"",
|
|
1028
|
-
"add-missing-peers [addMissingPeers]",
|
|
1029
|
-
"install all missing peer dependencies"
|
|
1030
|
-
]
|
|
1031
|
-
],
|
|
1032
|
-
"description": "installs workspace dependencies",
|
|
1033
|
-
"extendedDescription": "when no package is specified, all workspace dependencies are installed and all workspace components are imported.",
|
|
1034
|
-
"group": "development",
|
|
1035
|
-
"private": false,
|
|
1036
|
-
"arguments": [
|
|
1037
|
-
{
|
|
1038
|
-
"name": "packages...",
|
|
1039
|
-
"description": "a list of packages to install (separated by spaces)"
|
|
1040
|
-
}
|
|
1041
|
-
]
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
"name": "update",
|
|
1045
|
-
"alias": "up",
|
|
1046
|
-
"options": [
|
|
1047
|
-
[
|
|
1048
|
-
"y",
|
|
1049
|
-
"yes",
|
|
1050
|
-
"automatically update all outdated packages"
|
|
1051
|
-
]
|
|
1052
|
-
],
|
|
1053
|
-
"description": "update dependencies",
|
|
1054
|
-
"extendedDescription": "",
|
|
1055
|
-
"group": "development",
|
|
1056
|
-
"private": false
|
|
1057
|
-
},
|
|
1058
|
-
{
|
|
1059
|
-
"name": "uninstall [packages...]",
|
|
1060
|
-
"alias": "un",
|
|
1061
|
-
"options": [],
|
|
1062
|
-
"description": "uninstall dependencies",
|
|
1063
|
-
"extendedDescription": "",
|
|
1064
|
-
"group": "development",
|
|
1065
|
-
"private": false
|
|
1066
|
-
},
|
|
1067
992
|
{
|
|
1068
993
|
"name": "eject-conf <pattern>",
|
|
1069
994
|
"alias": "",
|
|
@@ -1205,47 +1130,6 @@
|
|
|
1205
1130
|
"group": "development",
|
|
1206
1131
|
"private": false
|
|
1207
1132
|
},
|
|
1208
|
-
{
|
|
1209
|
-
"name": "link [component-names...]",
|
|
1210
|
-
"alias": "",
|
|
1211
|
-
"options": [
|
|
1212
|
-
[
|
|
1213
|
-
"j",
|
|
1214
|
-
"json",
|
|
1215
|
-
"return the output as JSON"
|
|
1216
|
-
],
|
|
1217
|
-
[
|
|
1218
|
-
"",
|
|
1219
|
-
"verbose",
|
|
1220
|
-
"verbose output"
|
|
1221
|
-
],
|
|
1222
|
-
[
|
|
1223
|
-
"r",
|
|
1224
|
-
"rewire",
|
|
1225
|
-
"Replace relative paths with module paths in code (e.g. \"../foo\" => \"@bit/foo\")"
|
|
1226
|
-
],
|
|
1227
|
-
[
|
|
1228
|
-
"",
|
|
1229
|
-
"target <dir>",
|
|
1230
|
-
"EXPERIMENTAL. link to an external directory (similar to npm-link) so other projects could use these components"
|
|
1231
|
-
],
|
|
1232
|
-
[
|
|
1233
|
-
"",
|
|
1234
|
-
"skip-fetching-objects",
|
|
1235
|
-
"skip fetch missing objects from remotes before linking"
|
|
1236
|
-
]
|
|
1237
|
-
],
|
|
1238
|
-
"description": "create links in the node_modules directory, to core aspects and to components in the workspace",
|
|
1239
|
-
"extendedDescription": "https://bit.dev/docs/workspace/component-links",
|
|
1240
|
-
"group": "development",
|
|
1241
|
-
"private": false,
|
|
1242
|
-
"arguments": [
|
|
1243
|
-
{
|
|
1244
|
-
"name": "component-names...",
|
|
1245
|
-
"description": "names or IDs of the components to link"
|
|
1246
|
-
}
|
|
1247
|
-
]
|
|
1248
|
-
},
|
|
1249
1133
|
{
|
|
1250
1134
|
"name": "use <component-id>",
|
|
1251
1135
|
"alias": "",
|
|
@@ -1383,6 +1267,11 @@
|
|
|
1383
1267
|
"remote",
|
|
1384
1268
|
"remove a component completely from a remote scope (Careful! this is a permanent change. prefer --soft and tag+export)"
|
|
1385
1269
|
],
|
|
1270
|
+
[
|
|
1271
|
+
"",
|
|
1272
|
+
"from-lane",
|
|
1273
|
+
"revert to main if exists on currently checked out lane, otherwise, remove it"
|
|
1274
|
+
],
|
|
1386
1275
|
[
|
|
1387
1276
|
"t",
|
|
1388
1277
|
"track",
|
|
@@ -1422,6 +1311,122 @@
|
|
|
1422
1311
|
}
|
|
1423
1312
|
]
|
|
1424
1313
|
},
|
|
1314
|
+
{
|
|
1315
|
+
"name": "install [packages...]",
|
|
1316
|
+
"alias": "in",
|
|
1317
|
+
"options": [
|
|
1318
|
+
[
|
|
1319
|
+
"v",
|
|
1320
|
+
"variants <variants>",
|
|
1321
|
+
"add packages to specific variants"
|
|
1322
|
+
],
|
|
1323
|
+
[
|
|
1324
|
+
"t",
|
|
1325
|
+
"type [lifecycleType]",
|
|
1326
|
+
"\"runtime\" (default) or \"peer\" (dev is not a valid option)"
|
|
1327
|
+
],
|
|
1328
|
+
[
|
|
1329
|
+
"u",
|
|
1330
|
+
"update-existing [updateExisting]",
|
|
1331
|
+
"update existing dependencies version and types"
|
|
1332
|
+
],
|
|
1333
|
+
[
|
|
1334
|
+
"",
|
|
1335
|
+
"save-prefix [savePrefix]",
|
|
1336
|
+
"set the prefix to use when adding dependency to workspace.jsonc"
|
|
1337
|
+
],
|
|
1338
|
+
[
|
|
1339
|
+
"",
|
|
1340
|
+
"skip-dedupe [skipDedupe]",
|
|
1341
|
+
"do not dedupe dependencies on installation"
|
|
1342
|
+
],
|
|
1343
|
+
[
|
|
1344
|
+
"",
|
|
1345
|
+
"skip-import [skipImport]",
|
|
1346
|
+
"do not import bit objects post installation"
|
|
1347
|
+
],
|
|
1348
|
+
[
|
|
1349
|
+
"",
|
|
1350
|
+
"add-missing-peers [addMissingPeers]",
|
|
1351
|
+
"install all missing peer dependencies"
|
|
1352
|
+
]
|
|
1353
|
+
],
|
|
1354
|
+
"description": "installs workspace dependencies",
|
|
1355
|
+
"extendedDescription": "when no package is specified, all workspace dependencies are installed and all workspace components are imported.",
|
|
1356
|
+
"group": "development",
|
|
1357
|
+
"private": false,
|
|
1358
|
+
"arguments": [
|
|
1359
|
+
{
|
|
1360
|
+
"name": "packages...",
|
|
1361
|
+
"description": "a list of packages to install (separated by spaces)"
|
|
1362
|
+
}
|
|
1363
|
+
]
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"name": "uninstall [packages...]",
|
|
1367
|
+
"alias": "un",
|
|
1368
|
+
"options": [],
|
|
1369
|
+
"description": "uninstall dependencies",
|
|
1370
|
+
"extendedDescription": "",
|
|
1371
|
+
"group": "development",
|
|
1372
|
+
"private": false
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"name": "update",
|
|
1376
|
+
"alias": "up",
|
|
1377
|
+
"options": [
|
|
1378
|
+
[
|
|
1379
|
+
"y",
|
|
1380
|
+
"yes",
|
|
1381
|
+
"automatically update all outdated packages"
|
|
1382
|
+
]
|
|
1383
|
+
],
|
|
1384
|
+
"description": "update dependencies",
|
|
1385
|
+
"extendedDescription": "",
|
|
1386
|
+
"group": "development",
|
|
1387
|
+
"private": false
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"name": "link [component-names...]",
|
|
1391
|
+
"alias": "",
|
|
1392
|
+
"options": [
|
|
1393
|
+
[
|
|
1394
|
+
"j",
|
|
1395
|
+
"json",
|
|
1396
|
+
"return the output as JSON"
|
|
1397
|
+
],
|
|
1398
|
+
[
|
|
1399
|
+
"",
|
|
1400
|
+
"verbose",
|
|
1401
|
+
"verbose output"
|
|
1402
|
+
],
|
|
1403
|
+
[
|
|
1404
|
+
"r",
|
|
1405
|
+
"rewire",
|
|
1406
|
+
"Replace relative paths with module paths in code (e.g. \"../foo\" => \"@bit/foo\")"
|
|
1407
|
+
],
|
|
1408
|
+
[
|
|
1409
|
+
"",
|
|
1410
|
+
"target <dir>",
|
|
1411
|
+
"EXPERIMENTAL. link to an external directory (similar to npm-link) so other projects could use these components"
|
|
1412
|
+
],
|
|
1413
|
+
[
|
|
1414
|
+
"",
|
|
1415
|
+
"skip-fetching-objects",
|
|
1416
|
+
"skip fetch missing objects from remotes before linking"
|
|
1417
|
+
]
|
|
1418
|
+
],
|
|
1419
|
+
"description": "create links in the node_modules directory, to core aspects and to components in the workspace",
|
|
1420
|
+
"extendedDescription": "https://bit.dev/docs/workspace/component-links",
|
|
1421
|
+
"group": "development",
|
|
1422
|
+
"private": false,
|
|
1423
|
+
"arguments": [
|
|
1424
|
+
{
|
|
1425
|
+
"name": "component-names...",
|
|
1426
|
+
"description": "names or IDs of the components to link"
|
|
1427
|
+
}
|
|
1428
|
+
]
|
|
1429
|
+
},
|
|
1425
1430
|
{
|
|
1426
1431
|
"name": "insights [names...]",
|
|
1427
1432
|
"alias": "",
|
|
@@ -3407,6 +3412,11 @@
|
|
|
3407
3412
|
"email <string>",
|
|
3408
3413
|
"email to be saved as part of the version log"
|
|
3409
3414
|
],
|
|
3415
|
+
[
|
|
3416
|
+
"",
|
|
3417
|
+
"lane <lane-id>",
|
|
3418
|
+
"helps to fetch the components from the lane scope (relevant for --multiple)"
|
|
3419
|
+
],
|
|
3410
3420
|
[
|
|
3411
3421
|
"",
|
|
3412
3422
|
"skip-new-scope-validation",
|
|
@@ -13,7 +13,7 @@ var _excluded = ["components"];
|
|
|
13
13
|
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
15
|
|
|
16
|
-
function _extends() { _extends = Object.assign
|
|
16
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
17
17
|
|
|
18
18
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
19
19
|
|
|
@@ -4346,6 +4346,19 @@ function MDXContent(_ref) {
|
|
|
4346
4346
|
"align": null
|
|
4347
4347
|
}, (0, _react2.mdx)("inlineCode", {
|
|
4348
4348
|
parentName: "td"
|
|
4349
|
+
}, "--from-lane")), (0, _react2.mdx)("td", {
|
|
4350
|
+
parentName: "tr",
|
|
4351
|
+
"align": "center"
|
|
4352
|
+
}), (0, _react2.mdx)("td", {
|
|
4353
|
+
parentName: "tr",
|
|
4354
|
+
"align": null
|
|
4355
|
+
}, "revert to main if exists on currently checked out lane, otherwise, remove it")), (0, _react2.mdx)("tr", {
|
|
4356
|
+
parentName: "tbody"
|
|
4357
|
+
}, (0, _react2.mdx)("td", {
|
|
4358
|
+
parentName: "tr",
|
|
4359
|
+
"align": null
|
|
4360
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
4361
|
+
parentName: "td"
|
|
4349
4362
|
}, "--track")), (0, _react2.mdx)("td", {
|
|
4350
4363
|
parentName: "tr",
|
|
4351
4364
|
"align": "center"
|