@teambit/harmony.content.cli-reference 1.95.37 → 1.95.40
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 +38 -117
- package/cli-reference.mdx +17 -23
- package/dist/cli-reference.json +38 -117
- package/dist/cli-reference.mdx.js +10 -78
- package/dist/cli-reference.mdx.js.map +1 -1
- package/package-tar/teambit-harmony.content.cli-reference-1.95.40.tgz +0 -0
- package/package.json +2 -32
- package/{preview-1656646049209.js → preview-1657769253704.js} +3 -3
- package/package-tar/teambit-harmony.content.cli-reference-1.95.37.tgz +0 -0
package/dist/cli-reference.json
CHANGED
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"private": true
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
|
-
"name": "dependents <
|
|
213
|
+
"name": "dependents <component-name>",
|
|
214
214
|
"alias": "",
|
|
215
215
|
"options": [],
|
|
216
216
|
"description": "EXPERIMENTAL. show dependents of the given component",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"private": false
|
|
220
220
|
},
|
|
221
221
|
{
|
|
222
|
-
"name": "dependencies <
|
|
222
|
+
"name": "dependencies <component-name>",
|
|
223
223
|
"alias": "",
|
|
224
224
|
"options": [
|
|
225
225
|
[
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
"show the immediate dependencies and how their version was determined"
|
|
234
234
|
]
|
|
235
235
|
],
|
|
236
|
-
"description": "EXPERIMENTAL. show
|
|
236
|
+
"description": "EXPERIMENTAL. show direct and indirect dependencies of the given component",
|
|
237
237
|
"extendedDescription": "",
|
|
238
238
|
"group": "info",
|
|
239
239
|
"private": false
|
|
@@ -324,21 +324,6 @@
|
|
|
324
324
|
"private": true,
|
|
325
325
|
"internal": true
|
|
326
326
|
},
|
|
327
|
-
{
|
|
328
|
-
"name": "inject-conf [id]",
|
|
329
|
-
"alias": "",
|
|
330
|
-
"options": [
|
|
331
|
-
[
|
|
332
|
-
"f",
|
|
333
|
-
"force",
|
|
334
|
-
"force injecting even if there are config files changes"
|
|
335
|
-
]
|
|
336
|
-
],
|
|
337
|
-
"description": "injecting components configuration",
|
|
338
|
-
"extendedDescription": "",
|
|
339
|
-
"group": "ungrouped",
|
|
340
|
-
"private": true
|
|
341
|
-
},
|
|
342
327
|
{
|
|
343
328
|
"name": "_scope <path> <args>",
|
|
344
329
|
"alias": "",
|
|
@@ -349,36 +334,6 @@
|
|
|
349
334
|
"private": true,
|
|
350
335
|
"internal": true
|
|
351
336
|
},
|
|
352
|
-
{
|
|
353
|
-
"name": "ci-update <id> [scopePath]",
|
|
354
|
-
"alias": "",
|
|
355
|
-
"options": [
|
|
356
|
-
[
|
|
357
|
-
"d",
|
|
358
|
-
"directory [file]",
|
|
359
|
-
"directory to run ci-update"
|
|
360
|
-
],
|
|
361
|
-
[
|
|
362
|
-
"k",
|
|
363
|
-
"keep",
|
|
364
|
-
"keep test environment after run (default false)"
|
|
365
|
-
],
|
|
366
|
-
[
|
|
367
|
-
"c",
|
|
368
|
-
"no-cache",
|
|
369
|
-
"ignore component cache when creating dist file"
|
|
370
|
-
],
|
|
371
|
-
[
|
|
372
|
-
"o",
|
|
373
|
-
"output [file]",
|
|
374
|
-
"save ci results to file system"
|
|
375
|
-
]
|
|
376
|
-
],
|
|
377
|
-
"description": "run an update for build and test of a certain bit-component",
|
|
378
|
-
"extendedDescription": "",
|
|
379
|
-
"group": "ungrouped",
|
|
380
|
-
"private": true
|
|
381
|
-
},
|
|
382
337
|
{
|
|
383
338
|
"name": "cat-scope [scopePath]",
|
|
384
339
|
"alias": "",
|
|
@@ -474,21 +429,11 @@
|
|
|
474
429
|
"main <file>",
|
|
475
430
|
"define entry point for the components"
|
|
476
431
|
],
|
|
477
|
-
[
|
|
478
|
-
"t",
|
|
479
|
-
"tests <file>/\"<file>,<file>\"",
|
|
480
|
-
"LEGACY ONLY. specify test files to track. use quotation marks to list files or use a glob pattern"
|
|
481
|
-
],
|
|
482
432
|
[
|
|
483
433
|
"n",
|
|
484
434
|
"namespace <namespace>",
|
|
485
435
|
"organize component in a namespace"
|
|
486
436
|
],
|
|
487
|
-
[
|
|
488
|
-
"e",
|
|
489
|
-
"exclude <file>/\"<file>,<file>\"",
|
|
490
|
-
"LEGACY ONLY. exclude file from being tracked. use quotation marks to list files or use a glob pattern"
|
|
491
|
-
],
|
|
492
437
|
[
|
|
493
438
|
"o",
|
|
494
439
|
"override <boolean>",
|
|
@@ -505,21 +450,6 @@
|
|
|
505
450
|
"group": "development",
|
|
506
451
|
"private": false
|
|
507
452
|
},
|
|
508
|
-
{
|
|
509
|
-
"name": "untrack [ids...]",
|
|
510
|
-
"alias": "u",
|
|
511
|
-
"options": [
|
|
512
|
-
[
|
|
513
|
-
"a",
|
|
514
|
-
"all",
|
|
515
|
-
"revert add for all tracked components"
|
|
516
|
-
]
|
|
517
|
-
],
|
|
518
|
-
"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)",
|
|
519
|
-
"extendedDescription": "",
|
|
520
|
-
"group": "ungrouped",
|
|
521
|
-
"private": true
|
|
522
|
-
},
|
|
523
453
|
{
|
|
524
454
|
"name": "untag [component-name] [component-version]",
|
|
525
455
|
"alias": "",
|
|
@@ -548,13 +478,7 @@
|
|
|
548
478
|
{
|
|
549
479
|
"name": "move <current-component-dir> <new-component-dir>",
|
|
550
480
|
"alias": "mv",
|
|
551
|
-
"options": [
|
|
552
|
-
[
|
|
553
|
-
"c",
|
|
554
|
-
"component",
|
|
555
|
-
"LEGACY ONLY. move component files that are spread over multiple directories to one directory. synopsis: `move <component-id> <directory>`"
|
|
556
|
-
]
|
|
557
|
-
],
|
|
481
|
+
"options": [],
|
|
558
482
|
"description": "move a component to a different filesystem path",
|
|
559
483
|
"extendedDescription": "move files or directories of component(s)\n https://bit.dev/docs/workspace/moving-components",
|
|
560
484
|
"group": "development",
|
|
@@ -611,26 +535,6 @@
|
|
|
611
535
|
"private": true,
|
|
612
536
|
"internal": true
|
|
613
537
|
},
|
|
614
|
-
{
|
|
615
|
-
"name": "_deprecate <path> <args>",
|
|
616
|
-
"alias": "",
|
|
617
|
-
"options": [],
|
|
618
|
-
"description": "deprecate a component from a scope",
|
|
619
|
-
"extendedDescription": "",
|
|
620
|
-
"group": "ungrouped",
|
|
621
|
-
"private": true,
|
|
622
|
-
"internal": true
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"name": "_undeprecate <path> <args>",
|
|
626
|
-
"alias": "",
|
|
627
|
-
"options": [],
|
|
628
|
-
"description": "undeprecate a component from a scope",
|
|
629
|
-
"extendedDescription": "",
|
|
630
|
-
"group": "ungrouped",
|
|
631
|
-
"private": true,
|
|
632
|
-
"internal": true
|
|
633
|
-
},
|
|
634
538
|
{
|
|
635
539
|
"name": "_latest <path> <args>",
|
|
636
540
|
"alias": "",
|
|
@@ -668,7 +572,7 @@
|
|
|
668
572
|
[
|
|
669
573
|
"r",
|
|
670
574
|
"reset",
|
|
671
|
-
"
|
|
575
|
+
"revert changes that were not snapped"
|
|
672
576
|
],
|
|
673
577
|
[
|
|
674
578
|
"a",
|
|
@@ -784,11 +688,6 @@
|
|
|
784
688
|
"v",
|
|
785
689
|
"verbose",
|
|
786
690
|
"showing logs for the migration process"
|
|
787
|
-
],
|
|
788
|
-
[
|
|
789
|
-
"h",
|
|
790
|
-
"harmony",
|
|
791
|
-
"migrate workspace from legacy to Harmony"
|
|
792
691
|
]
|
|
793
692
|
],
|
|
794
693
|
"description": "migrate scope to the current version",
|
|
@@ -1187,7 +1086,7 @@
|
|
|
1187
1086
|
[
|
|
1188
1087
|
"r",
|
|
1189
1088
|
"refactor",
|
|
1190
|
-
"
|
|
1089
|
+
"update the import statements in all dependent components to the new package name (that contains the new scope name)"
|
|
1191
1090
|
]
|
|
1192
1091
|
],
|
|
1193
1092
|
"description": "Renames the scope name for all components with the specified 'current scope name'",
|
|
@@ -1620,7 +1519,7 @@
|
|
|
1620
1519
|
[
|
|
1621
1520
|
"",
|
|
1622
1521
|
"dependents",
|
|
1623
|
-
"EXPERIMENTAL. import
|
|
1522
|
+
"EXPERIMENTAL. import the components' dependents. this enables changes to propagate from (modified) components to their dependents"
|
|
1624
1523
|
],
|
|
1625
1524
|
[
|
|
1626
1525
|
"",
|
|
@@ -2072,7 +1971,7 @@
|
|
|
2072
1971
|
[
|
|
2073
1972
|
"i",
|
|
2074
1973
|
"ignore-issues [issues]",
|
|
2075
|
-
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors,
|
|
1974
|
+
"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 \"*\"."
|
|
2076
1975
|
],
|
|
2077
1976
|
[
|
|
2078
1977
|
"I",
|
|
@@ -2124,7 +2023,7 @@
|
|
|
2124
2023
|
]
|
|
2125
2024
|
},
|
|
2126
2025
|
{
|
|
2127
|
-
"name": "snap [component-
|
|
2026
|
+
"name": "snap [component-pattern]",
|
|
2128
2027
|
"alias": "",
|
|
2129
2028
|
"options": [
|
|
2130
2029
|
[
|
|
@@ -2165,7 +2064,7 @@
|
|
|
2165
2064
|
[
|
|
2166
2065
|
"i",
|
|
2167
2066
|
"ignore-issues [issues]",
|
|
2168
|
-
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors,
|
|
2067
|
+
"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 \"*\"."
|
|
2169
2068
|
],
|
|
2170
2069
|
[
|
|
2171
2070
|
"a",
|
|
@@ -2184,8 +2083,8 @@
|
|
|
2184
2083
|
"private": true,
|
|
2185
2084
|
"arguments": [
|
|
2186
2085
|
{
|
|
2187
|
-
"name": "
|
|
2188
|
-
"description": "component
|
|
2086
|
+
"name": "component-pattern",
|
|
2087
|
+
"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."
|
|
2189
2088
|
}
|
|
2190
2089
|
]
|
|
2191
2090
|
},
|
|
@@ -2673,7 +2572,7 @@
|
|
|
2673
2572
|
]
|
|
2674
2573
|
},
|
|
2675
2574
|
{
|
|
2676
|
-
"name": "deprecate <
|
|
2575
|
+
"name": "deprecate <component-name>",
|
|
2677
2576
|
"alias": "d",
|
|
2678
2577
|
"options": [
|
|
2679
2578
|
[
|
|
@@ -2687,7 +2586,13 @@
|
|
|
2687
2586
|
"group": "collaborate",
|
|
2688
2587
|
"private": false,
|
|
2689
2588
|
"remoteOp": true,
|
|
2690
|
-
"skipWorkspace": true
|
|
2589
|
+
"skipWorkspace": true,
|
|
2590
|
+
"arguments": [
|
|
2591
|
+
{
|
|
2592
|
+
"name": "component-name",
|
|
2593
|
+
"description": "component name or component id"
|
|
2594
|
+
}
|
|
2595
|
+
]
|
|
2691
2596
|
},
|
|
2692
2597
|
{
|
|
2693
2598
|
"name": "undeprecate <id>",
|
|
@@ -2923,7 +2828,13 @@
|
|
|
2923
2828
|
"description": "creates a new lane and switches to it",
|
|
2924
2829
|
"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.",
|
|
2925
2830
|
"group": "ungrouped",
|
|
2926
|
-
"private": true
|
|
2831
|
+
"private": true,
|
|
2832
|
+
"arguments": [
|
|
2833
|
+
{
|
|
2834
|
+
"name": "lane-name",
|
|
2835
|
+
"description": "the name for the new lane"
|
|
2836
|
+
}
|
|
2837
|
+
]
|
|
2927
2838
|
},
|
|
2928
2839
|
{
|
|
2929
2840
|
"name": "merge <lane>",
|
|
@@ -2977,7 +2888,17 @@
|
|
|
2977
2888
|
[
|
|
2978
2889
|
"",
|
|
2979
2890
|
"squash",
|
|
2980
|
-
"squash multiple snaps. keep the last one only"
|
|
2891
|
+
"EXPERIMENTAL. squash multiple snaps. keep the last one only"
|
|
2892
|
+
],
|
|
2893
|
+
[
|
|
2894
|
+
"",
|
|
2895
|
+
"pattern <component-pattern>",
|
|
2896
|
+
"EXPERIMENTAL. partially merge the lane with the specified component-pattern"
|
|
2897
|
+
],
|
|
2898
|
+
[
|
|
2899
|
+
"",
|
|
2900
|
+
"include-deps",
|
|
2901
|
+
"EXPERIMENTAL. relevant for \"--pattern\" and \"--existing\". merge also dependencies of the given components"
|
|
2981
2902
|
]
|
|
2982
2903
|
],
|
|
2983
2904
|
"description": "merge a local or a remote lane",
|
|
@@ -13,7 +13,7 @@ var _excluded = ["components"];
|
|
|
13
13
|
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
15
|
|
|
16
|
-
function _extends() { _extends = Object.assign
|
|
16
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
17
17
|
|
|
18
18
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
19
19
|
|
|
@@ -111,21 +111,6 @@ function MDXContent(_ref) {
|
|
|
111
111
|
"align": null
|
|
112
112
|
}, (0, _react2.mdx)("inlineCode", {
|
|
113
113
|
parentName: "td"
|
|
114
|
-
}, "--tests <file>/\"<file>,<file>\"")), (0, _react2.mdx)("td", {
|
|
115
|
-
parentName: "tr",
|
|
116
|
-
"align": "center"
|
|
117
|
-
}, (0, _react2.mdx)("inlineCode", {
|
|
118
|
-
parentName: "td"
|
|
119
|
-
}, "-t")), (0, _react2.mdx)("td", {
|
|
120
|
-
parentName: "tr",
|
|
121
|
-
"align": null
|
|
122
|
-
}, "LEGACY ONLY. specify test files to track. use quotation marks to list files or use a glob pattern")), (0, _react2.mdx)("tr", {
|
|
123
|
-
parentName: "tbody"
|
|
124
|
-
}, (0, _react2.mdx)("td", {
|
|
125
|
-
parentName: "tr",
|
|
126
|
-
"align": null
|
|
127
|
-
}, (0, _react2.mdx)("inlineCode", {
|
|
128
|
-
parentName: "td"
|
|
129
114
|
}, "--namespace <namespace>")), (0, _react2.mdx)("td", {
|
|
130
115
|
parentName: "tr",
|
|
131
116
|
"align": "center"
|
|
@@ -141,21 +126,6 @@ function MDXContent(_ref) {
|
|
|
141
126
|
"align": null
|
|
142
127
|
}, (0, _react2.mdx)("inlineCode", {
|
|
143
128
|
parentName: "td"
|
|
144
|
-
}, "--exclude <file>/\"<file>,<file>\"")), (0, _react2.mdx)("td", {
|
|
145
|
-
parentName: "tr",
|
|
146
|
-
"align": "center"
|
|
147
|
-
}, (0, _react2.mdx)("inlineCode", {
|
|
148
|
-
parentName: "td"
|
|
149
|
-
}, "-e")), (0, _react2.mdx)("td", {
|
|
150
|
-
parentName: "tr",
|
|
151
|
-
"align": null
|
|
152
|
-
}, "LEGACY ONLY. exclude file from being tracked. use quotation marks to list files or use a glob pattern")), (0, _react2.mdx)("tr", {
|
|
153
|
-
parentName: "tbody"
|
|
154
|
-
}, (0, _react2.mdx)("td", {
|
|
155
|
-
parentName: "tr",
|
|
156
|
-
"align": null
|
|
157
|
-
}, (0, _react2.mdx)("inlineCode", {
|
|
158
|
-
parentName: "td"
|
|
159
129
|
}, "--override <boolean>")), (0, _react2.mdx)("td", {
|
|
160
130
|
parentName: "tr",
|
|
161
131
|
"align": "center"
|
|
@@ -1021,7 +991,7 @@ function MDXContent(_ref) {
|
|
|
1021
991
|
}, "-r")), (0, _react2.mdx)("td", {
|
|
1022
992
|
parentName: "tr",
|
|
1023
993
|
"align": null
|
|
1024
|
-
}, "
|
|
994
|
+
}, "revert changes that were not snapped")), (0, _react2.mdx)("tr", {
|
|
1025
995
|
parentName: "tbody"
|
|
1026
996
|
}, (0, _react2.mdx)("td", {
|
|
1027
997
|
parentName: "tr",
|
|
@@ -1532,9 +1502,9 @@ function MDXContent(_ref) {
|
|
|
1532
1502
|
parentName: "p"
|
|
1533
1503
|
}), "\n", (0, _react2.mdx)("strong", {
|
|
1534
1504
|
parentName: "p"
|
|
1535
|
-
}, "Description"), ": EXPERIMENTAL. show
|
|
1505
|
+
}, "Description"), ": EXPERIMENTAL. show direct and indirect dependencies of the given component"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
1536
1506
|
parentName: "p"
|
|
1537
|
-
}, "bit dependencies <
|
|
1507
|
+
}, "bit dependencies <component-name>")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
1538
1508
|
parentName: "table"
|
|
1539
1509
|
}, (0, _react2.mdx)("tr", {
|
|
1540
1510
|
parentName: "thead"
|
|
@@ -1593,7 +1563,7 @@ function MDXContent(_ref) {
|
|
|
1593
1563
|
parentName: "p"
|
|
1594
1564
|
}, "Description"), ": EXPERIMENTAL. show dependents of the given component"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
1595
1565
|
parentName: "p"
|
|
1596
|
-
}, "bit dependents <
|
|
1566
|
+
}, "bit dependents <component-name>")), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "deprecate"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
1597
1567
|
parentName: "p"
|
|
1598
1568
|
}, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
1599
1569
|
parentName: "p"
|
|
@@ -1607,7 +1577,7 @@ function MDXContent(_ref) {
|
|
|
1607
1577
|
parentName: "p"
|
|
1608
1578
|
}, "Description"), ": deprecate a component"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
1609
1579
|
parentName: "p"
|
|
1610
|
-
}, "bit deprecate <
|
|
1580
|
+
}, "bit deprecate <component-name>")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
1611
1581
|
parentName: "table"
|
|
1612
1582
|
}, (0, _react2.mdx)("tr", {
|
|
1613
1583
|
parentName: "thead"
|
|
@@ -2643,7 +2613,7 @@ function MDXContent(_ref) {
|
|
|
2643
2613
|
}), (0, _react2.mdx)("td", {
|
|
2644
2614
|
parentName: "tr",
|
|
2645
2615
|
"align": null
|
|
2646
|
-
}, "EXPERIMENTAL. import
|
|
2616
|
+
}, "EXPERIMENTAL. import the components' dependents. this enables changes to propagate from (modified) components to their dependents")), (0, _react2.mdx)("tr", {
|
|
2647
2617
|
parentName: "tbody"
|
|
2648
2618
|
}, (0, _react2.mdx)("td", {
|
|
2649
2619
|
parentName: "tr",
|
|
@@ -3650,45 +3620,7 @@ function MDXContent(_ref) {
|
|
|
3650
3620
|
"href": "https://bit.dev/docs/workspace/moving-components"
|
|
3651
3621
|
}, "https://bit.dev/docs/workspace/moving-components")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
3652
3622
|
parentName: "p"
|
|
3653
|
-
}, "bit move <current-component-dir> <new-component-dir>")), (0, _react2.mdx)("
|
|
3654
|
-
parentName: "table"
|
|
3655
|
-
}, (0, _react2.mdx)("tr", {
|
|
3656
|
-
parentName: "thead"
|
|
3657
|
-
}, (0, _react2.mdx)("th", {
|
|
3658
|
-
parentName: "tr",
|
|
3659
|
-
"align": null
|
|
3660
|
-
}, (0, _react2.mdx)("strong", {
|
|
3661
|
-
parentName: "th"
|
|
3662
|
-
}, "Option")), (0, _react2.mdx)("th", {
|
|
3663
|
-
parentName: "tr",
|
|
3664
|
-
"align": "center"
|
|
3665
|
-
}, (0, _react2.mdx)("strong", {
|
|
3666
|
-
parentName: "th"
|
|
3667
|
-
}, "Option alias")), (0, _react2.mdx)("th", {
|
|
3668
|
-
parentName: "tr",
|
|
3669
|
-
"align": null
|
|
3670
|
-
}, (0, _react2.mdx)("strong", {
|
|
3671
|
-
parentName: "th"
|
|
3672
|
-
}, "Description")))), (0, _react2.mdx)("tbody", {
|
|
3673
|
-
parentName: "table"
|
|
3674
|
-
}, (0, _react2.mdx)("tr", {
|
|
3675
|
-
parentName: "tbody"
|
|
3676
|
-
}, (0, _react2.mdx)("td", {
|
|
3677
|
-
parentName: "tr",
|
|
3678
|
-
"align": null
|
|
3679
|
-
}, (0, _react2.mdx)("inlineCode", {
|
|
3680
|
-
parentName: "td"
|
|
3681
|
-
}, "--component")), (0, _react2.mdx)("td", {
|
|
3682
|
-
parentName: "tr",
|
|
3683
|
-
"align": "center"
|
|
3684
|
-
}, (0, _react2.mdx)("inlineCode", {
|
|
3685
|
-
parentName: "td"
|
|
3686
|
-
}, "-c")), (0, _react2.mdx)("td", {
|
|
3687
|
-
parentName: "tr",
|
|
3688
|
-
"align": null
|
|
3689
|
-
}, "LEGACY ONLY. move component files that are spread over multiple directories to one directory. synopsis: ", (0, _react2.mdx)("inlineCode", {
|
|
3690
|
-
parentName: "td"
|
|
3691
|
-
}, "move <component-id> <directory>"))))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "new"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
3623
|
+
}, "bit move <current-component-dir> <new-component-dir>")), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "new"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
3692
3624
|
parentName: "p"
|
|
3693
3625
|
}, "Workspace only"), ": yes", (0, _react2.mdx)("br", {
|
|
3694
3626
|
parentName: "p"
|
|
@@ -4622,7 +4554,7 @@ function MDXContent(_ref) {
|
|
|
4622
4554
|
}, "-r")), (0, _react2.mdx)("td", {
|
|
4623
4555
|
parentName: "tr",
|
|
4624
4556
|
"align": null
|
|
4625
|
-
}, "
|
|
4557
|
+
}, "update the import statements in all dependent components to the new package name (that contains the new scope name)")))), (0, _react2.mdx)("h3", null, "scope fork"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
4626
4558
|
parentName: "p"
|
|
4627
4559
|
}, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
4628
4560
|
parentName: "p"
|
|
@@ -5239,7 +5171,7 @@ function MDXContent(_ref) {
|
|
|
5239
5171
|
}, "-i")), (0, _react2.mdx)("td", {
|
|
5240
5172
|
parentName: "tr",
|
|
5241
5173
|
"align": null
|
|
5242
|
-
}, "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:")))), (0, _react2.mdx)("p", null, "[MissingPackagesDependenciesOnFs, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors,
|
|
5174
|
+
}, "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:")))), (0, _react2.mdx)("p", null, "[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 \"", "*", "\".|\n|", (0, _react2.mdx)("inlineCode", {
|
|
5243
5175
|
parentName: "p"
|
|
5244
5176
|
}, "--ignore-newest-version"), "|", (0, _react2.mdx)("inlineCode", {
|
|
5245
5177
|
parentName: "p"
|