@teambit/harmony.content.cli-reference 2.0.734 → 2.0.736

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.12.88'
2
+ description: 'Bit command synopses. Bit version: 1.12.90'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -4280,6 +4280,11 @@
4280
4280
  "",
4281
4281
  "force-theirs",
4282
4282
  "do not merge during checkout, just overwrite with incoming files"
4283
+ ],
4284
+ [
4285
+ "",
4286
+ "lane-name <name>",
4287
+ "specify the lane name to delete after merge (auto-detected if not provided)"
4283
4288
  ]
4284
4289
  ],
4285
4290
  "description": "Merges a PR",
@@ -4388,10 +4393,15 @@
4388
4393
  "",
4389
4394
  "consumer-project",
4390
4395
  "Generate rules for consumer projects that only use Bit components as packages"
4396
+ ],
4397
+ [
4398
+ "",
4399
+ "force-standard",
4400
+ "Use standard Bit rules template instead of Git-integrated template (even when .git exists)"
4391
4401
  ]
4392
4402
  ],
4393
4403
  "description": "Write Bit MCP rules/instructions file for VS Code, Cursor, Roo Code, Cline, Claude Code, or print to screen",
4394
- "extendedDescription": "Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code, Cursor, Roo Code, Cline, and Claude Code. For Claude Code, creates .claude/bit.md to avoid overwriting existing CLAUDE.md files. Use --print to display content on screen. Use --consumer-project for non-Bit workspaces that only consume components as packages.",
4404
+ "extendedDescription": "Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code, Cursor, Roo Code, Cline, and Claude Code. For Claude Code, creates .claude/bit.md to avoid overwriting existing CLAUDE.md files. Use --print to display content on screen. Use --consumer-project for non-Bit workspaces that only consume components as packages. Use --force-standard to use standard Bit rules instead of Git-integrated template.",
4395
4405
  "group": "ungrouped",
4396
4406
  "private": false,
4397
4407
  "arguments": [
package/cli-reference.mdx CHANGED
@@ -392,6 +392,7 @@ when on a lane, "checkout head" only checks out components on this lane. to upda
392
392
  | `--verbose` | | show verbose output |
393
393
  | `--auto-merge-resolve <merge-strategy>` | `-r` | in case of merge conflict during checkout, resolve according to the provided strategy: [ours, theirs, manual] |
394
394
  | `--force-theirs` | | do not merge during checkout, just overwrite with incoming files |
395
+ | `--lane-name <name>` | | specify the lane name to delete after merge (auto-detected if not provided) |
395
396
 
396
397
  ---
397
398
 
@@ -1676,17 +1677,18 @@ Creates or updates configuration files to integrate Bit MCP server with supporte
1676
1677
  **Usage**: `mcp-server rules [editor]`
1677
1678
 
1678
1679
  **Description**: Write Bit MCP rules/instructions file for VS Code, Cursor, Roo Code, Cline, Claude Code, or print to screen
1679
- Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code, Cursor, Roo Code, Cline, and Claude Code. For Claude Code, creates .claude/bit.md to avoid overwriting existing CLAUDE.md files. Use --print to display content on screen. Use --consumer-project for non-Bit workspaces that only consume components as packages.
1680
+ Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code, Cursor, Roo Code, Cline, and Claude Code. For Claude Code, creates .claude/bit.md to avoid overwriting existing CLAUDE.md files. Use --print to display content on screen. Use --consumer-project for non-Bit workspaces that only consume components as packages. Use --force-standard to use standard Bit rules instead of Git-integrated template.
1680
1681
 
1681
1682
  | **Arg** | **Description** |
1682
1683
  | -------- | :---------------------------------------------------------------------------------------------: |
1683
1684
  | `editor` | Editor to write rules for (default: vscode). Available: vscode, cursor, roo, cline, claude-code |
1684
1685
 
1685
- | **Option** | **Option alias** | **Description** |
1686
- | -------------------- | :--------------: | ----------------------------------------------------------------------------- |
1687
- | `--global` | `-g` | Write rules to global configuration (default: workspace-specific) |
1688
- | `--print` | `-p` | Print rules content to screen instead of writing to file |
1689
- | `--consumer-project` | | Generate rules for consumer projects that only use Bit components as packages |
1686
+ | **Option** | **Option alias** | **Description** |
1687
+ | -------------------- | :--------------: | ------------------------------------------------------------------------------------------ |
1688
+ | `--global` | `-g` | Write rules to global configuration (default: workspace-specific) |
1689
+ | `--print` | `-p` | Print rules content to screen instead of writing to file |
1690
+ | `--consumer-project` | | Generate rules for consumer projects that only use Bit components as packages |
1691
+ | `--force-standard` | | Use standard Bit rules template instead of Git-integrated template (even when .git exists) |
1690
1692
 
1691
1693
  | **Option** | **Option alias** | **Description** |
1692
1694
  | --------------------------------- | :--------------: | ------------------------------------------------------------------------------------------------------------------------- |
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.12.88'
2
+ description: 'Bit command synopses. Bit version: 1.12.90'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -4280,6 +4280,11 @@
4280
4280
  "",
4281
4281
  "force-theirs",
4282
4282
  "do not merge during checkout, just overwrite with incoming files"
4283
+ ],
4284
+ [
4285
+ "",
4286
+ "lane-name <name>",
4287
+ "specify the lane name to delete after merge (auto-detected if not provided)"
4283
4288
  ]
