@teambit/harmony.content.cli-reference 2.0.1047 → 2.0.1049
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 +6 -1
- package/cli-reference.mdx +4 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +6 -1
- package/dist/cli-reference.mdx.js +1 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1778872419685.js → preview-1779140326546.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -2528,6 +2528,11 @@
|
|
|
2528
2528
|
"dependencies-head",
|
|
2529
2529
|
"same as --dependencies, except it imports the dependencies with their head version"
|
|
2530
2530
|
],
|
|
2531
|
+
[
|
|
2532
|
+
"",
|
|
2533
|
+
"dependencies-depth <n>",
|
|
2534
|
+
"limit how many levels deep to traverse with --dependencies/--dependencies-head (1=direct deps only). default: traverse all levels"
|
|
2535
|
+
],
|
|
2531
2536
|
[
|
|
2532
2537
|
"",
|
|
2533
2538
|
"dependents",
|
|
@@ -5004,7 +5009,7 @@
|
|
|
5004
5009
|
]
|
|
5005
5010
|
],
|
|
5006
5011
|
"description": "start Model Context Protocol server for AI assistants",
|
|
5007
|
-
"extendedDescription": "
|
|
5012
|
+
"extendedDescription": "NOTE: this is the legacy local stdio MCP server. The recommended way to connect AI agents to Bit is now the hosted Cloud MCP at https://mcp.bit.cloud/mcp.\nsee setup instructions for each agent at https://bit.cloud/docs/connect.\n\nenables AI assistants and other tools to interact with Bit via the Model Context Protocol.\nprovides a standardized interface for AI agents to execute Bit commands and access component information.\nallows writing custom instructions and rules to guide AI agents in their interactions with Bit.",
|
|
5008
5013
|
"group": "advanced",
|
|
5009
5014
|
"private": false,
|
|
5010
5015
|
"commands": [
|
package/cli-reference.mdx
CHANGED
|
@@ -1167,6 +1167,7 @@ without arguments, fetches all workspace components' latest versions from their
|
|
|
1167
1167
|
| `--merge [strategy]` | `-m` | merge local changes with the imported version. strategy should be "theirs", "ours" or "manual" |
|
|
1168
1168
|
| `--dependencies` | | import all dependencies (bit components only) of imported components and write them to the workspace |
|
|
1169
1169
|
| `--dependencies-head` | | same as --dependencies, except it imports the dependencies with their head version |
|
|
1170
|
+
| `--dependencies-depth <n>` | | limit how many levels deep to traverse with --dependencies/--dependencies-head (1=direct deps only). default: traverse all levels |
|
|
1170
1171
|
| `--dependents` | | import components found while traversing from the imported components upwards to the workspace components |
|
|
1171
1172
|
| `--dependents-via <string>` | | same as --dependents except the traversal must go through the specified component. to specify multiple components, wrap with quotes and separate by a comma |
|
|
1172
1173
|
| `--dependents-all` | | same as --dependents except not prompting for selecting paths but rather selecting all paths and showing final confirmation before importing |
|
|
@@ -1812,6 +1813,9 @@ use this to switch between accounts or when authentication tokens expire.
|
|
|
1812
1813
|
## mcp-server
|
|
1813
1814
|
|
|
1814
1815
|
**Description**: start Model Context Protocol server for AI assistants
|
|
1816
|
+
NOTE: this is the legacy local stdio MCP server. The recommended way to connect AI agents to Bit is now the hosted Cloud MCP at https://mcp.bit.cloud/mcp.
|
|
1817
|
+
see setup instructions for each agent at https://bit.cloud/docs/connect.
|
|
1818
|
+
|
|
1815
1819
|
enables AI assistants and other tools to interact with Bit via the Model Context Protocol.
|
|
1816
1820
|
provides a standardized interface for AI agents to execute Bit commands and access component information.
|
|
1817
1821
|
allows writing custom instructions and rules to guide AI agents in their interactions with Bit.
|
package/dist/cli-reference.json
CHANGED
|
@@ -2528,6 +2528,11 @@
|
|
|
2528
2528
|
"dependencies-head",
|
|
2529
2529
|
"same as --dependencies, except it imports the dependencies with their head version"
|
|
2530
2530
|
],
|
|
2531
|
+
[
|
|
2532
|
+
"",
|
|
2533
|
+
"dependencies-depth <n>",
|
|
2534
|
+
"limit how many levels deep to traverse with --dependencies/--dependencies-head (1=direct deps only). default: traverse all levels"
|
|
2535
|
+
],
|
|
2531
2536
|
[
|
|
2532
2537
|
"",
|
|
2533
2538
|
"dependents",
|
|
@@ -5004,7 +5009,7 @@
|
|
|
5004
5009
|
]
|
|
5005
5010
|
],
|
|
5006
5011
|
"description": "start Model Context Protocol server for AI assistants",
|
|
5007
|
-
"extendedDescription": "
|
|
5012
|
+
"extendedDescription": "NOTE: this is the legacy local stdio MCP server. The recommended way to connect AI agents to Bit is now the hosted Cloud MCP at https://mcp.bit.cloud/mcp.\nsee setup instructions for each agent at https://bit.cloud/docs/connect.\n\nenables AI assistants and other tools to interact with Bit via the Model Context Protocol.\nprovides a standardized interface for AI agents to execute Bit commands and access component information.\nallows writing custom instructions and rules to guide AI agents in their interactions with Bit.",
|
|
5008
5013
|
"group": "advanced",
|
|
5009
5014
|
"private": false,
|
|
5010
5015
|
"commands": [
|