@teambit/harmony.content.cli-reference 1.95.142 → 1.95.145

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.
@@ -1762,6 +1762,11 @@
1762
1762
  "skip-compile [skipCompile]",
1763
1763
  "do not compile components"
1764
1764
  ],
1765
+ [
1766
+ "",
1767
+ "add-missing-deps [addMissingDeps]",
1768
+ "install all missing dependencies"
1769
+ ],
1765
1770
  [
1766
1771
  "",
1767
1772
  "add-missing-peers [addMissingPeers]",
@@ -1883,11 +1888,6 @@
1883
1888
  "json",
1884
1889
  "return the output as JSON"
1885
1890
  ],
1886
- [
1887
- "",
1888
- "skip-npm-install",
1889
- "DEPRECATED. use \"--skip-dependency-installation\" instead"
1890
- ],
1891
1891
  [
1892
1892
  "x",
1893
1893
  "skip-dependency-installation",
@@ -2020,16 +2020,6 @@
2020
2020
  "verbose",
2021
2021
  "showing verbose output for inspection"
2022
2022
  ],
2023
- [
2024
- "",
2025
- "reset",
2026
- "DEPRECATED. run \"bit checkout reset\" instead"
2027
- ],
2028
- [
2029
- "",
2030
- "skip-npm-install",
2031
- "DEPRECATED. use \"--skip-dependency-installation\" instead"
2032
- ],
2033
2023
  [
2034
2024
  "x",
2035
2025
  "skip-dependency-installation",
package/cli-reference.mdx CHANGED
@@ -247,8 +247,6 @@ with no args, only workspace's capsules are deleted
247
247
  | `--all` | `-a` | all components |
248
248
  | `--workspace-only` | `-e` | when on a lane, avoid introducing new components from the remote lane that do not exist locally |
249
249
  | `--verbose` | `-v` | showing verbose output for inspection |
250
- | `--reset` | | DEPRECATED. run "bit checkout reset" instead |
251
- | `--skip-npm-install` | | DEPRECATED. use "--skip-dependency-installation" instead |
252
250
  | `--skip-dependency-installation` | `-x` | do not install packages of the imported components |
253
251
 
254
252
  ---
@@ -689,7 +687,6 @@ bit export => export all staged components to their current scope, if checked ou
689
687
  | `--override` | `-O` | override local changes |
690
688
  | `--verbose` | `-v` | show verbose output for inspection |
691
689
  | `--json` | `-j` | return the output as JSON |
692
- | `--skip-npm-install` | | DEPRECATED. use "--skip-dependency-installation" instead |
693
690
  | `--skip-dependency-installation` | `-x` | do not install packages of the imported components |
694
691
  | `--merge [strategy]` | `-m` | merge local changes with the imported version. strategy should be "theirs", "ours" or "manual" |
695
692
  | `--dependencies` | | EXPERIMENTAL. import all dependencies and write them to the workspace |
@@ -745,6 +742,7 @@ when no package is specified, all workspace dependencies are installed and all w
745
742
  | `--skip-dedupe [skipDedupe]` | | do not dedupe dependencies on installation |
746
743
  | `--skip-import [skipImport]` | | do not import bit objects post installation |
747
744
  | `--skip-compile [skipCompile]` | | do not compile components |
745
+ | `--add-missing-deps [addMissingDeps]` | | install all missing dependencies |
748
746
  | `--add-missing-peers [addMissingPeers]` | | install all missing peer dependencies |
749
747
  | `--no-optional [noOptional]` | | do not install optional dependencies (works with pnpm only) |
750
748
 
@@ -1762,6 +1762,11 @@
1762
1762
  "skip-compile [skipCompile]",
1763
1763
  "do not compile components"
1764
1764
  ],
1765
+ [
1766
+ "",
1767
+ "add-missing-deps [addMissingDeps]",
1768
+ "install all missing dependencies"
1769
+ ],
1765
1770
  [
1766
1771
  "",
1767
1772
  "add-missing-peers [addMissingPeers]",
@@ -1883,11 +1888,6 @@
1883
1888
  "json",
1884
1889
  "return the output as JSON"
1885
1890
  ],
1886
- [
1887
- "",
1888
- "skip-npm-install",
1889
- "DEPRECATED. use \"--skip-dependency-installation\" instead"
1890
- ],
1891
1891
  [
1892
1892
  "x",
1893
1893
  "skip-dependency-installation",
@@ -2020,16 +2020,6 @@
2020
2020
  "verbose",
2021
2021
  "showing verbose output for inspection"
2022
2022
  ],
2023
- [
2024
- "",
2025
- "reset",
2026
- "DEPRECATED. run \"bit checkout reset\" instead"
2027
- ],
2028
- [
2029
- "",
2030
- "skip-npm-install",
2031
- "DEPRECATED. use \"--skip-dependency-installation\" instead"
2032
- ],
2033
2023
  [
2034
2024
  "x",
2035
2025
  "skip-dependency-installation",
@@ -1194,32 +1194,6 @@ function MDXContent(_ref) {
1194
1194
  "align": null
1195
1195
  }, (0, _react2.mdx)("inlineCode", {
1196
1196
  parentName: "td"
1197
- }, "--reset")), (0, _react2.mdx)("td", {
1198
- parentName: "tr",
1199
- "align": "center"
1200
- }), (0, _react2.mdx)("td", {
1201
- parentName: "tr",
1202
- "align": null
1203
- }, "DEPRECATED. run \"bit checkout reset\" instead")), (0, _react2.mdx)("tr", {
1204
- parentName: "tbody"
1205
- }, (0, _react2.mdx)("td", {
1206
- parentName: "tr",
1207
- "align": null
1208
- }, (0, _react2.mdx)("inlineCode", {
1209
- parentName: "td"
1210
- }, "--skip-npm-install")), (0, _react2.mdx)("td", {
1211
- parentName: "tr",
1212
- "align": "center"
1213
- }), (0, _react2.mdx)("td", {
1214
- parentName: "tr",
1215
- "align": null
1216
- }, "DEPRECATED. use \"--skip-dependency-installation\" instead")), (0, _react2.mdx)("tr", {
1217
- parentName: "tbody"
1218
- }, (0, _react2.mdx)("td", {
1219
- parentName: "tr",
1220
- "align": null
1221
- }, (0, _react2.mdx)("inlineCode", {
1222
- parentName: "td"
1223
1197
  }, "--skip-dependency-installation")), (0, _react2.mdx)("td", {
1224
1198
  parentName: "tr",
1225
1199
  "align": "center"
@@ -2889,19 +2863,6 @@ function MDXContent(_ref) {
2889
2863
  "align": null
2890
2864
  }, (0, _react2.mdx)("inlineCode", {
2891
2865
  parentName: "td"
2892
- }, "--skip-npm-install")), (0, _react2.mdx)("td", {
2893
- parentName: "tr",
2894
- "align": "center"
2895
- }), (0, _react2.mdx)("td", {
2896
- parentName: "tr",
2897
- "align": null
2898
- }, "DEPRECATED. use \"--skip-dependency-installation\" instead")), (0, _react2.mdx)("tr", {
2899
- parentName: "tbody"
2900
- }, (0, _react2.mdx)("td", {
2901
- parentName: "tr",
2902
- "align": null
2903
- }, (0, _react2.mdx)("inlineCode", {
2904
- parentName: "td"
2905
2866
  }, "--skip-dependency-installation")), (0, _react2.mdx)("td", {
2906
2867
  parentName: "tr",
2907
2868
  "align": "center"
@@ -3381,6 +3342,19 @@ function MDXContent(_ref) {
3381
3342
  "align": null
3382
3343
  }, (0, _react2.mdx)("inlineCode", {
3383
3344
  parentName: "td"
3345
+ }, "--add-missing-deps [addMissingDeps]")), (0, _react2.mdx)("td", {
3346
+ parentName: "tr",
3347
+ "align": "center"
3348
+ }), (0, _react2.mdx)("td", {
3349
+ parentName: "tr",
3350
+ "align": null
3351
+ }, "install all missing dependencies")), (0, _react2.mdx)("tr", {
3352
+ parentName: "tbody"
3353
+ }, (0, _react2.mdx)("td", {
3354
+ parentName: "tr",
3355
+ "align": null
3356
+ }, (0, _react2.mdx)("inlineCode", {
3357
+ parentName: "td"
3384
3358
  }, "--add-missing-peers [addMissingPeers]")), (0, _react2.mdx)("td", {
3385
3359
  parentName: "tr",
3386
3360
  "align": "center"