@teambit/harmony.content.cli-reference 1.95.64 → 1.95.65
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 +1184 -1678
- package/cli-reference.mdx +285 -344
- package/dist/cli-reference.json +1184 -1678
- package/dist/cli-reference.mdx.js +529 -809
- package/dist/cli-reference.mdx.js.map +1 -1
- package/package-tar/teambit-harmony.content.cli-reference-1.95.65.tgz +0 -0
- package/package.json +3 -3
- package/preview-1662060174180.js +5 -0
- package/package-tar/teambit-harmony.content.cli-reference-1.95.64.tgz +0 -0
- package/preview-1662043423030.js +0 -5
package/cli-reference.json
CHANGED
|
@@ -33,21 +33,11 @@
|
|
|
33
33
|
"reset-hard",
|
|
34
34
|
"delete all Bit files and directories, including Bit configuration, tracking and model data. Useful for re-start using Bit from scratch"
|
|
35
35
|
],
|
|
36
|
-
[
|
|
37
|
-
"",
|
|
38
|
-
"reset-scope",
|
|
39
|
-
"removes local scope (.bit or .git/bit). snaps that were not exported will be lost. workspace left intact"
|
|
40
|
-
],
|
|
41
36
|
[
|
|
42
37
|
"d",
|
|
43
38
|
"default-directory <default-directory>",
|
|
44
39
|
"set up default directory to import components into"
|
|
45
40
|
],
|
|
46
|
-
[
|
|
47
|
-
"",
|
|
48
|
-
"default-scope <default-scope>",
|
|
49
|
-
"set up default scope for all components in the workspace"
|
|
50
|
-
],
|
|
51
41
|
[
|
|
52
42
|
"p",
|
|
53
43
|
"package-manager <package-manager>",
|
|
@@ -75,6 +65,52 @@
|
|
|
75
65
|
"private": false,
|
|
76
66
|
"skipWorkspace": true
|
|
77
67
|
},
|
|
68
|
+
{
|
|
69
|
+
"name": "list [remote-scope]",
|
|
70
|
+
"alias": "ls",
|
|
71
|
+
"options": [
|
|
72
|
+
[
|
|
73
|
+
"i",
|
|
74
|
+
"ids",
|
|
75
|
+
"show only component ids unformatted"
|
|
76
|
+
],
|
|
77
|
+
[
|
|
78
|
+
"s",
|
|
79
|
+
"scope",
|
|
80
|
+
"show only components stored in the local scope, including indirect dependencies"
|
|
81
|
+
],
|
|
82
|
+
[
|
|
83
|
+
"b",
|
|
84
|
+
"bare",
|
|
85
|
+
"DEPRECATED. use --raw instead"
|
|
86
|
+
],
|
|
87
|
+
[
|
|
88
|
+
"r",
|
|
89
|
+
"raw",
|
|
90
|
+
"show raw output (only components ids, no styling)"
|
|
91
|
+
],
|
|
92
|
+
[
|
|
93
|
+
"o",
|
|
94
|
+
"outdated",
|
|
95
|
+
"show latest versions from remotes"
|
|
96
|
+
],
|
|
97
|
+
[
|
|
98
|
+
"j",
|
|
99
|
+
"json",
|
|
100
|
+
"show the output in JSON format"
|
|
101
|
+
],
|
|
102
|
+
[
|
|
103
|
+
"n",
|
|
104
|
+
"namespace <string>",
|
|
105
|
+
"show only specified namespace by using wildcards"
|
|
106
|
+
]
|
|
107
|
+
],
|
|
108
|
+
"description": "list components on a workspace, local scope or a remote scope.",
|
|
109
|
+
"extendedDescription": "https://bit.dev/docs/reference/cli-reference#list",
|
|
110
|
+
"group": "discover",
|
|
111
|
+
"private": false,
|
|
112
|
+
"skipWorkspace": true
|
|
113
|
+
},
|
|
78
114
|
{
|
|
79
115
|
"name": "config",
|
|
80
116
|
"alias": "",
|
|
@@ -220,7 +256,7 @@
|
|
|
220
256
|
"private": true
|
|
221
257
|
},
|
|
222
258
|
{
|
|
223
|
-
"name": "dependents <
|
|
259
|
+
"name": "dependents <id>",
|
|
224
260
|
"alias": "",
|
|
225
261
|
"options": [],
|
|
226
262
|
"description": "EXPERIMENTAL. show dependents of the given component",
|
|
@@ -228,6 +264,21 @@
|
|
|
228
264
|
"group": "info",
|
|
229
265
|
"private": false
|
|
230
266
|
},
|
|
267
|
+
{
|
|
268
|
+
"name": "dependencies <id>",
|
|
269
|
+
"alias": "",
|
|
270
|
+
"options": [
|
|
271
|
+
[
|
|
272
|
+
"d",
|
|
273
|
+
"debug",
|
|
274
|
+
"show the immediate dependencies and how their version was determined"
|
|
275
|
+
]
|
|
276
|
+
],
|
|
277
|
+
"description": "EXPERIMENTAL. show dependencies (direct and indirect) of the given component",
|
|
278
|
+
"extendedDescription": "",
|
|
279
|
+
"group": "info",
|
|
280
|
+
"private": false
|
|
281
|
+
},
|
|
231
282
|
{
|
|
232
283
|
"name": "_log <path> <args>",
|
|
233
284
|
"alias": "",
|
|
@@ -314,6 +365,21 @@
|
|
|
314
365
|
"private": true,
|
|
315
366
|
"internal": true
|
|
316
367
|
},
|
|
368
|
+
{
|
|
369
|
+
"name": "inject-conf [id]",
|
|
370
|
+
"alias": "",
|
|
371
|
+
"options": [
|
|
372
|
+
[
|
|
373
|
+
"f",
|
|
374
|
+
"force",
|
|
375
|
+
"force injecting even if there are config files changes"
|
|
376
|
+
]
|
|
377
|
+
],
|
|
378
|
+
"description": "injecting components configuration",
|
|
379
|
+
"extendedDescription": "",
|
|
380
|
+
"group": "ungrouped",
|
|
381
|
+
"private": true
|
|
382
|
+
},
|
|
317
383
|
{
|
|
318
384
|
"name": "_scope <path> <args>",
|
|
319
385
|
"alias": "",
|
|
@@ -324,6 +390,36 @@
|
|
|
324
390
|
"private": true,
|
|
325
391
|
"internal": true
|
|
326
392
|
},
|
|
393
|
+
{
|
|
394
|
+
"name": "ci-update <id> [scopePath]",
|
|
395
|
+
"alias": "",
|
|
396
|
+
"options": [
|
|
397
|
+
[
|
|
398
|
+
"d",
|
|
399
|
+
"directory [file]",
|
|
400
|
+
"directory to run ci-update"
|
|
401
|
+
],
|
|
402
|
+
[
|
|
403
|
+
"k",
|
|
404
|
+
"keep",
|
|
405
|
+
"keep test environment after run (default false)"
|
|
406
|
+
],
|
|
407
|
+
[
|
|
408
|
+
"c",
|
|
409
|
+
"no-cache",
|
|
410
|
+
"ignore component cache when creating dist file"
|
|
411
|
+
],
|
|
412
|
+
[
|
|
413
|
+
"o",
|
|
414
|
+
"output [file]",
|
|
415
|
+
"save ci results to file system"
|
|
416
|
+
]
|
|
417
|
+
],
|
|
418
|
+
"description": "run an update for build and test of a certain bit-component",
|
|
419
|
+
"extendedDescription": "",
|
|
420
|
+
"group": "ungrouped",
|
|
421
|
+
"private": true
|
|
422
|
+
},
|
|
327
423
|
{
|
|
328
424
|
"name": "cat-scope [scopePath]",
|
|
329
425
|
"alias": "",
|
|
@@ -419,11 +515,21 @@
|
|
|
419
515
|
"main <file>",
|
|
420
516
|
"define entry point for the components"
|
|
421
517
|
],
|
|
518
|
+
[
|
|
519
|
+
"t",
|
|
520
|
+
"tests <file>/\"<file>,<file>\"",
|
|
521
|
+
"specify test files to track. use quotation marks to list files or use a glob pattern"
|
|
522
|
+
],
|
|
422
523
|
[
|
|
423
524
|
"n",
|
|
424
525
|
"namespace <namespace>",
|
|
425
526
|
"organize component in a namespace"
|
|
426
527
|
],
|
|
528
|
+
[
|
|
529
|
+
"e",
|
|
530
|
+
"exclude <file>/\"<file>,<file>\"",
|
|
531
|
+
"exclude file from being tracked. use quotation marks to list files or use a glob pattern"
|
|
532
|
+
],
|
|
427
533
|
[
|
|
428
534
|
"o",
|
|
429
535
|
"override <boolean>",
|
|
@@ -441,7 +547,22 @@
|
|
|
441
547
|
"private": false
|
|
442
548
|
},
|
|
443
549
|
{
|
|
444
|
-
"name": "
|
|
550
|
+
"name": "untrack [ids...]",
|
|
551
|
+
"alias": "u",
|
|
552
|
+
"options": [
|
|
553
|
+
[
|
|
554
|
+
"a",
|
|
555
|
+
"all",
|
|
556
|
+
"revert add for all tracked components"
|
|
557
|
+
]
|
|
558
|
+
],
|
|
559
|
+
"description": "DEPRECATED (use \"bit remove\" instead). untrack a new component(s)\n https://legacy-docs.bit.dev/docs/add-and-isolate-components#untracking-components\n you can use a pattern for multiple ids, such as bit untrack \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
560
|
+
"extendedDescription": "",
|
|
561
|
+
"group": "ungrouped",
|
|
562
|
+
"private": true
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"name": "untag [id] [version]",
|
|
445
566
|
"alias": "",
|
|
446
567
|
"options": [
|
|
447
568
|
[
|
|
@@ -460,20 +581,67 @@
|
|
|
460
581
|
"revert the tag even if used as a dependency. WARNING: components that depend on this tag will corrupt"
|
|
461
582
|
]
|
|
462
583
|
],
|
|
463
|
-
"description": "revert tagged
|
|
584
|
+
"description": "revert versions tagged for component(s)",
|
|
464
585
|
"extendedDescription": "https://bit.dev/docs/components/tags#undoing-a-tag\nyou can use a pattern for multiple ids, such as bit untag \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
465
586
|
"group": "development",
|
|
466
|
-
"private":
|
|
587
|
+
"private": false
|
|
467
588
|
},
|
|
468
589
|
{
|
|
469
|
-
"name": "move <
|
|
590
|
+
"name": "move <existing-dir> <new-dir>",
|
|
470
591
|
"alias": "mv",
|
|
471
|
-
"options": [
|
|
592
|
+
"options": [
|
|
593
|
+
[
|
|
594
|
+
"c",
|
|
595
|
+
"component",
|
|
596
|
+
"move component files that are spread over multiple directories to one directory. synopsis: `move <component-id> <directory>`"
|
|
597
|
+
]
|
|
598
|
+
],
|
|
472
599
|
"description": "move a component to a different filesystem path",
|
|
473
600
|
"extendedDescription": "move files or directories of component(s)\n https://bit.dev/docs/workspace/moving-components",
|
|
474
601
|
"group": "development",
|
|
475
602
|
"private": false
|
|
476
603
|
},
|
|
604
|
+
{
|
|
605
|
+
"name": "remove <ids...>",
|
|
606
|
+
"alias": "rm",
|
|
607
|
+
"options": [
|
|
608
|
+
[
|
|
609
|
+
"r",
|
|
610
|
+
"remote",
|
|
611
|
+
"remove a component from a remote scope"
|
|
612
|
+
],
|
|
613
|
+
[
|
|
614
|
+
"t",
|
|
615
|
+
"track",
|
|
616
|
+
"keep tracking component (default = false)"
|
|
617
|
+
],
|
|
618
|
+
[
|
|
619
|
+
"d",
|
|
620
|
+
"delete-files",
|
|
621
|
+
"DEPRECATED (this is now the default). delete local component files"
|
|
622
|
+
],
|
|
623
|
+
[
|
|
624
|
+
"",
|
|
625
|
+
"keep-files",
|
|
626
|
+
"keep component files (just untrack the component)"
|
|
627
|
+
],
|
|
628
|
+
[
|
|
629
|
+
"f",
|
|
630
|
+
"force",
|
|
631
|
+
"removes the component from the scope, even if used as a dependency. WARNING: components that depend on this component will corrupt"
|
|
632
|
+
],
|
|
633
|
+
[
|
|
634
|
+
"s",
|
|
635
|
+
"silent",
|
|
636
|
+
"skip confirmation"
|
|
637
|
+
]
|
|
638
|
+
],
|
|
639
|
+
"description": "remove component(s) from your workspace, or a remote scope",
|
|
640
|
+
"extendedDescription": "https://bit.dev/docs/components/removing-components\nyou can use a pattern for multiple ids, such as bit remove \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
641
|
+
"group": "collaborate",
|
|
642
|
+
"private": false,
|
|
643
|
+
"skipWorkspace": true
|
|
644
|
+
},
|
|
477
645
|
{
|
|
478
646
|
"name": "_delete <path> <args>",
|
|
479
647
|
"alias": "",
|
|
@@ -484,6 +652,26 @@
|
|
|
484
652
|
"private": true,
|
|
485
653
|
"internal": true
|
|
486
654
|
},
|
|
655
|
+
{
|
|
656
|
+
"name": "_deprecate <path> <args>",
|
|
657
|
+
"alias": "",
|
|
658
|
+
"options": [],
|
|
659
|
+
"description": "deprecate a component from a scope",
|
|
660
|
+
"extendedDescription": "",
|
|
661
|
+
"group": "ungrouped",
|
|
662
|
+
"private": true,
|
|
663
|
+
"internal": true
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"name": "_undeprecate <path> <args>",
|
|
667
|
+
"alias": "",
|
|
668
|
+
"options": [],
|
|
669
|
+
"description": "undeprecate a component from a scope",
|
|
670
|
+
"extendedDescription": "",
|
|
671
|
+
"group": "ungrouped",
|
|
672
|
+
"private": true,
|
|
673
|
+
"internal": true
|
|
674
|
+
},
|
|
487
675
|
{
|
|
488
676
|
"name": "_latest <path> <args>",
|
|
489
677
|
"alias": "",
|
|
@@ -521,7 +709,7 @@
|
|
|
521
709
|
[
|
|
522
710
|
"r",
|
|
523
711
|
"reset",
|
|
524
|
-
"
|
|
712
|
+
"remove local changes"
|
|
525
713
|
],
|
|
526
714
|
[
|
|
527
715
|
"a",
|
|
@@ -560,7 +748,7 @@
|
|
|
560
748
|
]
|
|
561
749
|
],
|
|
562
750
|
"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
|
|
751
|
+
"extendedDescription": "\n `bit checkout <version> [ids...]` => checkout the specified ids (or all components when --all is used) to the specified version\n `bit checkout latest [ids...]` => checkout the specified ids (or all components when --all is used) 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
752
|
"group": "development",
|
|
565
753
|
"private": false
|
|
566
754
|
},
|
|
@@ -579,7 +767,7 @@
|
|
|
579
767
|
"show tables instead of plain text for dependencies diff"
|
|
580
768
|
]
|
|
581
769
|
],
|
|
582
|
-
"description": "show
|
|
770
|
+
"description": "show diff between components files",
|
|
583
771
|
"extendedDescription": "bit diff => compare all modified components to their model version\n bit diff [ids...] => compare the specified components against their modified states\n bit diff [id] [version] => compare the specified version to used or modified files\n bit diff [id] [version] [to_version] => compare the specified version files to to_version files\n you can use a pattern for multiple ids, such as bit diff \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
584
772
|
"group": "development",
|
|
585
773
|
"private": false
|
|
@@ -610,11 +798,11 @@
|
|
|
610
798
|
],
|
|
611
799
|
[
|
|
612
800
|
"",
|
|
613
|
-
"machine-name <
|
|
801
|
+
"machine-name <string>",
|
|
614
802
|
"specify machine-name to pair with the token (useful for CI to avoid accidentally revoke the token)"
|
|
615
803
|
]
|
|
616
804
|
],
|
|
617
|
-
"description": "log
|
|
805
|
+
"description": "log the CLI into Bit Cloud",
|
|
618
806
|
"extendedDescription": "",
|
|
619
807
|
"group": "general",
|
|
620
808
|
"private": false,
|
|
@@ -637,6 +825,11 @@
|
|
|
637
825
|
"v",
|
|
638
826
|
"verbose",
|
|
639
827
|
"showing logs for the migration process"
|
|
828
|
+
],
|
|
829
|
+
[
|
|
830
|
+
"h",
|
|
831
|
+
"harmony",
|
|
832
|
+
"migrate workspace from legacy to Harmony"
|
|
640
833
|
]
|
|
641
834
|
],
|
|
642
835
|
"description": "migrate scope to the current version",
|
|
@@ -804,13 +997,23 @@
|
|
|
804
997
|
"private": false
|
|
805
998
|
},
|
|
806
999
|
{
|
|
807
|
-
"name": "
|
|
1000
|
+
"name": "use [ids...]",
|
|
1001
|
+
"alias": "",
|
|
1002
|
+
"options": [],
|
|
1003
|
+
"description": "set up aspects in the workspace/scope config",
|
|
1004
|
+
"extendedDescription": "",
|
|
1005
|
+
"group": "collaborate",
|
|
1006
|
+
"private": false,
|
|
1007
|
+
"remoteOp": true
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"name": "show <id>",
|
|
808
1011
|
"alias": "",
|
|
809
1012
|
"options": [
|
|
810
1013
|
[
|
|
811
1014
|
"j",
|
|
812
1015
|
"json",
|
|
813
|
-
"return the component data in
|
|
1016
|
+
"return the component data in json format"
|
|
814
1017
|
],
|
|
815
1018
|
[
|
|
816
1019
|
"l",
|
|
@@ -825,25 +1028,34 @@
|
|
|
825
1028
|
[
|
|
826
1029
|
"c",
|
|
827
1030
|
"compare",
|
|
828
|
-
"compare current file system component to
|
|
1031
|
+
"compare current file system component to latest tagged component [default=latest]. only works in legacy."
|
|
829
1032
|
]
|
|
830
1033
|
],
|
|
831
|
-
"description": "
|
|
1034
|
+
"description": "show a component",
|
|
832
1035
|
"extendedDescription": "",
|
|
833
1036
|
"group": "info",
|
|
834
|
-
"private": false
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
1037
|
+
"private": false
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"name": "globals",
|
|
1041
|
+
"alias": "",
|
|
1042
|
+
"options": [
|
|
1043
|
+
[
|
|
1044
|
+
"j",
|
|
1045
|
+
"json",
|
|
1046
|
+
"json format"
|
|
1047
|
+
]
|
|
1048
|
+
],
|
|
1049
|
+
"description": "list all globals",
|
|
1050
|
+
"extendedDescription": "",
|
|
1051
|
+
"group": "workspace",
|
|
1052
|
+
"private": false
|
|
841
1053
|
},
|
|
842
1054
|
{
|
|
843
1055
|
"name": "envs",
|
|
844
1056
|
"alias": "env",
|
|
845
1057
|
"options": [],
|
|
846
|
-
"description": "list all components
|
|
1058
|
+
"description": "list all components envs",
|
|
847
1059
|
"extendedDescription": "",
|
|
848
1060
|
"group": "development",
|
|
849
1061
|
"private": false,
|
|
@@ -858,102 +1070,36 @@
|
|
|
858
1070
|
"private": false
|
|
859
1071
|
},
|
|
860
1072
|
{
|
|
861
|
-
"name": "get <
|
|
1073
|
+
"name": "get <name>",
|
|
862
1074
|
"alias": "",
|
|
863
1075
|
"options": [],
|
|
864
|
-
"description": "show
|
|
1076
|
+
"description": "show component's env details",
|
|
865
1077
|
"extendedDescription": "",
|
|
866
1078
|
"group": "development",
|
|
867
|
-
"private": false
|
|
868
|
-
"arguments": [
|
|
869
|
-
{
|
|
870
|
-
"name": "component-name",
|
|
871
|
-
"description": "the 'component name' or 'component id' of the component its env you'd like to inspect"
|
|
872
|
-
}
|
|
873
|
-
]
|
|
1079
|
+
"private": false
|
|
874
1080
|
},
|
|
875
1081
|
{
|
|
876
|
-
"name": "set <
|
|
1082
|
+
"name": "set <pattern> <env>",
|
|
877
1083
|
"options": [],
|
|
878
|
-
"description": "
|
|
879
|
-
"
|
|
880
|
-
"
|
|
881
|
-
{
|
|
882
|
-
"name": "component-pattern",
|
|
883
|
-
"description": "component name, component id, or component pattern. use component pattern to select multiple components.\nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
|
|
884
|
-
},
|
|
885
|
-
{
|
|
886
|
-
"name": "env",
|
|
887
|
-
"description": "the env's component id (include version for non-core envs. e.g, `teambit.community/envs/community-react@1.95.13`)"
|
|
888
|
-
}
|
|
889
|
-
],
|
|
890
|
-
"examples": [
|
|
891
|
-
{
|
|
892
|
-
"cmd": "set ui/button teambit.react/react",
|
|
893
|
-
"description": "configures 'ui/button' to use the 'teambit.react/react' env"
|
|
894
|
-
},
|
|
895
|
-
{
|
|
896
|
-
"cmd": "set ui/button teambit.community/envs/community-mdx@1.95.16",
|
|
897
|
-
"description": "configures 'ui/button' to use the (non-core) 'teambit.community/envs/community-mdx@1.95.16' env"
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
"cmd": "set \"ui/**\" teambit.react/react",
|
|
901
|
-
"description": "configures all components that have the 'ui' namespace to use the teambit.react/react env"
|
|
902
|
-
}
|
|
903
|
-
]
|
|
1084
|
+
"description": "set an environment for component(s)",
|
|
1085
|
+
"extendedDescription": "you can use a `<pattern>` for multiple component ids, such as `bit env set \"org.scope/utils/**\"`. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nalways wrap the pattern with quotes to avoid collision with shell commands.\nto validate the pattern before running this command, run `bit pattern <pattern>`.\n",
|
|
1086
|
+
"group": "development"
|
|
904
1087
|
},
|
|
905
1088
|
{
|
|
906
|
-
"name": "unset <component
|
|
1089
|
+
"name": "unset <component>",
|
|
907
1090
|
"options": [],
|
|
908
|
-
"description": "
|
|
909
|
-
"extendedDescription": "
|
|
910
|
-
"group": "development"
|
|
911
|
-
"arguments": [
|
|
912
|
-
{
|
|
913
|
-
"name": "component-pattern",
|
|
914
|
-
"description": "component name, component id, or component pattern. use component pattern to select multiple components. \nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
|
|
915
|
-
}
|
|
916
|
-
]
|
|
1091
|
+
"description": "unset an environment from component(s)",
|
|
1092
|
+
"extendedDescription": "you can use a `<pattern>` for multiple component ids, such as `bit env unset \"org.scope/utils/**\"`. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nalways wrap the pattern with quotes to avoid collision with shell commands.\nto validate the pattern before running this command, run `bit pattern <pattern>`.\n",
|
|
1093
|
+
"group": "development"
|
|
917
1094
|
},
|
|
918
1095
|
{
|
|
919
|
-
"name": "replace <
|
|
1096
|
+
"name": "replace <old-env> <new-env>",
|
|
920
1097
|
"options": [],
|
|
921
1098
|
"description": "replace an existing env with another env for all components using the old env",
|
|
922
|
-
"group": "development"
|
|
923
|
-
"arguments": [
|
|
924
|
-
{
|
|
925
|
-
"name": "current-env",
|
|
926
|
-
"description": "the component id of the current env"
|
|
927
|
-
},
|
|
928
|
-
{
|
|
929
|
-
"name": "new-env",
|
|
930
|
-
"description": "the component id of the new env"
|
|
931
|
-
}
|
|
932
|
-
],
|
|
933
|
-
"examples": [
|
|
934
|
-
{
|
|
935
|
-
"cmd": "replace teambit.harmony/aspect teambit.harmony/node",
|
|
936
|
-
"description": "components configured to use the 'aspect' env will be configured to use the 'node' env, instead"
|
|
937
|
-
}
|
|
938
|
-
]
|
|
1099
|
+
"group": "development"
|
|
939
1100
|
}
|
|
940
1101
|
]
|
|
941
1102
|
},
|
|
942
|
-
{
|
|
943
|
-
"name": "globals",
|
|
944
|
-
"alias": "",
|
|
945
|
-
"options": [
|
|
946
|
-
[
|
|
947
|
-
"j",
|
|
948
|
-
"json",
|
|
949
|
-
"json format"
|
|
950
|
-
]
|
|
951
|
-
],
|
|
952
|
-
"description": "list all globals",
|
|
953
|
-
"extendedDescription": "",
|
|
954
|
-
"group": "workspace",
|
|
955
|
-
"private": false
|
|
956
|
-
},
|
|
957
1103
|
{
|
|
958
1104
|
"name": "start [type] [pattern]",
|
|
959
1105
|
"alias": "c",
|
|
@@ -965,7 +1111,7 @@
|
|
|
965
1111
|
],
|
|
966
1112
|
[
|
|
967
1113
|
"p",
|
|
968
|
-
"port [
|
|
1114
|
+
"port [number]",
|
|
969
1115
|
"port of the UI server."
|
|
970
1116
|
],
|
|
971
1117
|
[
|
|
@@ -976,7 +1122,7 @@
|
|
|
976
1122
|
[
|
|
977
1123
|
"v",
|
|
978
1124
|
"verbose",
|
|
979
|
-
"
|
|
1125
|
+
"showing verbose output for inspection and prints stack trace"
|
|
980
1126
|
],
|
|
981
1127
|
[
|
|
982
1128
|
"",
|
|
@@ -989,7 +1135,7 @@
|
|
|
989
1135
|
"skip the auto-compilation before starting the web-server"
|
|
990
1136
|
]
|
|
991
1137
|
],
|
|
992
|
-
"description": "
|
|
1138
|
+
"description": "Start a dev environment for a workspace or a specific component",
|
|
993
1139
|
"extendedDescription": "",
|
|
994
1140
|
"group": "development",
|
|
995
1141
|
"private": false
|
|
@@ -1007,49 +1153,29 @@
|
|
|
1007
1153
|
"name": "scope <sub-command>",
|
|
1008
1154
|
"alias": "",
|
|
1009
1155
|
"options": [],
|
|
1010
|
-
"description": "EXPERIMENTAL. manage
|
|
1156
|
+
"description": "EXPERIMENTAL. manage scope-name",
|
|
1011
1157
|
"extendedDescription": "",
|
|
1012
1158
|
"group": "development",
|
|
1013
1159
|
"private": false,
|
|
1014
1160
|
"commands": [
|
|
1015
1161
|
{
|
|
1016
|
-
"name": "set <scope-name> [
|
|
1162
|
+
"name": "set <scope-name> [pattern]",
|
|
1017
1163
|
"options": [],
|
|
1018
|
-
"description": "
|
|
1019
|
-
"extendedDescription": "
|
|
1020
|
-
"group": "development"
|
|
1021
|
-
"arguments": [
|
|
1022
|
-
{
|
|
1023
|
-
"name": "scope-name",
|
|
1024
|
-
"description": "the scope name to use as the default scope"
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"name": "component-pattern",
|
|
1028
|
-
"description": "component name, component id, or component pattern. use component pattern to select multiple components. \nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
|
|
1029
|
-
}
|
|
1030
|
-
]
|
|
1164
|
+
"description": "set the default-scope",
|
|
1165
|
+
"extendedDescription": "set a new scope in the workspace.jsonc.\nif \"pattern\" is provided, the default-scope will be set to the new components matching the criteria.\n\nyou can use a `<pattern>` for multiple component ids, such as `bit scope set scope-name \"org.scope/utils/**\"`. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nalways wrap the pattern with quotes to avoid collision with shell commands.\nto validate the pattern before running this command, run `bit pattern <pattern>`.\n",
|
|
1166
|
+
"group": "development"
|
|
1031
1167
|
},
|
|
1032
1168
|
{
|
|
1033
|
-
"name": "rename <
|
|
1169
|
+
"name": "rename <old-name> <new-name>",
|
|
1034
1170
|
"options": [
|
|
1035
1171
|
[
|
|
1036
1172
|
"r",
|
|
1037
1173
|
"refactor",
|
|
1038
|
-
"
|
|
1174
|
+
"change the source code of all components using the original scope-name with the new scope-name"
|
|
1039
1175
|
]
|
|
1040
1176
|
],
|
|
1041
|
-
"description": "
|
|
1042
|
-
"group": "development"
|
|
1043
|
-
"arguments": [
|
|
1044
|
-
{
|
|
1045
|
-
"name": "current-scope-name",
|
|
1046
|
-
"description": "the scope name to be replaced by another scope name"
|
|
1047
|
-
},
|
|
1048
|
-
{
|
|
1049
|
-
"name": "new-scope-name",
|
|
1050
|
-
"description": "a new scope name to replace the current scope name"
|
|
1051
|
-
}
|
|
1052
|
-
]
|
|
1177
|
+
"description": "rename a scope for components using the old-name, optionally change the dependencies source-code",
|
|
1178
|
+
"group": "development"
|
|
1053
1179
|
},
|
|
1054
1180
|
{
|
|
1055
1181
|
"name": "fork <original-scope> <new-scope>",
|
|
@@ -1099,16 +1225,10 @@
|
|
|
1099
1225
|
"install all missing peer dependencies"
|
|
1100
1226
|
]
|
|
1101
1227
|
],
|
|
1102
|
-
"description": "
|
|
1103
|
-
"extendedDescription": "
|
|
1228
|
+
"description": "install development workspace dependencies",
|
|
1229
|
+
"extendedDescription": "",
|
|
1104
1230
|
"group": "development",
|
|
1105
|
-
"private": false
|
|
1106
|
-
"arguments": [
|
|
1107
|
-
{
|
|
1108
|
-
"name": "packages...",
|
|
1109
|
-
"description": "a list of packages to install (separated by spaces)"
|
|
1110
|
-
}
|
|
1111
|
-
]
|
|
1231
|
+
"private": false
|
|
1112
1232
|
},
|
|
1113
1233
|
{
|
|
1114
1234
|
"name": "update",
|
|
@@ -1150,7 +1270,7 @@
|
|
|
1150
1270
|
]
|
|
1151
1271
|
],
|
|
1152
1272
|
"description": "eject components configuration (create a `component.json` file)",
|
|
1153
|
-
"extendedDescription": "you can use a `<pattern>` for multiple component ids, such as `bit eject-conf \"org.scope/utils/**\"
|
|
1273
|
+
"extendedDescription": "you can use a `<pattern>` for multiple component ids, such as `bit eject-conf \"org.scope/utils/**\"`. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nalways wrap the pattern with quotes to avoid collision with shell commands.\nto validate the pattern before running this command, run `bit pattern <pattern>`.\n",
|
|
1154
1274
|
"group": "development",
|
|
1155
1275
|
"private": false
|
|
1156
1276
|
},
|
|
@@ -1159,7 +1279,7 @@
|
|
|
1159
1279
|
"alias": "",
|
|
1160
1280
|
"options": [],
|
|
1161
1281
|
"description": "manage capsules",
|
|
1162
|
-
"extendedDescription": "a capsule is a directory
|
|
1282
|
+
"extendedDescription": "a capsule is a directory contains the component code, isolated from the workspace.\nnormally, capsules are created during the build process, the component files are copied and the packages are installed\nvia the configured package-manager. the purpose is to compile/test them in isolation to make sure they will work for\nother users after publishing/exporting them.",
|
|
1163
1283
|
"group": "capsules",
|
|
1164
1284
|
"private": false,
|
|
1165
1285
|
"commands": [
|
|
@@ -1173,13 +1293,13 @@
|
|
|
1173
1293
|
"json format"
|
|
1174
1294
|
]
|
|
1175
1295
|
],
|
|
1176
|
-
"description": "list
|
|
1296
|
+
"description": "list all capsules",
|
|
1177
1297
|
"extendedDescription": "",
|
|
1178
1298
|
"group": "capsules",
|
|
1179
1299
|
"private": false
|
|
1180
1300
|
},
|
|
1181
1301
|
{
|
|
1182
|
-
"name": "create [
|
|
1302
|
+
"name": "create [componentIds...]",
|
|
1183
1303
|
"alias": "",
|
|
1184
1304
|
"options": [
|
|
1185
1305
|
[
|
|
@@ -1223,7 +1343,7 @@
|
|
|
1223
1343
|
"npm, yarn or pnpm, default to npm"
|
|
1224
1344
|
]
|
|
1225
1345
|
],
|
|
1226
|
-
"description": "create capsules
|
|
1346
|
+
"description": "create capsules",
|
|
1227
1347
|
"extendedDescription": "",
|
|
1228
1348
|
"group": "capsules",
|
|
1229
1349
|
"private": false
|
|
@@ -1257,7 +1377,7 @@
|
|
|
1257
1377
|
[
|
|
1258
1378
|
"v",
|
|
1259
1379
|
"verbose",
|
|
1260
|
-
"
|
|
1380
|
+
"showing npm verbose output for inspection and prints stack trace"
|
|
1261
1381
|
],
|
|
1262
1382
|
[
|
|
1263
1383
|
"",
|
|
@@ -1270,13 +1390,13 @@
|
|
|
1270
1390
|
"EXPERIMENTAL. show errors/warnings for types. options are [file, project] to investigate only changed file or entire project. defaults to project"
|
|
1271
1391
|
]
|
|
1272
1392
|
],
|
|
1273
|
-
"description": "
|
|
1393
|
+
"description": "watch a set of components",
|
|
1274
1394
|
"extendedDescription": "",
|
|
1275
1395
|
"group": "development",
|
|
1276
1396
|
"private": false
|
|
1277
1397
|
},
|
|
1278
1398
|
{
|
|
1279
|
-
"name": "link [
|
|
1399
|
+
"name": "link [ids...]",
|
|
1280
1400
|
"alias": "",
|
|
1281
1401
|
"options": [
|
|
1282
1402
|
[
|
|
@@ -1305,32 +1425,10 @@
|
|
|
1305
1425
|
"skip fetch missing objects from remotes before linking"
|
|
1306
1426
|
]
|
|
1307
1427
|
],
|
|
1308
|
-
"description": "
|
|
1428
|
+
"description": "link components and core aspects",
|
|
1309
1429
|
"extendedDescription": "https://bit.dev/docs/workspace/component-links",
|
|
1310
1430
|
"group": "development",
|
|
1311
|
-
"private": false
|
|
1312
|
-
"arguments": [
|
|
1313
|
-
{
|
|
1314
|
-
"name": "component-names...",
|
|
1315
|
-
"description": "names or IDs of the components to link"
|
|
1316
|
-
}
|
|
1317
|
-
]
|
|
1318
|
-
},
|
|
1319
|
-
{
|
|
1320
|
-
"name": "use <component-id>",
|
|
1321
|
-
"alias": "",
|
|
1322
|
-
"options": [],
|
|
1323
|
-
"description": "set aspects in the workspace/scope config to make them loadable by the workspace/scope",
|
|
1324
|
-
"extendedDescription": "",
|
|
1325
|
-
"group": "collaborate",
|
|
1326
|
-
"private": false,
|
|
1327
|
-
"remoteOp": true,
|
|
1328
|
-
"arguments": [
|
|
1329
|
-
{
|
|
1330
|
-
"name": "component-id",
|
|
1331
|
-
"description": "the component ID of the aspect"
|
|
1332
|
-
}
|
|
1333
|
-
]
|
|
1431
|
+
"private": false
|
|
1334
1432
|
},
|
|
1335
1433
|
{
|
|
1336
1434
|
"name": "pattern <pattern>",
|
|
@@ -1343,234 +1441,470 @@
|
|
|
1343
1441
|
]
|
|
1344
1442
|
],
|
|
1345
1443
|
"description": "list the component ids matching the given pattern",
|
|
1346
|
-
"extendedDescription": "
|
|
1444
|
+
"extendedDescription": "",
|
|
1347
1445
|
"group": "development",
|
|
1348
|
-
"private": false
|
|
1349
|
-
"examples": [
|
|
1350
|
-
{
|
|
1351
|
-
"cmd": "bit pattern \"**\"",
|
|
1352
|
-
"description": "matches all components"
|
|
1353
|
-
},
|
|
1354
|
-
{
|
|
1355
|
-
"cmd": "bit pattern \"*/ui/*\"",
|
|
1356
|
-
"description": "matches components with any scope-name and the \"ui\" namespace. e.g. \"ui/button\" but not \"ui/elements/button\""
|
|
1357
|
-
},
|
|
1358
|
-
{
|
|
1359
|
-
"cmd": "bit pattern \"*/ui/**\"",
|
|
1360
|
-
"description": "matches components that their namespace starts with \"ui/\" e.g. \"ui/button\", \"ui/elements/button\""
|
|
1361
|
-
},
|
|
1362
|
-
{
|
|
1363
|
-
"cmd": "bit pattern \"bar, foo\"",
|
|
1364
|
-
"description": "matches two components: bar and foo"
|
|
1365
|
-
},
|
|
1366
|
-
{
|
|
1367
|
-
"cmd": "bit pattern \"my-scope.org/**\"",
|
|
1368
|
-
"description": "matches all components of the scope \"my-scope.org\""
|
|
1369
|
-
}
|
|
1370
|
-
]
|
|
1446
|
+
"private": false
|
|
1371
1447
|
},
|
|
1372
1448
|
{
|
|
1373
|
-
"name": "
|
|
1374
|
-
"alias": "
|
|
1449
|
+
"name": "import [ids...]",
|
|
1450
|
+
"alias": "",
|
|
1375
1451
|
"options": [
|
|
1452
|
+
[
|
|
1453
|
+
"p",
|
|
1454
|
+
"path <path>",
|
|
1455
|
+
"import components into a specific directory"
|
|
1456
|
+
],
|
|
1457
|
+
[
|
|
1458
|
+
"o",
|
|
1459
|
+
"objects",
|
|
1460
|
+
"import components objects only, don't write the components to the file system. This is a default behavior for import with no id"
|
|
1461
|
+
],
|
|
1462
|
+
[
|
|
1463
|
+
"d",
|
|
1464
|
+
"display-dependencies",
|
|
1465
|
+
"display the imported dependencies"
|
|
1466
|
+
],
|
|
1467
|
+
[
|
|
1468
|
+
"O",
|
|
1469
|
+
"override",
|
|
1470
|
+
"override local changes"
|
|
1471
|
+
],
|
|
1472
|
+
[
|
|
1473
|
+
"v",
|
|
1474
|
+
"verbose",
|
|
1475
|
+
"showing verbose output for inspection"
|
|
1476
|
+
],
|
|
1477
|
+
[
|
|
1478
|
+
"j",
|
|
1479
|
+
"json",
|
|
1480
|
+
"return the output as JSON"
|
|
1481
|
+
],
|
|
1376
1482
|
[
|
|
1377
1483
|
"",
|
|
1378
|
-
"
|
|
1379
|
-
"
|
|
1484
|
+
"conf",
|
|
1485
|
+
"write the configuration file (component.json) of the component (harmony components only)"
|
|
1380
1486
|
],
|
|
1381
1487
|
[
|
|
1382
|
-
"
|
|
1383
|
-
"
|
|
1384
|
-
"
|
|
1488
|
+
"",
|
|
1489
|
+
"skip-npm-install",
|
|
1490
|
+
"DEPRECATED. use \"--skip-dependency-installation\" instead"
|
|
1385
1491
|
],
|
|
1386
1492
|
[
|
|
1387
|
-
"
|
|
1388
|
-
"
|
|
1389
|
-
"
|
|
1493
|
+
"",
|
|
1494
|
+
"skip-dependency-installation",
|
|
1495
|
+
"do not install packages of the imported components"
|
|
1390
1496
|
],
|
|
1391
1497
|
[
|
|
1392
|
-
"
|
|
1393
|
-
"
|
|
1394
|
-
"
|
|
1498
|
+
"m",
|
|
1499
|
+
"merge [strategy]",
|
|
1500
|
+
"merge local changes with the imported version. strategy should be \"theirs\", \"ours\" or \"manual\""
|
|
1395
1501
|
],
|
|
1396
1502
|
[
|
|
1397
1503
|
"",
|
|
1398
|
-
"
|
|
1399
|
-
"
|
|
1504
|
+
"dependencies",
|
|
1505
|
+
"EXPERIMENTAL. import all dependencies and write them to the workspace"
|
|
1400
1506
|
],
|
|
1401
1507
|
[
|
|
1402
|
-
"
|
|
1403
|
-
"
|
|
1404
|
-
"
|
|
1508
|
+
"",
|
|
1509
|
+
"dependents",
|
|
1510
|
+
"EXPERIMENTAL. import component dependents to allow auto-tag updating them upon tag"
|
|
1405
1511
|
],
|
|
1406
1512
|
[
|
|
1407
|
-
"
|
|
1408
|
-
"
|
|
1409
|
-
"
|
|
1513
|
+
"",
|
|
1514
|
+
"skip-lane",
|
|
1515
|
+
"EXPERIMENTAL. when checked out to a lane, do not import the component into the lane, save it on main"
|
|
1516
|
+
],
|
|
1517
|
+
[
|
|
1518
|
+
"",
|
|
1519
|
+
"all-history",
|
|
1520
|
+
"relevant for fetching all components objects. avoid optimizations, fetch all history versions, always"
|
|
1410
1521
|
]
|
|
1411
1522
|
],
|
|
1412
|
-
"description": "
|
|
1413
|
-
"extendedDescription": "",
|
|
1523
|
+
"description": "import components into your workspace",
|
|
1524
|
+
"extendedDescription": "https://bit.dev/docs/components/importing-components\nyou can use a pattern for multiple ids, such as bit import \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
1414
1525
|
"group": "collaborate",
|
|
1415
1526
|
"private": false,
|
|
1416
|
-
"remoteOp": true
|
|
1417
|
-
"skipWorkspace": true,
|
|
1418
|
-
"arguments": [
|
|
1419
|
-
{
|
|
1420
|
-
"name": "component-pattern",
|
|
1421
|
-
"description": "component name, component id, or component pattern. use component pattern to select multiple components.\nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
|
|
1422
|
-
}
|
|
1423
|
-
]
|
|
1527
|
+
"remoteOp": true
|
|
1424
1528
|
},
|
|
1425
1529
|
{
|
|
1426
|
-
"name": "
|
|
1530
|
+
"name": "create <templateName> <componentNames...>",
|
|
1427
1531
|
"alias": "",
|
|
1428
1532
|
"options": [
|
|
1429
1533
|
[
|
|
1430
|
-
"
|
|
1431
|
-
"
|
|
1432
|
-
"
|
|
1534
|
+
"n",
|
|
1535
|
+
"namespace <string>",
|
|
1536
|
+
"sets the component's namespace and nested dirs inside the scope"
|
|
1433
1537
|
],
|
|
1434
1538
|
[
|
|
1435
|
-
"
|
|
1436
|
-
"
|
|
1437
|
-
"
|
|
1539
|
+
"s",
|
|
1540
|
+
"scope <string>",
|
|
1541
|
+
"sets the component's scope-name. if not entered, the default-scope will be used"
|
|
1542
|
+
],
|
|
1543
|
+
[
|
|
1544
|
+
"a",
|
|
1545
|
+
"aspect <string>",
|
|
1546
|
+
"aspect-id of the template. helpful when multiple aspects use the same template name"
|
|
1547
|
+
],
|
|
1548
|
+
[
|
|
1549
|
+
"p",
|
|
1550
|
+
"path <string>",
|
|
1551
|
+
"relative path in the workspace. by default the path is `<scope>/<namespace>/<name>`"
|
|
1552
|
+
],
|
|
1553
|
+
[
|
|
1554
|
+
"e",
|
|
1555
|
+
"env <string>",
|
|
1556
|
+
"set the component's environment. (overrides the env from variants and the template)"
|
|
1438
1557
|
]
|
|
1439
1558
|
],
|
|
1440
|
-
"description": "
|
|
1559
|
+
"description": "create a new component from a template",
|
|
1441
1560
|
"extendedDescription": "",
|
|
1442
1561
|
"group": "development",
|
|
1443
|
-
"private":
|
|
1562
|
+
"private": false
|
|
1444
1563
|
},
|
|
1445
1564
|
{
|
|
1446
|
-
"name": "
|
|
1565
|
+
"name": "templates",
|
|
1447
1566
|
"alias": "",
|
|
1448
1567
|
"options": [
|
|
1449
1568
|
[
|
|
1450
|
-
"
|
|
1451
|
-
"
|
|
1452
|
-
"
|
|
1569
|
+
"s",
|
|
1570
|
+
"show-all",
|
|
1571
|
+
"show hidden templates"
|
|
1453
1572
|
]
|
|
1454
1573
|
],
|
|
1455
|
-
"description": "list
|
|
1456
|
-
"extendedDescription": "",
|
|
1574
|
+
"description": "list templates for \"bit create\" and \"bit new\"",
|
|
1575
|
+
"extendedDescription": "list components templates when inside bit-workspace (for bit-create), otherwise, list workspace templates (for bit-new)",
|
|
1457
1576
|
"group": "development",
|
|
1458
1577
|
"private": false
|
|
1459
1578
|
},
|
|
1460
1579
|
{
|
|
1461
|
-
"name": "
|
|
1462
|
-
"alias": "
|
|
1580
|
+
"name": "new <templateName> <workspaceName>",
|
|
1581
|
+
"alias": "",
|
|
1463
1582
|
"options": [
|
|
1464
1583
|
[
|
|
1465
|
-
"
|
|
1466
|
-
"
|
|
1467
|
-
"
|
|
1584
|
+
"a",
|
|
1585
|
+
"aspect <string>",
|
|
1586
|
+
"aspect-id of the template. mandatory for non-core aspects. helpful for core aspects in case of a name collision"
|
|
1468
1587
|
],
|
|
1469
1588
|
[
|
|
1470
|
-
"",
|
|
1471
|
-
"
|
|
1472
|
-
"
|
|
1589
|
+
"d",
|
|
1590
|
+
"default-scope <string>",
|
|
1591
|
+
"set defaultScope in the new workspace.jsonc"
|
|
1473
1592
|
],
|
|
1474
1593
|
[
|
|
1475
1594
|
"",
|
|
1476
|
-
"
|
|
1477
|
-
"
|
|
1595
|
+
"standalone",
|
|
1596
|
+
"DEPRECATED. use --skip-git instead"
|
|
1478
1597
|
],
|
|
1479
1598
|
[
|
|
1480
|
-
"
|
|
1481
|
-
"
|
|
1482
|
-
"
|
|
1599
|
+
"s",
|
|
1600
|
+
"skip-git",
|
|
1601
|
+
"skip generation of Git repository"
|
|
1483
1602
|
],
|
|
1484
1603
|
[
|
|
1485
|
-
"
|
|
1486
|
-
"
|
|
1487
|
-
"
|
|
1604
|
+
"e",
|
|
1605
|
+
"empty",
|
|
1606
|
+
"empty workspace with no components (relevant for templates that add components by default)"
|
|
1488
1607
|
],
|
|
1489
1608
|
[
|
|
1490
1609
|
"",
|
|
1491
|
-
"
|
|
1492
|
-
"
|
|
1493
|
-
]
|
|
1610
|
+
"load-from <string>",
|
|
1611
|
+
"path to the workspace containing the template. helpful during a development of a workspace-template"
|
|
1612
|
+
]
|
|
1613
|
+
],
|
|
1614
|
+
"description": "Create a new workspace from a template",
|
|
1615
|
+
"extendedDescription": "",
|
|
1616
|
+
"group": "start",
|
|
1617
|
+
"private": false
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"name": "build [pattern]",
|
|
1621
|
+
"alias": "",
|
|
1622
|
+
"options": [
|
|
1494
1623
|
[
|
|
1495
|
-
"
|
|
1496
|
-
"
|
|
1497
|
-
"
|
|
1624
|
+
"a",
|
|
1625
|
+
"all",
|
|
1626
|
+
"build all components, not only modified and new"
|
|
1498
1627
|
],
|
|
1499
1628
|
[
|
|
1500
|
-
"",
|
|
1501
|
-
"
|
|
1502
|
-
"
|
|
1629
|
+
"d",
|
|
1630
|
+
"dev",
|
|
1631
|
+
"run the pipeline in dev mode"
|
|
1503
1632
|
],
|
|
1504
1633
|
[
|
|
1505
1634
|
"",
|
|
1506
|
-
"
|
|
1507
|
-
"
|
|
1635
|
+
"install",
|
|
1636
|
+
"install core aspects in capsules"
|
|
1508
1637
|
],
|
|
1509
1638
|
[
|
|
1510
1639
|
"",
|
|
1511
|
-
"
|
|
1512
|
-
"
|
|
1640
|
+
"reuse-capsules",
|
|
1641
|
+
"avoid deleting the capsules root-dir before starting the build"
|
|
1513
1642
|
],
|
|
1514
1643
|
[
|
|
1515
1644
|
"",
|
|
1516
|
-
"
|
|
1517
|
-
"
|
|
1645
|
+
"tasks <string>",
|
|
1646
|
+
"build the specified task(s) only. for multiple tasks, separate by a comma and wrap with quotes.\nspecify the task-name (e.g. \"TypescriptCompiler\") or the task-aspect-id (e.g. teambit.compilation/compiler)"
|
|
1518
1647
|
],
|
|
1519
1648
|
[
|
|
1520
1649
|
"",
|
|
1521
|
-
"
|
|
1522
|
-
"
|
|
1650
|
+
"cache-packages-on-capsule-root",
|
|
1651
|
+
"set the package-manager cache on the capsule root"
|
|
1523
1652
|
],
|
|
1524
1653
|
[
|
|
1525
1654
|
"",
|
|
1526
|
-
"
|
|
1527
|
-
"
|
|
1528
|
-
]
|
|
1655
|
+
"list-tasks <string>",
|
|
1656
|
+
"list tasks of an env or a component-id for each one of the pipelines: build, tag and snap"
|
|
1657
|
+
]
|
|
1658
|
+
],
|
|
1659
|
+
"description": "run set of tasks for build",
|
|
1660
|
+
"extendedDescription": "",
|
|
1661
|
+
"group": "development",
|
|
1662
|
+
"private": false
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"name": "artifacts <pattern...>",
|
|
1666
|
+
"alias": "",
|
|
1667
|
+
"options": [
|
|
1529
1668
|
[
|
|
1530
1669
|
"",
|
|
1531
|
-
"
|
|
1532
|
-
"
|
|
1670
|
+
"aspect <aspect-id>",
|
|
1671
|
+
"show/download only artifacts generated by this aspect-id"
|
|
1533
1672
|
],
|
|
1534
1673
|
[
|
|
1535
1674
|
"",
|
|
1536
|
-
"
|
|
1537
|
-
"
|
|
1675
|
+
"task <task-id>",
|
|
1676
|
+
"show/download only artifacts generated by this task-id"
|
|
1538
1677
|
],
|
|
1539
1678
|
[
|
|
1540
1679
|
"",
|
|
1541
|
-
"
|
|
1542
|
-
"
|
|
1680
|
+
"files <glob>",
|
|
1681
|
+
"show/download only artifacts matching the given files or the glob pattern (wrap glob patterns in quotes)"
|
|
1543
1682
|
],
|
|
1544
1683
|
[
|
|
1545
1684
|
"",
|
|
1546
|
-
"
|
|
1547
|
-
"
|
|
1548
|
-
]
|
|
1685
|
+
"out-dir <string>",
|
|
1686
|
+
"download the files to the specified dir"
|
|
1687
|
+
]
|
|
1688
|
+
],
|
|
1689
|
+
"description": "EXPERIMENTAL. list and download components artifacts",
|
|
1690
|
+
"extendedDescription": "artifacts are created on isolated capsules during tag or snap commands.\nexample of artifacts are dists files generated by a compiler, a JUnit.xml file generated by a tester\nand a package.tgz file generated by pkg aspect.\n",
|
|
1691
|
+
"group": "development",
|
|
1692
|
+
"private": false
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"name": "pack <componentId> [scopePath]",
|
|
1696
|
+
"alias": "",
|
|
1697
|
+
"options": [
|
|
1549
1698
|
[
|
|
1550
|
-
"",
|
|
1551
|
-
"
|
|
1552
|
-
"
|
|
1699
|
+
"d",
|
|
1700
|
+
"out-dir <out-dir>",
|
|
1701
|
+
"directory to put the result tar file"
|
|
1553
1702
|
],
|
|
1554
1703
|
[
|
|
1555
|
-
"",
|
|
1556
|
-
"
|
|
1557
|
-
"
|
|
1704
|
+
"o",
|
|
1705
|
+
"override",
|
|
1706
|
+
"override existing pack file"
|
|
1558
1707
|
],
|
|
1559
1708
|
[
|
|
1560
|
-
"
|
|
1561
|
-
"
|
|
1562
|
-
"
|
|
1709
|
+
"k",
|
|
1710
|
+
"keep",
|
|
1711
|
+
"should keep isolated environment [default = false]"
|
|
1563
1712
|
],
|
|
1564
1713
|
[
|
|
1565
|
-
"
|
|
1566
|
-
"
|
|
1567
|
-
"
|
|
1714
|
+
"p",
|
|
1715
|
+
"prefix",
|
|
1716
|
+
"keep custom (binding) prefix"
|
|
1568
1717
|
],
|
|
1569
1718
|
[
|
|
1570
|
-
"
|
|
1571
|
-
"
|
|
1572
|
-
"
|
|
1573
|
-
]
|
|
1719
|
+
"j",
|
|
1720
|
+
"json",
|
|
1721
|
+
"return the output as JSON"
|
|
1722
|
+
]
|
|
1723
|
+
],
|
|
1724
|
+
"description": "create tar for npm publish",
|
|
1725
|
+
"extendedDescription": "",
|
|
1726
|
+
"group": "collaborate",
|
|
1727
|
+
"private": false
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
"name": "publish <componentId>",
|
|
1731
|
+
"alias": "",
|
|
1732
|
+
"options": [
|
|
1733
|
+
[
|
|
1734
|
+
"d",
|
|
1735
|
+
"dry-run",
|
|
1736
|
+
"npm publish --dry-run"
|
|
1737
|
+
],
|
|
1738
|
+
[
|
|
1739
|
+
"",
|
|
1740
|
+
"allow-staged",
|
|
1741
|
+
"allow publish components that were not exported yet (not recommended)"
|
|
1742
|
+
],
|
|
1743
|
+
[
|
|
1744
|
+
"j",
|
|
1745
|
+
"json",
|
|
1746
|
+
"return the output as JSON"
|
|
1747
|
+
]
|
|
1748
|
+
],
|
|
1749
|
+
"description": "publish components to npm (npm publish)",
|
|
1750
|
+
"extendedDescription": "",
|
|
1751
|
+
"group": "collaborate",
|
|
1752
|
+
"private": true
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"name": "refactor <sub-command>",
|
|
1756
|
+
"alias": "",
|
|
1757
|
+
"options": [],
|
|
1758
|
+
"description": "EXPERIMENTAL. source code refactoring / codemod",
|
|
1759
|
+
"extendedDescription": "",
|
|
1760
|
+
"group": "development",
|
|
1761
|
+
"private": false,
|
|
1762
|
+
"commands": [
|
|
1763
|
+
{
|
|
1764
|
+
"name": "dependency-name <old-id> <new-id>",
|
|
1765
|
+
"alias": "",
|
|
1766
|
+
"options": [],
|
|
1767
|
+
"description": "replace the dependency's old package-name with a new one in the code",
|
|
1768
|
+
"extendedDescription": "the `<old-id>` and `<new-id>` arguments can be either a component-id or a package-name.",
|
|
1769
|
+
"group": "development",
|
|
1770
|
+
"private": false
|
|
1771
|
+
}
|
|
1772
|
+
]
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"name": "component-issues",
|
|
1776
|
+
"alias": "",
|
|
1777
|
+
"options": [
|
|
1778
|
+
[
|
|
1779
|
+
"j",
|
|
1780
|
+
"json",
|
|
1781
|
+
"json format"
|
|
1782
|
+
]
|
|
1783
|
+
],
|
|
1784
|
+
"description": "list available component-issues",
|
|
1785
|
+
"extendedDescription": "",
|
|
1786
|
+
"group": "development",
|
|
1787
|
+
"private": false
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"name": "insights [names...]",
|
|
1791
|
+
"alias": "",
|
|
1792
|
+
"options": [
|
|
1793
|
+
[
|
|
1794
|
+
"l",
|
|
1795
|
+
"list",
|
|
1796
|
+
"list all insights"
|
|
1797
|
+
],
|
|
1798
|
+
[
|
|
1799
|
+
"j",
|
|
1800
|
+
"json",
|
|
1801
|
+
"return the insights in json format"
|
|
1802
|
+
]
|
|
1803
|
+
],
|
|
1804
|
+
"description": "Insights on component graph",
|
|
1805
|
+
"extendedDescription": "",
|
|
1806
|
+
"group": "development",
|
|
1807
|
+
"private": true
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"name": "tag [id...]",
|
|
1811
|
+
"alias": "t",
|
|
1812
|
+
"options": [
|
|
1813
|
+
[
|
|
1814
|
+
"m",
|
|
1815
|
+
"message <message>",
|
|
1816
|
+
"log message describing the user changes"
|
|
1817
|
+
],
|
|
1818
|
+
[
|
|
1819
|
+
"",
|
|
1820
|
+
"unmodified",
|
|
1821
|
+
"include unmodified components (by default, only new and modified components are tagged)"
|
|
1822
|
+
],
|
|
1823
|
+
[
|
|
1824
|
+
"",
|
|
1825
|
+
"editor [editor]",
|
|
1826
|
+
"EXPERIMENTAL. open an editor to edit the tag messages per component, optionally specify the editor-name, default to vim"
|
|
1827
|
+
],
|
|
1828
|
+
[
|
|
1829
|
+
"v",
|
|
1830
|
+
"ver <version>",
|
|
1831
|
+
"tag with the given version"
|
|
1832
|
+
],
|
|
1833
|
+
[
|
|
1834
|
+
"p",
|
|
1835
|
+
"patch",
|
|
1836
|
+
"increment the patch version number"
|
|
1837
|
+
],
|
|
1838
|
+
[
|
|
1839
|
+
"",
|
|
1840
|
+
"minor",
|
|
1841
|
+
"increment the minor version number"
|
|
1842
|
+
],
|
|
1843
|
+
[
|
|
1844
|
+
"",
|
|
1845
|
+
"major",
|
|
1846
|
+
"increment the major version number"
|
|
1847
|
+
],
|
|
1848
|
+
[
|
|
1849
|
+
"",
|
|
1850
|
+
"snapped",
|
|
1851
|
+
"tag components that their head is a snap (not a tag)"
|
|
1852
|
+
],
|
|
1853
|
+
[
|
|
1854
|
+
"",
|
|
1855
|
+
"pre-release [identifier]",
|
|
1856
|
+
"EXPERIMENTAL. increment a pre-release version (e.g. 1.0.0-dev.1)"
|
|
1857
|
+
],
|
|
1858
|
+
[
|
|
1859
|
+
"",
|
|
1860
|
+
"skip-tests",
|
|
1861
|
+
"skip running component tests during tag process"
|
|
1862
|
+
],
|
|
1863
|
+
[
|
|
1864
|
+
"",
|
|
1865
|
+
"skip-auto-tag",
|
|
1866
|
+
"skip auto tagging dependents"
|
|
1867
|
+
],
|
|
1868
|
+
[
|
|
1869
|
+
"",
|
|
1870
|
+
"soft",
|
|
1871
|
+
"do not persist. only keep note of the changes to be made"
|
|
1872
|
+
],
|
|
1873
|
+
[
|
|
1874
|
+
"",
|
|
1875
|
+
"persist",
|
|
1876
|
+
"persist the changes generated by --soft tag"
|
|
1877
|
+
],
|
|
1878
|
+
[
|
|
1879
|
+
"",
|
|
1880
|
+
"disable-tag-pipeline",
|
|
1881
|
+
"skip the tag pipeline to avoid publishing the components"
|
|
1882
|
+
],
|
|
1883
|
+
[
|
|
1884
|
+
"",
|
|
1885
|
+
"force-deploy",
|
|
1886
|
+
"run the tag pipeline although the build failed"
|
|
1887
|
+
],
|
|
1888
|
+
[
|
|
1889
|
+
"",
|
|
1890
|
+
"increment-by <number>",
|
|
1891
|
+
"(default to 1) increment semver flag (patch/minor/major) by. e.g. incrementing patch by 2: 0.0.1 -> 0.0.3."
|
|
1892
|
+
],
|
|
1893
|
+
[
|
|
1894
|
+
"i",
|
|
1895
|
+
"ignore-issues [issues]",
|
|
1896
|
+
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingLinks, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, MissingCustomModuleResolutionLinks, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
1897
|
+
],
|
|
1898
|
+
[
|
|
1899
|
+
"I",
|
|
1900
|
+
"ignore-newest-version",
|
|
1901
|
+
"ignore existing of newer versions (default = false)"
|
|
1902
|
+
],
|
|
1903
|
+
[
|
|
1904
|
+
"b",
|
|
1905
|
+
"build",
|
|
1906
|
+
"EXPERIMENTAL. not needed for now. run the pipeline build and complete the tag"
|
|
1907
|
+
],
|
|
1574
1908
|
[
|
|
1575
1909
|
"a",
|
|
1576
1910
|
"all [version]",
|
|
@@ -1592,43 +1926,26 @@
|
|
|
1592
1926
|
"DEPRECATED. use --disable-tag-pipeline instead"
|
|
1593
1927
|
]
|
|
1594
1928
|
],
|
|
1595
|
-
"description": "
|
|
1596
|
-
"extendedDescription": "if no
|
|
1929
|
+
"description": "record component changes and lock versions",
|
|
1930
|
+
"extendedDescription": "if no ids are provided, it will tag all new and modified components.\nif component ids are entered, you can specify a version per id using \"@\" sign, e.g. bit tag foo@1.0.0 bar@minor baz@major\nhttps://bit.dev/components/tags\nyou can use a pattern for multiple ids, such as bit tag \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
1597
1931
|
"group": "development",
|
|
1598
1932
|
"private": false,
|
|
1599
|
-
"remoteOp": true
|
|
1600
|
-
"arguments": [
|
|
1601
|
-
{
|
|
1602
|
-
"name": "component-patterns...",
|
|
1603
|
-
"description": "a list of component names, IDs or patterns (separated by space). run \"bit pattern --help\" to get more data about patterns. By default, all modified are tagged."
|
|
1604
|
-
}
|
|
1605
|
-
],
|
|
1606
|
-
"examples": [
|
|
1607
|
-
{
|
|
1608
|
-
"cmd": "tag --ver 1.0.0",
|
|
1609
|
-
"description": "tag all components to version 1.0.0"
|
|
1610
|
-
}
|
|
1611
|
-
]
|
|
1933
|
+
"remoteOp": true
|
|
1612
1934
|
},
|
|
1613
1935
|
{
|
|
1614
|
-
"name": "snap [
|
|
1936
|
+
"name": "snap [id]",
|
|
1615
1937
|
"alias": "",
|
|
1616
1938
|
"options": [
|
|
1617
1939
|
[
|
|
1618
1940
|
"m",
|
|
1619
1941
|
"message <message>",
|
|
1620
|
-
"log message describing the
|
|
1942
|
+
"log message describing the user changes"
|
|
1621
1943
|
],
|
|
1622
1944
|
[
|
|
1623
1945
|
"",
|
|
1624
1946
|
"unmodified",
|
|
1625
1947
|
"include unmodified components (by default, only new and modified components are snapped)"
|
|
1626
1948
|
],
|
|
1627
|
-
[
|
|
1628
|
-
"",
|
|
1629
|
-
"unmerged",
|
|
1630
|
-
"EXPERIMENTAL. complete a merge process by snapping the unmerged components"
|
|
1631
|
-
],
|
|
1632
1949
|
[
|
|
1633
1950
|
"",
|
|
1634
1951
|
"build",
|
|
@@ -1657,7 +1974,7 @@
|
|
|
1657
1974
|
[
|
|
1658
1975
|
"i",
|
|
1659
1976
|
"ignore-issues [issues]",
|
|
1660
|
-
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
1977
|
+
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingLinks, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, MissingCustomModuleResolutionLinks, ImportNonMainFiles, CustomModuleResolutionUsed, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
1661
1978
|
],
|
|
1662
1979
|
[
|
|
1663
1980
|
"a",
|
|
@@ -1670,56 +1987,10 @@
|
|
|
1670
1987
|
"DEPRECATED (use \"--skip-tests\" or \"--unmodified\" instead). force-snap even if tests are failing and even when component has not changed"
|
|
1671
1988
|
]
|
|
1672
1989
|
],
|
|
1673
|
-
"description": "
|
|
1674
|
-
"extendedDescription": "
|
|
1990
|
+
"description": "record component changes.\nhttps://bit.dev/components/snaps\nyou can use a pattern for multiple ids, such as bit snap \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
1991
|
+
"extendedDescription": "",
|
|
1675
1992
|
"group": "ungrouped",
|
|
1676
|
-
"private": true
|
|
1677
|
-
"arguments": [
|
|
1678
|
-
{
|
|
1679
|
-
"name": "component-pattern",
|
|
1680
|
-
"description": "component name, component id, or component pattern. use component pattern to select multiple components.\nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes. By default, all new and modified components are snapped."
|
|
1681
|
-
}
|
|
1682
|
-
]
|
|
1683
|
-
},
|
|
1684
|
-
{
|
|
1685
|
-
"name": "reset [component-pattern]",
|
|
1686
|
-
"alias": "",
|
|
1687
|
-
"options": [
|
|
1688
|
-
[
|
|
1689
|
-
"a",
|
|
1690
|
-
"all",
|
|
1691
|
-
"revert tag/snap for all tagged/snapped components"
|
|
1692
|
-
],
|
|
1693
|
-
[
|
|
1694
|
-
"",
|
|
1695
|
-
"head",
|
|
1696
|
-
"revert the head tag/snap only (by default, all local tags/snaps are reverted)"
|
|
1697
|
-
],
|
|
1698
|
-
[
|
|
1699
|
-
"",
|
|
1700
|
-
"soft",
|
|
1701
|
-
"revert only soft-tags (components tagged with --soft flag)"
|
|
1702
|
-
],
|
|
1703
|
-
[
|
|
1704
|
-
"f",
|
|
1705
|
-
"force",
|
|
1706
|
-
"revert the tag even if used as a dependency. WARNING: components that depend on this tag will corrupt"
|
|
1707
|
-
]
|
|
1708
|
-
],
|
|
1709
|
-
"description": "revert tagged or snapped versions for component(s)",
|
|
1710
|
-
"extendedDescription": "https://bit.dev/docs/components/tags#undoing-a-tag",
|
|
1711
|
-
"group": "development",
|
|
1712
|
-
"private": false,
|
|
1713
|
-
"arguments": [
|
|
1714
|
-
{
|
|
1715
|
-
"name": "component-pattern",
|
|
1716
|
-
"description": "component name, component id, or component pattern. use component pattern to select multiple components.\nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
|
|
1717
|
-
},
|
|
1718
|
-
{
|
|
1719
|
-
"name": "component-version",
|
|
1720
|
-
"description": "the version to untag (semver for tags. hash for snaps)"
|
|
1721
|
-
}
|
|
1722
|
-
]
|
|
1993
|
+
"private": true
|
|
1723
1994
|
},
|
|
1724
1995
|
{
|
|
1725
1996
|
"name": "merge [values...]",
|
|
@@ -1760,16 +2031,6 @@
|
|
|
1760
2031
|
"build",
|
|
1761
2032
|
"in case of snap during the merge, run the build-pipeline (similar to bit snap --build)"
|
|
1762
2033
|
],
|
|
1763
|
-
[
|
|
1764
|
-
"",
|
|
1765
|
-
"verbose",
|
|
1766
|
-
"show details of components that were not merged legitimately"
|
|
1767
|
-
],
|
|
1768
|
-
[
|
|
1769
|
-
"",
|
|
1770
|
-
"skip-dependency-installation",
|
|
1771
|
-
"do not install packages of the imported components"
|
|
1772
|
-
],
|
|
1773
2034
|
[
|
|
1774
2035
|
"m",
|
|
1775
2036
|
"message <message>",
|
|
@@ -1782,1501 +2043,738 @@
|
|
|
1782
2043
|
"private": false
|
|
1783
2044
|
},
|
|
1784
2045
|
{
|
|
1785
|
-
"name": "
|
|
1786
|
-
"alias": "",
|
|
2046
|
+
"name": "status",
|
|
2047
|
+
"alias": "s",
|
|
1787
2048
|
"options": [
|
|
1788
|
-
[
|
|
1789
|
-
"d",
|
|
1790
|
-
"details",
|
|
1791
|
-
"show more details on the state of each component in each lane"
|
|
1792
|
-
],
|
|
1793
2049
|
[
|
|
1794
2050
|
"j",
|
|
1795
2051
|
"json",
|
|
1796
|
-
"
|
|
1797
|
-
],
|
|
1798
|
-
[
|
|
1799
|
-
"r",
|
|
1800
|
-
"remote <string>",
|
|
1801
|
-
"show remote lanes"
|
|
1802
|
-
],
|
|
1803
|
-
[
|
|
1804
|
-
"",
|
|
1805
|
-
"merged",
|
|
1806
|
-
"show merged lanes"
|
|
2052
|
+
"return a json version of the component"
|
|
1807
2053
|
],
|
|
1808
2054
|
[
|
|
1809
2055
|
"",
|
|
1810
|
-
"
|
|
1811
|
-
"
|
|
1812
|
-
]
|
|
1813
|
-
],
|
|
1814
|
-
"description": "show lanes details\nhttps://bit.dev/docs/components/lanes",
|
|
1815
|
-
"extendedDescription": "",
|
|
1816
|
-
"group": "ungrouped",
|
|
1817
|
-
"private": true,
|
|
1818
|
-
"remoteOp": true,
|
|
1819
|
-
"skipWorkspace": true,
|
|
1820
|
-
"commands": [
|
|
1821
|
-
{
|
|
1822
|
-
"name": "list",
|
|
1823
|
-
"alias": "",
|
|
1824
|
-
"options": [
|
|
1825
|
-
[
|
|
1826
|
-
"d",
|
|
1827
|
-
"details",
|
|
1828
|
-
"show more details on the state of each component in each lane"
|
|
1829
|
-
],
|
|
1830
|
-
[
|
|
1831
|
-
"j",
|
|
1832
|
-
"json",
|
|
1833
|
-
"show lanes details in a json format"
|
|
1834
|
-
],
|
|
1835
|
-
[
|
|
1836
|
-
"r",
|
|
1837
|
-
"remote <remote-scope-name>",
|
|
1838
|
-
"show remote lanes"
|
|
1839
|
-
],
|
|
1840
|
-
[
|
|
1841
|
-
"",
|
|
1842
|
-
"merged",
|
|
1843
|
-
"show merged lanes"
|
|
1844
|
-
],
|
|
1845
|
-
[
|
|
1846
|
-
"",
|
|
1847
|
-
"not-merged",
|
|
1848
|
-
"show lanes that are not merged"
|
|
1849
|
-
]
|
|
1850
|
-
],
|
|
1851
|
-
"description": "list lanes",
|
|
1852
|
-
"extendedDescription": "",
|
|
1853
|
-
"group": "ungrouped",
|
|
1854
|
-
"private": true,
|
|
1855
|
-
"remoteOp": true,
|
|
1856
|
-
"skipWorkspace": true
|
|
1857
|
-
},
|
|
1858
|
-
{
|
|
1859
|
-
"name": "switch <lane>",
|
|
1860
|
-
"alias": "",
|
|
1861
|
-
"options": [
|
|
1862
|
-
[
|
|
1863
|
-
"n",
|
|
1864
|
-
"alias <string>",
|
|
1865
|
-
"relevant when the specified lane is a remote late. name a local lane differently than the remote lane"
|
|
1866
|
-
],
|
|
1867
|
-
[
|
|
1868
|
-
"m",
|
|
1869
|
-
"merge [strategy]",
|
|
1870
|
-
"merge local changes with the checked out version. strategy should be \"theirs\", \"ours\" or \"manual\""
|
|
1871
|
-
],
|
|
1872
|
-
[
|
|
1873
|
-
"a",
|
|
1874
|
-
"get-all",
|
|
1875
|
-
"checkout all components in a lane include ones that do not exist in the workspace"
|
|
1876
|
-
],
|
|
1877
|
-
[
|
|
1878
|
-
"",
|
|
1879
|
-
"skip-dependency-installation",
|
|
1880
|
-
"do not install packages of the imported components"
|
|
1881
|
-
],
|
|
1882
|
-
[
|
|
1883
|
-
"j",
|
|
1884
|
-
"json",
|
|
1885
|
-
"return the output as JSON"
|
|
1886
|
-
]
|
|
1887
|
-
],
|
|
1888
|
-
"description": "switch to the specified lane",
|
|
1889
|
-
"extendedDescription": "",
|
|
1890
|
-
"group": "ungrouped",
|
|
1891
|
-
"private": true
|
|
1892
|
-
},
|
|
1893
|
-
{
|
|
1894
|
-
"name": "show <lane-name>",
|
|
1895
|
-
"alias": "",
|
|
1896
|
-
"options": [
|
|
1897
|
-
[
|
|
1898
|
-
"j",
|
|
1899
|
-
"json",
|
|
1900
|
-
"show the lane details in json format"
|
|
1901
|
-
],
|
|
1902
|
-
[
|
|
1903
|
-
"r",
|
|
1904
|
-
"remote <string>",
|
|
1905
|
-
"show remote lanes"
|
|
1906
|
-
]
|
|
1907
|
-
],
|
|
1908
|
-
"description": "show lane details",
|
|
1909
|
-
"extendedDescription": "",
|
|
1910
|
-
"group": "ungrouped",
|
|
1911
|
-
"private": true,
|
|
1912
|
-
"remoteOp": true,
|
|
1913
|
-
"skipWorkspace": true
|
|
1914
|
-
},
|
|
1915
|
-
{
|
|
1916
|
-
"name": "create <lane-name>",
|
|
1917
|
-
"alias": "",
|
|
1918
|
-
"options": [
|
|
1919
|
-
[
|
|
1920
|
-
"",
|
|
1921
|
-
"remote-scope <scope-name>",
|
|
1922
|
-
"remote scope where this lane will be exported to, default to the defaultScope (can be changed later with \"bit lane change-scope\")"
|
|
1923
|
-
],
|
|
1924
|
-
[
|
|
1925
|
-
"",
|
|
1926
|
-
"alias <name>",
|
|
1927
|
-
"a local alias to refer to this lane, defaults to the <lane-name> (can be added later with \"bit lane alias\")"
|
|
1928
|
-
]
|
|
1929
|
-
],
|
|
1930
|
-
"description": "creates a new lane and switches to it",
|
|
1931
|
-
"extendedDescription": "a lane created from main (default-lane) is empty until components are snapped.\na lane created from another lane has all the components of the original lane.",
|
|
1932
|
-
"group": "ungrouped",
|
|
1933
|
-
"private": true,
|
|
1934
|
-
"arguments": [
|
|
1935
|
-
{
|
|
1936
|
-
"name": "lane-name",
|
|
1937
|
-
"description": "the name for the new lane"
|
|
1938
|
-
}
|
|
1939
|
-
]
|
|
1940
|
-
},
|
|
1941
|
-
{
|
|
1942
|
-
"name": "remove <lanes...>",
|
|
1943
|
-
"alias": "",
|
|
1944
|
-
"options": [
|
|
1945
|
-
[
|
|
1946
|
-
"r",
|
|
1947
|
-
"remote",
|
|
1948
|
-
"remove a remote lane (in the lane arg, use remote/lane-id syntax)"
|
|
1949
|
-
],
|
|
1950
|
-
[
|
|
1951
|
-
"f",
|
|
1952
|
-
"force",
|
|
1953
|
-
"removes the component from the scope, even if used as a dependency. WARNING: components that depend on this component will corrupt"
|
|
1954
|
-
],
|
|
1955
|
-
[
|
|
1956
|
-
"s",
|
|
1957
|
-
"silent",
|
|
1958
|
-
"skip confirmation"
|
|
1959
|
-
]
|
|
1960
|
-
],
|
|
1961
|
-
"description": "remove lanes",
|
|
1962
|
-
"extendedDescription": "",
|
|
1963
|
-
"group": "ungrouped",
|
|
1964
|
-
"private": true,
|
|
1965
|
-
"arguments": [
|
|
1966
|
-
{
|
|
1967
|
-
"name": "lanes...",
|
|
1968
|
-
"description": "A list of lane names, separated by spaces"
|
|
1969
|
-
}
|
|
1970
|
-
]
|
|
1971
|
-
},
|
|
1972
|
-
{
|
|
1973
|
-
"name": "change-scope <lane-name> <remote-scope-name>",
|
|
1974
|
-
"alias": "",
|
|
1975
|
-
"options": [],
|
|
1976
|
-
"description": "changes the remote scope of a lane",
|
|
1977
|
-
"extendedDescription": "",
|
|
1978
|
-
"group": "ungrouped",
|
|
1979
|
-
"private": true
|
|
1980
|
-
},
|
|
1981
|
-
{
|
|
1982
|
-
"name": "alias <lane-name> <alias>",
|
|
1983
|
-
"alias": "",
|
|
1984
|
-
"options": [],
|
|
1985
|
-
"description": "adds an alias to a lane",
|
|
1986
|
-
"extendedDescription": "an alias is a name that can be used to refer to a lane. it is saved locally and never reach the remote.\nit is useful when having multiple lanes with the same name, but with different remote scopes.",
|
|
1987
|
-
"group": "ungrouped",
|
|
1988
|
-
"private": true
|
|
1989
|
-
},
|
|
1990
|
-
{
|
|
1991
|
-
"name": "rename <current-name> <new-name>",
|
|
1992
|
-
"alias": "",
|
|
1993
|
-
"options": [],
|
|
1994
|
-
"description": "EXPERIMENTAL. change the lane-name locally and on the remote (if exported)",
|
|
1995
|
-
"extendedDescription": "",
|
|
1996
|
-
"group": "ungrouped",
|
|
1997
|
-
"private": true
|
|
1998
|
-
},
|
|
1999
|
-
{
|
|
2000
|
-
"name": "diff [values...]",
|
|
2001
|
-
"alias": "",
|
|
2002
|
-
"options": [
|
|
2003
|
-
[
|
|
2004
|
-
"",
|
|
2005
|
-
"pattern <component-pattern>",
|
|
2006
|
-
"EXPERIMENTAL. show lane-diff for the specified component-pattern only"
|
|
2007
|
-
]
|
|
2008
|
-
],
|
|
2009
|
-
"description": "show diff between lanes",
|
|
2010
|
-
"extendedDescription": "bit lane diff => diff between the current lane and default lane. (only inside workspace).\nbit lane diff to => diff between the current lane (or default-lane when in scope) and \"to\" lane.\nbit lane diff from to => diff between \"from\" lane and \"to\" lane.",
|
|
2011
|
-
"group": "ungrouped",
|
|
2012
|
-
"private": true,
|
|
2013
|
-
"remoteOp": true,
|
|
2014
|
-
"skipWorkspace": true
|
|
2015
|
-
},
|
|
2016
|
-
{
|
|
2017
|
-
"name": "add-readme <component-name> [lane-name]",
|
|
2018
|
-
"alias": "",
|
|
2019
|
-
"options": [],
|
|
2020
|
-
"description": "EXPERIMENTAL. adds a readme component to a lane",
|
|
2021
|
-
"extendedDescription": "",
|
|
2022
|
-
"group": "ungrouped",
|
|
2023
|
-
"private": true,
|
|
2024
|
-
"skipWorkspace": false,
|
|
2025
|
-
"arguments": [
|
|
2026
|
-
{
|
|
2027
|
-
"name": "component-id",
|
|
2028
|
-
"description": "the component name or id of the component to use as the lane's readme"
|
|
2029
|
-
},
|
|
2030
|
-
{
|
|
2031
|
-
"name": "lane-name",
|
|
2032
|
-
"description": "the lane to attach the readme to (defaults to the current lane)"
|
|
2033
|
-
}
|
|
2034
|
-
]
|
|
2035
|
-
},
|
|
2036
|
-
{
|
|
2037
|
-
"name": "remove-readme [laneName]",
|
|
2038
|
-
"alias": "",
|
|
2039
|
-
"options": [],
|
|
2040
|
-
"description": "EXPERIMENTAL. remove lane readme component",
|
|
2041
|
-
"extendedDescription": "",
|
|
2042
|
-
"group": "ungrouped",
|
|
2043
|
-
"private": true,
|
|
2044
|
-
"skipWorkspace": false
|
|
2045
|
-
},
|
|
2046
|
-
{
|
|
2047
|
-
"name": "import <lane>",
|
|
2048
|
-
"alias": "",
|
|
2049
|
-
"options": [
|
|
2050
|
-
[
|
|
2051
|
-
"",
|
|
2052
|
-
"skip-dependency-installation",
|
|
2053
|
-
"do not install packages of the imported components"
|
|
2054
|
-
]
|
|
2055
|
-
],
|
|
2056
|
-
"description": "import a remote lane to your workspace",
|
|
2057
|
-
"extendedDescription": "",
|
|
2058
|
-
"group": "ungrouped",
|
|
2059
|
-
"private": true,
|
|
2060
|
-
"arguments": [
|
|
2061
|
-
{
|
|
2062
|
-
"name": "lane",
|
|
2063
|
-
"description": "the remote lane name"
|
|
2064
|
-
}
|
|
2065
|
-
]
|
|
2066
|
-
},
|
|
2067
|
-
{
|
|
2068
|
-
"name": "merge <lane> [pattern]",
|
|
2069
|
-
"alias": "",
|
|
2070
|
-
"options": [
|
|
2071
|
-
[
|
|
2072
|
-
"",
|
|
2073
|
-
"ours",
|
|
2074
|
-
"in case of a conflict, override the used version with the current modification"
|
|
2075
|
-
],
|
|
2076
|
-
[
|
|
2077
|
-
"",
|
|
2078
|
-
"theirs",
|
|
2079
|
-
"in case of a conflict, override the current modification with the specified version"
|
|
2080
|
-
],
|
|
2081
|
-
[
|
|
2082
|
-
"",
|
|
2083
|
-
"manual",
|
|
2084
|
-
"in case of a conflict, leave the files with a conflict state to resolve them manually later"
|
|
2085
|
-
],
|
|
2086
|
-
[
|
|
2087
|
-
"",
|
|
2088
|
-
"workspace",
|
|
2089
|
-
"merge only components in a lane that exist in the workspace"
|
|
2090
|
-
],
|
|
2091
|
-
[
|
|
2092
|
-
"",
|
|
2093
|
-
"no-snap",
|
|
2094
|
-
"do not auto snap in case the merge completed without conflicts"
|
|
2095
|
-
],
|
|
2096
|
-
[
|
|
2097
|
-
"",
|
|
2098
|
-
"build",
|
|
2099
|
-
"in case of snap during the merge, run the build-pipeline (similar to bit snap --build)"
|
|
2100
|
-
],
|
|
2101
|
-
[
|
|
2102
|
-
"m",
|
|
2103
|
-
"message <message>",
|
|
2104
|
-
"override the default message for the auto snap"
|
|
2105
|
-
],
|
|
2106
|
-
[
|
|
2107
|
-
"",
|
|
2108
|
-
"keep-readme",
|
|
2109
|
-
"skip deleting the lane readme component after merging"
|
|
2110
|
-
],
|
|
2111
|
-
[
|
|
2112
|
-
"",
|
|
2113
|
-
"no-squash",
|
|
2114
|
-
"EXPERIMENTAL. relevant for merging lanes into main, which by default squash."
|
|
2115
|
-
],
|
|
2116
|
-
[
|
|
2117
|
-
"",
|
|
2118
|
-
"verbose",
|
|
2119
|
-
"show details of components that were not merged legitimately"
|
|
2120
|
-
],
|
|
2121
|
-
[
|
|
2122
|
-
"",
|
|
2123
|
-
"skip-dependency-installation",
|
|
2124
|
-
"do not install packages of the imported components"
|
|
2125
|
-
],
|
|
2126
|
-
[
|
|
2127
|
-
"",
|
|
2128
|
-
"remote",
|
|
2129
|
-
"relevant when the target-lane locally is differ than the remote and you want the remote"
|
|
2130
|
-
],
|
|
2131
|
-
[
|
|
2132
|
-
"",
|
|
2133
|
-
"include-deps",
|
|
2134
|
-
"EXPERIMENTAL. relevant for \"--pattern\" and \"--workspace\". merge also dependencies of the given components"
|
|
2135
|
-
],
|
|
2136
|
-
[
|
|
2137
|
-
"",
|
|
2138
|
-
"resolve-unrelated [merge-strategy]",
|
|
2139
|
-
"EXPERIMENTAL. relevant when a component on a lane and the component on main has nothing in common. merge-strategy can be \"ours\" (default) or \"theirs\""
|
|
2140
|
-
]
|
|
2141
|
-
],
|
|
2142
|
-
"description": "merge a local or a remote lane",
|
|
2143
|
-
"extendedDescription": "if the <lane> exists locally, it will be merged from the local lane.\notherwise, it will fetch the lane from the remote and merge it.\nin case the <lane> exists locally but you want to merge the remote version of it, use --remote flag",
|
|
2144
|
-
"private": true,
|
|
2145
|
-
"remoteOp": true,
|
|
2146
|
-
"arguments": [
|
|
2147
|
-
{
|
|
2148
|
-
"name": "lane",
|
|
2149
|
-
"description": "lane-name or lane-id (if not exists locally) to merge to the current lane"
|
|
2150
|
-
},
|
|
2151
|
-
{
|
|
2152
|
-
"name": "pattern",
|
|
2153
|
-
"description": "EXPERIMENTAL. partially merge the lane with the specified component-pattern"
|
|
2154
|
-
}
|
|
2155
|
-
]
|
|
2156
|
-
}
|
|
2157
|
-
]
|
|
2158
|
-
},
|
|
2159
|
-
{
|
|
2160
|
-
"name": "switch <lane>",
|
|
2161
|
-
"alias": "",
|
|
2162
|
-
"options": [
|
|
2163
|
-
[
|
|
2164
|
-
"n",
|
|
2165
|
-
"alias <string>",
|
|
2166
|
-
"relevant when the specified lane is a remote late. name a local lane differently than the remote lane"
|
|
2167
|
-
],
|
|
2168
|
-
[
|
|
2169
|
-
"m",
|
|
2170
|
-
"merge [strategy]",
|
|
2171
|
-
"merge local changes with the checked out version. strategy should be \"theirs\", \"ours\" or \"manual\""
|
|
2172
|
-
],
|
|
2173
|
-
[
|
|
2174
|
-
"a",
|
|
2175
|
-
"get-all",
|
|
2176
|
-
"checkout all components in a lane include ones that do not exist in the workspace"
|
|
2177
|
-
],
|
|
2178
|
-
[
|
|
2179
|
-
"",
|
|
2180
|
-
"skip-dependency-installation",
|
|
2181
|
-
"do not install packages of the imported components"
|
|
2182
|
-
],
|
|
2183
|
-
[
|
|
2184
|
-
"j",
|
|
2185
|
-
"json",
|
|
2186
|
-
"return the output as JSON"
|
|
2187
|
-
]
|
|
2188
|
-
],
|
|
2189
|
-
"description": "switch to the specified lane",
|
|
2190
|
-
"extendedDescription": "",
|
|
2191
|
-
"group": "ungrouped",
|
|
2192
|
-
"private": true
|
|
2193
|
-
},
|
|
2194
|
-
{
|
|
2195
|
-
"name": "dependencies <sub-command>",
|
|
2196
|
-
"alias": "deps",
|
|
2197
|
-
"options": [],
|
|
2198
|
-
"description": "manage dependencies",
|
|
2199
|
-
"extendedDescription": "",
|
|
2200
|
-
"group": "info",
|
|
2201
|
-
"private": false,
|
|
2202
|
-
"commands": [
|
|
2203
|
-
{
|
|
2204
|
-
"name": "get <component-name>",
|
|
2205
|
-
"alias": "",
|
|
2206
|
-
"options": [
|
|
2207
|
-
[
|
|
2208
|
-
"t",
|
|
2209
|
-
"tree",
|
|
2210
|
-
"EXPERIMENTAL. render dependencies as a tree, similar to \"npm ls\""
|
|
2211
|
-
]
|
|
2212
|
-
],
|
|
2213
|
-
"description": "show direct and indirect dependencies of the given component",
|
|
2214
|
-
"extendedDescription": "",
|
|
2215
|
-
"group": "info",
|
|
2216
|
-
"private": false,
|
|
2217
|
-
"arguments": [
|
|
2218
|
-
{
|
|
2219
|
-
"name": "component-name",
|
|
2220
|
-
"description": "component name or component id"
|
|
2221
|
-
}
|
|
2222
|
-
]
|
|
2223
|
-
},
|
|
2224
|
-
{
|
|
2225
|
-
"name": "remove <component-pattern> <package...>",
|
|
2226
|
-
"alias": "",
|
|
2227
|
-
"options": [],
|
|
2228
|
-
"description": "remove a dependency to component(s)",
|
|
2229
|
-
"extendedDescription": "",
|
|
2230
|
-
"group": "info",
|
|
2231
|
-
"private": false,
|
|
2232
|
-
"arguments": [
|
|
2233
|
-
{
|
|
2234
|
-
"name": "component-pattern",
|
|
2235
|
-
"description": "component name, component id, or component pattern. use component pattern to select multiple components.\nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
|
|
2236
|
-
},
|
|
2237
|
-
{
|
|
2238
|
-
"name": "package",
|
|
2239
|
-
"description": "package name with or without a version, e.g. \"lodash@1.0.0\" or just \"lodash\" which will remove all lodash instances of any version"
|
|
2240
|
-
}
|
|
2241
|
-
]
|
|
2242
|
-
},
|
|
2243
|
-
{
|
|
2244
|
-
"name": "debug <component-name>",
|
|
2245
|
-
"alias": "",
|
|
2246
|
-
"options": [],
|
|
2247
|
-
"description": "show the immediate dependencies and how their versions were determined",
|
|
2248
|
-
"extendedDescription": "",
|
|
2249
|
-
"group": "info",
|
|
2250
|
-
"private": false,
|
|
2251
|
-
"arguments": [
|
|
2252
|
-
{
|
|
2253
|
-
"name": "component-name",
|
|
2254
|
-
"description": "component name or component id"
|
|
2255
|
-
}
|
|
2256
|
-
]
|
|
2257
|
-
},
|
|
2258
|
-
{
|
|
2259
|
-
"name": "set <component-pattern> <package...>",
|
|
2260
|
-
"alias": "",
|
|
2261
|
-
"options": [
|
|
2262
|
-
[
|
|
2263
|
-
"d",
|
|
2264
|
-
"dev",
|
|
2265
|
-
"add to the devDependencies"
|
|
2266
|
-
],
|
|
2267
|
-
[
|
|
2268
|
-
"p",
|
|
2269
|
-
"peer",
|
|
2270
|
-
"add to the peerDependencies"
|
|
2271
|
-
]
|
|
2272
|
-
],
|
|
2273
|
-
"description": "set a dependency to component(s)",
|
|
2274
|
-
"extendedDescription": "",
|
|
2275
|
-
"group": "info",
|
|
2276
|
-
"private": false,
|
|
2277
|
-
"arguments": [
|
|
2278
|
-
{
|
|
2279
|
-
"name": "component-pattern",
|
|
2280
|
-
"description": "component name, component id, or component pattern. use component pattern to select multiple components.\nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
|
|
2281
|
-
},
|
|
2282
|
-
{
|
|
2283
|
-
"name": "package",
|
|
2284
|
-
"description": "package name with or without a version, e.g. \"lodash@1.0.0\" or just \"lodash\" which will be resolved to the latest"
|
|
2285
|
-
}
|
|
2286
|
-
]
|
|
2287
|
-
}
|
|
2288
|
-
]
|
|
2289
|
-
},
|
|
2290
|
-
{
|
|
2291
|
-
"name": "list [remote-scope]",
|
|
2292
|
-
"alias": "ls",
|
|
2293
|
-
"options": [
|
|
2294
|
-
[
|
|
2295
|
-
"i",
|
|
2296
|
-
"ids",
|
|
2297
|
-
"show only component ids unformatted"
|
|
2298
|
-
],
|
|
2299
|
-
[
|
|
2300
|
-
"s",
|
|
2301
|
-
"scope",
|
|
2302
|
-
"show only components stored in the local scope, including indirect dependencies"
|
|
2303
|
-
],
|
|
2304
|
-
[
|
|
2305
|
-
"o",
|
|
2306
|
-
"outdated",
|
|
2307
|
-
"show latest versions from remotes"
|
|
2308
|
-
],
|
|
2309
|
-
[
|
|
2310
|
-
"j",
|
|
2311
|
-
"json",
|
|
2312
|
-
"show the output in JSON format"
|
|
2313
|
-
],
|
|
2314
|
-
[
|
|
2315
|
-
"n",
|
|
2316
|
-
"namespace <string>",
|
|
2317
|
-
"show only specified namespace by using wildcards"
|
|
2056
|
+
"strict",
|
|
2057
|
+
"in case issues found, exit with code 1"
|
|
2318
2058
|
]
|
|
2319
2059
|
],
|
|
2320
|
-
"description": "
|
|
2321
|
-
"extendedDescription": "https://bit.dev/docs/
|
|
2322
|
-
"group": "
|
|
2323
|
-
"private": false
|
|
2324
|
-
"remoteOp": true,
|
|
2325
|
-
"skipWorkspace": true
|
|
2060
|
+
"description": "show the working area component(s) status",
|
|
2061
|
+
"extendedDescription": "https://bit.dev/docs/workspace/workspace-status",
|
|
2062
|
+
"group": "development",
|
|
2063
|
+
"private": false
|
|
2326
2064
|
},
|
|
2327
2065
|
{
|
|
2328
|
-
"name": "
|
|
2066
|
+
"name": "compile [component...]",
|
|
2329
2067
|
"alias": "",
|
|
2330
2068
|
"options": [
|
|
2331
2069
|
[
|
|
2332
|
-
"
|
|
2333
|
-
"
|
|
2334
|
-
"
|
|
2335
|
-
],
|
|
2336
|
-
[
|
|
2337
|
-
"o",
|
|
2338
|
-
"objects",
|
|
2339
|
-
"import components objects to the local scope without checkout (without writing them to the file system). This is a default behavior for import with no id argument"
|
|
2340
|
-
],
|
|
2341
|
-
[
|
|
2342
|
-
"d",
|
|
2343
|
-
"display-dependencies",
|
|
2344
|
-
"display the imported dependencies"
|
|
2345
|
-
],
|
|
2346
|
-
[
|
|
2347
|
-
"O",
|
|
2348
|
-
"override",
|
|
2349
|
-
"override local changes"
|
|
2070
|
+
"c",
|
|
2071
|
+
"changed",
|
|
2072
|
+
"compile only new and modified components"
|
|
2350
2073
|
],
|
|
2351
2074
|
[
|
|
2352
2075
|
"v",
|
|
2353
2076
|
"verbose",
|
|
2354
|
-
"show
|
|
2077
|
+
"show more data, such as, dist paths"
|
|
2355
2078
|
],
|
|
2356
2079
|
[
|
|
2357
2080
|
"j",
|
|
2358
2081
|
"json",
|
|
2359
|
-
"return the
|
|
2360
|
-
],
|
|
2361
|
-
[
|
|
2362
|
-
"",
|
|
2363
|
-
"conf",
|
|
2364
|
-
"write the configuration file (component.json) of the component"
|
|
2365
|
-
],
|
|
2366
|
-
[
|
|
2367
|
-
"",
|
|
2368
|
-
"skip-npm-install",
|
|
2369
|
-
"DEPRECATED. use \"--skip-dependency-installation\" instead"
|
|
2370
|
-
],
|
|
2371
|
-
[
|
|
2372
|
-
"",
|
|
2373
|
-
"skip-dependency-installation",
|
|
2374
|
-
"do not install packages of the imported components"
|
|
2375
|
-
],
|
|
2376
|
-
[
|
|
2377
|
-
"m",
|
|
2378
|
-
"merge [strategy]",
|
|
2379
|
-
"merge local changes with the imported version. strategy should be \"theirs\", \"ours\" or \"manual\""
|
|
2380
|
-
],
|
|
2381
|
-
[
|
|
2382
|
-
"",
|
|
2383
|
-
"dependencies",
|
|
2384
|
-
"EXPERIMENTAL. import all dependencies and write them to the workspace"
|
|
2385
|
-
],
|
|
2386
|
-
[
|
|
2387
|
-
"",
|
|
2388
|
-
"dependents",
|
|
2389
|
-
"EXPERIMENTAL. import the components' dependents. this enables changes to propagate from (modified) components to their dependents"
|
|
2390
|
-
],
|
|
2391
|
-
[
|
|
2392
|
-
"",
|
|
2393
|
-
"save-in-lane",
|
|
2394
|
-
"EXPERIMENTAL. when checked out to a lane and the component is not on the remote-lane, save it in the lane (default to save on main)"
|
|
2082
|
+
"return the compile results in json format"
|
|
2395
2083
|
],
|
|
2396
2084
|
[
|
|
2397
|
-
"",
|
|
2398
|
-
"
|
|
2399
|
-
"
|
|
2085
|
+
"d",
|
|
2086
|
+
"delete-dist-dir",
|
|
2087
|
+
"delete existing dist folder before writing new compiled files"
|
|
2400
2088
|
]
|
|
2401
2089
|
],
|
|
2402
|
-
"description": "
|
|
2403
|
-
"extendedDescription": "
|
|
2404
|
-
"group": "
|
|
2405
|
-
"private": false
|
|
2406
|
-
"remoteOp": true,
|
|
2407
|
-
"arguments": [
|
|
2408
|
-
{
|
|
2409
|
-
"name": "component-patterns...",
|
|
2410
|
-
"description": "component IDs or component patterns (separated by space). Use patterns to import groups of components using a common scope or namespace. E.g., \"utils/*\" (wrap with double quotes)"
|
|
2411
|
-
}
|
|
2412
|
-
]
|
|
2090
|
+
"description": "compile components in the development workspace",
|
|
2091
|
+
"extendedDescription": "",
|
|
2092
|
+
"group": "development",
|
|
2093
|
+
"private": false
|
|
2413
2094
|
},
|
|
2414
2095
|
{
|
|
2415
|
-
"name": "
|
|
2416
|
-
"alias": "",
|
|
2096
|
+
"name": "run <app>",
|
|
2097
|
+
"alias": "c",
|
|
2417
2098
|
"options": [
|
|
2418
2099
|
[
|
|
2419
|
-
"
|
|
2420
|
-
"
|
|
2421
|
-
"
|
|
2422
|
-
],
|
|
2423
|
-
[
|
|
2424
|
-
"s",
|
|
2425
|
-
"scope <string>",
|
|
2426
|
-
"sets the component's scope-name. if not entered, the default-scope will be used"
|
|
2427
|
-
],
|
|
2428
|
-
[
|
|
2429
|
-
"a",
|
|
2430
|
-
"aspect <string>",
|
|
2431
|
-
"aspect-id of the template. helpful when multiple aspects use the same template name"
|
|
2100
|
+
"d",
|
|
2101
|
+
"dev",
|
|
2102
|
+
"start the application in dev mode."
|
|
2432
2103
|
],
|
|
2433
2104
|
[
|
|
2434
|
-
"
|
|
2435
|
-
"
|
|
2436
|
-
"
|
|
2105
|
+
"v",
|
|
2106
|
+
"verbose",
|
|
2107
|
+
"showing verbose output for inspection and prints stack trace"
|
|
2437
2108
|
],
|
|
2438
2109
|
[
|
|
2439
|
-
"
|
|
2440
|
-
"
|
|
2441
|
-
"
|
|
2110
|
+
"",
|
|
2111
|
+
"skip-watch",
|
|
2112
|
+
"avoid running the watch process that compiles components in the background"
|
|
2442
2113
|
]
|
|
2443
2114
|
],
|
|
2444
|
-
"description": "
|
|
2115
|
+
"description": "run an application",
|
|
2445
2116
|
"extendedDescription": "",
|
|
2446
|
-
"group": "
|
|
2447
|
-
"private": false
|
|
2448
|
-
"arguments": [
|
|
2449
|
-
{
|
|
2450
|
-
"name": "template-name",
|
|
2451
|
-
"description": "the template for generating the component \n(run 'bit templates' for a list of available templates)"
|
|
2452
|
-
},
|
|
2453
|
-
{
|
|
2454
|
-
"name": "component-names...",
|
|
2455
|
-
"description": "a list of component names to generate"
|
|
2456
|
-
}
|
|
2457
|
-
],
|
|
2458
|
-
"examples": [
|
|
2459
|
-
{
|
|
2460
|
-
"cmd": "bit create react ui/button",
|
|
2461
|
-
"description": "creates a component named 'ui/button' using the 'react' template"
|
|
2462
|
-
},
|
|
2463
|
-
{
|
|
2464
|
-
"cmd": "bit create react ui/button pages/register",
|
|
2465
|
-
"description": "creates two components, 'ui/button' and 'pages/register', using the 'react' template"
|
|
2466
|
-
},
|
|
2467
|
-
{
|
|
2468
|
-
"cmd": "bit create react ui/button --scope my-org.my-scope",
|
|
2469
|
-
"description": "creates a component named 'ui/button' and sets it scope to 'my-org.my-scope'. \nby default, the scope is the `defaultScope` value, configured in your `workspace.jsonc`."
|
|
2470
|
-
},
|
|
2471
|
-
{
|
|
2472
|
-
"cmd": "bit create react ui/button --env teambit.community/envs/community-react@1.95.13",
|
|
2473
|
-
"description": "creates a component named 'ui/button' and sets it to use the 'community-react' env. \n(the template's default env is 'teambit.react/react')."
|
|
2474
|
-
}
|
|
2475
|
-
]
|
|
2117
|
+
"group": "apps",
|
|
2118
|
+
"private": false
|
|
2476
2119
|
},
|
|
2477
2120
|
{
|
|
2478
|
-
"name": "
|
|
2121
|
+
"name": "app-list",
|
|
2479
2122
|
"alias": "",
|
|
2480
2123
|
"options": [
|
|
2481
2124
|
[
|
|
2482
|
-
"
|
|
2483
|
-
"
|
|
2484
|
-
"
|
|
2125
|
+
"j",
|
|
2126
|
+
"json",
|
|
2127
|
+
"return the component data in json format"
|
|
2485
2128
|
]
|
|
2486
2129
|
],
|
|
2487
|
-
"description": "
|
|
2488
|
-
"extendedDescription": "
|
|
2489
|
-
"group": "
|
|
2490
|
-
"private":
|
|
2130
|
+
"description": "DEPRECATED. use \"bit app list\"",
|
|
2131
|
+
"extendedDescription": "",
|
|
2132
|
+
"group": "apps",
|
|
2133
|
+
"private": true
|
|
2491
2134
|
},
|
|
2492
2135
|
{
|
|
2493
|
-
"name": "
|
|
2136
|
+
"name": "app <sub-command>",
|
|
2494
2137
|
"alias": "",
|
|
2495
|
-
"options": [
|
|
2496
|
-
|
|
2497
|
-
"a",
|
|
2498
|
-
"aspect <aspect-id>",
|
|
2499
|
-
"aspect-id of the template. mandatory for non-core aspects. helpful for core aspects in case of a name collision"
|
|
2500
|
-
],
|
|
2501
|
-
[
|
|
2502
|
-
"d",
|
|
2503
|
-
"default-scope <scope-name>",
|
|
2504
|
-
"set defaultScope in the new workspace.jsonc"
|
|
2505
|
-
],
|
|
2506
|
-
[
|
|
2507
|
-
"",
|
|
2508
|
-
"standalone",
|
|
2509
|
-
"DEPRECATED. use --skip-git instead"
|
|
2510
|
-
],
|
|
2511
|
-
[
|
|
2512
|
-
"s",
|
|
2513
|
-
"skip-git",
|
|
2514
|
-
"skip generation of Git repository"
|
|
2515
|
-
],
|
|
2516
|
-
[
|
|
2517
|
-
"e",
|
|
2518
|
-
"empty",
|
|
2519
|
-
"empty workspace with no components (relevant for templates that add components by default)"
|
|
2520
|
-
],
|
|
2521
|
-
[
|
|
2522
|
-
"",
|
|
2523
|
-
"load-from <path-to-template>",
|
|
2524
|
-
"path to the workspace containing the template. helpful during a development of a workspace-template"
|
|
2525
|
-
]
|
|
2526
|
-
],
|
|
2527
|
-
"description": "create a new workspace from a template",
|
|
2138
|
+
"options": [],
|
|
2139
|
+
"description": "manage applications",
|
|
2528
2140
|
"extendedDescription": "",
|
|
2529
|
-
"group": "
|
|
2141
|
+
"group": "apps",
|
|
2530
2142
|
"private": false,
|
|
2531
|
-
"
|
|
2532
|
-
{
|
|
2533
|
-
"name": "template-name",
|
|
2534
|
-
"description": "the name of the workspace template (run 'bit templates', outside of a workspace, to get a list of available templates)"
|
|
2535
|
-
},
|
|
2143
|
+
"commands": [
|
|
2536
2144
|
{
|
|
2537
|
-
"name": "
|
|
2538
|
-
"
|
|
2145
|
+
"name": "list",
|
|
2146
|
+
"alias": "",
|
|
2147
|
+
"options": [
|
|
2148
|
+
[
|
|
2149
|
+
"j",
|
|
2150
|
+
"json",
|
|
2151
|
+
"return the component data in json format"
|
|
2152
|
+
]
|
|
2153
|
+
],
|
|
2154
|
+
"description": "list all registered applications",
|
|
2155
|
+
"extendedDescription": "",
|
|
2156
|
+
"group": "apps",
|
|
2157
|
+
"private": false
|
|
2539
2158
|
}
|
|
2540
2159
|
]
|
|
2541
2160
|
},
|
|
2542
2161
|
{
|
|
2543
|
-
"name": "
|
|
2544
|
-
"alias": "",
|
|
2162
|
+
"name": "test [pattern]",
|
|
2163
|
+
"alias": "at",
|
|
2545
2164
|
"options": [
|
|
2546
2165
|
[
|
|
2547
|
-
"
|
|
2548
|
-
"
|
|
2549
|
-
"
|
|
2166
|
+
"w",
|
|
2167
|
+
"watch",
|
|
2168
|
+
"start the tester in watch mode."
|
|
2550
2169
|
],
|
|
2551
2170
|
[
|
|
2552
2171
|
"d",
|
|
2553
|
-
"
|
|
2554
|
-
"
|
|
2555
|
-
],
|
|
2556
|
-
[
|
|
2557
|
-
"",
|
|
2558
|
-
"install",
|
|
2559
|
-
"install core aspects in capsules"
|
|
2560
|
-
],
|
|
2561
|
-
[
|
|
2562
|
-
"",
|
|
2563
|
-
"reuse-capsules",
|
|
2564
|
-
"avoid deleting the capsules root-dir before starting the build"
|
|
2565
|
-
],
|
|
2566
|
-
[
|
|
2567
|
-
"",
|
|
2568
|
-
"tasks <string>",
|
|
2569
|
-
"build the specified task(s) only. for multiple tasks, separate by a comma and wrap with quotes.\nspecify the task-name (e.g. \"TypescriptCompiler\") or the task-aspect-id (e.g. teambit.compilation/compiler)"
|
|
2172
|
+
"debug",
|
|
2173
|
+
"start the tester in debug mode."
|
|
2570
2174
|
],
|
|
2571
2175
|
[
|
|
2572
|
-
"",
|
|
2573
|
-
"
|
|
2574
|
-
"
|
|
2176
|
+
"a",
|
|
2177
|
+
"all",
|
|
2178
|
+
"test all components, not only new and modified"
|
|
2575
2179
|
],
|
|
2576
2180
|
[
|
|
2577
2181
|
"",
|
|
2578
|
-
"
|
|
2579
|
-
"
|
|
2580
|
-
]
|
|
2581
|
-
],
|
|
2582
|
-
"description": "run set of tasks for build",
|
|
2583
|
-
"extendedDescription": "",
|
|
2584
|
-
"group": "development",
|
|
2585
|
-
"private": false,
|
|
2586
|
-
"arguments": [
|
|
2587
|
-
{
|
|
2588
|
-
"name": "component-pattern",
|
|
2589
|
-
"description": "component name, component id, or component pattern. use component pattern to select multiple components.\nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
|
|
2590
|
-
}
|
|
2591
|
-
]
|
|
2592
|
-
},
|
|
2593
|
-
{
|
|
2594
|
-
"name": "artifacts <component-pattern>",
|
|
2595
|
-
"alias": "",
|
|
2596
|
-
"options": [
|
|
2597
|
-
[
|
|
2598
|
-
"",
|
|
2599
|
-
"aspect <aspect-id>",
|
|
2600
|
-
"show/download only artifacts generated by this aspect-id"
|
|
2182
|
+
"junit <filepath>",
|
|
2183
|
+
"write tests results as JUnit XML format into the specified file path"
|
|
2601
2184
|
],
|
|
2602
2185
|
[
|
|
2603
2186
|
"",
|
|
2604
|
-
"
|
|
2605
|
-
"show
|
|
2187
|
+
"coverage",
|
|
2188
|
+
"show code coverage data"
|
|
2606
2189
|
],
|
|
2607
2190
|
[
|
|
2608
|
-
"",
|
|
2609
|
-
"
|
|
2610
|
-
"
|
|
2191
|
+
"e",
|
|
2192
|
+
"env <id>",
|
|
2193
|
+
"test only the given env"
|
|
2611
2194
|
],
|
|
2612
2195
|
[
|
|
2613
|
-
"",
|
|
2614
|
-
"
|
|
2615
|
-
"
|
|
2196
|
+
"s",
|
|
2197
|
+
"scope <scope>",
|
|
2198
|
+
"name of the scope to test"
|
|
2616
2199
|
]
|
|
2617
2200
|
],
|
|
2618
|
-
"description": "
|
|
2619
|
-
"extendedDescription": "
|
|
2201
|
+
"description": "test set of components in your workspace",
|
|
2202
|
+
"extendedDescription": "",
|
|
2620
2203
|
"group": "development",
|
|
2621
|
-
"private": false
|
|
2622
|
-
"arguments": [
|
|
2623
|
-
{
|
|
2624
|
-
"name": "component-pattern",
|
|
2625
|
-
"description": "component name, component id, or component pattern. use component pattern to select multiple components.\nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
|
|
2626
|
-
}
|
|
2627
|
-
]
|
|
2204
|
+
"private": false
|
|
2628
2205
|
},
|
|
2629
2206
|
{
|
|
2630
|
-
"name": "
|
|
2207
|
+
"name": "schema <pattern>",
|
|
2631
2208
|
"alias": "",
|
|
2632
2209
|
"options": [
|
|
2633
|
-
[
|
|
2634
|
-
"d",
|
|
2635
|
-
"out-dir <out-dir>",
|
|
2636
|
-
"directory to put the result tar file"
|
|
2637
|
-
],
|
|
2638
|
-
[
|
|
2639
|
-
"o",
|
|
2640
|
-
"override",
|
|
2641
|
-
"override existing pack file"
|
|
2642
|
-
],
|
|
2643
|
-
[
|
|
2644
|
-
"k",
|
|
2645
|
-
"keep",
|
|
2646
|
-
"should keep isolated environment [default = false]"
|
|
2647
|
-
],
|
|
2648
|
-
[
|
|
2649
|
-
"p",
|
|
2650
|
-
"prefix",
|
|
2651
|
-
"keep custom (binding) prefix"
|
|
2652
|
-
],
|
|
2653
2210
|
[
|
|
2654
2211
|
"j",
|
|
2655
2212
|
"json",
|
|
2656
|
-
"return the
|
|
2213
|
+
"return the component data in json format"
|
|
2657
2214
|
]
|
|
2658
2215
|
],
|
|
2659
|
-
"description": "
|
|
2660
|
-
"extendedDescription": "",
|
|
2661
|
-
"group": "
|
|
2216
|
+
"description": "shows the API schema of a certain component.",
|
|
2217
|
+
"extendedDescription": "you can use a `<pattern>` for multiple component ids, such as `bit schema \"org.scope/utils/**\"`. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nalways wrap the pattern with quotes to avoid collision with shell commands.\nto validate the pattern before running this command, run `bit pattern <pattern>`.\n",
|
|
2218
|
+
"group": "development",
|
|
2662
2219
|
"private": false
|
|
2663
2220
|
},
|
|
2664
2221
|
{
|
|
2665
|
-
"name": "
|
|
2222
|
+
"name": "check-types [pattern]",
|
|
2666
2223
|
"alias": "",
|
|
2667
2224
|
"options": [
|
|
2668
2225
|
[
|
|
2669
|
-
"
|
|
2670
|
-
"
|
|
2671
|
-
"
|
|
2226
|
+
"a",
|
|
2227
|
+
"all",
|
|
2228
|
+
"check-types for all components, not only modified and new"
|
|
2672
2229
|
],
|
|
2673
2230
|
[
|
|
2674
2231
|
"",
|
|
2675
|
-
"
|
|
2676
|
-
"
|
|
2677
|
-
],
|
|
2678
|
-
[
|
|
2679
|
-
"j",
|
|
2680
|
-
"json",
|
|
2681
|
-
"return the output as JSON"
|
|
2232
|
+
"strict",
|
|
2233
|
+
"in case issues found, exit with code 1"
|
|
2682
2234
|
]
|
|
2683
2235
|
],
|
|
2684
|
-
"description": "
|
|
2236
|
+
"description": "check typescript types",
|
|
2685
2237
|
"extendedDescription": "",
|
|
2686
|
-
"group": "
|
|
2687
|
-
"private":
|
|
2688
|
-
"arguments": [
|
|
2689
|
-
{
|
|
2690
|
-
"name": "component-pattern",
|
|
2691
|
-
"description": "component name, component id, or component pattern. use component pattern to select multiple components.\nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
|
|
2692
|
-
}
|
|
2693
|
-
]
|
|
2238
|
+
"group": "development",
|
|
2239
|
+
"private": false
|
|
2694
2240
|
},
|
|
2695
2241
|
{
|
|
2696
|
-
"name": "
|
|
2242
|
+
"name": "aspect <sub-command>",
|
|
2697
2243
|
"alias": "",
|
|
2698
2244
|
"options": [],
|
|
2699
|
-
"description": "EXPERIMENTAL.
|
|
2245
|
+
"description": "EXPERIMENTAL. manage aspects",
|
|
2700
2246
|
"extendedDescription": "",
|
|
2701
2247
|
"group": "development",
|
|
2702
2248
|
"private": false,
|
|
2703
2249
|
"commands": [
|
|
2704
2250
|
{
|
|
2705
|
-
"name": "
|
|
2251
|
+
"name": "list [pattern]",
|
|
2252
|
+
"alias": "",
|
|
2253
|
+
"options": [
|
|
2254
|
+
[
|
|
2255
|
+
"d",
|
|
2256
|
+
"debug",
|
|
2257
|
+
"show the origins were the aspects were taken from"
|
|
2258
|
+
]
|
|
2259
|
+
],
|
|
2260
|
+
"description": "list all aspects configured on component(s)",
|
|
2261
|
+
"extendedDescription": "you can use a `<pattern>` for multiple component ids, such as `bit aspect list \"org.scope/utils/**\"`. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nalways wrap the pattern with quotes to avoid collision with shell commands.\nto validate the pattern before running this command, run `bit pattern <pattern>`.\n",
|
|
2262
|
+
"group": "development",
|
|
2263
|
+
"private": false
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
"name": "get <component-id>",
|
|
2267
|
+
"alias": "",
|
|
2268
|
+
"options": [
|
|
2269
|
+
[
|
|
2270
|
+
"d",
|
|
2271
|
+
"debug",
|
|
2272
|
+
"show the origins were the aspects were taken from"
|
|
2273
|
+
],
|
|
2274
|
+
[
|
|
2275
|
+
"j",
|
|
2276
|
+
"json",
|
|
2277
|
+
"format as json"
|
|
2278
|
+
]
|
|
2279
|
+
],
|
|
2280
|
+
"description": "show aspects' data and configuration of the given component",
|
|
2281
|
+
"extendedDescription": "",
|
|
2282
|
+
"group": "development",
|
|
2283
|
+
"private": false
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"name": "set <pattern> <aspect-id> [config]",
|
|
2706
2287
|
"alias": "",
|
|
2707
2288
|
"options": [],
|
|
2708
|
-
"description": "
|
|
2709
|
-
"extendedDescription": "the
|
|
2289
|
+
"description": "set an aspect to component(s) with optional config.",
|
|
2290
|
+
"extendedDescription": "enter the config as stringified JSON (e.g. '{\"foo\":\"bar\"}' ).\nif no config entered, the aspect will be set with empty config ({}).\nyou can use a `<pattern>` for multiple component ids, such as `bit aspect set \"org.scope/utils/**\"`. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nalways wrap the pattern with quotes to avoid collision with shell commands.\nto validate the pattern before running this command, run `bit pattern <pattern>`.\n",
|
|
2291
|
+
"group": "development",
|
|
2292
|
+
"private": false
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"name": "unset <pattern> <aspect-id>",
|
|
2296
|
+
"alias": "",
|
|
2297
|
+
"options": [],
|
|
2298
|
+
"description": "unset an aspect from component(s).",
|
|
2299
|
+
"extendedDescription": "you can use a `<pattern>` for multiple component ids, such as `bit aspect unset \"org.scope/utils/**\"`. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nalways wrap the pattern with quotes to avoid collision with shell commands.\nto validate the pattern before running this command, run `bit pattern <pattern>`.\n",
|
|
2300
|
+
"group": "development",
|
|
2301
|
+
"private": false
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
"name": "update <aspect-id> [pattern]",
|
|
2305
|
+
"alias": "",
|
|
2306
|
+
"options": [],
|
|
2307
|
+
"description": "update a version of an aspect",
|
|
2308
|
+
"extendedDescription": "default to all components using the aspect, unless \"pattern\" is provided.\nyou can use a `<pattern>` for multiple component ids, such as `bit aspect update <aspect-id> \"org.scope/utils/**\"`. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nalways wrap the pattern with quotes to avoid collision with shell commands.\nto validate the pattern before running this command, run `bit pattern <pattern>`.\n\nexamples:\n\"bit aspect update scope.org/aspect '**/ui/**'\" - update \"ui\" components that use scope.org/aspect to the latest version\n\"bit aspect update scope.org/aspect@2.0.0\" - updates all components using scope.org/aspect to version 2.0.0.",
|
|
2710
2309
|
"group": "development",
|
|
2711
2310
|
"private": false
|
|
2712
2311
|
}
|
|
2713
2312
|
]
|
|
2714
2313
|
},
|
|
2715
2314
|
{
|
|
2716
|
-
"name": "
|
|
2717
|
-
"alias": "
|
|
2315
|
+
"name": "clear-cache",
|
|
2316
|
+
"alias": "cc",
|
|
2718
2317
|
"options": [
|
|
2719
2318
|
[
|
|
2720
|
-
"
|
|
2721
|
-
"
|
|
2722
|
-
"
|
|
2319
|
+
"r",
|
|
2320
|
+
"remote <remote-name>",
|
|
2321
|
+
"clear memory cache from a remote scope"
|
|
2322
|
+
]
|
|
2323
|
+
],
|
|
2324
|
+
"description": "clears Bit's cache from current working machine",
|
|
2325
|
+
"extendedDescription": "The following gets removed by this command:\n1) V8 compiled code (generated the first time Bit is loaded by v8-compile-cache package)\n2) components cache on the filesystem (mainly the dependencies graph and docs)\n3) scope's index file, which maps the component-id:object-hash\nhttps://bit.dev/docs/workspace/clearing-cache",
|
|
2326
|
+
"group": "general",
|
|
2327
|
+
"private": false,
|
|
2328
|
+
"skipWorkspace": true
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"name": "log <id>",
|
|
2332
|
+
"alias": "",
|
|
2333
|
+
"options": [
|
|
2334
|
+
[
|
|
2335
|
+
"r",
|
|
2336
|
+
"remote",
|
|
2337
|
+
"show log of a remote component"
|
|
2723
2338
|
],
|
|
2724
2339
|
[
|
|
2725
2340
|
"",
|
|
2726
|
-
"
|
|
2727
|
-
"show
|
|
2728
|
-
]
|
|
2341
|
+
"parents",
|
|
2342
|
+
"EXPERIMENTAL. show parents and lanes data"
|
|
2343
|
+
]
|
|
2344
|
+
],
|
|
2345
|
+
"description": "show components(s) version history",
|
|
2346
|
+
"extendedDescription": "https://bit.dev/docs/reference/cli-reference#log",
|
|
2347
|
+
"group": "info",
|
|
2348
|
+
"private": false,
|
|
2349
|
+
"remoteOp": true,
|
|
2350
|
+
"skipWorkspace": true
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"name": "deprecate <id>",
|
|
2354
|
+
"alias": "d",
|
|
2355
|
+
"options": [
|
|
2729
2356
|
[
|
|
2730
2357
|
"",
|
|
2731
|
-
"
|
|
2732
|
-
"
|
|
2358
|
+
"new-id <string>",
|
|
2359
|
+
"if replaced by another component, enter the new component id"
|
|
2733
2360
|
]
|
|
2734
2361
|
],
|
|
2735
|
-
"description": "
|
|
2362
|
+
"description": "deprecate a component",
|
|
2736
2363
|
"extendedDescription": "",
|
|
2737
|
-
"group": "
|
|
2738
|
-
"private": false
|
|
2364
|
+
"group": "collaborate",
|
|
2365
|
+
"private": false,
|
|
2366
|
+
"remoteOp": true,
|
|
2367
|
+
"skipWorkspace": true
|
|
2368
|
+
},
|
|
2369
|
+
{
|
|
2370
|
+
"name": "undeprecate <id>",
|
|
2371
|
+
"alias": "",
|
|
2372
|
+
"options": [],
|
|
2373
|
+
"description": "undeprecate a deprecated component (local/remote)",
|
|
2374
|
+
"extendedDescription": "",
|
|
2375
|
+
"group": "collaborate",
|
|
2376
|
+
"private": false,
|
|
2377
|
+
"remoteOp": true,
|
|
2378
|
+
"skipWorkspace": true
|
|
2739
2379
|
},
|
|
2740
2380
|
{
|
|
2741
|
-
"name": "
|
|
2381
|
+
"name": "rename <source-name> <target-name>",
|
|
2742
2382
|
"alias": "",
|
|
2743
2383
|
"options": [
|
|
2744
2384
|
[
|
|
2745
|
-
"
|
|
2746
|
-
"
|
|
2747
|
-
"
|
|
2748
|
-
],
|
|
2749
|
-
[
|
|
2750
|
-
"v",
|
|
2751
|
-
"verbose",
|
|
2752
|
-
"show more data, such as, dist paths"
|
|
2385
|
+
"s",
|
|
2386
|
+
"scope <string>",
|
|
2387
|
+
"default scope for the newly created component"
|
|
2753
2388
|
],
|
|
2754
2389
|
[
|
|
2755
|
-
"
|
|
2756
|
-
"
|
|
2757
|
-
"
|
|
2390
|
+
"p",
|
|
2391
|
+
"path <string>",
|
|
2392
|
+
"relative path in the workspace. by default the path is `<scope>/<namespace>/<name>`"
|
|
2758
2393
|
],
|
|
2759
2394
|
[
|
|
2760
|
-
"
|
|
2761
|
-
"
|
|
2762
|
-
"
|
|
2395
|
+
"r",
|
|
2396
|
+
"refactor",
|
|
2397
|
+
"change the source code of all components using this component with the new package-name"
|
|
2763
2398
|
]
|
|
2764
2399
|
],
|
|
2765
|
-
"description": "
|
|
2766
|
-
"extendedDescription": "",
|
|
2767
|
-
"group": "
|
|
2400
|
+
"description": "EXPERIMENTAL. rename component. if tagged/exported, create a new component and deprecate the source-component",
|
|
2401
|
+
"extendedDescription": "the `<target-name>` should include the component-name only, without the scope-name.\nto assign a default-scope to this component, please use \"--scope\" flag",
|
|
2402
|
+
"group": "collaborate",
|
|
2768
2403
|
"private": false,
|
|
2769
|
-
"
|
|
2770
|
-
|
|
2771
|
-
"name": "component-names...",
|
|
2772
|
-
"description": "a list of component names or component IDs (defaults to all components)"
|
|
2773
|
-
}
|
|
2774
|
-
]
|
|
2404
|
+
"remoteOp": true,
|
|
2405
|
+
"skipWorkspace": true
|
|
2775
2406
|
},
|
|
2776
2407
|
{
|
|
2777
|
-
"name": "
|
|
2778
|
-
"alias": "
|
|
2408
|
+
"name": "fork <source-id> [target-name]",
|
|
2409
|
+
"alias": "",
|
|
2779
2410
|
"options": [
|
|
2780
2411
|
[
|
|
2781
|
-
"
|
|
2782
|
-
"
|
|
2783
|
-
"
|
|
2784
|
-
],
|
|
2785
|
-
[
|
|
2786
|
-
"v",
|
|
2787
|
-
"verbose",
|
|
2788
|
-
"showing verbose output for inspection and prints stack trace"
|
|
2412
|
+
"s",
|
|
2413
|
+
"scope <string>",
|
|
2414
|
+
"default scope for the newly created component"
|
|
2789
2415
|
],
|
|
2790
2416
|
[
|
|
2791
|
-
"",
|
|
2792
|
-
"
|
|
2793
|
-
"
|
|
2417
|
+
"p",
|
|
2418
|
+
"path <string>",
|
|
2419
|
+
"relative path in the workspace. by default the path is `<scope>/<namespace>/<name>`"
|
|
2794
2420
|
],
|
|
2795
2421
|
[
|
|
2796
|
-
"",
|
|
2797
|
-
"
|
|
2798
|
-
"
|
|
2422
|
+
"r",
|
|
2423
|
+
"refactor",
|
|
2424
|
+
"change the source code of all components using the original component with the new package-name"
|
|
2799
2425
|
]
|
|
2800
2426
|
],
|
|
2801
|
-
"description": "
|
|
2802
|
-
"extendedDescription": "",
|
|
2803
|
-
"group": "
|
|
2427
|
+
"description": "EXPERIMENTAL. create a new component out of an existing one",
|
|
2428
|
+
"extendedDescription": "note that [target-name] is the name only without the scope.\nto set the default-scope, please use --scope flag",
|
|
2429
|
+
"group": "collaborate",
|
|
2804
2430
|
"private": false,
|
|
2805
|
-
"
|
|
2806
|
-
|
|
2807
|
-
"name": "app-name",
|
|
2808
|
-
"description": "the app's name is registered by the app (run 'bit app list' to list the names of the available apps)"
|
|
2809
|
-
}
|
|
2810
|
-
]
|
|
2431
|
+
"remoteOp": true,
|
|
2432
|
+
"skipWorkspace": true
|
|
2811
2433
|
},
|
|
2812
2434
|
{
|
|
2813
|
-
"name": "
|
|
2435
|
+
"name": "lane [name]",
|
|
2814
2436
|
"alias": "",
|
|
2815
2437
|
"options": [
|
|
2438
|
+
[
|
|
2439
|
+
"d",
|
|
2440
|
+
"details",
|
|
2441
|
+
"show more details on the state of each component in each lane"
|
|
2442
|
+
],
|
|
2816
2443
|
[
|
|
2817
2444
|
"j",
|
|
2818
2445
|
"json",
|
|
2819
|
-
"
|
|
2446
|
+
"show lanes details in json format"
|
|
2447
|
+
],
|
|
2448
|
+
[
|
|
2449
|
+
"r",
|
|
2450
|
+
"remote <string>",
|
|
2451
|
+
"show remote lanes"
|
|
2452
|
+
],
|
|
2453
|
+
[
|
|
2454
|
+
"",
|
|
2455
|
+
"merged",
|
|
2456
|
+
"show merged lanes"
|
|
2457
|
+
],
|
|
2458
|
+
[
|
|
2459
|
+
"",
|
|
2460
|
+
"not-merged",
|
|
2461
|
+
"show not merged lanes"
|
|
2820
2462
|
]
|
|
2821
2463
|
],
|
|
2822
|
-
"description": "
|
|
2823
|
-
"extendedDescription": "",
|
|
2824
|
-
"group": "apps",
|
|
2825
|
-
"private": true
|
|
2826
|
-
},
|
|
2827
|
-
{
|
|
2828
|
-
"name": "app <sub-command>",
|
|
2829
|
-
"alias": "",
|
|
2830
|
-
"options": [],
|
|
2831
|
-
"description": "Manages apps",
|
|
2464
|
+
"description": "show lanes details\nhttps://bit.dev/docs/components/lanes",
|
|
2832
2465
|
"extendedDescription": "",
|
|
2833
|
-
"group": "
|
|
2834
|
-
"private":
|
|
2466
|
+
"group": "ungrouped",
|
|
2467
|
+
"private": true,
|
|
2468
|
+
"remoteOp": true,
|
|
2469
|
+
"skipWorkspace": true,
|
|
2835
2470
|
"commands": [
|
|
2836
2471
|
{
|
|
2837
2472
|
"name": "list",
|
|
2838
2473
|
"alias": "",
|
|
2839
2474
|
"options": [
|
|
2475
|
+
[
|
|
2476
|
+
"d",
|
|
2477
|
+
"details",
|
|
2478
|
+
"show more details on the state of each component in each lane"
|
|
2479
|
+
],
|
|
2840
2480
|
[
|
|
2841
2481
|
"j",
|
|
2842
2482
|
"json",
|
|
2843
|
-
"
|
|
2483
|
+
"show lanes details in json format"
|
|
2484
|
+
],
|
|
2485
|
+
[
|
|
2486
|
+
"r",
|
|
2487
|
+
"remote <string>",
|
|
2488
|
+
"show remote lanes"
|
|
2489
|
+
],
|
|
2490
|
+
[
|
|
2491
|
+
"",
|
|
2492
|
+
"merged",
|
|
2493
|
+
"show merged lanes"
|
|
2494
|
+
],
|
|
2495
|
+
[
|
|
2496
|
+
"",
|
|
2497
|
+
"not-merged",
|
|
2498
|
+
"show not merged lanes"
|
|
2844
2499
|
]
|
|
2845
2500
|
],
|
|
2846
|
-
"description": "list
|
|
2501
|
+
"description": "list lanes",
|
|
2847
2502
|
"extendedDescription": "",
|
|
2848
|
-
"group": "
|
|
2849
|
-
"private":
|
|
2503
|
+
"group": "ungrouped",
|
|
2504
|
+
"private": true,
|
|
2505
|
+
"remoteOp": true,
|
|
2506
|
+
"skipWorkspace": true
|
|
2850
2507
|
},
|
|
2851
2508
|
{
|
|
2852
|
-
"name": "
|
|
2853
|
-
"alias": "
|
|
2509
|
+
"name": "switch <lane>",
|
|
2510
|
+
"alias": "",
|
|
2854
2511
|
"options": [
|
|
2855
2512
|
[
|
|
2856
|
-
"
|
|
2857
|
-
"
|
|
2858
|
-
"
|
|
2513
|
+
"n",
|
|
2514
|
+
"alias <string>",
|
|
2515
|
+
"relevant when the specified lane is a remote late. name a local lane differently than the remote lane"
|
|
2859
2516
|
],
|
|
2860
2517
|
[
|
|
2861
|
-
"
|
|
2862
|
-
"
|
|
2863
|
-
"
|
|
2518
|
+
"m",
|
|
2519
|
+
"merge [strategy]",
|
|
2520
|
+
"merge local changes with the checked out version. strategy should be \"theirs\", \"ours\" or \"manual\""
|
|
2864
2521
|
],
|
|
2865
2522
|
[
|
|
2866
|
-
"",
|
|
2867
|
-
"
|
|
2868
|
-
"
|
|
2523
|
+
"a",
|
|
2524
|
+
"get-all",
|
|
2525
|
+
"checkout all components in a lane include ones that do not exist in the workspace"
|
|
2869
2526
|
],
|
|
2870
2527
|
[
|
|
2871
2528
|
"",
|
|
2872
|
-
"
|
|
2873
|
-
"
|
|
2529
|
+
"skip-dependency-installation",
|
|
2530
|
+
"do not install packages of the imported components"
|
|
2531
|
+
],
|
|
2532
|
+
[
|
|
2533
|
+
"j",
|
|
2534
|
+
"json",
|
|
2535
|
+
"return the output as JSON"
|
|
2874
2536
|
]
|
|
2875
2537
|
],
|
|
2876
|
-
"description": "
|
|
2538
|
+
"description": "switch to the specified lane",
|
|
2877
2539
|
"extendedDescription": "",
|
|
2878
|
-
"group": "
|
|
2879
|
-
"private":
|
|
2880
|
-
|
|
2881
|
-
{
|
|
2882
|
-
"name": "app-name",
|
|
2883
|
-
"description": "the app's name is registered by the app (run 'bit app list' to list the names of the available apps)"
|
|
2884
|
-
}
|
|
2885
|
-
]
|
|
2886
|
-
}
|
|
2887
|
-
]
|
|
2888
|
-
},
|
|
2889
|
-
{
|
|
2890
|
-
"name": "test [component-pattern]",
|
|
2891
|
-
"alias": "at",
|
|
2892
|
-
"options": [
|
|
2893
|
-
[
|
|
2894
|
-
"w",
|
|
2895
|
-
"watch",
|
|
2896
|
-
"start the tester in watch mode."
|
|
2897
|
-
],
|
|
2898
|
-
[
|
|
2899
|
-
"d",
|
|
2900
|
-
"debug",
|
|
2901
|
-
"start the tester in debug mode."
|
|
2902
|
-
],
|
|
2903
|
-
[
|
|
2904
|
-
"a",
|
|
2905
|
-
"all",
|
|
2906
|
-
"test all components, not only new and modified"
|
|
2907
|
-
],
|
|
2908
|
-
[
|
|
2909
|
-
"",
|
|
2910
|
-
"junit <filepath>",
|
|
2911
|
-
"write tests results as JUnit XML format into the specified file path"
|
|
2912
|
-
],
|
|
2913
|
-
[
|
|
2914
|
-
"",
|
|
2915
|
-
"coverage",
|
|
2916
|
-
"show code coverage data"
|
|
2917
|
-
],
|
|
2918
|
-
[
|
|
2919
|
-
"e",
|
|
2920
|
-
"env <id>",
|
|
2921
|
-
"test only the given env"
|
|
2922
|
-
],
|
|
2923
|
-
[
|
|
2924
|
-
"s",
|
|
2925
|
-
"scope <scope-name>",
|
|
2926
|
-
"DEPRECATED. (use the pattern instead, e.g. \"scopeName/**\"). name of the scope to test"
|
|
2927
|
-
]
|
|
2928
|
-
],
|
|
2929
|
-
"description": "test components in the workspace",
|
|
2930
|
-
"extendedDescription": "",
|
|
2931
|
-
"group": "development",
|
|
2932
|
-
"private": false,
|
|
2933
|
-
"arguments": [
|
|
2540
|
+
"group": "ungrouped",
|
|
2541
|
+
"private": true
|
|
2542
|
+
},
|
|
2934
2543
|
{
|
|
2935
|
-
"name": "
|
|
2936
|
-
"
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
"name": "check-types [component-pattern]",
|
|
2957
|
-
"alias": "",
|
|
2958
|
-
"options": [
|
|
2959
|
-
[
|
|
2960
|
-
"a",
|
|
2961
|
-
"all",
|
|
2962
|
-
"check-types for all components, not only modified and new"
|
|
2963
|
-
],
|
|
2964
|
-
[
|
|
2965
|
-
"",
|
|
2966
|
-
"strict",
|
|
2967
|
-
"in case issues found, exit with code 1"
|
|
2968
|
-
]
|
|
2969
|
-
],
|
|
2970
|
-
"description": "check typescript types",
|
|
2971
|
-
"extendedDescription": "",
|
|
2972
|
-
"group": "development",
|
|
2973
|
-
"private": false,
|
|
2974
|
-
"arguments": [
|
|
2544
|
+
"name": "show <name>",
|
|
2545
|
+
"alias": "",
|
|
2546
|
+
"options": [
|
|
2547
|
+
[
|
|
2548
|
+
"j",
|
|
2549
|
+
"json",
|
|
2550
|
+
"show the lane details in json format"
|
|
2551
|
+
],
|
|
2552
|
+
[
|
|
2553
|
+
"r",
|
|
2554
|
+
"remote <string>",
|
|
2555
|
+
"show remote lanes"
|
|
2556
|
+
]
|
|
2557
|
+
],
|
|
2558
|
+
"description": "show lane details",
|
|
2559
|
+
"extendedDescription": "",
|
|
2560
|
+
"group": "ungrouped",
|
|
2561
|
+
"private": true,
|
|
2562
|
+
"remoteOp": true,
|
|
2563
|
+
"skipWorkspace": true
|
|
2564
|
+
},
|
|
2975
2565
|
{
|
|
2976
|
-
"name": "
|
|
2977
|
-
"
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2566
|
+
"name": "create <name>",
|
|
2567
|
+
"alias": "",
|
|
2568
|
+
"options": [
|
|
2569
|
+
[
|
|
2570
|
+
"",
|
|
2571
|
+
"remote-scope <string>",
|
|
2572
|
+
"remote scope where this lane will be exported to, default to the defaultScope (can be changed later with \"bit lane change-scope\")"
|
|
2573
|
+
],
|
|
2574
|
+
[
|
|
2575
|
+
"",
|
|
2576
|
+
"alias <string>",
|
|
2577
|
+
"a local alias to refer to this lane, default to the <name> (can be added later with \"bit lane alias\")"
|
|
2578
|
+
]
|
|
2579
|
+
],
|
|
2580
|
+
"description": "create and switch to a new lane",
|
|
2581
|
+
"extendedDescription": "a lane created from main (default-lane) is empty until components are snapped.\na lane created from another lane has all the components of the original lane.",
|
|
2582
|
+
"group": "ungrouped",
|
|
2583
|
+
"private": true
|
|
2584
|
+
},
|
|
2990
2585
|
{
|
|
2991
|
-
"name": "
|
|
2586
|
+
"name": "merge <lane>",
|
|
2992
2587
|
"alias": "",
|
|
2993
2588
|
"options": [
|
|
2994
2589
|
[
|
|
2995
|
-
"
|
|
2996
|
-
"
|
|
2997
|
-
"
|
|
2590
|
+
"",
|
|
2591
|
+
"remote <name>",
|
|
2592
|
+
"remote scope name"
|
|
2593
|
+
],
|
|
2594
|
+
[
|
|
2595
|
+
"",
|
|
2596
|
+
"ours",
|
|
2597
|
+
"in case of a conflict, override the used version with the current modification"
|
|
2598
|
+
],
|
|
2599
|
+
[
|
|
2600
|
+
"",
|
|
2601
|
+
"theirs",
|
|
2602
|
+
"in case of a conflict, override the current modification with the specified version"
|
|
2603
|
+
],
|
|
2604
|
+
[
|
|
2605
|
+
"",
|
|
2606
|
+
"manual",
|
|
2607
|
+
"in case of a conflict, leave the files with a conflict state to resolve them manually later"
|
|
2608
|
+
],
|
|
2609
|
+
[
|
|
2610
|
+
"",
|
|
2611
|
+
"existing",
|
|
2612
|
+
"checkout only components in a lane that exist in the workspace"
|
|
2613
|
+
],
|
|
2614
|
+
[
|
|
2615
|
+
"",
|
|
2616
|
+
"no-snap",
|
|
2617
|
+
"do not auto snap in case the merge completed without conflicts"
|
|
2618
|
+
],
|
|
2619
|
+
[
|
|
2620
|
+
"",
|
|
2621
|
+
"build",
|
|
2622
|
+
"in case of snap during the merge, run the build-pipeline (similar to bit snap --build)"
|
|
2623
|
+
],
|
|
2624
|
+
[
|
|
2625
|
+
"m",
|
|
2626
|
+
"message <message>",
|
|
2627
|
+
"override the default message for the auto snap"
|
|
2628
|
+
],
|
|
2629
|
+
[
|
|
2630
|
+
"",
|
|
2631
|
+
"keep-readme",
|
|
2632
|
+
"skip deleting the lane readme component after merging"
|
|
2998
2633
|
]
|
|
2999
2634
|
],
|
|
3000
|
-
"description": "
|
|
2635
|
+
"description": "merge a local or a remote lane",
|
|
3001
2636
|
"extendedDescription": "",
|
|
3002
|
-
"group": "
|
|
3003
|
-
"private":
|
|
3004
|
-
"
|
|
3005
|
-
{
|
|
3006
|
-
"name": "pattern",
|
|
3007
|
-
"description": "component name, component id, or component pattern. use component pattern to select multiple components. \nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
|
|
3008
|
-
}
|
|
3009
|
-
]
|
|
2637
|
+
"group": "ungrouped",
|
|
2638
|
+
"private": true,
|
|
2639
|
+
"remoteOp": true
|
|
3010
2640
|
},
|
|
3011
2641
|
{
|
|
3012
|
-
"name": "
|
|
2642
|
+
"name": "remove <lane...>",
|
|
3013
2643
|
"alias": "",
|
|
3014
2644
|
"options": [
|
|
3015
2645
|
[
|
|
3016
|
-
"
|
|
3017
|
-
"
|
|
3018
|
-
"
|
|
2646
|
+
"r",
|
|
2647
|
+
"remote",
|
|
2648
|
+
"remove a remote lane (in the lane arg, use remote/lane-id syntax)"
|
|
3019
2649
|
],
|
|
3020
2650
|
[
|
|
3021
|
-
"
|
|
3022
|
-
"
|
|
3023
|
-
"
|
|
2651
|
+
"f",
|
|
2652
|
+
"force",
|
|
2653
|
+
"removes the component from the scope, even if used as a dependency. WARNING: components that depend on this component will corrupt"
|
|
2654
|
+
],
|
|
2655
|
+
[
|
|
2656
|
+
"s",
|
|
2657
|
+
"silent",
|
|
2658
|
+
"skip confirmation"
|
|
3024
2659
|
]
|
|
3025
2660
|
],
|
|
3026
|
-
"description": "
|
|
2661
|
+
"description": "remove lanes",
|
|
3027
2662
|
"extendedDescription": "",
|
|
3028
|
-
"group": "
|
|
3029
|
-
"private":
|
|
3030
|
-
"arguments": [
|
|
3031
|
-
{
|
|
3032
|
-
"name": "component-name",
|
|
3033
|
-
"description": "the component name or component id"
|
|
3034
|
-
}
|
|
3035
|
-
]
|
|
2663
|
+
"group": "ungrouped",
|
|
2664
|
+
"private": true
|
|
3036
2665
|
},
|
|
3037
2666
|
{
|
|
3038
|
-
"name": "
|
|
2667
|
+
"name": "change-scope <lane-name> <remote-scope>",
|
|
3039
2668
|
"alias": "",
|
|
3040
|
-
"options": [
|
|
3041
|
-
|
|
3042
|
-
"m",
|
|
3043
|
-
"merge",
|
|
3044
|
-
"merge with an existing config if exits. (by default, it replaces the config)"
|
|
3045
|
-
]
|
|
3046
|
-
],
|
|
3047
|
-
"description": "set components with an aspect to extend their development tools, metadata and (possibly) artifacts",
|
|
2669
|
+
"options": [],
|
|
2670
|
+
"description": "change the remote scope of a lane",
|
|
3048
2671
|
"extendedDescription": "",
|
|
3049
|
-
"group": "
|
|
3050
|
-
"private":
|
|
3051
|
-
"arguments": [
|
|
3052
|
-
{
|
|
3053
|
-
"name": "pattern",
|
|
3054
|
-
"description": "the components to extend. use component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\". wrap the pattern with quotes"
|
|
3055
|
-
},
|
|
3056
|
-
{
|
|
3057
|
-
"name": "aspect-id",
|
|
3058
|
-
"description": "the aspect's component id"
|
|
3059
|
-
},
|
|
3060
|
-
{
|
|
3061
|
-
"name": "config",
|
|
3062
|
-
"description": "the aspect config. enter the config as a stringified JSON (e.g. '{\"foo\":\"bar\"}' ). when no config is provided, an aspect is set with an empty config ({})."
|
|
3063
|
-
}
|
|
3064
|
-
]
|
|
2672
|
+
"group": "ungrouped",
|
|
2673
|
+
"private": true
|
|
3065
2674
|
},
|
|
3066
2675
|
{
|
|
3067
|
-
"name": "
|
|
2676
|
+
"name": "alias <lane-name> <alias>",
|
|
3068
2677
|
"alias": "",
|
|
3069
2678
|
"options": [],
|
|
3070
|
-
"description": "
|
|
3071
|
-
"extendedDescription": "",
|
|
3072
|
-
"group": "
|
|
3073
|
-
"private":
|
|
3074
|
-
"arguments": [
|
|
3075
|
-
{
|
|
3076
|
-
"name": "pattern",
|
|
3077
|
-
"description": "the components to target. use component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\". wrap the pattern with quotes"
|
|
3078
|
-
},
|
|
3079
|
-
{
|
|
3080
|
-
"name": "aspect-id",
|
|
3081
|
-
"description": "the aspect's component id"
|
|
3082
|
-
}
|
|
3083
|
-
]
|
|
2679
|
+
"description": "add an alias to a lane",
|
|
2680
|
+
"extendedDescription": "an alias is a name that can be used to refer to a lane. it is saved locally and never reach the remote.\nit is useful when having multiple lanes with the same name, but with different remote scopes.",
|
|
2681
|
+
"group": "ungrouped",
|
|
2682
|
+
"private": true
|
|
3084
2683
|
},
|
|
3085
2684
|
{
|
|
3086
|
-
"name": "
|
|
2685
|
+
"name": "rename <current-name> <new-name>",
|
|
3087
2686
|
"alias": "",
|
|
3088
2687
|
"options": [],
|
|
3089
|
-
"description": "
|
|
2688
|
+
"description": "EXPERIMENTAL. change the lane-name locally and on the remote (if exported)",
|
|
3090
2689
|
"extendedDescription": "",
|
|
3091
|
-
"group": "
|
|
3092
|
-
"private":
|
|
3093
|
-
|
|
3094
|
-
{
|
|
3095
|
-
"name": "aspect-id",
|
|
3096
|
-
"description": "the aspect's component id. optionally, add a version (id@version), otherwise, it finds the latest version on the remote"
|
|
3097
|
-
},
|
|
3098
|
-
{
|
|
3099
|
-
"name": "pattern",
|
|
3100
|
-
"description": "the components to update (defaults to all components). use component name, component id, or component pattern. use component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\". wrap the pattern with quotes"
|
|
3101
|
-
}
|
|
3102
|
-
],
|
|
3103
|
-
"examples": [
|
|
3104
|
-
{
|
|
3105
|
-
"cmd": "update scope.org/aspect '**/ui/**'",
|
|
3106
|
-
"description": "update \"ui\" components that use scope.org/aspect to use its latest version"
|
|
3107
|
-
},
|
|
3108
|
-
{
|
|
3109
|
-
"cmd": "bit aspect update scope.org/aspect@2.0.0",
|
|
3110
|
-
"description": "update all components that use scope.org/aspect to version 2.0.0 (of this aspect)."
|
|
3111
|
-
}
|
|
3112
|
-
]
|
|
3113
|
-
}
|
|
3114
|
-
]
|
|
3115
|
-
},
|
|
3116
|
-
{
|
|
3117
|
-
"name": "clear-cache",
|
|
3118
|
-
"alias": "cc",
|
|
3119
|
-
"options": [
|
|
3120
|
-
[
|
|
3121
|
-
"r",
|
|
3122
|
-
"remote <remote-name>",
|
|
3123
|
-
"clear memory cache from a remote scope"
|
|
3124
|
-
]
|
|
3125
|
-
],
|
|
3126
|
-
"description": "clears Bit's cache from current working machine",
|
|
3127
|
-
"extendedDescription": "The following gets removed by this command:\n1) V8 compiled code (generated the first time Bit is loaded by v8-compile-cache package)\n2) components cache on the filesystem (mainly the dependencies graph and docs)\n3) scope's index file, which maps the component-id:object-hash\nhttps://bit.dev/docs/workspace/clearing-cache",
|
|
3128
|
-
"group": "general",
|
|
3129
|
-
"private": false,
|
|
3130
|
-
"skipWorkspace": true
|
|
3131
|
-
},
|
|
3132
|
-
{
|
|
3133
|
-
"name": "log <id>",
|
|
3134
|
-
"alias": "",
|
|
3135
|
-
"options": [
|
|
3136
|
-
[
|
|
3137
|
-
"r",
|
|
3138
|
-
"remote",
|
|
3139
|
-
"show log of a remote component"
|
|
3140
|
-
],
|
|
3141
|
-
[
|
|
3142
|
-
"",
|
|
3143
|
-
"parents",
|
|
3144
|
-
"EXPERIMENTAL. show parents and lanes data"
|
|
3145
|
-
],
|
|
3146
|
-
[
|
|
3147
|
-
"j",
|
|
3148
|
-
"json",
|
|
3149
|
-
"json format"
|
|
3150
|
-
]
|
|
3151
|
-
],
|
|
3152
|
-
"description": "show components(s) version history",
|
|
3153
|
-
"extendedDescription": "https://bit.dev/docs/reference/cli-reference#log",
|
|
3154
|
-
"group": "info",
|
|
3155
|
-
"private": false,
|
|
3156
|
-
"remoteOp": true,
|
|
3157
|
-
"skipWorkspace": true,
|
|
3158
|
-
"arguments": [
|
|
2690
|
+
"group": "ungrouped",
|
|
2691
|
+
"private": true
|
|
2692
|
+
},
|
|
3159
2693
|
{
|
|
3160
|
-
"name": "
|
|
3161
|
-
"
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
"",
|
|
3171
|
-
"new-id <string>",
|
|
3172
|
-
"if replaced by another component, enter the new component id"
|
|
3173
|
-
]
|
|
3174
|
-
],
|
|
3175
|
-
"description": "deprecate a component",
|
|
3176
|
-
"extendedDescription": "",
|
|
3177
|
-
"group": "collaborate",
|
|
3178
|
-
"private": false,
|
|
3179
|
-
"remoteOp": true,
|
|
3180
|
-
"skipWorkspace": true,
|
|
3181
|
-
"arguments": [
|
|
2694
|
+
"name": "diff [values...]",
|
|
2695
|
+
"alias": "",
|
|
2696
|
+
"options": [],
|
|
2697
|
+
"description": "show diff between lanes",
|
|
2698
|
+
"extendedDescription": "bit lane diff => diff between the current lane and default lane. (only inside workspace).\nbit lane diff to => diff between the current lane (or default-lane when in scope) and \"to\" lane.\nbit lane diff from to => diff between \"from\" lane and \"to\" lane.",
|
|
2699
|
+
"group": "ungrouped",
|
|
2700
|
+
"private": true,
|
|
2701
|
+
"remoteOp": true,
|
|
2702
|
+
"skipWorkspace": true
|
|
2703
|
+
},
|
|
3182
2704
|
{
|
|
3183
|
-
"name": "
|
|
3184
|
-
"
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
"description": "undeprecate a deprecated component (local/remote)",
|
|
3193
|
-
"extendedDescription": "",
|
|
3194
|
-
"group": "collaborate",
|
|
3195
|
-
"private": false,
|
|
3196
|
-
"remoteOp": true,
|
|
3197
|
-
"skipWorkspace": true
|
|
3198
|
-
},
|
|
3199
|
-
{
|
|
3200
|
-
"name": "rename <current-name> <new-name>",
|
|
3201
|
-
"alias": "",
|
|
3202
|
-
"options": [
|
|
3203
|
-
[
|
|
3204
|
-
"s",
|
|
3205
|
-
"scope <scope-name>",
|
|
3206
|
-
"default scope for the newly created component"
|
|
3207
|
-
],
|
|
3208
|
-
[
|
|
3209
|
-
"p",
|
|
3210
|
-
"path <relative-path>",
|
|
3211
|
-
"relative path in the workspace. by default the path is `<scope>/<namespace>/<name>`"
|
|
3212
|
-
],
|
|
3213
|
-
[
|
|
3214
|
-
"r",
|
|
3215
|
-
"refactor",
|
|
3216
|
-
"update the import/require statements in all dependent components (in the same workspace)"
|
|
3217
|
-
]
|
|
3218
|
-
],
|
|
3219
|
-
"description": "EXPERIMENTAL. rename component. if tagged/exported, create a new component and deprecate the original component",
|
|
3220
|
-
"extendedDescription": "",
|
|
3221
|
-
"group": "collaborate",
|
|
3222
|
-
"private": false,
|
|
3223
|
-
"remoteOp": true,
|
|
3224
|
-
"skipWorkspace": true,
|
|
3225
|
-
"arguments": [
|
|
2705
|
+
"name": "add-readme <componentId> [laneName]",
|
|
2706
|
+
"alias": "",
|
|
2707
|
+
"options": [],
|
|
2708
|
+
"description": "EXPERIMENTAL. add lane readme component",
|
|
2709
|
+
"extendedDescription": "",
|
|
2710
|
+
"group": "ungrouped",
|
|
2711
|
+
"private": true,
|
|
2712
|
+
"skipWorkspace": false
|
|
2713
|
+
},
|
|
3226
2714
|
{
|
|
3227
|
-
"name": "
|
|
3228
|
-
"
|
|
2715
|
+
"name": "remove-readme [laneName]",
|
|
2716
|
+
"alias": "",
|
|
2717
|
+
"options": [],
|
|
2718
|
+
"description": "EXPERIMENTAL. remove lane readme component",
|
|
2719
|
+
"extendedDescription": "",
|
|
2720
|
+
"group": "ungrouped",
|
|
2721
|
+
"private": true,
|
|
2722
|
+
"skipWorkspace": false
|
|
3229
2723
|
},
|
|
3230
2724
|
{
|
|
3231
|
-
"name": "
|
|
3232
|
-
"
|
|
2725
|
+
"name": "import <lane>",
|
|
2726
|
+
"alias": "",
|
|
2727
|
+
"options": [
|
|
2728
|
+
[
|
|
2729
|
+
"",
|
|
2730
|
+
"skip-dependency-installation",
|
|
2731
|
+
"do not install packages of the imported components"
|
|
2732
|
+
]
|
|
2733
|
+
],
|
|
2734
|
+
"description": "import a remote lane to your workspace",
|
|
2735
|
+
"extendedDescription": "",
|
|
2736
|
+
"group": "ungrouped",
|
|
2737
|
+
"private": true
|
|
3233
2738
|
}
|
|
3234
2739
|
]
|
|
3235
2740
|
},
|
|
3236
2741
|
{
|
|
3237
|
-
"name": "
|
|
2742
|
+
"name": "switch <lane>",
|
|
3238
2743
|
"alias": "",
|
|
3239
2744
|
"options": [
|
|
3240
2745
|
[
|
|
3241
|
-
"
|
|
3242
|
-
"
|
|
3243
|
-
"
|
|
2746
|
+
"n",
|
|
2747
|
+
"alias <string>",
|
|
2748
|
+
"relevant when the specified lane is a remote late. name a local lane differently than the remote lane"
|
|
3244
2749
|
],
|
|
3245
2750
|
[
|
|
3246
|
-
"
|
|
3247
|
-
"
|
|
3248
|
-
"
|
|
2751
|
+
"m",
|
|
2752
|
+
"merge [strategy]",
|
|
2753
|
+
"merge local changes with the checked out version. strategy should be \"theirs\", \"ours\" or \"manual\""
|
|
3249
2754
|
],
|
|
3250
2755
|
[
|
|
3251
|
-
"
|
|
3252
|
-
"
|
|
3253
|
-
"
|
|
2756
|
+
"a",
|
|
2757
|
+
"get-all",
|
|
2758
|
+
"checkout all components in a lane include ones that do not exist in the workspace"
|
|
3254
2759
|
],
|
|
3255
2760
|
[
|
|
3256
2761
|
"",
|
|
3257
2762
|
"skip-dependency-installation",
|
|
3258
2763
|
"do not install packages of the imported components"
|
|
2764
|
+
],
|
|
2765
|
+
[
|
|
2766
|
+
"j",
|
|
2767
|
+
"json",
|
|
2768
|
+
"return the output as JSON"
|
|
3259
2769
|
]
|
|
3260
2770
|
],
|
|
3261
|
-
"description": "
|
|
2771
|
+
"description": "switch to the specified lane",
|
|
3262
2772
|
"extendedDescription": "",
|
|
3263
|
-
"group": "
|
|
3264
|
-
"private":
|
|
3265
|
-
"remoteOp": true,
|
|
3266
|
-
"skipWorkspace": true,
|
|
3267
|
-
"arguments": [
|
|
3268
|
-
{
|
|
3269
|
-
"name": "source-component-id",
|
|
3270
|
-
"description": "the component id of the source component"
|
|
3271
|
-
},
|
|
3272
|
-
{
|
|
3273
|
-
"name": "target-component-name",
|
|
3274
|
-
"description": "the name for the new component (component name without scope). to set a different scope, use the '--scope' flag"
|
|
3275
|
-
}
|
|
3276
|
-
]
|
|
2773
|
+
"group": "ungrouped",
|
|
2774
|
+
"private": true
|
|
3277
2775
|
},
|
|
3278
2776
|
{
|
|
3279
|
-
"name": "eject <
|
|
2777
|
+
"name": "eject <pattern>",
|
|
3280
2778
|
"alias": "E",
|
|
3281
2779
|
"options": [
|
|
3282
2780
|
[
|
|
@@ -3295,16 +2793,10 @@
|
|
|
3295
2793
|
"keep the component files in the workspace intact"
|
|
3296
2794
|
]
|
|
3297
2795
|
],
|
|
3298
|
-
"description": "
|
|
3299
|
-
"extendedDescription": "",
|
|
2796
|
+
"description": "replaces the components from the local scope with the corresponding packages",
|
|
2797
|
+
"extendedDescription": "you can use a `<pattern>` for multiple component ids, such as `bit eject \"org.scope/utils/**\"`. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nalways wrap the pattern with quotes to avoid collision with shell commands.\nto validate the pattern before running this command, run `bit pattern <pattern>`.\n",
|
|
3300
2798
|
"group": "development",
|
|
3301
|
-
"private": false
|
|
3302
|
-
"arguments": [
|
|
3303
|
-
{
|
|
3304
|
-
"name": "component-pattern",
|
|
3305
|
-
"description": "component name, component id, or component pattern.\nuse component pattern to select multiple components. use comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
|
|
3306
|
-
}
|
|
3307
|
-
]
|
|
2799
|
+
"private": false
|
|
3308
2800
|
},
|
|
3309
2801
|
{
|
|
3310
2802
|
"name": "resume-export <export-id> <remotes...>",
|
|
@@ -3317,28 +2809,48 @@
|
|
|
3317
2809
|
"remoteOp": true
|
|
3318
2810
|
},
|
|
3319
2811
|
{
|
|
3320
|
-
"name": "export [
|
|
2812
|
+
"name": "export [remote] [id...]",
|
|
3321
2813
|
"alias": "e",
|
|
3322
2814
|
"options": [
|
|
3323
2815
|
[
|
|
3324
2816
|
"e",
|
|
3325
2817
|
"eject",
|
|
3326
|
-
"
|
|
2818
|
+
"replaces the exported components from the local scope with the corresponding packages"
|
|
3327
2819
|
],
|
|
3328
2820
|
[
|
|
3329
2821
|
"a",
|
|
3330
2822
|
"all",
|
|
3331
|
-
"export all components
|
|
2823
|
+
"export all components include non-staged"
|
|
2824
|
+
],
|
|
2825
|
+
[
|
|
2826
|
+
"d",
|
|
2827
|
+
"include-dependencies",
|
|
2828
|
+
"LEGACY ONLY. include the component's dependencies as part of the export to the remote scope"
|
|
2829
|
+
],
|
|
2830
|
+
[
|
|
2831
|
+
"s",
|
|
2832
|
+
"set-current-scope",
|
|
2833
|
+
"LEGACY ONLY. ensure the component's remote scope is set according to the target location"
|
|
2834
|
+
],
|
|
2835
|
+
[
|
|
2836
|
+
"r",
|
|
2837
|
+
"rewire",
|
|
2838
|
+
"LEGACY ONLY. when exporting to a different or new scope, replace import/require statements in the source code to match the new scope"
|
|
2839
|
+
],
|
|
2840
|
+
[
|
|
2841
|
+
"f",
|
|
2842
|
+
"force",
|
|
2843
|
+
"force changing a component remote without asking for a confirmation"
|
|
3332
2844
|
],
|
|
3333
2845
|
[
|
|
3334
2846
|
"",
|
|
3335
2847
|
"all-versions",
|
|
3336
|
-
"export not only staged versions but all of them
|
|
2848
|
+
"export not only staged versions but all of them"
|
|
3337
2849
|
],
|
|
3338
2850
|
[
|
|
3339
2851
|
"",
|
|
3340
2852
|
"origin-directly",
|
|
3341
|
-
"
|
|
2853
|
+
"HARMONY ONLY. avoid export to the central hub, instead, export directly to the original scopes. not recommended!"
|
|
3342
2854
|
],
|
|
3343
2855
|
[
|
|
3344
2856
|
"",
|
|
@@ -3356,17 +2868,11 @@
|
|
|
3356
2868
|
"show output in json format"
|
|
3357
2869
|
]
|
|
3358
2870
|
],
|
|
3359
|
-
"description": "
|
|
3360
|
-
"extendedDescription": "bit export => export all staged components to their current scope, if checked out to a lane, export the lane as well\n
|
|
2871
|
+
"description": "Export components to a remote scope",
|
|
2872
|
+
"extendedDescription": "bit export => export all staged components to their current scope, if checked out to a lane, export the lane as well\n`bit export [id...]` => export the given ids to their current scope\n\nhttps://bit.dev/docs/components/exporting-components\nyou can use a pattern for multiple ids, such as bit export remote-scope \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
3361
2873
|
"group": "collaborate",
|
|
3362
2874
|
"private": false,
|
|
3363
|
-
"remoteOp": true
|
|
3364
|
-
"arguments": [
|
|
3365
|
-
{
|
|
3366
|
-
"name": "component-patterns...",
|
|
3367
|
-
"description": "component IDs, component names, or component patterns (separated by space). Use patterns to export groups of components using a common scope or namespace. E.g., \"utils/*\" (wrap with double quotes)"
|
|
3368
|
-
}
|
|
3369
|
-
]
|
|
2875
|
+
"remoteOp": true
|
|
3370
2876
|
},
|
|
3371
2877
|
{
|
|
3372
2878
|
"name": "update-dependencies <data>",
|