@teambit/harmony.content.cli-reference 2.0.603 → 2.0.606

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.
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.9.116'
2
+ description: 'Bit command synopses. Bit version: 1.9.118'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -2046,6 +2046,11 @@
2046
2046
  "add-missing-deps",
2047
2047
  "install all missing dependencies"
2048
2048
  ],
2049
+ [
2050
+ "",
2051
+ "skip-unavailable",
2052
+ "when adding missing dependencies, skip those that are not found in the regisry"
2053
+ ],
2049
2054
  [
2050
2055
  "",
2051
2056
  "add-missing-peers",
package/cli-reference.mdx CHANGED
@@ -1056,6 +1056,7 @@ when no package is specified, all workspace dependencies are installed and all w
1056
1056
  | `--skip-compile` | | do not compile components |
1057
1057
  | `--skip-write-config-files` | | do not write config files (such as eslint, tsconfig, prettier, etc...) |
1058
1058
  | `--add-missing-deps` | `-a` | install all missing dependencies |
1059
+ | `--skip-unavailable` | | when adding missing dependencies, skip those that are not found in the regisry |
1059
1060
  | `--add-missing-peers` | | install all missing peer dependencies |
1060
1061
  | `--recurring-install` | | automatically run install again if there are non loaded old envs in your workspace |
1061
1062
  | `--no-optional [noOptional]` | | do not install optional dependencies (works with pnpm only) |
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.9.116'
2
+ description: 'Bit command synopses. Bit version: 1.9.118'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -2046,6 +2046,11 @@
2046
2046
  "add-missing-deps",
2047
2047
  "install all missing dependencies"
2048
2048
  ],
2049
+ [
2050
+ "",
2051
+ "skip-unavailable",
2052
+ "when adding missing dependencies, skip those that are not found in the regisry"
2053
+ ],
2049
2054
  [
2050
2055
  "",
2051
2056
  "add-missing-peers",
@@ -5593,6 +5593,19 @@ function MDXContent(_ref) {
5593
5593
  "align": null
5594
5594
  }, (0, _react2.mdx)("inlineCode", {
5595
5595
  parentName: "td"
5596
+ }, "--skip-unavailable")), (0, _react2.mdx)("td", {
5597
+ parentName: "tr",
5598
+ "align": "center"
5599
+ }), (0, _react2.mdx)("td", {
5600
+ parentName: "tr",
5601
+ "align": null
5602
+ }, "when adding missing dependencies, skip those that are not found in the regisry")), (0, _react2.mdx)("tr", {
5603
+ parentName: "tbody"
5604
+ }, (0, _react2.mdx)("td", {
5605
+ parentName: "tr",
5606
+ "align": null
5607
+ }, (0, _react2.mdx)("inlineCode", {
5608
+ parentName: "td"
5596
5609
  }, "--add-missing-peers")), (0, _react2.mdx)("td", {
5597
5610
  parentName: "tr",
5598
5611
  "align": "center"