@teambit/harmony.content.cli-reference 2.0.554 → 2.0.556

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.9.67'
2
+ description: 'Bit command synopses. Bit version: 1.9.69'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -553,7 +553,12 @@
553
553
  [
554
554
  "",
555
555
  "cycles",
556
- "show cycles in the graph"
556
+ "generate a graph of cycles only"
557
+ ],
558
+ [
559
+ "",
560
+ "include-local-only",
561
+ "include only the components in the workspace (or local scope)"
557
562
  ],
558
563
  [
559
564
  "j",
@@ -561,7 +566,7 @@
561
566
  "json format"
562
567
  ]
563
568
  ],
564
- "description": "generate an SVG image file with the workspace components' dependencies graph",
569
+ "description": "generate an SVG image file with the components' dependencies graph",
565
570
  "extendedDescription": "",
566
571
  "group": "discover",
567
572
  "private": false,
package/cli-reference.mdx CHANGED
@@ -926,7 +926,7 @@ bit export => export all staged snaps/tags of components to their remote scope.
926
926
 
927
927
  ## graph
928
928
 
929
- **Description**: generate an SVG image file with the workspace components' dependencies graph
929
+ **Description**: generate an SVG image file with the components' dependencies graph
930
930
 
931
931
  `bit graph [id]`
932
932
 
@@ -935,7 +935,8 @@ bit export => export all staged snaps/tags of components to their remote scope.
935
935
  | `--remote [remoteName]` | `-r` | remote name (name is optional, leave empty when id is specified) |
936
936
  | `--layout <name>` | | GraphVis layout. default to "dot". options are [circo, dot, fdp, neato, osage, patchwork, sfdp, twopi] |
937
937
  | `--png` | | save the graph as a png file instead of svg. requires "graphviz" to be installed |
938
- | `--cycles` | | show cycles in the graph |
938
+ | `--cycles` | | generate a graph of cycles only |
939
+ | `--include-local-only` | | include only the components in the workspace (or local scope) |
939
940
  | `--json` | `-j` | json format |
940
941
 
941
942
  ---
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.9.67'
2
+ description: 'Bit command synopses. Bit version: 1.9.69'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -553,7 +553,12 @@
553
553
  [
554
554
  "",
555
555
  "cycles",
556
- "show cycles in the graph"
556
+ "generate a graph of cycles only"
557
+ ],
558
+ [
559
+ "",
560
+ "include-local-only",
561
+ "include only the components in the workspace (or local scope)"
557
562
  ],
558
563
  [
559
564
  "j",
@@ -561,7 +566,7 @@
561
566
  "json format"
562
567
  ]
563
568
  ],
564
- "description": "generate an SVG image file with the workspace components' dependencies graph",
569
+ "description": "generate an SVG image file with the components' dependencies graph",
565
570
  "extendedDescription": "",
566
571
  "group": "discover",
567
572
  "private": false,
@@ -4524,7 +4524,7 @@ function MDXContent(_ref) {
4524
4524
  "align": null
4525
4525
  }, "json format")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "graph"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
4526
4526
  parentName: "p"
4527
- }, "Description"), ": generate an SVG image file with the workspace components' dependencies graph"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
4527
+ }, "Description"), ": generate an SVG image file with the components' dependencies graph"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
4528
4528
  parentName: "p"
4529
4529
  }, "bit graph [id]")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
4530
4530
  parentName: "table"
@@ -4601,7 +4601,20 @@ function MDXContent(_ref) {
4601
4601
  }), (0, _react2.mdx)("td", {
4602
4602
  parentName: "tr",
4603
4603
  "align": null
4604
- }, "show cycles in the graph")), (0, _react2.mdx)("tr", {
4604
+ }, "generate a graph of cycles only")), (0, _react2.mdx)("tr", {
4605
+ parentName: "tbody"
4606
+ }, (0, _react2.mdx)("td", {
4607
+ parentName: "tr",
4608
+ "align": null
4609
+ }, (0, _react2.mdx)("inlineCode", {
4610
+ parentName: "td"
4611
+ }, "--include-local-only")), (0, _react2.mdx)("td", {
4612
+ parentName: "tr",
4613
+ "align": "center"
4614
+ }), (0, _react2.mdx)("td", {
4615
+ parentName: "tr",
4616
+ "align": null
4617
+ }, "include only the components in the workspace (or local scope)")), (0, _react2.mdx)("tr", {
4605
4618
  parentName: "tbody"
4606
4619
  }, (0, _react2.mdx)("td", {
4607
4620
  parentName: "tr",