@teambit/harmony.content.cli-reference 1.95.63 → 1.95.66
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 +70 -70
- package/dist/cli-reference.json +70 -70
- package/dist/cli-reference.mdx.js.map +1 -1
- package/package-tar/teambit-harmony.content.cli-reference-1.95.66.tgz +0 -0
- package/package.json +3 -3
- package/{preview-1662032648662.js → preview-1662069881993.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.63.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -494,76 +494,6 @@
|
|
|
494
494
|
"private": true,
|
|
495
495
|
"internal": true
|
|
496
496
|
},
|
|
497
|
-
{
|
|
498
|
-
"name": "checkout [values...]",
|
|
499
|
-
"alias": "U",
|
|
500
|
-
"options": [
|
|
501
|
-
[
|
|
502
|
-
"i",
|
|
503
|
-
"interactive-merge",
|
|
504
|
-
"when a component is modified and the merge process found conflicts, display options to resolve them"
|
|
505
|
-
],
|
|
506
|
-
[
|
|
507
|
-
"o",
|
|
508
|
-
"ours",
|
|
509
|
-
"in case of a conflict, override the used version with the current modification"
|
|
510
|
-
],
|
|
511
|
-
[
|
|
512
|
-
"t",
|
|
513
|
-
"theirs",
|
|
514
|
-
"in case of a conflict, override the current modification with the specified version"
|
|
515
|
-
],
|
|
516
|
-
[
|
|
517
|
-
"m",
|
|
518
|
-
"manual",
|
|
519
|
-
"in case of a conflict, leave the files with a conflict state to resolve them manually later"
|
|
520
|
-
],
|
|
521
|
-
[
|
|
522
|
-
"r",
|
|
523
|
-
"reset",
|
|
524
|
-
"revert changes that were not snapped/tagged"
|
|
525
|
-
],
|
|
526
|
-
[
|
|
527
|
-
"a",
|
|
528
|
-
"all",
|
|
529
|
-
"all components"
|
|
530
|
-
],
|
|
531
|
-
[
|
|
532
|
-
"v",
|
|
533
|
-
"verbose",
|
|
534
|
-
"showing verbose output for inspection"
|
|
535
|
-
],
|
|
536
|
-
[
|
|
537
|
-
"",
|
|
538
|
-
"skip-npm-install",
|
|
539
|
-
"DEPRECATED. use \"--skip-dependency-installation\" instead"
|
|
540
|
-
],
|
|
541
|
-
[
|
|
542
|
-
"",
|
|
543
|
-
"skip-dependency-installation",
|
|
544
|
-
"do not install packages of the imported components"
|
|
545
|
-
],
|
|
546
|
-
[
|
|
547
|
-
"",
|
|
548
|
-
"ignore-package-json",
|
|
549
|
-
"do not generate package.json for the imported component(s). (it automatically enables skip-npm-install and save-dependencies-as-components flags)"
|
|
550
|
-
],
|
|
551
|
-
[
|
|
552
|
-
"",
|
|
553
|
-
"conf [path]",
|
|
554
|
-
"write the configuration file (bit.json) and the envs configuration files (use --conf without path to write to the default dir)"
|
|
555
|
-
],
|
|
556
|
-
[
|
|
557
|
-
"",
|
|
558
|
-
"ignore-dist",
|
|
559
|
-
"do not write dist files (when exist)"
|
|
560
|
-
]
|
|
561
|
-
],
|
|
562
|
-
"description": "switch between component versions or remove local changes",
|
|
563
|
-
"extendedDescription": "\n `bit checkout <version> [ids...]` => checkout the specified ids (or all components when --all is used) to the specified version\n `bit checkout head` => checkout all components to their latest versions\n `bit checkout head [ids...]` => checkout the specified ids to their latest versions\n `bit checkout [ids...] --reset` => remove local modifications from the specified ids (or all components when --all is used)\n you can use a pattern for multiple ids, such as bit checkout 0.0.1 \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
564
|
-
"group": "development",
|
|
565
|
-
"private": false
|
|
566
|
-
},
|
|
567
497
|
{
|
|
568
498
|
"name": "diff [values...]",
|
|
569
499
|
"alias": "",
|
|
@@ -1369,6 +1299,76 @@
|
|
|
1369
1299
|
}
|
|
1370
1300
|
]
|
|
1371
1301
|
},
|
|
1302
|
+
{
|
|
1303
|
+
"name": "checkout [values...]",
|
|
1304
|
+
"alias": "U",
|
|
1305
|
+
"options": [
|
|
1306
|
+
[
|
|
1307
|
+
"i",
|
|
1308
|
+
"interactive-merge",
|
|
1309
|
+
"when a component is modified and the merge process found conflicts, display options to resolve them"
|
|
1310
|
+
],
|
|
1311
|
+
[
|
|
1312
|
+
"o",
|
|
1313
|
+
"ours",
|
|
1314
|
+
"in case of a conflict, override the used version with the current modification"
|
|
1315
|
+
],
|
|
1316
|
+
[
|
|
1317
|
+
"t",
|
|
1318
|
+
"theirs",
|
|
1319
|
+
"in case of a conflict, override the current modification with the specified version"
|
|
1320
|
+
],
|
|
1321
|
+
[
|
|
1322
|
+
"m",
|
|
1323
|
+
"manual",
|
|
1324
|
+
"in case of a conflict, leave the files with a conflict state to resolve them manually later"
|
|
1325
|
+
],
|
|
1326
|
+
[
|
|
1327
|
+
"r",
|
|
1328
|
+
"reset",
|
|
1329
|
+
"revert changes that were not snapped/tagged"
|
|
1330
|
+
],
|
|
1331
|
+
[
|
|
1332
|
+
"a",
|
|
1333
|
+
"all",
|
|
1334
|
+
"all components"
|
|
1335
|
+
],
|
|
1336
|
+
[
|
|
1337
|
+
"v",
|
|
1338
|
+
"verbose",
|
|
1339
|
+
"showing verbose output for inspection"
|
|
1340
|
+
],
|
|
1341
|
+
[
|
|
1342
|
+
"",
|
|
1343
|
+
"skip-npm-install",
|
|
1344
|
+
"DEPRECATED. use \"--skip-dependency-installation\" instead"
|
|
1345
|
+
],
|
|
1346
|
+
[
|
|
1347
|
+
"",
|
|
1348
|
+
"skip-dependency-installation",
|
|
1349
|
+
"do not install packages of the imported components"
|
|
1350
|
+
],
|
|
1351
|
+
[
|
|
1352
|
+
"",
|
|
1353
|
+
"ignore-package-json",
|
|
1354
|
+
"do not generate package.json for the imported component(s). (it automatically enables skip-npm-install and save-dependencies-as-components flags)"
|
|
1355
|
+
],
|
|
1356
|
+
[
|
|
1357
|
+
"",
|
|
1358
|
+
"conf [path]",
|
|
1359
|
+
"write the configuration file (bit.json) and the envs configuration files (use --conf without path to write to the default dir)"
|
|
1360
|
+
],
|
|
1361
|
+
[
|
|
1362
|
+
"",
|
|
1363
|
+
"ignore-dist",
|
|
1364
|
+
"do not write dist files (when exist)"
|
|
1365
|
+
]
|
|
1366
|
+
],
|
|
1367
|
+
"description": "switch between component versions or remove local changes",
|
|
1368
|
+
"extendedDescription": "\n `bit checkout <version> [ids...]` => checkout the specified ids (or all components when --all is used) to the specified version\n `bit checkout head` => checkout all components to their latest versions\n `bit checkout head [ids...]` => checkout the specified ids to their latest versions\n `bit checkout [ids...] --reset` => remove local modifications from the specified ids (or all components when --all is used)\n you can use a pattern for multiple ids, such as bit checkout 0.0.1 \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
1369
|
+
"group": "development",
|
|
1370
|
+
"private": false
|
|
1371
|
+
},
|
|
1372
1372
|
{
|
|
1373
1373
|
"name": "remove <component-pattern>",
|
|
1374
1374
|
"alias": "rm",
|
package/dist/cli-reference.json
CHANGED
|
@@ -494,76 +494,6 @@
|
|
|
494
494
|
"private": true,
|
|
495
495
|
"internal": true
|
|
496
496
|
},
|
|
497
|
-
{
|
|
498
|
-
"name": "checkout [values...]",
|
|
499
|
-
"alias": "U",
|
|
500
|
-
"options": [
|
|
501
|
-
[
|
|
502
|
-
"i",
|
|
503
|
-
"interactive-merge",
|
|
504
|
-
"when a component is modified and the merge process found conflicts, display options to resolve them"
|
|
505
|
-
],
|
|
506
|
-
[
|
|
507
|
-
"o",
|
|
508
|
-
"ours",
|
|
509
|
-
"in case of a conflict, override the used version with the current modification"
|
|
510
|
-
],
|
|
511
|
-
[
|
|
512
|
-
"t",
|
|
513
|
-
"theirs",
|
|
514
|
-
"in case of a conflict, override the current modification with the specified version"
|
|
515
|
-
],
|
|
516
|
-
[
|
|
517
|
-
"m",
|
|
518
|
-
"manual",
|
|
519
|
-
"in case of a conflict, leave the files with a conflict state to resolve them manually later"
|
|
520
|
-
],
|
|
521
|
-
[
|
|
522
|
-
"r",
|
|
523
|
-
"reset",
|
|
524
|
-
"revert changes that were not snapped/tagged"
|
|
525
|
-
],
|
|
526
|
-
[
|
|
527
|
-
"a",
|
|
528
|
-
"all",
|
|
529
|
-
"all components"
|
|
530
|
-
],
|
|
531
|
-
[
|
|
532
|
-
"v",
|
|
533
|
-
"verbose",
|
|
534
|
-
"showing verbose output for inspection"
|
|
535
|
-
],
|
|
536
|
-
[
|
|
537
|
-
"",
|
|
538
|
-
"skip-npm-install",
|
|
539
|
-
"DEPRECATED. use \"--skip-dependency-installation\" instead"
|
|
540
|
-
],
|
|
541
|
-
[
|
|
542
|
-
"",
|
|
543
|
-
"skip-dependency-installation",
|
|
544
|
-
"do not install packages of the imported components"
|
|
545
|
-
],
|
|
546
|
-
[
|
|
547
|
-
"",
|
|
548
|
-
"ignore-package-json",
|
|
549
|
-
"do not generate package.json for the imported component(s). (it automatically enables skip-npm-install and save-dependencies-as-components flags)"
|
|
550
|
-
],
|
|
551
|
-
[
|
|
552
|
-
"",
|
|
553
|
-
"conf [path]",
|
|
554
|
-
"write the configuration file (bit.json) and the envs configuration files (use --conf without path to write to the default dir)"
|
|
555
|
-
],
|
|
556
|
-
[
|
|
557
|
-
"",
|
|
558
|
-
"ignore-dist",
|
|
559
|
-
"do not write dist files (when exist)"
|
|
560
|
-
]
|
|
561
|
-
],
|
|
562
|
-
"description": "switch between component versions or remove local changes",
|
|
563
|
-
"extendedDescription": "\n `bit checkout <version> [ids...]` => checkout the specified ids (or all components when --all is used) to the specified version\n `bit checkout head` => checkout all components to their latest versions\n `bit checkout head [ids...]` => checkout the specified ids to their latest versions\n `bit checkout [ids...] --reset` => remove local modifications from the specified ids (or all components when --all is used)\n you can use a pattern for multiple ids, such as bit checkout 0.0.1 \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
564
|
-
"group": "development",
|
|
565
|
-
"private": false
|
|
566
|
-
},
|
|
567
497
|
{
|
|
568
498
|
"name": "diff [values...]",
|
|
569
499
|
"alias": "",
|
|
@@ -1369,6 +1299,76 @@
|
|
|
1369
1299
|
}
|
|
1370
1300
|
]
|
|
1371
1301
|
},
|
|
1302
|
+
{
|
|
1303
|
+
"name": "checkout [values...]",
|
|
1304
|
+
"alias": "U",
|
|
1305
|
+
"options": [
|
|
1306
|
+
[
|
|
1307
|
+
"i",
|
|
1308
|
+
"interactive-merge",
|
|
1309
|
+
"when a component is modified and the merge process found conflicts, display options to resolve them"
|
|
1310
|
+
],
|
|
1311
|
+
[
|
|
1312
|
+
"o",
|
|
1313
|
+
"ours",
|
|
1314
|
+
"in case of a conflict, override the used version with the current modification"
|
|
1315
|
+
],
|
|
1316
|
+
[
|
|
1317
|
+
"t",
|
|
1318
|
+
"theirs",
|
|
1319
|
+
"in case of a conflict, override the current modification with the specified version"
|
|
1320
|
+
],
|
|
1321
|
+
[
|
|
1322
|
+
"m",
|
|
1323
|
+
"manual",
|
|
1324
|
+
"in case of a conflict, leave the files with a conflict state to resolve them manually later"
|
|
1325
|
+
],
|
|
1326
|
+
[
|
|
1327
|
+
"r",
|
|
1328
|
+
"reset",
|
|
1329
|
+
"revert changes that were not snapped/tagged"
|
|
1330
|
+
],
|
|
1331
|
+
[
|
|
1332
|
+
"a",
|
|
1333
|
+
"all",
|
|
1334
|
+
"all components"
|
|
1335
|
+
],
|
|
1336
|
+
[
|
|
1337
|
+
"v",
|
|
1338
|
+
"verbose",
|
|
1339
|
+
"showing verbose output for inspection"
|
|
1340
|
+
],
|
|
1341
|
+
[
|
|
1342
|
+
"",
|
|
1343
|
+
"skip-npm-install",
|
|
1344
|
+
"DEPRECATED. use \"--skip-dependency-installation\" instead"
|
|
1345
|
+
],
|
|
1346
|
+
[
|
|
1347
|
+
"",
|
|
1348
|
+
"skip-dependency-installation",
|
|
1349
|
+
"do not install packages of the imported components"
|
|
1350
|
+
],
|
|
1351
|
+
[
|
|
1352
|
+
"",
|
|
1353
|
+
"ignore-package-json",
|
|
1354
|
+
"do not generate package.json for the imported component(s). (it automatically enables skip-npm-install and save-dependencies-as-components flags)"
|
|
1355
|
+
],
|
|
1356
|
+
[
|
|
1357
|
+
"",
|
|
1358
|
+
"conf [path]",
|
|
1359
|
+
"write the configuration file (bit.json) and the envs configuration files (use --conf without path to write to the default dir)"
|
|
1360
|
+
],
|
|
1361
|
+
[
|
|
1362
|
+
"",
|
|
1363
|
+
"ignore-dist",
|
|
1364
|
+
"do not write dist files (when exist)"
|
|
1365
|
+
]
|
|
1366
|
+
],
|
|
1367
|
+
"description": "switch between component versions or remove local changes",
|
|
1368
|
+
"extendedDescription": "\n `bit checkout <version> [ids...]` => checkout the specified ids (or all components when --all is used) to the specified version\n `bit checkout head` => checkout all components to their latest versions\n `bit checkout head [ids...]` => checkout the specified ids to their latest versions\n `bit checkout [ids...] --reset` => remove local modifications from the specified ids (or all components when --all is used)\n you can use a pattern for multiple ids, such as bit checkout 0.0.1 \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
1369
|
+
"group": "development",
|
|
1370
|
+
"private": false
|
|
1371
|
+
},
|
|
1372
1372
|
{
|
|
1373
1373
|
"name": "remove <component-pattern>",
|
|
1374
1374
|
"alias": "rm",
|