@teambit/harmony.content.cli-reference 2.0.638 → 2.0.640
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 +16 -1
- package/cli-reference.mdx +8 -4
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +16 -1
- package/dist/cli-reference.mdx.js +49 -4
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1747711311551.js → preview-1747843190344.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -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.",
|
|
@@ -4107,10 +4112,15 @@
|
|
|
4107
4112
|
"",
|
|
4108
4113
|
"id <string>",
|
|
4109
4114
|
"show a specific history item"
|
|
4115
|
+
],
|
|
4116
|
+
[
|
|
4117
|
+
"j",
|
|
4118
|
+
"json",
|
|
4119
|
+
"return the lane history in json format"
|
|
4110
4120
|
]
|
|
4111
4121
|
],
|
|
4112
4122
|
"description": "EXPERIMENTAL. show lane history, default to the current lane",
|
|
4113
|
-
"extendedDescription": "",
|
|
4123
|
+
"extendedDescription": "list from the oldest to the newest history items",
|
|
4114
4124
|
"group": "ungrouped",
|
|
4115
4125
|
"private": false
|
|
4116
4126
|
},
|
|
@@ -4163,6 +4173,11 @@
|
|
|
4163
4173
|
"x",
|
|
4164
4174
|
"skip-dependency-installation",
|
|
4165
4175
|
"do not install dependencies of the checked out components"
|
|
4176
|
+
],
|
|
4177
|
+
[
|
|
4178
|
+
"j",
|
|
4179
|
+
"json",
|
|
4180
|
+
"return the revert result in json format"
|
|
4166
4181
|
]
|
|
4167
4182
|
],
|
|
4168
4183
|
"description": "EXPERIMENTAL. revert to a previous history of the current lane. see also \"bit lane checkout\"",
|
package/cli-reference.mdx
CHANGED
|
@@ -1278,11 +1278,13 @@ workspace, but also mark it as deleted from the lane, so it won't be merged late
|
|
|
1278
1278
|
|
|
1279
1279
|
**Usage**: `lane history [lane-name]`
|
|
1280
1280
|
|
|
1281
|
-
**Description**: EXPERIMENTAL. show lane history, default to the current lane
|
|
1281
|
+
**Description**: EXPERIMENTAL. show lane history, default to the current lane
|
|
1282
|
+
list from the oldest to the newest history items
|
|
1282
1283
|
|
|
1283
|
-
| **Option** | **Option alias** | **Description**
|
|
1284
|
-
| --------------- | :--------------: |
|
|
1285
|
-
| `--id <string>` | | show a specific history item
|
|
1284
|
+
| **Option** | **Option alias** | **Description** |
|
|
1285
|
+
| --------------- | :--------------: | -------------------------------------- |
|
|
1286
|
+
| `--id <string>` | | show a specific history item |
|
|
1287
|
+
| `--json` | `-j` | return the lane history in json format |
|
|
1286
1288
|
|
|
1287
1289
|
### lane history-diff
|
|
1288
1290
|
|
|
@@ -1327,6 +1329,7 @@ if you want to fork the lane from a certain point in history, use "lane checkout
|
|
|
1327
1329
|
| **Option** | **Option alias** | **Description** |
|
|
1328
1330
|
| -------------------------------- | :--------------: | --------------------------------------------------------- |
|
|
1329
1331
|
| `--skip-dependency-installation` | `-x` | do not install dependencies of the checked out components |
|
|
1332
|
+
| `--json` | `-j` | return the revert result in json format |
|
|
1330
1333
|
|
|
1331
1334
|
### lane merge
|
|
1332
1335
|
|
|
@@ -1594,6 +1597,7 @@ this command does the following:
|
|
|
1594
1597
|
| `--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
1598
|
| `--exclude <commands>` | | Prevent specific commands from being exposed as MCP tools. Use comma-separated list in quotes |
|
|
1596
1599
|
| `--bit-bin <binary>` | | Specify the binary to use for running Bit commands (default: "bit") |
|
|
1600
|
+
| `--consumer-project` | | For non-Bit workspaces that only consume Bit component packages. Enables only "schema", "show", and "remote_search" tools |
|
|
1597
1601
|
|
|
1598
1602
|
---
|
|
1599
1603
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -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.",
|
|
@@ -4107,10 +4112,15 @@
|
|
|
4107
4112
|
"",
|
|
4108
4113
|
"id <string>",
|
|
4109
4114
|
"show a specific history item"
|
|
4115
|
+
],
|
|
4116
|
+
[
|
|
4117
|
+
"j",
|
|
4118
|
+
"json",
|
|
4119
|
+
"return the lane history in json format"
|
|
4110
4120
|
]
|
|
4111
4121
|
],
|
|
4112
4122
|
"description": "EXPERIMENTAL. show lane history, default to the current lane",
|
|
4113
|
-
"extendedDescription": "",
|
|
4123
|
+
"extendedDescription": "list from the oldest to the newest history items",
|
|
4114
4124
|
"group": "ungrouped",
|
|
4115
4125
|
"private": false
|
|
4116
4126
|
},
|
|
@@ -4163,6 +4173,11 @@
|
|
|
4163
4173
|
"x",
|
|
4164
4174
|
"skip-dependency-installation",
|
|
4165
4175
|
"do not install dependencies of the checked out components"
|
|
4176
|
+
],
|
|
4177
|
+
[
|
|
4178
|
+
"j",
|
|
4179
|
+
"json",
|
|
4180
|
+
"return the revert result in json format"
|
|
4166
4181
|
]
|
|
4167
4182
|
],
|
|
4168
4183
|
"description": "EXPERIMENTAL. revert to a previous history of the current lane. see also \"bit lane checkout\"",
|
|
@@ -6824,7 +6824,9 @@ function MDXContent(_ref) {
|
|
|
6824
6824
|
parentName: "p"
|
|
6825
6825
|
}, "lane history [lane-name]")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
6826
6826
|
parentName: "p"
|
|
6827
|
-
}, "Description"), ": EXPERIMENTAL. show lane history, default to the current lane"
|
|
6827
|
+
}, "Description"), ": EXPERIMENTAL. show lane history, default to the current lane", (0, _react2.mdx)("br", {
|
|
6828
|
+
parentName: "p"
|
|
6829
|
+
}), "\n", "list from the oldest to the newest history items"), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
6828
6830
|
parentName: "table"
|
|
6829
6831
|
}, (0, _react2.mdx)("tr", {
|
|
6830
6832
|
parentName: "thead"
|
|
@@ -6858,7 +6860,22 @@ function MDXContent(_ref) {
|
|
|
6858
6860
|
}), (0, _react2.mdx)("td", {
|
|
6859
6861
|
parentName: "tr",
|
|
6860
6862
|
"align": null
|
|
6861
|
-
}, "show a specific history item"))
|
|
6863
|
+
}, "show a specific history item")), (0, _react2.mdx)("tr", {
|
|
6864
|
+
parentName: "tbody"
|
|
6865
|
+
}, (0, _react2.mdx)("td", {
|
|
6866
|
+
parentName: "tr",
|
|
6867
|
+
"align": null
|
|
6868
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
6869
|
+
parentName: "td"
|
|
6870
|
+
}, "--json")), (0, _react2.mdx)("td", {
|
|
6871
|
+
parentName: "tr",
|
|
6872
|
+
"align": "center"
|
|
6873
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
6874
|
+
parentName: "td"
|
|
6875
|
+
}, "-j")), (0, _react2.mdx)("td", {
|
|
6876
|
+
parentName: "tr",
|
|
6877
|
+
"align": null
|
|
6878
|
+
}, "return the lane history in json format")))), (0, _react2.mdx)("h3", null, "lane history-diff"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
6862
6879
|
parentName: "p"
|
|
6863
6880
|
}, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
6864
6881
|
parentName: "p"
|
|
@@ -7063,7 +7080,22 @@ function MDXContent(_ref) {
|
|
|
7063
7080
|
}, "-x")), (0, _react2.mdx)("td", {
|
|
7064
7081
|
parentName: "tr",
|
|
7065
7082
|
"align": null
|
|
7066
|
-
}, "do not install dependencies of the checked out components"))
|
|
7083
|
+
}, "do not install dependencies of the checked out components")), (0, _react2.mdx)("tr", {
|
|
7084
|
+
parentName: "tbody"
|
|
7085
|
+
}, (0, _react2.mdx)("td", {
|
|
7086
|
+
parentName: "tr",
|
|
7087
|
+
"align": null
|
|
7088
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
7089
|
+
parentName: "td"
|
|
7090
|
+
}, "--json")), (0, _react2.mdx)("td", {
|
|
7091
|
+
parentName: "tr",
|
|
7092
|
+
"align": "center"
|
|
7093
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
7094
|
+
parentName: "td"
|
|
7095
|
+
}, "-j")), (0, _react2.mdx)("td", {
|
|
7096
|
+
parentName: "tr",
|
|
7097
|
+
"align": null
|
|
7098
|
+
}, "return the revert result in json format")))), (0, _react2.mdx)("h3", null, "lane merge"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
7067
7099
|
parentName: "p"
|
|
7068
7100
|
}, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
7069
7101
|
parentName: "p"
|
|
@@ -8575,7 +8607,20 @@ function MDXContent(_ref) {
|
|
|
8575
8607
|
}), (0, _react2.mdx)("td", {
|
|
8576
8608
|
parentName: "tr",
|
|
8577
8609
|
"align": null
|
|
8578
|
-
}, "Specify the binary to use for running Bit commands (default: \"bit\")"))
|
|
8610
|
+
}, "Specify the binary to use for running Bit commands (default: \"bit\")")), (0, _react2.mdx)("tr", {
|
|
8611
|
+
parentName: "tbody"
|
|
8612
|
+
}, (0, _react2.mdx)("td", {
|
|
8613
|
+
parentName: "tr",
|
|
8614
|
+
"align": null
|
|
8615
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
8616
|
+
parentName: "td"
|
|
8617
|
+
}, "--consumer-project")), (0, _react2.mdx)("td", {
|
|
8618
|
+
parentName: "tr",
|
|
8619
|
+
"align": "center"
|
|
8620
|
+
}), (0, _react2.mdx)("td", {
|
|
8621
|
+
parentName: "tr",
|
|
8622
|
+
"align": null
|
|
8623
|
+
}, "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
8624
|
parentName: "p"
|
|
8580
8625
|
}, "Description"), ": merge changes of the remote head into local - auto-snaps all merged components", (0, _react2.mdx)("br", {
|
|
8581
8626
|
parentName: "p"
|