@teambit/harmony.content.cli-reference 2.0.943 → 2.0.944
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.docs.mdx +1 -1
- package/cli-reference.json +5 -0
- package/cli-reference.mdx +4 -3
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +5 -0
- package/dist/cli-reference.mdx.js +4 -2
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1773704519707.js → preview-1773772887585.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -2793,6 +2793,11 @@
|
|
|
2793
2793
|
"",
|
|
2794
2794
|
"package <string>",
|
|
2795
2795
|
"drill down into a specific package to see all .pnpm copies and peer combos"
|
|
2796
|
+
],
|
|
2797
|
+
[
|
|
2798
|
+
"",
|
|
2799
|
+
"origins",
|
|
2800
|
+
"show peer version origins — which envs and components contribute each peer version"
|
|
2796
2801
|
]
|
|
2797
2802
|
],
|
|
2798
2803
|
"description": "analyze workspace dependencies for version spread, peer permutations, and bloat",
|
package/cli-reference.mdx
CHANGED
|
@@ -746,9 +746,10 @@ supports both exact version matching and package name patterns.
|
|
|
746
746
|
**Description**: analyze workspace dependencies for version spread, peer permutations, and bloat
|
|
747
747
|
scans node_modules/.pnpm to report actual installed copies, identifies packages with multiple versions, and highlights peer dependencies causing permutation explosion. Use --package to drill down into a specific package.
|
|
748
748
|
|
|
749
|
-
| **Option** | **Option alias** | **Description**
|
|
750
|
-
| -------------------- | :--------------: |
|
|
751
|
-
| `--package <string>` | | drill down into a specific package to see all .pnpm copies and peer combos
|
|
749
|
+
| **Option** | **Option alias** | **Description** |
|
|
750
|
+
| -------------------- | :--------------: | ---------------------------------------------------------------------------------- |
|
|
751
|
+
| `--package <string>` | | drill down into a specific package to see all .pnpm copies and peer combos |
|
|
752
|
+
| `--origins` | | show peer version origins — which envs and components contribute each peer version |
|
|
752
753
|
|
|
753
754
|
### deps write
|
|
754
755
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -2793,6 +2793,11 @@
|
|
|
2793
2793
|
"",
|
|
2794
2794
|
"package <string>",
|
|
2795
2795
|
"drill down into a specific package to see all .pnpm copies and peer combos"
|
|
2796
|
+
],
|
|
2797
|
+
[
|
|
2798
|
+
"",
|
|
2799
|
+
"origins",
|
|
2800
|
+
"show peer version origins — which envs and components contribute each peer version"
|
|
2796
2801
|
]
|
|
2797
2802
|
],
|
|
2798
2803
|
"description": "analyze workspace dependencies for version spread, peer permutations, and bloat",
|
|
@@ -1595,9 +1595,11 @@ function _createMdxContent(props) {
|
|
|
1595
1595
|
children: "Option alias"
|
|
1596
1596
|
}), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
|
|
1597
1597
|
children: "Description"
|
|
1598
|
-
}), "
|
|
1598
|
+
}), " |\n| -------------------- | :--------------: | ---------------------------------------------------------------------------------- |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
1599
1599
|
children: "--package <string>"
|
|
1600
|
-
}), " | | drill down into a specific package to see all .pnpm copies and peer combos
|
|
1600
|
+
}), " | | drill down into a specific package to see all .pnpm copies and peer combos |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
1601
|
+
children: "--origins"
|
|
1602
|
+
}), " | | show peer version origins — which envs and components contribute each peer version |"]
|
|
1601
1603
|
}), "\n", (0, _jsxRuntime.jsx)(_components.h3, {
|
|
1602
1604
|
children: "deps write"
|
|
1603
1605
|
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|