@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.
- package/cli-reference.docs.mdx +1 -1
- package/cli-reference.json +7 -2
- package/cli-reference.mdx +3 -2
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +7 -2
- package/dist/cli-reference.mdx.js +15 -2
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1739244007270.js → preview-1739416868289.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -553,7 +553,12 @@
|
|
|
553
553
|
[
|
|
554
554
|
"",
|
|
555
555
|
"cycles",
|
|
556
|
-
"
|
|
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
|
|
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
|
|
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` | |
|
|
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
|
---
|
package/dist/cli-reference.json
CHANGED
|
@@ -553,7 +553,12 @@
|
|
|
553
553
|
[
|
|
554
554
|
"",
|
|
555
555
|
"cycles",
|
|
556
|
-
"
|
|
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
|
|
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
|
|
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
|
-
}, "
|
|
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",
|