@teambit/harmony.content.cli-reference 2.0.634 → 2.0.636
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 +5 -0
- package/cli-reference.mdx +1 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +5 -0
- package/dist/cli-reference.mdx.js +14 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1746760877801.js → preview-1747192807532.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -97,6 +97,11 @@
|
|
|
97
97
|
"",
|
|
98
98
|
"exclude <commands>",
|
|
99
99
|
"Prevent specific commands from being exposed as MCP tools. Use comma-separated list in quotes"
|
|
100
|
+
],
|
|
101
|
+
[
|
|
102
|
+
"",
|
|
103
|
+
"bit-bin <binary>",
|
|
104
|
+
"Specify the binary to use for running Bit commands (default: \"bit\")"
|
|
100
105
|
]
|
|
101
106
|
],
|
|
102
107
|
"description": "Start the Bit CLI Model Context Protocol (MCP) server for programmatic and remote access to Bit commands.",
|
package/cli-reference.mdx
CHANGED
|
@@ -1593,6 +1593,7 @@ this command does the following:
|
|
|
1593
1593
|
| `--include-only <commands>` | | Specify a subset of commands to expose as MCP tools. Use comma-separated list in quotes, e.g. "status,install,compile" |
|
|
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
|
+
| `--bit-bin <binary>` | | Specify the binary to use for running Bit commands (default: "bit") |
|
|
1596
1597
|
|
|
1597
1598
|
---
|
|
1598
1599
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -97,6 +97,11 @@
|
|
|
97
97
|
"",
|
|
98
98
|
"exclude <commands>",
|
|
99
99
|
"Prevent specific commands from being exposed as MCP tools. Use comma-separated list in quotes"
|
|
100
|
+
],
|
|
101
|
+
[
|
|
102
|
+
"",
|
|
103
|
+
"bit-bin <binary>",
|
|
104
|
+
"Specify the binary to use for running Bit commands (default: \"bit\")"
|
|
100
105
|
]
|
|
101
106
|
],
|
|
102
107
|
"description": "Start the Bit CLI Model Context Protocol (MCP) server for programmatic and remote access to Bit commands.",
|
|
@@ -8562,7 +8562,20 @@ function MDXContent(_ref) {
|
|
|
8562
8562
|
}), (0, _react2.mdx)("td", {
|
|
8563
8563
|
parentName: "tr",
|
|
8564
8564
|
"align": null
|
|
8565
|
-
}, "Prevent specific commands from being exposed as MCP tools. Use comma-separated list in quotes"))
|
|
8565
|
+
}, "Prevent specific commands from being exposed as MCP tools. Use comma-separated list in quotes")), (0, _react2.mdx)("tr", {
|
|
8566
|
+
parentName: "tbody"
|
|
8567
|
+
}, (0, _react2.mdx)("td", {
|
|
8568
|
+
parentName: "tr",
|
|
8569
|
+
"align": null
|
|
8570
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
8571
|
+
parentName: "td"
|
|
8572
|
+
}, "--bit-bin <binary>")), (0, _react2.mdx)("td", {
|
|
8573
|
+
parentName: "tr",
|
|
8574
|
+
"align": "center"
|
|
8575
|
+
}), (0, _react2.mdx)("td", {
|
|
8576
|
+
parentName: "tr",
|
|
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", {
|
|
8566
8579
|
parentName: "p"
|
|
8567
8580
|
}, "Description"), ": merge changes of the remote head into local - auto-snaps all merged components", (0, _react2.mdx)("br", {
|
|
8568
8581
|
parentName: "p"
|