@teambit/harmony.content.cli-reference 2.0.658 → 2.0.659

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.11.20'
2
+ description: 'Bit command synopses. Bit version: 1.11.21'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -720,7 +720,12 @@
720
720
  [
721
721
  "",
722
722
  "include-local-only",
723
- "include only the components in the workspace (or local scope)"
723
+ "DEPRECATED: include only the components in the workspace (or local scope). This is now the default behavior."
724
+ ],
725
+ [
726
+ "",
727
+ "include-dependencies",
728
+ "include all dependencies recursively, not just workspace (or local scope) components"
724
729
  ],
725
730
  [
726
731
  "j",
package/cli-reference.mdx CHANGED
@@ -950,14 +950,15 @@ bit export => export all staged snaps/tags of components to their remote scope.
950
950
 
951
951
  `bit graph [id]`
952
952
 
953
- | **Option** | **Option alias** | **Description** |
954
- | ----------------------- | :--------------: | ------------------------------------------------------------------------------------------------------ |
955
- | `--remote [remoteName]` | `-r` | remote name (name is optional, leave empty when id is specified) |
956
- | `--layout <name>` | | GraphVis layout. default to "dot". options are [circo, dot, fdp, neato, osage, patchwork, sfdp, twopi] |
957
- | `--png` | | save the graph as a png file instead of svg. requires "graphviz" to be installed |
958
- | `--cycles` | | generate a graph of cycles only |
959
- | `--include-local-only` | | include only the components in the workspace (or local scope) |
960
- | `--json` | `-j` | json format |
953
+ | **Option** | **Option alias** | **Description** |
954
+ | ------------------------ | :--------------: | ------------------------------------------------------------------------------------------------------------ |
955
+ | `--remote [remoteName]` | `-r` | remote name (name is optional, leave empty when id is specified) |
956
+ | `--layout <name>` | | GraphVis layout. default to "dot". options are [circo, dot, fdp, neato, osage, patchwork, sfdp, twopi] |
957
+ | `--png` | | save the graph as a png file instead of svg. requires "graphviz" to be installed |
958
+ | `--cycles` | | generate a graph of cycles only |
959
+ | `--include-local-only` | | DEPRECATED: include only the components in the workspace (or local scope). This is now the default behavior. |
960
+ | `--include-dependencies` | | include all dependencies recursively, not just workspace (or local scope) components |
961
+ | `--json` | `-j` | json format |
961
962
 
962
963
  ---
963
964
 
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.11.20'
2
+ description: 'Bit command synopses. Bit version: 1.11.21'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -720,7 +720,12 @@
720
720
  [
721
721
  "",
722
722
  "include-local-only",
723
- "include only the components in the workspace (or local scope)"
723
+ "DEPRECATED: include only the components in the workspace (or local scope). This is now the default behavior."
724
+ ],
725
+ [
726
+ "",
727
+ "include-dependencies",
728
+ "include all dependencies recursively, not just workspace (or local scope) components"
724
729
  ],
725
730
  [
726
731
  "j",
@@ -4837,7 +4837,20 @@ function MDXContent(_ref) {
4837
4837
  }), (0, _react2.mdx)("td", {
4838
4838
  parentName: "tr",
4839
4839
  "align": null
4840
- }, "include only the components in the workspace (or local scope)")), (0, _react2.mdx)("tr", {
4840
+ }, "DEPRECATED: include only the components in the workspace (or local scope). This is now the default behavior.")), (0, _react2.mdx)("tr", {
4841
+ parentName: "tbody"
4842
+ }, (0, _react2.mdx)("td", {
4843
+ parentName: "tr",
4844
+ "align": null
4845
+ }, (0, _react2.mdx)("inlineCode", {
4846
+ parentName: "td"
4847
+ }, "--include-dependencies")), (0, _react2.mdx)("td", {
4848
+ parentName: "tr",
4849
+ "align": "center"
4850
+ }), (0, _react2.mdx)("td", {
4851
+ parentName: "tr",
4852
+ "align": null
4853
+ }, "include all dependencies recursively, not just workspace (or local scope) components")), (0, _react2.mdx)("tr", {
4841
4854
  parentName: "tbody"
4842
4855
  }, (0, _react2.mdx)("td", {
4843
4856
  parentName: "tr",