@teambit/harmony.content.cli-reference 1.95.121 → 1.95.122

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.
@@ -1848,7 +1848,7 @@
1848
1848
  "DEPRECATED. use \"--skip-dependency-installation\" instead"
1849
1849
  ],
1850
1850
  [
1851
- "",
1851
+ "x",
1852
1852
  "skip-dependency-installation",
1853
1853
  "do not install packages of the imported components"
1854
1854
  ]
@@ -2028,7 +2028,7 @@
2028
2028
  "DEPRECATED. use \"--skip-dependency-installation\" instead"
2029
2029
  ],
2030
2030
  [
2031
- "",
2031
+ "x",
2032
2032
  "skip-dependency-installation",
2033
2033
  "do not install packages of the imported components"
2034
2034
  ],
@@ -2585,7 +2585,7 @@
2585
2585
  "show details of components that were not merged legitimately"
2586
2586
  ],
2587
2587
  [
2588
- "",
2588
+ "x",
2589
2589
  "skip-dependency-installation",
2590
2590
  "do not install packages of the imported components"
2591
2591
  ],
@@ -2694,7 +2694,7 @@
2694
2694
  "checkout all components in a lane include ones that do not exist in the workspace"
2695
2695
  ],
2696
2696
  [
2697
- "",
2697
+ "x",
2698
2698
  "skip-dependency-installation",
2699
2699
  "do not install packages of the imported components"
2700
2700
  ],
@@ -2867,7 +2867,7 @@
2867
2867
  "alias": "",
2868
2868
  "options": [
2869
2869
  [
2870
- "",
2870
+ "x",
2871
2871
  "skip-dependency-installation",
2872
2872
  "do not install packages of the imported components"
2873
2873
  ]
@@ -2948,7 +2948,7 @@
2948
2948
  "show details of components that were not merged legitimately"
2949
2949
  ],
2950
2950
  [
2951
- "",
2951
+ "x",
2952
2952
  "skip-dependency-installation",
2953
2953
  "do not install packages of the imported components"
2954
2954
  ],
@@ -3005,7 +3005,7 @@
3005
3005
  "checkout all components in a lane include ones that do not exist in the workspace"
3006
3006
  ],
3007
3007
  [
3008
- "",
3008
+ "x",
3009
3009
  "skip-dependency-installation",
3010
3010
  "do not install packages of the imported components"
3011
3011
  ],
@@ -3839,7 +3839,7 @@
3839
3839
  "update the import/require statements in all dependent components (in the same workspace)"
3840
3840
  ],
3841
3841
  [
3842
- "",
3842
+ "x",
3843
3843
  "skip-dependency-installation",
3844
3844
  "do not install packages of the imported components"
3845
3845
  ],
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` | | do not install packages of the imported components |
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` | | do not install packages of the imported components |
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` | | do not install packages of the imported components |
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 |
@@ -862,7 +862,7 @@ you can use a pattern for multiple ids, such as bit merge "utils/\*". (wrap the
862
862
  | `--no-snap` | | EXPERIMENTAL. do not auto snap in case the merge completed without conflicts |
863
863
  | `--build` | | in case of snap during the merge, run the build-pipeline (similar to bit snap --build) |
864
864
  | `--verbose` | | show details of components that were not merged legitimately |
865
- | `--skip-dependency-installation` | | do not install packages of the imported components |
865
+ | `--skip-dependency-installation` | `-x` | do not install packages of the imported components |
866
866
  | `--message <message>` | `-m` | EXPERIMENTAL. override the default message for the auto snap |
867
867
 
868
868
  ---
@@ -1848,7 +1848,7 @@
1848
1848
  "DEPRECATED. use \"--skip-dependency-installation\" instead"
1849
1849
  ],
1850
1850
  [
1851
- "",
1851
+ "x",
1852
1852
  "skip-dependency-installation",
1853
1853
  "do not install packages of the imported components"
1854
1854
  ]
@@ -2028,7 +2028,7 @@
2028
2028
  "DEPRECATED. use \"--skip-dependency-installation\" instead"
2029
2029
  ],
2030
2030
  [
2031
- "",
2031
+ "x",
2032
2032
  "skip-dependency-installation",
2033
2033
  "do not install packages of the imported components"
2034
2034
  ],
@@ -2585,7 +2585,7 @@
2585
2585
  "show details of components that were not merged legitimately"
2586
2586
  ],
2587
2587
  [
2588
- "",
2588
+ "x",
2589
2589
  "skip-dependency-installation",
2590
2590
  "do not install packages of the imported components"
2591
2591
  ],
@@ -2694,7 +2694,7 @@
2694
2694
  "checkout all components in a lane include ones that do not exist in the workspace"
2695
2695
  ],
2696
2696
  [
2697
- "",
2697
+ "x",
2698
2698
  "skip-dependency-installation",
2699
2699
  "do not install packages of the imported components"
2700
2700
  ],
@@ -2867,7 +2867,7 @@
2867
2867
  "alias": "",
2868
2868
  "options": [
2869
2869
  [
2870
- "",
2870
+ "x",
2871
2871
  "skip-dependency-installation",
2872
2872
  "do not install packages of the imported components"
2873
2873
  ]
@@ -2948,7 +2948,7 @@
2948
2948
  "show details of components that were not merged legitimately"
2949
2949
  ],
2950
2950
  [
2951
- "",
2951
+ "x",
2952
2952
  "skip-dependency-installation",
2953
2953
  "do not install packages of the imported components"
2954
2954
  ],
@@ -3005,7 +3005,7 @@
3005
3005
  "checkout all components in a lane include ones that do not exist in the workspace"
3006
3006
  ],
3007
3007
  [
3008
- "",
3008
+ "x",
3009
3009
  "skip-dependency-installation",
3010
3010
  "do not install packages of the imported components"
3011
3011
  ],
@@ -3839,7 +3839,7 @@
3839
3839
  "update the import/require statements in all dependent components (in the same workspace)"
3840
3840
  ],
3841
3841
  [
3842
- "",
3842
+ "x",
3843
3843
  "skip-dependency-installation",
3844
3844
  "do not install packages of the imported components"
3845
3845
  ],
@@ -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
- }), (0, _react2.mdx)("td", {
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
- }), (0, _react2.mdx)("td", {
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
- }), (0, _react2.mdx)("td", {
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", {
@@ -3943,7 +3949,9 @@ function MDXContent(_ref) {
3943
3949
  }, "--skip-dependency-installation")), (0, _react2.mdx)("td", {
3944
3950
  parentName: "tr",
3945
3951
  "align": "center"
3946
- }), (0, _react2.mdx)("td", {
3952
+ }, (0, _react2.mdx)("inlineCode", {
3953
+ parentName: "td"
3954
+ }, "-x")), (0, _react2.mdx)("td", {
3947
3955
  parentName: "tr",
3948
3956
  "align": null
3949
3957
  }, "do not install packages of the imported components")), (0, _react2.mdx)("tr", {