@teambit/harmony.content.cli-reference 2.0.37 → 2.0.39
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 +4 -4
- package/cli-reference.mdx +3 -3
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +4 -4
- package/dist/cli-reference.mdx.js +9 -9
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1697967848227.js → preview-1698117744583.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": "https://
|
|
78
|
+
"extendedDescription": "https://bit.dev/workspace/creating-workspaces#initialize-a-workspace-on-an-existing-project",
|
|
79
79
|
"group": "start",
|
|
80
80
|
"private": false,
|
|
81
81
|
"skipWorkspace": true
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"alias": "",
|
|
86
86
|
"options": [],
|
|
87
87
|
"description": "global config management",
|
|
88
|
-
"extendedDescription": "https://
|
|
88
|
+
"extendedDescription": "https://bit.dev/reference/config/bit-config",
|
|
89
89
|
"group": "general",
|
|
90
90
|
"private": false,
|
|
91
91
|
"commands": [
|
|
@@ -456,7 +456,7 @@
|
|
|
456
456
|
]
|
|
457
457
|
],
|
|
458
458
|
"description": "revert tagged or snapped versions for component(s)",
|
|
459
|
-
"extendedDescription": "https://
|
|
459
|
+
"extendedDescription": "https://bit.dev/components/tags#undoing-a-tag\nyou can use a pattern for multiple ids, such as bit untag \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
460
460
|
"group": "development",
|
|
461
461
|
"private": true
|
|
462
462
|
},
|
|
@@ -2710,7 +2710,7 @@
|
|
|
2710
2710
|
]
|
|
2711
2711
|
],
|
|
2712
2712
|
"description": "revert tagged or snapped versions for component(s)",
|
|
2713
|
-
"extendedDescription": "https://
|
|
2713
|
+
"extendedDescription": "https://bit.dev/components/tags#undoing-a-tag",
|
|
2714
2714
|
"group": "development",
|
|
2715
2715
|
"private": false,
|
|
2716
2716
|
"arguments": [
|
package/cli-reference.mdx
CHANGED
|
@@ -371,7 +371,7 @@ The following gets removed by this command:
|
|
|
371
371
|
## config
|
|
372
372
|
|
|
373
373
|
**Description**: global config management
|
|
374
|
-
https://
|
|
374
|
+
https://bit.dev/reference/config/bit-config
|
|
375
375
|
|
|
376
376
|
`bit config`
|
|
377
377
|
|
|
@@ -911,7 +911,7 @@ bit export => export all staged snaps/tags of components to their remote scope.
|
|
|
911
911
|
## init
|
|
912
912
|
|
|
913
913
|
**Description**: create or reinitialize an empty workspace
|
|
914
|
-
https://
|
|
914
|
+
https://bit.dev/workspace/creating-workspaces#initialize-a-workspace-on-an-existing-project
|
|
915
915
|
|
|
916
916
|
`bit init [path]`
|
|
917
917
|
|
|
@@ -1543,7 +1543,7 @@ to mark components as deleted on the remote scope, use "bit delete".
|
|
|
1543
1543
|
## reset
|
|
1544
1544
|
|
|
1545
1545
|
**Description**: revert tagged or snapped versions for component(s)
|
|
1546
|
-
https://
|
|
1546
|
+
https://bit.dev/components/tags#undoing-a-tag
|
|
1547
1547
|
|
|
1548
1548
|
`bit reset [component-pattern]`
|
|
1549
1549
|
|
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": "https://
|
|
78
|
+
"extendedDescription": "https://bit.dev/workspace/creating-workspaces#initialize-a-workspace-on-an-existing-project",
|
|
79
79
|
"group": "start",
|
|
80
80
|
"private": false,
|
|
81
81
|
"skipWorkspace": true
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"alias": "",
|
|
86
86
|
"options": [],
|
|
87
87
|
"description": "global config management",
|
|
88
|
-
"extendedDescription": "https://
|
|
88
|
+
"extendedDescription": "https://bit.dev/reference/config/bit-config",
|
|
89
89
|
"group": "general",
|
|
90
90
|
"private": false,
|
|
91
91
|
"commands": [
|
|
@@ -456,7 +456,7 @@
|
|
|
456
456
|
]
|
|
457
457
|
],
|
|
458
458
|
"description": "revert tagged or snapped versions for component(s)",
|
|
459
|
-
"extendedDescription": "https://
|
|
459
|
+
"extendedDescription": "https://bit.dev/components/tags#undoing-a-tag\nyou can use a pattern for multiple ids, such as bit untag \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
460
460
|
"group": "development",
|
|
461
461
|
"private": true
|
|
462
462
|
},
|
|
@@ -2710,7 +2710,7 @@
|
|
|
2710
2710
|
]
|
|
2711
2711
|
],
|
|
2712
2712
|
"description": "revert tagged or snapped versions for component(s)",
|
|
2713
|
-
"extendedDescription": "https://
|
|
2713
|
+
"extendedDescription": "https://bit.dev/components/tags#undoing-a-tag",
|
|
2714
2714
|
"group": "development",
|
|
2715
2715
|
"private": false,
|
|
2716
2716
|
"arguments": [
|
|
@@ -1827,10 +1827,10 @@ function MDXContent(_ref) {
|
|
|
1827
1827
|
parentName: "p"
|
|
1828
1828
|
}, "Description"), ": global config management", (0, _react2.mdx)("br", {
|
|
1829
1829
|
parentName: "p"
|
|
1830
|
-
}), "\n",
|
|
1830
|
+
}), "\n", (0, _react2.mdx)("a", {
|
|
1831
1831
|
parentName: "p",
|
|
1832
|
-
"href": "https://bit.dev
|
|
1833
|
-
}, "https://bit.dev
|
|
1832
|
+
"href": "https://bit.dev/reference/config/bit-config"
|
|
1833
|
+
}, "https://bit.dev/reference/config/bit-config")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
1834
1834
|
parentName: "p"
|
|
1835
1835
|
}, "bit config")), (0, _react2.mdx)("h3", null, "config set"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
1836
1836
|
parentName: "p"
|
|
@@ -4298,10 +4298,10 @@ function MDXContent(_ref) {
|
|
|
4298
4298
|
parentName: "p"
|
|
4299
4299
|
}, "Description"), ": create or reinitialize an empty workspace", (0, _react2.mdx)("br", {
|
|
4300
4300
|
parentName: "p"
|
|
4301
|
-
}), "\n",
|
|
4301
|
+
}), "\n", (0, _react2.mdx)("a", {
|
|
4302
4302
|
parentName: "p",
|
|
4303
|
-
"href": "https://bit.dev
|
|
4304
|
-
}, "https://bit.dev
|
|
4303
|
+
"href": "https://bit.dev/workspace/creating-workspaces#initialize-a-workspace-on-an-existing-project"
|
|
4304
|
+
}, "https://bit.dev/workspace/creating-workspaces#initialize-a-workspace-on-an-existing-project")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
4305
4305
|
parentName: "p"
|
|
4306
4306
|
}, "bit init [path]")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
4307
4307
|
parentName: "table"
|
|
@@ -7782,10 +7782,10 @@ function MDXContent(_ref) {
|
|
|
7782
7782
|
parentName: "p"
|
|
7783
7783
|
}, "Description"), ": revert tagged or snapped versions for component(s)", (0, _react2.mdx)("br", {
|
|
7784
7784
|
parentName: "p"
|
|
7785
|
-
}), "\n",
|
|
7785
|
+
}), "\n", (0, _react2.mdx)("a", {
|
|
7786
7786
|
parentName: "p",
|
|
7787
|
-
"href": "https://bit.dev
|
|
7788
|
-
}, "https://bit.dev
|
|
7787
|
+
"href": "https://bit.dev/components/tags#undoing-a-tag"
|
|
7788
|
+
}, "https://bit.dev/components/tags#undoing-a-tag")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
7789
7789
|
parentName: "p"
|
|
7790
7790
|
}, "bit reset [component-pattern]")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
7791
7791
|
parentName: "table"
|