@teambit/harmony.content.cli-reference 2.0.193 → 2.0.194
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 +1 -1
- package/cli-reference.mdx +1 -1
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +1 -1
- package/dist/cli-reference.mdx.js +1 -4
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1709781440634.js → preview-1709867881461.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
]
|
|
76
76
|
],
|
|
77
77
|
"description": "create or reinitialize an empty workspace",
|
|
78
|
-
"extendedDescription": "
|
|
78
|
+
"extendedDescription": "if the current directory is already a workspace, it validates that bit files are correct and rewrite them if needed.",
|
|
79
79
|
"group": "start",
|
|
80
80
|
"private": false,
|
|
81
81
|
"skipWorkspace": true
|
package/cli-reference.mdx
CHANGED
|
@@ -930,7 +930,7 @@ bit export => export all staged snaps/tags of components to their remote scope.
|
|
|
930
930
|
## init
|
|
931
931
|
|
|
932
932
|
**Description**: create or reinitialize an empty workspace
|
|
933
|
-
|
|
933
|
+
if the current directory is already a workspace, it validates that bit files are correct and rewrite them if needed.
|
|
934
934
|
|
|
935
935
|
`bit init [path]`
|
|
936
936
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
]
|
|
76
76
|
],
|
|
77
77
|
"description": "create or reinitialize an empty workspace",
|
|
78
|
-
"extendedDescription": "
|
|
78
|
+
"extendedDescription": "if the current directory is already a workspace, it validates that bit files are correct and rewrite them if needed.",
|
|
79
79
|
"group": "start",
|
|
80
80
|
"private": false,
|
|
81
81
|
"skipWorkspace": true
|
|
@@ -4583,10 +4583,7 @@ function MDXContent(_ref) {
|
|
|
4583
4583
|
parentName: "p"
|
|
4584
4584
|
}, "Description"), ": create or reinitialize an empty workspace", (0, _react2.mdx)("br", {
|
|
4585
4585
|
parentName: "p"
|
|
4586
|
-
}), "\n", (0, _react2.mdx)("
|
|
4587
|
-
parentName: "p",
|
|
4588
|
-
"href": "https://bit.dev/workspace/creating-workspaces#initialize-a-workspace-on-an-existing-project"
|
|
4589
|
-
}, "https://bit.dev/workspace/creating-workspaces#initialize-a-workspace-on-an-existing-project")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
4586
|
+
}), "\n", "if the current directory is already a workspace, it validates that bit files are correct and rewrite them if needed."), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
4590
4587
|
parentName: "p"
|
|
4591
4588
|
}, "bit init [path]")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
4592
4589
|
parentName: "table"
|