@teambit/harmony.content.cli-reference 1.95.131 → 1.95.132

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.
@@ -28,6 +28,11 @@
28
28
  "reset-new",
29
29
  "reset .bitmap file as if the components were newly added and remove all model data (objects)"
30
30
  ],
31
+ [
32
+ "",
33
+ "reset-lane-new",
34
+ "same as reset-new, but it only reset components belong to lanes. main components are left intact"
35
+ ],
31
36
  [
32
37
  "",
33
38
  "reset-hard",
package/cli-reference.mdx CHANGED
@@ -711,6 +711,7 @@ https://bit.dev/docs/workspace/creating-workspaces#initialize-a-workspace-on-an-
711
711
  | `--standalone` | `-T` | do not nest component store within .git directory and do not write config data inside package.json |
712
712
  | `--reset` | `-r` | write missing or damaged Bit files |
713
713
  | `--reset-new` | | reset .bitmap file as if the components were newly added and remove all model data (objects) |
714
+ | `--reset-lane-new` | | same as reset-new, but it only reset components belong to lanes. main components are left intact |
714
715
  | `--reset-hard` | | delete all Bit files and directories, including Bit configuration, tracking and model data. Useful for re-start using Bit from scratch |
715
716
  | `--reset-scope` | | removes local scope (.bit or .git/bit). snaps that were not exported will be lost. workspace left intact |
716
717
  | `--default-directory <default-directory>` | `-d` | set up default directory to import components into |
@@ -28,6 +28,11 @@
28
28
  "reset-new",
29
29
  "reset .bitmap file as if the components were newly added and remove all model data (objects)"
30
30
  ],
31
+ [
32
+ "",
33
+ "reset-lane-new",
34
+ "same as reset-new, but it only reset components belong to lanes. main components are left intact"
35
+ ],
31
36
  [
32
37
  "",
33
38
  "reset-hard",
@@ -3054,6 +3054,19 @@ function MDXContent(_ref) {
3054
3054
  "align": null
3055
3055
  }, (0, _react2.mdx)("inlineCode", {
3056
3056
  parentName: "td"
3057
+ }, "--reset-lane-new")), (0, _react2.mdx)("td", {
3058
+ parentName: "tr",
3059
+ "align": "center"
3060
+ }), (0, _react2.mdx)("td", {
3061
+ parentName: "tr",
3062
+ "align": null
3063
+ }, "same as reset-new, but it only reset components belong to lanes. main components are left intact")), (0, _react2.mdx)("tr", {
3064
+ parentName: "tbody"
3065
+ }, (0, _react2.mdx)("td", {
3066
+ parentName: "tr",
3067
+ "align": null
3068
+ }, (0, _react2.mdx)("inlineCode", {
3069
+ parentName: "td"
3057
3070
  }, "--reset-hard")), (0, _react2.mdx)("td", {
3058
3071
  parentName: "tr",
3059
3072
  "align": "center"