@teambit/harmony.content.cli-reference 2.0.967 → 2.0.968

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.104'
2
+ description: 'Bit command synopses. Bit version: 1.13.105'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -2805,6 +2805,26 @@
2805
2805
  "group": "info-analysis",
2806
2806
  "private": false
2807
2807
  },
2808
+ {
2809
+ "name": "circular",
2810
+ "alias": "",
2811
+ "options": [
2812
+ [
2813
+ "j",
2814
+ "json",
2815
+ "return the output in JSON format"
2816
+ ],
2817
+ [
2818
+ "",
2819
+ "include-deps",
2820
+ "include component dependencies that are not in this workspace"
2821
+ ]
2822
+ ],
2823
+ "description": "find circular dependencies in the component graph",
2824
+ "extendedDescription": "",
2825
+ "group": "info-analysis",
2826
+ "private": false
2827
+ },
2808
2828
  {
2809
2829
  "name": "write",
2810
2830
  "alias": "",
package/cli-reference.mdx CHANGED
@@ -752,6 +752,17 @@ scans node_modules/.pnpm to report actual installed copies, identifies packages
752
752
  | `--package <string>` | | drill down into a specific package to see all .pnpm copies and peer combos |
753
753
  | `--origins` | | show peer version origins — which envs and components contribute each peer version |
754
754
 
755
+ ### deps circular
756
+
757
+ **Usage**: `deps circular`
758
+
759
+ **Description**: find circular dependencies in the component graph
760
+
761
+ | **Option** | **Option alias** | **Description** |
762
+ | ---------------- | :--------------: | ------------------------------------------------------------- |
763
+ | `--json` | `-j` | return the output in JSON format |
764
+ | `--include-deps` | | include component dependencies that are not in this workspace |
765
+
755
766
  ### deps write
756
767
 
757
768
  **Usage**: `deps write`
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.104'
2
+ description: 'Bit command synopses. Bit version: 1.13.105'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -2805,6 +2805,26 @@
2805
2805
  "group": "info-analysis",
2806
2806
  "private": false
2807
2807
  },
2808
+ {
2809
+ "name": "circular",
2810
+ "alias": "",
2811
+ "options": [
2812
+ [
2813
+ "j",
2814
+ "json",
2815
+ "return the output in JSON format"
2816
+ ],
2817
+ [
2818
+ "",
2819
+ "include-deps",
2820
+ "include component dependencies that are not in this workspace"
2821
+ ]
2822
+ ],
2823
+ "description": "find circular dependencies in the component graph",
2824
+ "extendedDescription": "",
2825
+ "group": "info-analysis",
2826
+ "private": false
2827
+ },
2808
2828
  {
2809
2829
  "name": "write",
2810
2830
  "alias": "",
@@ -1604,6 +1604,32 @@ function _createMdxContent(props) {
1604
1604
  }), " | | drill down into a specific package to see all .pnpm copies and peer combos |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
1605
1605
  children: "--origins"
1606
1606
  }), " | | show peer version origins — which envs and components contribute each peer version |"]
1607
+ }), "\n", (0, _jsxRuntime.jsx)(_components.h3, {
1608
+ children: "deps circular"
1609
+ }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
1610
+ children: [(0, _jsxRuntime.jsx)(_components.strong, {
1611
+ children: "Usage"
1612
+ }), ": ", (0, _jsxRuntime.jsx)(_components.code, {
1613
+ children: "deps circular"
1614
+ })]
1615
+ }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
1616
+ children: [(0, _jsxRuntime.jsx)(_components.strong, {
1617
+ children: "Description"
1618
+ }), ": find circular dependencies in the component graph"]
1619
+ }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
1620
+ children: ["| ", (0, _jsxRuntime.jsx)(_components.strong, {
1621
+ children: "Option"
1622
+ }), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
1623
+ children: "Option alias"
1624
+ }), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
1625
+ children: "Description"
1626
+ }), " |\n| ---------------- | :--------------: | ------------------------------------------------------------- |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
1627
+ children: "--json"
1628
+ }), " | ", (0, _jsxRuntime.jsx)(_components.code, {
1629
+ children: "-j"
1630
+ }), " | return the output in JSON format |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
1631
+ children: "--include-deps"
1632
+ }), " | | include component dependencies that are not in this workspace |"]
1607
1633
  }), "\n", (0, _jsxRuntime.jsx)(_components.h3, {
1608
1634
  children: "deps write"
1609
1635
  }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {