@teambit/harmony.content.cli-reference 2.0.798 → 2.0.799
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 +5 -4
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +5 -0
- package/dist/cli-reference.mdx.js +13 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1760038921753.js → preview-1760044362667.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -3797,6 +3797,11 @@
|
|
|
3797
3797
|
"skip-dependency-installation",
|
|
3798
3798
|
"do not install dependencies of the checked out components"
|
|
3799
3799
|
],
|
|
3800
|
+
[
|
|
3801
|
+
"",
|
|
3802
|
+
"restore-deleted-components",
|
|
3803
|
+
"restore components that were deleted after this history point"
|
|
3804
|
+
],
|
|
3800
3805
|
[
|
|
3801
3806
|
"j",
|
|
3802
3807
|
"json",
|
package/cli-reference.mdx
CHANGED
|
@@ -1434,10 +1434,11 @@ if you want to fork the lane from a certain point in history, use "lane checkout
|
|
|
1434
1434
|
| ------------ | :-------------------------------------------------------------------: |
|
|
1435
1435
|
| `history-id` | the history-id to checkout to. run "bit lane history" to list the ids |
|
|
1436
1436
|
|
|
1437
|
-
| **Option** | **Option alias** | **Description**
|
|
1438
|
-
| -------------------------------- | :--------------: |
|
|
1439
|
-
| `--skip-dependency-installation` | `-x` | do not install dependencies of the checked out components
|
|
1440
|
-
| `--
|
|
1437
|
+
| **Option** | **Option alias** | **Description** |
|
|
1438
|
+
| -------------------------------- | :--------------: | ------------------------------------------------------------- |
|
|
1439
|
+
| `--skip-dependency-installation` | `-x` | do not install dependencies of the checked out components |
|
|
1440
|
+
| `--restore-deleted-components` | | restore components that were deleted after this history point |
|
|
1441
|
+
| `--json` | `-j` | return the revert result in json format |
|
|
1441
1442
|
|
|
1442
1443
|
### lane merge
|
|
1443
1444
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -3797,6 +3797,11 @@
|
|
|
3797
3797
|
"skip-dependency-installation",
|
|
3798
3798
|
"do not install dependencies of the checked out components"
|
|
3799
3799
|
],
|
|
3800
|
+
[
|
|
3801
|
+
"",
|
|
3802
|
+
"restore-deleted-components",
|
|
3803
|
+
"restore components that were deleted after this history point"
|
|
3804
|
+
],
|
|
3800
3805
|
[
|
|
3801
3806
|
"j",
|
|
3802
3807
|
"json",
|
|
@@ -7593,6 +7593,19 @@ function MDXContent(_ref) {
|
|
|
7593
7593
|
"align": null
|
|
7594
7594
|
}, (0, _react2.mdx)("inlineCode", {
|
|
7595
7595
|
parentName: "td"
|
|
7596
|
+
}, "--restore-deleted-components")), (0, _react2.mdx)("td", {
|
|
7597
|
+
parentName: "tr",
|
|
7598
|
+
"align": "center"
|
|
7599
|
+
}), (0, _react2.mdx)("td", {
|
|
7600
|
+
parentName: "tr",
|
|
7601
|
+
"align": null
|
|
7602
|
+
}, "restore components that were deleted after this history point")), (0, _react2.mdx)("tr", {
|
|
7603
|
+
parentName: "tbody"
|
|
7604
|
+
}, (0, _react2.mdx)("td", {
|
|
7605
|
+
parentName: "tr",
|
|
7606
|
+
"align": null
|
|
7607
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
7608
|
+
parentName: "td"
|
|
7596
7609
|
}, "--json")), (0, _react2.mdx)("td", {
|
|
7597
7610
|
parentName: "tr",
|
|
7598
7611
|
"align": "center"
|