@teambit/harmony.content.cli-reference 1.95.133 → 1.95.134
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.json +15 -0
- package/cli-reference.mdx +12 -0
- package/dist/cli-reference.json +15 -0
- package/dist/cli-reference.mdx.js +41 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1679974224627.js → preview-1680406095586.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.134.tgz +0 -0
- package/package.json +3 -3
- package/package-tar/teambit-harmony.content.cli-reference-1.95.133.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -2068,6 +2068,21 @@
|
|
|
2068
2068
|
}
|
|
2069
2069
|
]
|
|
2070
2070
|
},
|
|
2071
|
+
{
|
|
2072
|
+
"name": "recover <component-name>",
|
|
2073
|
+
"alias": "",
|
|
2074
|
+
"options": [
|
|
2075
|
+
[
|
|
2076
|
+
"x",
|
|
2077
|
+
"skip-dependency-installation",
|
|
2078
|
+
"do not install packages in case of importing components"
|
|
2079
|
+
]
|
|
2080
|
+
],
|
|
2081
|
+
"description": "EXPERIMENTAL. recover soft-removed component(s) from the workspace, or a remote scope",
|
|
2082
|
+
"extendedDescription": "",
|
|
2083
|
+
"group": "collaborate",
|
|
2084
|
+
"private": false
|
|
2085
|
+
},
|
|
2071
2086
|
{
|
|
2072
2087
|
"name": "resume-export <export-id> <remotes...>",
|
|
2073
2088
|
"alias": "",
|
package/cli-reference.mdx
CHANGED
|
@@ -1086,6 +1086,18 @@ the matching algorithm is done by multimatch (@see https://github.com/sindresorh
|
|
|
1086
1086
|
|
|
1087
1087
|
---
|
|
1088
1088
|
|
|
1089
|
+
## recover
|
|
1090
|
+
|
|
1091
|
+
**Description**: EXPERIMENTAL. recover soft-removed component(s) from the workspace, or a remote scope
|
|
1092
|
+
|
|
1093
|
+
`bit recover <component-name>`
|
|
1094
|
+
|
|
1095
|
+
| **Option** | **Option alias** | **Description** |
|
|
1096
|
+
| -------------------------------- | :--------------: | ------------------------------------------------------- |
|
|
1097
|
+
| `--skip-dependency-installation` | `-x` | do not install packages in case of importing components |
|
|
1098
|
+
|
|
1099
|
+
---
|
|
1100
|
+
|
|
1089
1101
|
## refactor
|
|
1090
1102
|
|
|
1091
1103
|
**Description**: EXPERIMENTAL. source code refactoring / codemod
|
package/dist/cli-reference.json
CHANGED
|
@@ -2068,6 +2068,21 @@
|
|
|
2068
2068
|
}
|
|
2069
2069
|
]
|
|
2070
2070
|
},
|
|
2071
|
+
{
|
|
2072
|
+
"name": "recover <component-name>",
|
|
2073
|
+
"alias": "",
|
|
2074
|
+
"options": [
|
|
2075
|
+
[
|
|
2076
|
+
"x",
|
|
2077
|
+
"skip-dependency-installation",
|
|
2078
|
+
"do not install packages in case of importing components"
|
|
2079
|
+
]
|
|
2080
|
+
],
|
|
2081
|
+
"description": "EXPERIMENTAL. recover soft-removed component(s) from the workspace, or a remote scope",
|
|
2082
|
+
"extendedDescription": "",
|
|
2083
|
+
"group": "collaborate",
|
|
2084
|
+
"private": false
|
|
2085
|
+
},
|
|
2071
2086
|
{
|
|
2072
2087
|
"name": "resume-export <export-id> <remotes...>",
|
|
2073
2088
|
"alias": "",
|
|
@@ -5107,7 +5107,47 @@ function MDXContent(_ref) {
|
|
|
5107
5107
|
}, "-j")), (0, _react2.mdx)("td", {
|
|
5108
5108
|
parentName: "tr",
|
|
5109
5109
|
"align": null
|
|
5110
|
-
}, "return the output as JSON")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "
|
|
5110
|
+
}, "return the output as JSON")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "recover"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
5111
|
+
parentName: "p"
|
|
5112
|
+
}, "Description"), ": EXPERIMENTAL. recover soft-removed component(s) from the workspace, or a remote scope"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
5113
|
+
parentName: "p"
|
|
5114
|
+
}, "bit recover <component-name>")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
5115
|
+
parentName: "table"
|
|
5116
|
+
}, (0, _react2.mdx)("tr", {
|
|
5117
|
+
parentName: "thead"
|
|
5118
|
+
}, (0, _react2.mdx)("th", {
|
|
5119
|
+
parentName: "tr",
|
|
5120
|
+
"align": null
|
|
5121
|
+
}, (0, _react2.mdx)("strong", {
|
|
5122
|
+
parentName: "th"
|
|
5123
|
+
}, "Option")), (0, _react2.mdx)("th", {
|
|
5124
|
+
parentName: "tr",
|
|
5125
|
+
"align": "center"
|
|
5126
|
+
}, (0, _react2.mdx)("strong", {
|
|
5127
|
+
parentName: "th"
|
|
5128
|
+
}, "Option alias")), (0, _react2.mdx)("th", {
|
|
5129
|
+
parentName: "tr",
|
|
5130
|
+
"align": null
|
|
5131
|
+
}, (0, _react2.mdx)("strong", {
|
|
5132
|
+
parentName: "th"
|
|
5133
|
+
}, "Description")))), (0, _react2.mdx)("tbody", {
|
|
5134
|
+
parentName: "table"
|
|
5135
|
+
}, (0, _react2.mdx)("tr", {
|
|
5136
|
+
parentName: "tbody"
|
|
5137
|
+
}, (0, _react2.mdx)("td", {
|
|
5138
|
+
parentName: "tr",
|
|
5139
|
+
"align": null
|
|
5140
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
5141
|
+
parentName: "td"
|
|
5142
|
+
}, "--skip-dependency-installation")), (0, _react2.mdx)("td", {
|
|
5143
|
+
parentName: "tr",
|
|
5144
|
+
"align": "center"
|
|
5145
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
5146
|
+
parentName: "td"
|
|
5147
|
+
}, "-x")), (0, _react2.mdx)("td", {
|
|
5148
|
+
parentName: "tr",
|
|
5149
|
+
"align": null
|
|
5150
|
+
}, "do not install packages in case of importing components")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "refactor"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
5111
5151
|
parentName: "p"
|
|
5112
5152
|
}, "Description"), ": EXPERIMENTAL. source code refactoring / codemod"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
5113
5153
|
parentName: "p"
|