@teambit/harmony.content.cli-reference 1.95.45 → 1.95.46

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.
@@ -33,6 +33,11 @@
33
33
  "reset-hard",
34
34
  "delete all Bit files and directories, including Bit configuration, tracking and model data. Useful for re-start using Bit from scratch"
35
35
  ],
36
+ [
37
+ "",
38
+ "reset-scope",
39
+ "removes local scope (.bit or .git/bit). snaps that were not exported will be lost. workspace left intact"
40
+ ],
36
41
  [
37
42
  "d",
38
43
  "default-directory <default-directory>",
package/cli-reference.mdx CHANGED
@@ -645,6 +645,7 @@ https://bit.dev/docs/workspace/creating-workspaces#initialize-a-workspace-on-an-
645
645
  | `--reset` | `-r` | write missing or damaged Bit files |
646
646
  | `--reset-new` | | reset .bitmap file as if the components were newly added and remove all model data (objects) |
647
647
  | `--reset-hard` | | delete all Bit files and directories, including Bit configuration, tracking and model data. Useful for re-start using Bit from scratch |
648
+ | `--reset-scope` | | removes local scope (.bit or .git/bit). snaps that were not exported will be lost. workspace left intact |
648
649
  | `--default-directory <default-directory>` | `-d` | set up default directory to import components into |
649
650
  | `--package-manager <package-manager>` | `-p` | set up package manager (npm or yarn) |
650
651
  | `--force` | `-f` | force workspace initialization without clearing local objects |
@@ -33,6 +33,11 @@
33
33
  "reset-hard",
34
34
  "delete all Bit files and directories, including Bit configuration, tracking and model data. Useful for re-start using Bit from scratch"
35
35
  ],
36
+ [
37
+ "",
38
+ "reset-scope",
39
+ "removes local scope (.bit or .git/bit). snaps that were not exported will be lost. workspace left intact"
40
+ ],
36
41
  [
37
42
  "d",
38
43
  "default-directory <default-directory>",
@@ -2779,6 +2779,19 @@ function MDXContent(_ref) {
2779
2779
  "align": null
2780
2780
  }, (0, _react2.mdx)("inlineCode", {
2781
2781
  parentName: "td"
2782
+ }, "--reset-scope")), (0, _react2.mdx)("td", {
2783
+ parentName: "tr",
2784
+ "align": "center"
2785
+ }), (0, _react2.mdx)("td", {
2786
+ parentName: "tr",
2787
+ "align": null
2788
+ }, "removes local scope (.bit or .git/bit). snaps that were not exported will be lost. workspace left intact")), (0, _react2.mdx)("tr", {
2789
+ parentName: "tbody"
2790
+ }, (0, _react2.mdx)("td", {
2791
+ parentName: "tr",
2792
+ "align": null
2793
+ }, (0, _react2.mdx)("inlineCode", {
2794
+ parentName: "td"
2782
2795
  }, "--default-directory <default-directory>")), (0, _react2.mdx)("td", {
2783
2796
  parentName: "tr",
2784
2797
  "align": "center"