@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.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.6.78'
2
+ description: 'Bit command synopses. Bit version: 1.6.79'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -75,7 +75,7 @@
75
75
  ]
76
76
  ],
77
77
  "description": "create or reinitialize an empty workspace",
78
- "extendedDescription": "https://bit.dev/workspace/creating-workspaces#initialize-a-workspace-on-an-existing-project",
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
- https://bit.dev/workspace/creating-workspaces#initialize-a-workspace-on-an-existing-project
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
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.6.78'
2
+ description: 'Bit command synopses. Bit version: 1.6.79'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -75,7 +75,7 @@
75
75
  ]
76
76
  ],
77
77
  "description": "create or reinitialize an empty workspace",
78
- "extendedDescription": "https://bit.dev/workspace/creating-workspaces#initialize-a-workspace-on-an-existing-project",
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)("a", {
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"