@teambit/harmony.content.cli-reference 2.0.639 → 2.0.641
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 +11 -1
- package/cli-reference.mdx +7 -4
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +11 -1
- package/dist/cli-reference.mdx.js +35 -3
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1747797713732.js → preview-1747970393352.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -4112,10 +4112,15 @@
|
|
|
4112
4112
|
"",
|
|
4113
4113
|
"id <string>",
|
|
4114
4114
|
"show a specific history item"
|
|
4115
|
+
],
|
|
4116
|
+
[
|
|
4117
|
+
"j",
|
|
4118
|
+
"json",
|
|
4119
|
+
"return the lane history in json format"
|
|
4115
4120
|
]
|
|
4116
4121
|
],
|
|
4117
4122
|
"description": "EXPERIMENTAL. show lane history, default to the current lane",
|
|
4118
|
-
"extendedDescription": "",
|
|
4123
|
+
"extendedDescription": "list from the oldest to the newest history items",
|
|
4119
4124
|
"group": "ungrouped",
|
|
4120
4125
|
"private": false
|
|
4121
4126
|
},
|
|
@@ -4168,6 +4173,11 @@
|
|
|
4168
4173
|
"x",
|
|
4169
4174
|
"skip-dependency-installation",
|
|
4170
4175
|
"do not install dependencies of the checked out components"
|
|
4176
|
+
],
|
|
4177
|
+
[
|
|
4178
|
+
"j",
|
|
4179
|
+
"json",
|
|
4180
|
+
"return the revert result in json format"
|
|
4171
4181
|
]
|
|
4172
4182
|
],
|
|
4173
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
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -4112,10 +4112,15 @@
|
|
|
4112
4112
|
"",
|
|
4113
4113
|
"id <string>",
|
|
4114
4114
|
"show a specific history item"
|
|
4115
|
+
],
|
|
4116
|
+
[
|
|
4117
|
+
"j",
|
|
4118
|
+
"json",
|
|
4119
|
+
"return the lane history in json format"
|
|
4115
4120
|
]
|
|
4116
4121
|
],
|
|
4117
4122
|
"description": "EXPERIMENTAL. show lane history, default to the current lane",
|
|
4118
|
-
"extendedDescription": "",
|
|
4123
|
+
"extendedDescription": "list from the oldest to the newest history items",
|
|
4119
4124
|
"group": "ungrouped",
|
|
4120
4125
|
"private": false
|
|
4121
4126
|
},
|
|
@@ -4168,6 +4173,11 @@
|
|
|
4168
4173
|
"x",
|
|
4169
4174
|
"skip-dependency-installation",
|
|
4170
4175
|
"do not install dependencies of the checked out components"
|
|
4176
|
+
],
|
|
4177
|
+
[
|
|
4178
|
+
"j",
|
|
4179
|
+
"json",
|
|
4180
|
+
"return the revert result in json format"
|
|
4171
4181
|
]
|
|
4172
4182
|
],
|
|
4173
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"
|