@teambit/harmony.content.cli-reference 1.95.71 → 1.95.73
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 +30 -35
- package/cli-reference.mdx +0 -1
- package/dist/cli-reference.json +30 -35
- package/dist/cli-reference.mdx.js +0 -13
- package/dist/cli-reference.mdx.js.map +1 -1
- package/package-tar/teambit-harmony.content.cli-reference-1.95.73.tgz +0 -0
- package/package.json +2 -2
- package/{preview-1663126549096.js → preview-1663472005837.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.71.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -629,36 +629,6 @@
|
|
|
629
629
|
"group": "discover",
|
|
630
630
|
"private": false
|
|
631
631
|
},
|
|
632
|
-
{
|
|
633
|
-
"name": "fetch [ids...]",
|
|
634
|
-
"alias": "",
|
|
635
|
-
"options": [
|
|
636
|
-
[
|
|
637
|
-
"l",
|
|
638
|
-
"lanes",
|
|
639
|
-
"EXPERIMENTAL. fetch component objects from lanes. note, it does not save the remote lanes objects locally, only the refs"
|
|
640
|
-
],
|
|
641
|
-
[
|
|
642
|
-
"c",
|
|
643
|
-
"components",
|
|
644
|
-
"fetch components"
|
|
645
|
-
],
|
|
646
|
-
[
|
|
647
|
-
"j",
|
|
648
|
-
"json",
|
|
649
|
-
"return the output as JSON"
|
|
650
|
-
],
|
|
651
|
-
[
|
|
652
|
-
"",
|
|
653
|
-
"from-original-scopes",
|
|
654
|
-
"fetch indirect dependencies from their original scope as opposed to from their dependents"
|
|
655
|
-
]
|
|
656
|
-
],
|
|
657
|
-
"description": "fetch remote objects and store locally",
|
|
658
|
-
"extendedDescription": "for lanes, use \"/\" as a separator between the remote and the lane name, e.g. teambit.ui/fix-button",
|
|
659
|
-
"group": "ungrouped",
|
|
660
|
-
"private": true
|
|
661
|
-
},
|
|
662
632
|
{
|
|
663
633
|
"name": "run-action <action-name> <remote> <options>",
|
|
664
634
|
"alias": "",
|
|
@@ -1345,11 +1315,6 @@
|
|
|
1345
1315
|
"json",
|
|
1346
1316
|
"return the output as JSON"
|
|
1347
1317
|
],
|
|
1348
|
-
[
|
|
1349
|
-
"",
|
|
1350
|
-
"conf",
|
|
1351
|
-
"write the configuration file (component.json) of the component"
|
|
1352
|
-
],
|
|
1353
1318
|
[
|
|
1354
1319
|
"",
|
|
1355
1320
|
"skip-npm-install",
|
|
@@ -1398,6 +1363,36 @@
|
|
|
1398
1363
|
}
|
|
1399
1364
|
]
|
|
1400
1365
|
},
|
|
1366
|
+
{
|
|
1367
|
+
"name": "fetch [ids...]",
|
|
1368
|
+
"alias": "",
|
|
1369
|
+
"options": [
|
|
1370
|
+
[
|
|
1371
|
+
"l",
|
|
1372
|
+
"lanes",
|
|
1373
|
+
"EXPERIMENTAL. fetch component objects from lanes. note, it does not save the remote lanes objects locally, only the refs"
|
|
1374
|
+
],
|
|
1375
|
+
[
|
|
1376
|
+
"c",
|
|
1377
|
+
"components",
|
|
1378
|
+
"fetch components"
|
|
1379
|
+
],
|
|
1380
|
+
[
|
|
1381
|
+
"j",
|
|
1382
|
+
"json",
|
|
1383
|
+
"return the output as JSON"
|
|
1384
|
+
],
|
|
1385
|
+
[
|
|
1386
|
+
"",
|
|
1387
|
+
"from-original-scopes",
|
|
1388
|
+
"fetch indirect dependencies from their original scope as opposed to from their dependents"
|
|
1389
|
+
]
|
|
1390
|
+
],
|
|
1391
|
+
"description": "fetch remote objects and store locally",
|
|
1392
|
+
"extendedDescription": "for lanes, use \"/\" as a separator between the remote and the lane name, e.g. teambit.ui/fix-button",
|
|
1393
|
+
"group": "ungrouped",
|
|
1394
|
+
"private": true
|
|
1395
|
+
},
|
|
1401
1396
|
{
|
|
1402
1397
|
"name": "install [packages...]",
|
|
1403
1398
|
"alias": "in",
|
package/cli-reference.mdx
CHANGED
|
@@ -658,7 +658,6 @@ you can use a pattern for multiple ids, such as bit import "utils/\*". (wrap the
|
|
|
658
658
|
| `--override` | `-O` | override local changes |
|
|
659
659
|
| `--verbose` | `-v` | show verbose output for inspection |
|
|
660
660
|
| `--json` | `-j` | return the output as JSON |
|
|
661
|
-
| `--conf` | | write the configuration file (component.json) of the component |
|
|
662
661
|
| `--skip-npm-install` | | DEPRECATED. use "--skip-dependency-installation" instead |
|
|
663
662
|
| `--skip-dependency-installation` | | do not install packages of the imported components |
|
|
664
663
|
| `--merge [strategy]` | `-m` | merge local changes with the imported version. strategy should be "theirs", "ours" or "manual" |
|
package/dist/cli-reference.json
CHANGED
|
@@ -629,36 +629,6 @@
|
|
|
629
629
|
"group": "discover",
|
|
630
630
|
"private": false
|
|
631
631
|
},
|
|
632
|
-
{
|
|
633
|
-
"name": "fetch [ids...]",
|
|
634
|
-
"alias": "",
|
|
635
|
-
"options": [
|
|
636
|
-
[
|
|
637
|
-
"l",
|
|
638
|
-
"lanes",
|
|
639
|
-
"EXPERIMENTAL. fetch component objects from lanes. note, it does not save the remote lanes objects locally, only the refs"
|
|
640
|
-
],
|
|
641
|
-
[
|
|
642
|
-
"c",
|
|
643
|
-
"components",
|
|
644
|
-
"fetch components"
|
|
645
|
-
],
|
|
646
|
-
[
|
|
647
|
-
"j",
|
|
648
|
-
"json",
|
|
649
|
-
"return the output as JSON"
|
|
650
|
-
],
|
|
651
|
-
[
|
|
652
|
-
"",
|
|
653
|
-
"from-original-scopes",
|
|
654
|
-
"fetch indirect dependencies from their original scope as opposed to from their dependents"
|
|
655
|
-
]
|
|
656
|
-
],
|
|
657
|
-
"description": "fetch remote objects and store locally",
|
|
658
|
-
"extendedDescription": "for lanes, use \"/\" as a separator between the remote and the lane name, e.g. teambit.ui/fix-button",
|
|
659
|
-
"group": "ungrouped",
|
|
660
|
-
"private": true
|
|
661
|
-
},
|
|
662
632
|
{
|
|
663
633
|
"name": "run-action <action-name> <remote> <options>",
|
|
664
634
|
"alias": "",
|
|
@@ -1345,11 +1315,6 @@
|
|
|
1345
1315
|
"json",
|
|
1346
1316
|
"return the output as JSON"
|
|
1347
1317
|
],
|
|
1348
|
-
[
|
|
1349
|
-
"",
|
|
1350
|
-
"conf",
|
|
1351
|
-
"write the configuration file (component.json) of the component"
|
|
1352
|
-
],
|
|
1353
1318
|
[
|
|
1354
1319
|
"",
|
|
1355
1320
|
"skip-npm-install",
|
|
@@ -1398,6 +1363,36 @@
|
|
|
1398
1363
|
}
|
|
1399
1364
|
]
|
|
1400
1365
|
},
|
|
1366
|
+
{
|
|
1367
|
+
"name": "fetch [ids...]",
|
|
1368
|
+
"alias": "",
|
|
1369
|
+
"options": [
|
|
1370
|
+
[
|
|
1371
|
+
"l",
|
|
1372
|
+
"lanes",
|
|
1373
|
+
"EXPERIMENTAL. fetch component objects from lanes. note, it does not save the remote lanes objects locally, only the refs"
|
|
1374
|
+
],
|
|
1375
|
+
[
|
|
1376
|
+
"c",
|
|
1377
|
+
"components",
|
|
1378
|
+
"fetch components"
|
|
1379
|
+
],
|
|
1380
|
+
[
|
|
1381
|
+
"j",
|
|
1382
|
+
"json",
|
|
1383
|
+
"return the output as JSON"
|
|
1384
|
+
],
|
|
1385
|
+
[
|
|
1386
|
+
"",
|
|
1387
|
+
"from-original-scopes",
|
|
1388
|
+
"fetch indirect dependencies from their original scope as opposed to from their dependents"
|
|
1389
|
+
]
|
|
1390
|
+
],
|
|
1391
|
+
"description": "fetch remote objects and store locally",
|
|
1392
|
+
"extendedDescription": "for lanes, use \"/\" as a separator between the remote and the lane name, e.g. teambit.ui/fix-button",
|
|
1393
|
+
"group": "ungrouped",
|
|
1394
|
+
"private": true
|
|
1395
|
+
},
|
|
1401
1396
|
{
|
|
1402
1397
|
"name": "install [packages...]",
|
|
1403
1398
|
"alias": "in",
|
|
@@ -2703,19 +2703,6 @@ function MDXContent(_ref) {
|
|
|
2703
2703
|
"align": null
|
|
2704
2704
|
}, (0, _react2.mdx)("inlineCode", {
|
|
2705
2705
|
parentName: "td"
|
|
2706
|
-
}, "--conf")), (0, _react2.mdx)("td", {
|
|
2707
|
-
parentName: "tr",
|
|
2708
|
-
"align": "center"
|
|
2709
|
-
}), (0, _react2.mdx)("td", {
|
|
2710
|
-
parentName: "tr",
|
|
2711
|
-
"align": null
|
|
2712
|
-
}, "write the configuration file (component.json) of the component")), (0, _react2.mdx)("tr", {
|
|
2713
|
-
parentName: "tbody"
|
|
2714
|
-
}, (0, _react2.mdx)("td", {
|
|
2715
|
-
parentName: "tr",
|
|
2716
|
-
"align": null
|
|
2717
|
-
}, (0, _react2.mdx)("inlineCode", {
|
|
2718
|
-
parentName: "td"
|
|
2719
2706
|
}, "--skip-npm-install")), (0, _react2.mdx)("td", {
|
|
2720
2707
|
parentName: "tr",
|
|
2721
2708
|
"align": "center"
|