@teambit/harmony.content.cli-reference 2.0.637 → 2.0.639

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.10.10'
2
+ description: 'Bit command synopses. Bit version: 1.11.1'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -102,6 +102,11 @@
102
102
  "",
103
103
  "bit-bin <binary>",
104
104
  "Specify the binary to use for running Bit commands (default: \"bit\")"
105
+ ],
106
+ [
107
+ "",
108
+ "consumer-project",
109
+ "For non-Bit workspaces that only consume Bit component packages. Enables only \"schema\", \"show\", and \"remote_search\" tools"
105
110
  ]
106
111
  ],
107
112
  "description": "Start the Bit CLI Model Context Protocol (MCP) server for programmatic and remote access to Bit commands.",
package/cli-reference.mdx CHANGED
@@ -1594,6 +1594,7 @@ this command does the following:
1594
1594
  | `--include-additional <commands>` | | Add specific commands to the default MCP tools set. Use comma-separated list in quotes. Only applies when --extended is not used |
1595
1595
  | `--exclude <commands>` | | Prevent specific commands from being exposed as MCP tools. Use comma-separated list in quotes |
1596
1596
  | `--bit-bin <binary>` | | Specify the binary to use for running Bit commands (default: "bit") |
1597
+ | `--consumer-project` | | For non-Bit workspaces that only consume Bit component packages. Enables only "schema", "show", and "remote_search" tools |
1597
1598
 
1598
1599
  ---
1599
1600
 
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.10.10'
2
+ description: 'Bit command synopses. Bit version: 1.11.1'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -102,6 +102,11 @@
102
102
  "",
103
103
  "bit-bin <binary>",
104
104
  "Specify the binary to use for running Bit commands (default: \"bit\")"
105
+ ],
106
+ [
107
+ "",
108
+ "consumer-project",
109
+ "For non-Bit workspaces that only consume Bit component packages. Enables only \"schema\", \"show\", and \"remote_search\" tools"
105
110
  ]
106
111
  ],
107
112
  "description": "Start the Bit CLI Model Context Protocol (MCP) server for programmatic and remote access to Bit commands.",
@@ -8575,7 +8575,20 @@ function MDXContent(_ref) {
8575
8575
  }), (0, _react2.mdx)("td", {
8576
8576
  parentName: "tr",
8577
8577
  "align": null
8578
- }, "Specify the binary to use for running Bit commands (default: \"bit\")")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "merge"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
8578
+ }, "Specify the binary to use for running Bit commands (default: \"bit\")")), (0, _react2.mdx)("tr", {
8579
+ parentName: "tbody"
8580
+ }, (0, _react2.mdx)("td", {
8581
+ parentName: "tr",
8582
+ "align": null
8583
+ }, (0, _react2.mdx)("inlineCode", {
8584
+ parentName: "td"
8585
+ }, "--consumer-project")), (0, _react2.mdx)("td", {
8586
+ parentName: "tr",
8587
+ "align": "center"
8588
+ }), (0, _react2.mdx)("td", {
8589
+ parentName: "tr",
8590
+ "align": null
8591
+ }, "For non-Bit workspaces that only consume Bit component packages. Enables only \"schema\", \"show\", and \"remote_search\" tools")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "merge"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
8579
8592
  parentName: "p"
8580
8593
  }, "Description"), ": merge changes of the remote head into local - auto-snaps all merged components", (0, _react2.mdx)("br", {
8581
8594
  parentName: "p"