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

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.22'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -144,14 +144,14 @@
144
144
  "Setup global configuration (default: workspace-specific)"
145
145
  ]
146
146
  ],
147
- "description": "Setup MCP integration with VS Code, Cursor, Windsurf, or other editors",
148
- "extendedDescription": "Creates or updates configuration files to integrate Bit MCP server with supported editors. Currently supports VS Code, Cursor, and Windsurf.",
147
+ "description": "Setup MCP integration with VS Code, Cursor, Windsurf, Roo Code, or other editors",
148
+ "extendedDescription": "Creates or updates configuration files to integrate Bit MCP server with supported editors. Currently supports VS Code, Cursor, Windsurf, and Roo Code.",
149
149
  "group": "ungrouped",
150
150
  "private": false,
151
151
  "arguments": [
152
152
  {
153
153
  "name": "editor",
154
- "description": "Editor to setup (default: vscode). Available: vscode, cursor, windsurf"
154
+ "description": "Editor to setup (default: vscode). Available: vscode, cursor, windsurf, roo"
155
155
  }
156
156
  ]
157
157
  },
@@ -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
 
@@ -1599,12 +1600,12 @@ Start the Model Context Protocol (MCP) server with the specified configuration
1599
1600
 
1600
1601
  **Usage**: `mcp-server setup [editor]`
1601
1602
 
1602
- **Description**: Setup MCP integration with VS Code, Cursor, Windsurf, or other editors
1603
- Creates or updates configuration files to integrate Bit MCP server with supported editors. Currently supports VS Code, Cursor, and Windsurf.
1603
+ **Description**: Setup MCP integration with VS Code, Cursor, Windsurf, Roo Code, or other editors
1604
+ Creates or updates configuration files to integrate Bit MCP server with supported editors. Currently supports VS Code, Cursor, Windsurf, and Roo Code.
1604
1605
 
1605
- | **Arg** | **Description** |
1606
- | -------- | :--------------------------------------------------------------------: |
1607
- | `editor` | Editor to setup (default: vscode). Available: vscode, cursor, windsurf |
1606
+ | **Arg** | **Description** |
1607
+ | -------- | :-------------------------------------------------------------------------: |
1608
+ | `editor` | Editor to setup (default: vscode). Available: vscode, cursor, windsurf, roo |
1608
1609
 
1609
1610
  | **Option** | **Option alias** | **Description** |
1610
1611
  | --------------------------------- | :--------------: | -------------------------------------------------------------------------------------- |
@@ -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.22'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -144,14 +144,14 @@
144
144
  "Setup global configuration (default: workspace-specific)"
145
145
  ]
146
146
  ],
147
- "description": "Setup MCP integration with VS Code, Cursor, Windsurf, or other editors",
148
- "extendedDescription": "Creates or updates configuration files to integrate Bit MCP server with supported editors. Currently supports VS Code, Cursor, and Windsurf.",
147
+ "description": "Setup MCP integration with VS Code, Cursor, Windsurf, Roo Code, or other editors",
148
+ "extendedDescription": "Creates or updates configuration files to integrate Bit MCP server with supported editors. Currently supports VS Code, Cursor, Windsurf, and Roo Code.",
149
149
  "group": "ungrouped",
150
150
  "private": false,
151
151
  "arguments": [
152
152
  {
153
153
  "name": "editor",
154
- "description": "Editor to setup (default: vscode). Available: vscode, cursor, windsurf"
154
+ "description": "Editor to setup (default: vscode). Available: vscode, cursor, windsurf, roo"
155
155
  }
156
156
  ]
157
157
  },
@@ -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",
@@ -8589,9 +8602,9 @@ function MDXContent(_ref) {
8589
8602
  parentName: "p"
8590
8603
  }, "mcp-server setup [editor]")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
8591
8604
  parentName: "p"
8592
- }, "Description"), ": Setup MCP integration with VS Code, Cursor, Windsurf, or other editors", (0, _react2.mdx)("br", {
8605
+ }, "Description"), ": Setup MCP integration with VS Code, Cursor, Windsurf, Roo Code, or other editors", (0, _react2.mdx)("br", {
8593
8606
  parentName: "p"
8594
- }), "\n", "Creates or updates configuration files to integrate Bit MCP server with supported editors. Currently supports VS Code, Cursor, and Windsurf."), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
8607
+ }), "\n", "Creates or updates configuration files to integrate Bit MCP server with supported editors. Currently supports VS Code, Cursor, Windsurf, and Roo Code."), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
8595
8608
  parentName: "table"
8596
8609
  }, (0, _react2.mdx)("tr", {
8597
8610
  parentName: "thead"
@@ -8617,7 +8630,7 @@ function MDXContent(_ref) {
8617
8630
  }, "editor")), (0, _react2.mdx)("td", {
8618
8631
  parentName: "tr",
8619
8632
  "align": "center"
8620
- }, "Editor to setup (default: vscode). Available: vscode, cursor, windsurf")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
8633
+ }, "Editor to setup (default: vscode). Available: vscode, cursor, windsurf, roo")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
8621
8634
  parentName: "table"
8622
8635
  }, (0, _react2.mdx)("tr", {
8623
8636
  parentName: "thead"