@teambit/harmony.content.cli-reference 2.0.798 → 2.0.800

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.152'
2
+ description: 'Bit command synopses. Bit version: 1.12.154'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -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
- | `--json` | `-j` | return the revert result in json format |
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
 
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.12.152'
2
+ description: 'Bit command synopses. Bit version: 1.12.154'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -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"