4284
4289
  ],
4285
4290
  "description": "Merges a PR",
@@ -4388,10 +4393,15 @@
4388
4393
  "",
4389
4394
  "consumer-project",
4390
4395
  "Generate rules for consumer projects that only use Bit components as packages"
4396
+ ],
4397
+ [
4398
+ "",
4399
+ "force-standard",
4400
+ "Use standard Bit rules template instead of Git-integrated template (even when .git exists)"
4391
4401
  ]
4392
4402
  ],
4393
4403
  "description": "Write Bit MCP rules/instructions file for VS Code, Cursor, Roo Code, Cline, Claude Code, or print to screen",
4394
- "extendedDescription": "Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code, Cursor, Roo Code, Cline, and Claude Code. For Claude Code, creates .claude/bit.md to avoid overwriting existing CLAUDE.md files. Use --print to display content on screen. Use --consumer-project for non-Bit workspaces that only consume components as packages.",
4404
+ "extendedDescription": "Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code, Cursor, Roo Code, Cline, and Claude Code. For Claude Code, creates .claude/bit.md to avoid overwriting existing CLAUDE.md files. Use --print to display content on screen. Use --consumer-project for non-Bit workspaces that only consume components as packages. Use --force-standard to use standard Bit rules instead of Git-integrated template.",
4395
4405
  "group": "ungrouped",
4396
4406
  "private": false,
4397
4407
  "arguments": [
@@ -2184,7 +2184,20 @@ function MDXContent(_ref) {
2184
2184
  }), (0, _react2.mdx)("td", {
2185
2185
  parentName: "tr",
2186
2186
  "align": null
2187
- }, "do not merge during checkout, just overwrite with incoming files")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "clear-cache"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
2187
+ }, "do not merge during checkout, just overwrite with incoming files")), (0, _react2.mdx)("tr", {
2188
+ parentName: "tbody"
2189
+ }, (0, _react2.mdx)("td", {
2190
+ parentName: "tr",
2191
+ "align": null
2192
+ }, (0, _react2.mdx)("inlineCode", {
2193
+ parentName: "td"
2194
+ }, "--lane-name <name>")), (0, _react2.mdx)("td", {
2195
+ parentName: "tr",
2196
+ "align": "center"
2197
+ }), (0, _react2.mdx)("td", {
2198
+ parentName: "tr",
2199
+ "align": null
2200
+ }, "specify the lane name to delete after merge (auto-detected if not provided)")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "clear-cache"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
2188
2201
  parentName: "p"
2189
2202
  }, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
2190
2203
  parentName: "p"
@@ -9126,7 +9139,7 @@ function MDXContent(_ref) {
9126
9139
  parentName: "p"
9127
9140
  }, "Description"), ": Write Bit MCP rules/instructions file for VS Code, Cursor, Roo Code, Cline, Claude Code, or print to screen", (0, _react2.mdx)("br", {
9128
9141
  parentName: "p"
9129
- }), "\n", "Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code, Cursor, Roo Code, Cline, and Claude Code. For Claude Code, creates .claude/bit.md to avoid overwriting existing CLAUDE.md files. Use --print to display content on screen. Use --consumer-project for non-Bit workspaces that only consume components as packages."), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
9142
+ }), "\n", "Creates or updates rules/instructions markdown files to provide AI assistants with guidance on using Bit MCP server. Currently supports VS Code, Cursor, Roo Code, Cline, and Claude Code. For Claude Code, creates .claude/bit.md to avoid overwriting existing CLAUDE.md files. Use --print to display content on screen. Use --consumer-project for non-Bit workspaces that only consume components as packages. Use --force-standard to use standard Bit rules instead of Git-integrated template."), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
9130
9143
  parentName: "table"
9131
9144
  }, (0, _react2.mdx)("tr", {
9132
9145
  parentName: "thead"
@@ -9216,7 +9229,20 @@ function MDXContent(_ref) {
9216
9229
  }), (0, _react2.mdx)("td", {
9217
9230
  parentName: "tr",
9218
9231
  "align": null
9219
- }, "Generate rules for consumer projects that only use Bit components as packages")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
9232
+ }, "Generate rules for consumer projects that only use Bit components as packages")), (0, _react2.mdx)("tr", {
9233
+ parentName: "tbody"
9234
+ }, (0, _react2.mdx)("td", {
9235
+ parentName: "tr",
9236
+ "align": null
9237
+ }, (0, _react2.mdx)("inlineCode", {
9238
+ parentName: "td"
9239
+ }, "--force-standard")), (0, _react2.mdx)("td", {
9240
+ parentName: "tr",
9241
+ "align": "center"
9242
+ }), (0, _react2.mdx)("td", {
9243
+ parentName: "tr",
9244
+ "align": null
9245
+ }, "Use standard Bit rules template instead of Git-integrated template (even when .git exists)")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
9220
9246
  parentName: "table"
9221
9247
  }, (0, _react2.mdx)("tr", {
9222
9248
  parentName: "thead"