@teambit/harmony.content.cli-reference 2.0.277 → 2.0.278
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 +0 -5
- package/cli-reference.mdx +0 -1
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +0 -5
- package/dist/cli-reference.mdx.js +0 -15
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1715509699621.js → preview-1715656872728.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -58,11 +58,6 @@
|
|
|
58
58
|
"default-scope <default-scope>",
|
|
59
59
|
"set the default scope for components in the workspace"
|
|
60
60
|
],
|
|
61
|
-
[
|
|
62
|
-
"p",
|
|
63
|
-
"package-manager <package-manager>",
|
|
64
|
-
"set the package manager (npm or yarn) to be used in the workspace"
|
|
65
|
-
],
|
|
66
61
|
[
|
|
67
62
|
"f",
|
|
68
63
|
"force",
|
package/cli-reference.mdx
CHANGED
|
@@ -957,7 +957,6 @@ if the current directory is already a workspace, it validates that bit files are
|
|
|
957
957
|
| `--reset-scope` | | removes local scope (.bit or .git/bit). tags/snaps that have not been exported will be lost. workspace is left intact |
|
|
958
958
|
| `--default-directory <default-directory>` | `-d` | set the default directory pattern to import/create components into |
|
|
959
959
|
| `--default-scope <default-scope>` | | set the default scope for components in the workspace |
|
|
960
|
-
| `--package-manager <package-manager>` | `-p` | set the package manager (npm or yarn) to be used in the workspace |
|
|
961
960
|
| `--force` | `-f` | force workspace initialization without clearing local objects |
|
|
962
961
|
|
|
963
962
|
---
|
package/dist/cli-reference.json
CHANGED
|
@@ -58,11 +58,6 @@
|
|
|
58
58
|
"default-scope <default-scope>",
|
|
59
59
|
"set the default scope for components in the workspace"
|
|
60
60
|
],
|
|
61
|
-
[
|
|
62
|
-
"p",
|
|
63
|
-
"package-manager <package-manager>",
|
|
64
|
-
"set the package manager (npm or yarn) to be used in the workspace"
|
|
65
|
-
],
|
|
66
61
|
[
|
|
67
62
|
"f",
|
|
68
63
|
"force",
|
|
@@ -4874,21 +4874,6 @@ function MDXContent(_ref) {
|
|
|
4874
4874
|
"align": null
|
|
4875
4875
|
}, (0, _react2.mdx)("inlineCode", {
|
|
4876
4876
|
parentName: "td"
|
|
4877
|
-
}, "--package-manager <package-manager>")), (0, _react2.mdx)("td", {
|
|
4878
|
-
parentName: "tr",
|
|
4879
|
-
"align": "center"
|
|
4880
|
-
}, (0, _react2.mdx)("inlineCode", {
|
|
4881
|
-
parentName: "td"
|
|
4882
|
-
}, "-p")), (0, _react2.mdx)("td", {
|
|
4883
|
-
parentName: "tr",
|
|
4884
|
-
"align": null
|
|
4885
|
-
}, "set the package manager (npm or yarn) to be used in the workspace")), (0, _react2.mdx)("tr", {
|
|
4886
|
-
parentName: "tbody"
|
|
4887
|
-
}, (0, _react2.mdx)("td", {
|
|
4888
|
-
parentName: "tr",
|
|
4889
|
-
"align": null
|
|
4890
|
-
}, (0, _react2.mdx)("inlineCode", {
|
|
4891
|
-
parentName: "td"
|
|
4892
4877
|
}, "--force")), (0, _react2.mdx)("td", {
|
|
4893
4878
|
parentName: "tr",
|
|
4894
4879
|
"align": "center"
|