@teambit/harmony.content.cli-reference 1.95.57 → 1.95.58

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.
@@ -43,6 +43,11 @@
43
43
  "default-directory <default-directory>",
44
44
  "set up default directory to import components into"
45
45
  ],
46
+ [
47
+ "",
48
+ "default-scope <default-scope>",
49
+ "set up default scope for all components in the workspace"
50
+ ],
46
51
  [
47
52
  "p",
48
53
  "package-manager <package-manager>",
package/cli-reference.mdx CHANGED
@@ -693,6 +693,7 @@ https://bit.dev/docs/workspace/creating-workspaces#initialize-a-workspace-on-an-
693
693
  | `--reset-hard` | | delete all Bit files and directories, including Bit configuration, tracking and model data. Useful for re-start using Bit from scratch |
694
694
  | `--reset-scope` | | removes local scope (.bit or .git/bit). snaps that were not exported will be lost. workspace left intact |
695
695
  | `--default-directory <default-directory>` | `-d` | set up default directory to import components into |
696
+ | `--default-scope <default-scope>` | | set up default scope for all components in the workspace |
696
697
  | `--package-manager <package-manager>` | `-p` | set up package manager (npm or yarn) |
697
698
  | `--force` | `-f` | force workspace initialization without clearing local objects |
698
699
  | `--harmony` | | DEPRECATED. no need for this flag. Harmony is the default now |
@@ -43,6 +43,11 @@
43
43
  "default-directory <default-directory>",
44
44
  "set up default directory to import components into"
45
45
  ],
46
+ [
47
+ "",
48
+ "default-scope <default-scope>",
49
+ "set up default scope for all components in the workspace"
50
+ ],
46
51
  [
47
52
  "p",
48
53
  "package-manager <package-manager>",
@@ -2992,6 +2992,19 @@ function MDXContent(_ref) {
2992
2992
  "align": null
2993
2993
  }, (0, _react2.mdx)("inlineCode", {
2994
2994
  parentName: "td"
2995
+ }, "--default-scope <default-scope>")), (0, _react2.mdx)("td", {
2996
+ parentName: "tr",
2997
+ "align": "center"
2998
+ }), (0, _react2.mdx)("td", {
2999
+ parentName: "tr",
3000
+ "align": null
3001
+ }, "set up default scope for all components in the workspace")), (0, _react2.mdx)("tr", {
3002
+ parentName: "tbody"
3003
+ }, (0, _react2.mdx)("td", {
3004
+ parentName: "tr",
3005
+ "align": null
3006
+ }, (0, _react2.mdx)("inlineCode", {
3007
+ parentName: "td"
2995
3008
  }, "--package-manager <package-manager>")), (0, _react2.mdx)("td", {
2996
3009
  parentName: "tr",
2997
3010
  "align": "center"