@teambit/harmony.content.cli-reference 2.0.912 → 2.0.914

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.47'
2
+ description: 'Bit command synopses. Bit version: 1.13.49'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -2780,6 +2780,21 @@
2780
2780
  }
2781
2781
  ]
2782
2782
  },
2783
+ {
2784
+ "name": "diagnose",
2785
+ "alias": "",
2786
+ "options": [
2787
+ [
2788
+ "",
2789
+ "package <string>",
2790
+ "drill down into a specific package to see all .pnpm copies and peer combos"
2791
+ ]
2792
+ ],
2793
+ "description": "analyze workspace dependencies for version spread, peer permutations, and bloat",
2794
+ "extendedDescription": "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.",
2795
+ "group": "info-analysis",
2796
+ "private": false
2797
+ },
2783
2798
  {
2784
2799
  "name": "write",
2785
2800
  "alias": "",
package/cli-reference.mdx CHANGED
@@ -739,6 +739,17 @@ supports both exact version matching and package name patterns.
739
739
  | ------------------ | :--------------: | ----------------------------------------- |
740
740
  | `--depth <number>` | | max display depth of the dependency graph |
741
741
 
742
+ ### deps diagnose
743
+
744
+ **Usage**: `deps diagnose`
745
+
746
+ **Description**: analyze workspace dependencies for version spread, peer permutations, and bloat
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
+
749
+ | **Option** | **Option alias** | **Description** |
750
+ | -------------------- | :--------------: | -------------------------------------------------------------------------- |
751
+ | `--package <string>` | | drill down into a specific package to see all .pnpm copies and peer combos |
752
+
742
753
  ### deps write
743
754
 
744
755
  **Usage**: `deps write`
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.47'
2
+ description: 'Bit command synopses. Bit version: 1.13.49'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -2780,6 +2780,21 @@
2780
2780
  }
2781
2781
  ]
2782
2782
  },
2783
+ {
2784
+ "name": "diagnose",
2785
+ "alias": "",
2786
+ "options": [
2787
+ [
2788
+ "",
2789
+ "package <string>",
2790
+ "drill down into a specific package to see all .pnpm copies and peer combos"
2791
+ ]
2792
+ ],
2793
+ "description": "analyze workspace dependencies for version spread, peer permutations, and bloat",
2794
+ "extendedDescription": "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.",
2795
+ "group": "info-analysis",
2796
+ "private": false
2797
+ },
2783
2798
  {
2784
2799
  "name": "write",
2785
2800
  "alias": "",
@@ -1576,6 +1576,28 @@ function _createMdxContent(props) {
1576
1576
  }), " |\n| ------------------ | :--------------: | ----------------------------------------- |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
1577
1577
  children: "--depth <number>"
1578
1578
  }), " | | max display depth of the dependency graph |"]
1579
+ }), "\n", (0, _jsxRuntime.jsx)(_components.h3, {
1580
+ children: "deps diagnose"
1581
+ }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
1582
+ children: [(0, _jsxRuntime.jsx)(_components.strong, {
1583
+ children: "Usage"
1584
+ }), ": ", (0, _jsxRuntime.jsx)(_components.code, {
1585
+ children: "deps diagnose"
1586
+ })]
1587
+ }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
1588
+ children: [(0, _jsxRuntime.jsx)(_components.strong, {
1589
+ children: "Description"
1590
+ }), ": analyze workspace dependencies for version spread, peer permutations, and bloat", (0, _jsxRuntime.jsx)(_components.br, {}), "\n", "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."]
1591
+ }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
1592
+ children: ["| ", (0, _jsxRuntime.jsx)(_components.strong, {
1593
+ children: "Option"
1594
+ }), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
1595
+ children: "Option alias"
1596
+ }), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
1597
+ children: "Description"
1598
+ }), " |\n| -------------------- | :--------------: | -------------------------------------------------------------------------- |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
1599
+ children: "--package <string>"
1600
+ }), " | | drill down into a specific package to see all .pnpm copies and peer combos |"]
1579
1601
  }), "\n", (0, _jsxRuntime.jsx)(_components.h3, {
1580
1602
  children: "deps write"
1581
1603
  }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {