@teambit/harmony.content.cli-reference 1.95.121 → 1.95.124
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 +13 -8
- package/cli-reference.mdx +6 -5
- package/dist/cli-reference.json +13 -8
- package/dist/cli-reference.mdx.js +26 -5
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1676811569495.js → preview-1677431903896.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.124.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.121.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -1683,6 +1683,11 @@
|
|
|
1683
1683
|
],
|
|
1684
1684
|
[
|
|
1685
1685
|
"u",
|
|
1686
|
+
"update",
|
|
1687
|
+
"update all dependencies"
|
|
1688
|
+
],
|
|
1689
|
+
[
|
|
1690
|
+
"",
|
|
1686
1691
|
"update-existing [updateExisting]",
|
|
1687
1692
|
"DEPRECATED (not needed anymore, it is the default now). update existing dependencies version and types"
|
|
1688
1693
|
],
|
|
@@ -1848,7 +1853,7 @@
|
|
|
1848
1853
|
"DEPRECATED. use \"--skip-dependency-installation\" instead"
|
|
1849
1854
|
],
|
|
1850
1855
|
[
|
|
1851
|
-
"",
|
|
1856
|
+
"x",
|
|
1852
1857
|
"skip-dependency-installation",
|
|
1853
1858
|
"do not install packages of the imported components"
|
|
1854
1859
|
]
|
|
@@ -2028,7 +2033,7 @@
|
|
|
2028
2033
|
"DEPRECATED. use \"--skip-dependency-installation\" instead"
|
|
2029
2034
|
],
|
|
2030
2035
|
[
|
|
2031
|
-
"",
|
|
2036
|
+
"x",
|
|
2032
2037
|
"skip-dependency-installation",
|
|
2033
2038
|
"do not install packages of the imported components"
|
|
2034
2039
|
],
|
|
@@ -2585,7 +2590,7 @@
|
|
|
2585
2590
|
"show details of components that were not merged legitimately"
|
|
2586
2591
|
],
|
|
2587
2592
|
[
|
|
2588
|
-
"",
|
|
2593
|
+
"x",
|
|
2589
2594
|
"skip-dependency-installation",
|
|
2590
2595
|
"do not install packages of the imported components"
|
|
2591
2596
|
],
|
|
@@ -2694,7 +2699,7 @@
|
|
|
2694
2699
|
"checkout all components in a lane include ones that do not exist in the workspace"
|
|
2695
2700
|
],
|
|
2696
2701
|
[
|
|
2697
|
-
"",
|
|
2702
|
+
"x",
|
|
2698
2703
|
"skip-dependency-installation",
|
|
2699
2704
|
"do not install packages of the imported components"
|
|
2700
2705
|
],
|
|
@@ -2867,7 +2872,7 @@
|
|
|
2867
2872
|
"alias": "",
|
|
2868
2873
|
"options": [
|
|
2869
2874
|
[
|
|
2870
|
-
"",
|
|
2875
|
+
"x",
|
|
2871
2876
|
"skip-dependency-installation",
|
|
2872
2877
|
"do not install packages of the imported components"
|
|
2873
2878
|
]
|
|
@@ -2948,7 +2953,7 @@
|
|
|
2948
2953
|
"show details of components that were not merged legitimately"
|
|
2949
2954
|
],
|
|
2950
2955
|
[
|
|
2951
|
-
"",
|
|
2956
|
+
"x",
|
|
2952
2957
|
"skip-dependency-installation",
|
|
2953
2958
|
"do not install packages of the imported components"
|
|
2954
2959
|
],
|
|
@@ -3005,7 +3010,7 @@
|
|
|
3005
3010
|
"checkout all components in a lane include ones that do not exist in the workspace"
|
|
3006
3011
|
],
|
|
3007
3012
|
[
|
|
3008
|
-
"",
|
|
3013
|
+
"x",
|
|
3009
3014
|
"skip-dependency-installation",
|
|
3010
3015
|
"do not install packages of the imported components"
|
|
3011
3016
|
],
|
|
@@ -3839,7 +3844,7 @@
|
|
|
3839
3844
|
"update the import/require statements in all dependent components (in the same workspace)"
|
|
3840
3845
|
],
|
|
3841
3846
|
[
|
|
3842
|
-
"",
|
|
3847
|
+
"x",
|
|
3843
3848
|
"skip-dependency-installation",
|
|
3844
3849
|
"do not install packages of the imported components"
|
|
3845
3850
|
],
|
package/cli-reference.mdx
CHANGED
|
@@ -244,7 +244,7 @@ with no args, only workspace's capsules are deleted
|
|
|
244
244
|
| `--verbose` | `-v` | showing verbose output for inspection |
|
|
245
245
|
| `--reset` | | DEPRECATED. run "bit checkout reset" instead |
|
|
246
246
|
| `--skip-npm-install` | | DEPRECATED. use "--skip-dependency-installation" instead |
|
|
247
|
-
| `--skip-dependency-installation` |
|
|
247
|
+
| `--skip-dependency-installation` | `-x` | do not install packages of the imported components |
|
|
248
248
|
|
|
249
249
|
---
|
|
250
250
|
|
|
@@ -607,7 +607,7 @@ bit export => export all staged components to their current scope, if checked ou
|
|
|
607
607
|
| `--scope <string>` | `-s` | default scope for the new component |
|
|
608
608
|
| `--path <string>` | `-p` | relative path in the workspace for the new component. by default the path is `<scope>/<namespace>/<name>` |
|
|
609
609
|
| `--refactor` | `-r` | update the import/require statements in all dependent components (in the same workspace) |
|
|
610
|
-
| `--skip-dependency-installation` |
|
|
610
|
+
| `--skip-dependency-installation` | `-x` | do not install packages of the imported components |
|
|
611
611
|
| `--skip-config` | | do not copy the config (aspects-config) to the new component. helpful when it fails during aspect loading |
|
|
612
612
|
| `--rename` | | rename files and variables/classes according to the new component name |
|
|
613
613
|
|
|
@@ -685,7 +685,7 @@ you can use a pattern for multiple ids, such as bit import "utils/\*". (wrap the
|
|
|
685
685
|
| `--verbose` | `-v` | show verbose output for inspection |
|
|
686
686
|
| `--json` | `-j` | return the output as JSON |
|
|
687
687
|
| `--skip-npm-install` | | DEPRECATED. use "--skip-dependency-installation" instead |
|
|
688
|
-
| `--skip-dependency-installation` |
|
|
688
|
+
| `--skip-dependency-installation` | `-x` | do not install packages of the imported components |
|
|
689
689
|
| `--merge [strategy]` | `-m` | merge local changes with the imported version. strategy should be "theirs", "ours" or "manual" |
|
|
690
690
|
| `--dependencies` | | EXPERIMENTAL. import all dependencies and write them to the workspace |
|
|
691
691
|
| `--dependents` | | EXPERIMENTAL. import components found while traversing from the given ids upwards to the workspace components |
|
|
@@ -732,7 +732,8 @@ when no package is specified, all workspace dependencies are installed and all w
|
|
|
732
732
|
| --------------------------------------- | :--------------: | ------------------------------------------------------------------------------------------------------ |
|
|
733
733
|
| `--variants <variants>` | `-v` | add packages to specific variants |
|
|
734
734
|
| `--type [lifecycleType]` | `-t` | "runtime" (default) or "peer" (dev is not a valid option) |
|
|
735
|
-
| `--update
|
|
735
|
+
| `--update` | `-u` | update all dependencies |
|
|
736
|
+
| `--update-existing [updateExisting]` | | DEPRECATED (not needed anymore, it is the default now). update existing dependencies version and types |
|
|
736
737
|
| `--save-prefix [savePrefix]` | | set the prefix to use when adding dependency to workspace.jsonc |
|
|
737
738
|
| `--skip-dedupe [skipDedupe]` | | do not dedupe dependencies on installation |
|
|
738
739
|
| `--skip-import [skipImport]` | | do not import bit objects post installation |
|
|
@@ -862,7 +863,7 @@ you can use a pattern for multiple ids, such as bit merge "utils/\*". (wrap the
|
|
|
862
863
|
| `--no-snap` | | EXPERIMENTAL. do not auto snap in case the merge completed without conflicts |
|
|
863
864
|
| `--build` | | in case of snap during the merge, run the build-pipeline (similar to bit snap --build) |
|
|
864
865
|
| `--verbose` | | show details of components that were not merged legitimately |
|
|
865
|
-
| `--skip-dependency-installation` |
|
|
866
|
+
| `--skip-dependency-installation` | `-x` | do not install packages of the imported components |
|
|
866
867
|
| `--message <message>` | `-m` | EXPERIMENTAL. override the default message for the auto snap |
|
|
867
868
|
|
|
868
869
|
---
|
package/dist/cli-reference.json
CHANGED
|
@@ -1683,6 +1683,11 @@
|
|
|
1683
1683
|
],
|
|
1684
1684
|
[
|
|
1685
1685
|
"u",
|
|
1686
|
+
"update",
|
|
1687
|
+
"update all dependencies"
|
|
1688
|
+
],
|
|
1689
|
+
[
|
|
1690
|
+
"",
|
|
1686
1691
|
"update-existing [updateExisting]",
|
|
1687
1692
|
"DEPRECATED (not needed anymore, it is the default now). update existing dependencies version and types"
|
|
1688
1693
|
],
|
|
@@ -1848,7 +1853,7 @@
|
|
|
1848
1853
|
"DEPRECATED. use \"--skip-dependency-installation\" instead"
|
|
1849
1854
|
],
|
|
1850
1855
|
[
|
|
1851
|
-
"",
|
|
1856
|
+
"x",
|
|
1852
1857
|
"skip-dependency-installation",
|
|
1853
1858
|
"do not install packages of the imported components"
|
|
1854
1859
|
]
|
|
@@ -2028,7 +2033,7 @@
|
|
|
2028
2033
|
"DEPRECATED. use \"--skip-dependency-installation\" instead"
|
|
2029
2034
|
],
|
|
2030
2035
|
[
|
|
2031
|
-
"",
|
|
2036
|
+
"x",
|
|
2032
2037
|
"skip-dependency-installation",
|
|
2033
2038
|
"do not install packages of the imported components"
|
|
2034
2039
|
],
|
|
@@ -2585,7 +2590,7 @@
|
|
|
2585
2590
|
"show details of components that were not merged legitimately"
|
|
2586
2591
|
],
|
|
2587
2592
|
[
|
|
2588
|
-
"",
|
|
2593
|
+
"x",
|
|
2589
2594
|
"skip-dependency-installation",
|
|
2590
2595
|
"do not install packages of the imported components"
|
|
2591
2596
|
],
|
|
@@ -2694,7 +2699,7 @@
|
|
|
2694
2699
|
"checkout all components in a lane include ones that do not exist in the workspace"
|
|
2695
2700
|
],
|
|
2696
2701
|
[
|
|
2697
|
-
"",
|
|
2702
|
+
"x",
|
|
2698
2703
|
"skip-dependency-installation",
|
|
2699
2704
|
"do not install packages of the imported components"
|
|
2700
2705
|
],
|
|
@@ -2867,7 +2872,7 @@
|
|
|
2867
2872
|
"alias": "",
|
|
2868
2873
|
"options": [
|
|
2869
2874
|
[
|
|
2870
|
-
"",
|
|
2875
|
+
"x",
|
|
2871
2876
|
"skip-dependency-installation",
|
|
2872
2877
|
"do not install packages of the imported components"
|
|
2873
2878
|
]
|
|
@@ -2948,7 +2953,7 @@
|
|
|
2948
2953
|
"show details of components that were not merged legitimately"
|
|
2949
2954
|
],
|
|
2950
2955
|
[
|
|
2951
|
-
"",
|
|
2956
|
+
"x",
|
|
2952
2957
|
"skip-dependency-installation",
|
|
2953
2958
|
"do not install packages of the imported components"
|
|
2954
2959
|
],
|
|
@@ -3005,7 +3010,7 @@
|
|
|
3005
3010
|
"checkout all components in a lane include ones that do not exist in the workspace"
|
|
3006
3011
|
],
|
|
3007
3012
|
[
|
|
3008
|
-
"",
|
|
3013
|
+
"x",
|
|
3009
3014
|
"skip-dependency-installation",
|
|
3010
3015
|
"do not install packages of the imported components"
|
|
3011
3016
|
],
|
|
@@ -3839,7 +3844,7 @@
|
|
|
3839
3844
|
"update the import/require statements in all dependent components (in the same workspace)"
|
|
3840
3845
|
],
|
|
3841
3846
|
[
|
|
3842
|
-
"",
|
|
3847
|
+
"x",
|
|
3843
3848
|
"skip-dependency-installation",
|
|
3844
3849
|
"do not install packages of the imported components"
|
|
3845
3850
|
],
|
|
@@ -1172,7 +1172,9 @@ function MDXContent(_ref) {
|
|
|
1172
1172
|
}, "--skip-dependency-installation")), (0, _react2.mdx)("td", {
|
|
1173
1173
|
parentName: "tr",
|
|
1174
1174
|
"align": "center"
|
|
1175
|
-
}
|
|
1175
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
1176
|
+
parentName: "td"
|
|
1177
|
+
}, "-x")), (0, _react2.mdx)("td", {
|
|
1176
1178
|
parentName: "tr",
|
|
1177
1179
|
"align": null
|
|
1178
1180
|
}, "do not install packages of the imported components")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "clear-cache"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
@@ -2407,7 +2409,9 @@ function MDXContent(_ref) {
|
|
|
2407
2409
|
}, "--skip-dependency-installation")), (0, _react2.mdx)("td", {
|
|
2408
2410
|
parentName: "tr",
|
|
2409
2411
|
"align": "center"
|
|
2410
|
-
}
|
|
2412
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
2413
|
+
parentName: "td"
|
|
2414
|
+
}, "-x")), (0, _react2.mdx)("td", {
|
|
2411
2415
|
parentName: "tr",
|
|
2412
2416
|
"align": null
|
|
2413
2417
|
}, "do not install packages of the imported components")), (0, _react2.mdx)("tr", {
|
|
@@ -2829,7 +2833,9 @@ function MDXContent(_ref) {
|
|
|
2829
2833
|
}, "--skip-dependency-installation")), (0, _react2.mdx)("td", {
|
|
2830
2834
|
parentName: "tr",
|
|
2831
2835
|
"align": "center"
|
|
2832
|
-
}
|
|
2836
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
2837
|
+
parentName: "td"
|
|
2838
|
+
}, "-x")), (0, _react2.mdx)("td", {
|
|
2833
2839
|
parentName: "tr",
|
|
2834
2840
|
"align": null
|
|
2835
2841
|
}, "do not install packages of the imported components")), (0, _react2.mdx)("tr", {
|
|
@@ -3197,7 +3203,7 @@ function MDXContent(_ref) {
|
|
|
3197
3203
|
"align": null
|
|
3198
3204
|
}, (0, _react2.mdx)("inlineCode", {
|
|
3199
3205
|
parentName: "td"
|
|
3200
|
-
}, "--update
|
|
3206
|
+
}, "--update")), (0, _react2.mdx)("td", {
|
|
3201
3207
|
parentName: "tr",
|
|
3202
3208
|
"align": "center"
|
|
3203
3209
|
}, (0, _react2.mdx)("inlineCode", {
|
|
@@ -3205,6 +3211,19 @@ function MDXContent(_ref) {
|
|
|
3205
3211
|
}, "-u")), (0, _react2.mdx)("td", {
|
|
3206
3212
|
parentName: "tr",
|
|
3207
3213
|
"align": null
|
|
3214
|
+
}, "update all dependencies")), (0, _react2.mdx)("tr", {
|
|
3215
|
+
parentName: "tbody"
|
|
3216
|
+
}, (0, _react2.mdx)("td", {
|
|
3217
|
+
parentName: "tr",
|
|
3218
|
+
"align": null
|
|
3219
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
3220
|
+
parentName: "td"
|
|
3221
|
+
}, "--update-existing [updateExisting]")), (0, _react2.mdx)("td", {
|
|
3222
|
+
parentName: "tr",
|
|
3223
|
+
"align": "center"
|
|
3224
|
+
}), (0, _react2.mdx)("td", {
|
|
3225
|
+
parentName: "tr",
|
|
3226
|
+
"align": null
|
|
3208
3227
|
}, "DEPRECATED (not needed anymore, it is the default now). update existing dependencies version and types")), (0, _react2.mdx)("tr", {
|
|
3209
3228
|
parentName: "tbody"
|
|
3210
3229
|
}, (0, _react2.mdx)("td", {
|
|
@@ -3943,7 +3962,9 @@ function MDXContent(_ref) {
|
|
|
3943
3962
|
}, "--skip-dependency-installation")), (0, _react2.mdx)("td", {
|
|
3944
3963
|
parentName: "tr",
|
|
3945
3964
|
"align": "center"
|
|
3946
|
-
}
|
|
3965
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
3966
|
+
parentName: "td"
|
|
3967
|
+
}, "-x")), (0, _react2.mdx)("td", {
|
|
3947
3968
|
parentName: "tr",
|
|
3948
3969
|
"align": null
|
|
3949
3970
|
}, "do not install packages of the imported components")), (0, _react2.mdx)("tr", {
|