@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.
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.79'
2
+ description: 'Bit command synopses. Bit version: 1.13.80'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -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
 
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.79'
2
+ description: 'Bit command synopses. Bit version: 1.13.80'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -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
- }), " |\n| -------------------- | :--------------: | -------------------------------------------------------------------------- |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
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, {