@teambit/harmony.content.cli-reference 2.0.16 → 2.0.18

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,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.1.1'
2
+ description: 'Bit command synopses. Bit version: 1.1.3'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -2017,6 +2017,11 @@
2017
2017
  "",
2018
2018
  "skip-fetching-objects",
2019
2019
  "skip fetch missing objects from remotes before linking"
2020
+ ],
2021
+ [
2022
+ "",
2023
+ "peers",
2024
+ "link peer dependencies of the components too"
2020
2025
  ]
2021
2026
  ],
2022
2027
  "description": "create links in the node_modules directory, to core aspects and to components in the workspace",
package/cli-reference.mdx CHANGED
@@ -1229,6 +1229,7 @@ also, checkout the workspace components according to the restored lane state
1229
1229
  | `--rewire` | `-r` | Replace relative paths with module paths in code (e.g. "../foo" => "@bit/foo") |
1230
1230
  | `--target <dir>` | | link to an external directory (similar to npm-link) so other projects could use these components |
1231
1231
  | `--skip-fetching-objects` | | skip fetch missing objects from remotes before linking |
1232
+ | `--peers` | | link peer dependencies of the components too |
1232
1233
 
1233
1234
  ---
1234
1235
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.1.1'
2
+ description: 'Bit command synopses. Bit version: 1.1.3'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -2017,6 +2017,11 @@
2017
2017
  "",
2018
2018
  "skip-fetching-objects",
2019
2019
  "skip fetch missing objects from remotes before linking"
2020
+ ],
2021
+ [
2022
+ "",
2023
+ "peers",
2024
+ "link peer dependencies of the components too"
2020
2025
  ]
2021
2026
  ],
2022
2027
  "description": "create links in the node_modules directory, to core aspects and to components in the workspace",
@@ -6229,7 +6229,20 @@ function MDXContent(_ref) {
6229
6229
  }), (0, _react2.mdx)("td", {
6230
6230
  parentName: "tr",
6231
6231
  "align": null
6232
- }, "skip fetch missing objects from remotes before linking")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "lint"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
6232
+ }, "skip fetch missing objects from remotes before linking")), (0, _react2.mdx)("tr", {
6233
+ parentName: "tbody"
6234
+ }, (0, _react2.mdx)("td", {
6235
+ parentName: "tr",
6236
+ "align": null
6237
+ }, (0, _react2.mdx)("inlineCode", {
6238
+ parentName: "td"
6239
+ }, "--peers")), (0, _react2.mdx)("td", {
6240
+ parentName: "tr",
6241
+ "align": "center"
6242
+ }), (0, _react2.mdx)("td", {
6243
+ parentName: "tr",
6244
+ "align": null
6245
+ }, "link peer dependencies of the components too")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "lint"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
6233
6246
  parentName: "p"
6234
6247
  }, "Description"), ": lint components in the development workspace"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
6235
6248
  parentName: "p"