@teambit/harmony.content.cli-reference 1.95.18 → 1.95.19
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.mdx +2 -1
- package/dist/cli-reference.mdx.js +14 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/package-tar/teambit-harmony.content.cli-reference-1.95.19.tgz +0 -0
- package/package.json +2 -2
- package/{preview-1650684349376.js → preview-1651202606218.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.18.tgz +0 -0
package/cli-reference.mdx
CHANGED
|
@@ -947,7 +947,8 @@ Legacy support [file, ssh]. Harmony supports [file, http].
|
|
|
947
947
|
| ---------------- | :--------------: | ---------------------------------------------------------------------------------------------------------------------------------- |
|
|
948
948
|
| `--remote` | `-r` | remove a component from a remote scope |
|
|
949
949
|
| `--track` | `-t` | keep tracking component (default = false) |
|
|
950
|
-
| `--delete-files` | `-d` |
|
|
950
|
+
| `--delete-files` | `-d` | DEPRECATED (this is now the default). delete local component files |
|
|
951
|
+
| `--keep-files` | | keep component files (just untrack the component) |
|
|
951
952
|
| `--force` | `-f` | removes the component from the scope, even if used as a dependency. WARNING: components that depend on this component will corrupt |
|
|
952
953
|
| `--silent` | `-s` | skip confirmation |
|
|
953
954
|
|
|
@@ -4295,7 +4295,20 @@ function MDXContent(_ref) {
|
|
|
4295
4295
|
}, "-d")), (0, _react2.mdx)("td", {
|
|
4296
4296
|
parentName: "tr",
|
|
4297
4297
|
"align": null
|
|
4298
|
-
}, "
|
|
4298
|
+
}, "DEPRECATED (this is now the default). delete local component files")), (0, _react2.mdx)("tr", {
|
|
4299
|
+
parentName: "tbody"
|
|
4300
|
+
}, (0, _react2.mdx)("td", {
|
|
4301
|
+
parentName: "tr",
|
|
4302
|
+
"align": null
|
|
4303
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
4304
|
+
parentName: "td"
|
|
4305
|
+
}, "--keep-files")), (0, _react2.mdx)("td", {
|
|
4306
|
+
parentName: "tr",
|
|
4307
|
+
"align": "center"
|
|
4308
|
+
}), (0, _react2.mdx)("td", {
|
|
4309
|
+
parentName: "tr",
|
|
4310
|
+
"align": null
|
|
4311
|
+
}, "keep component files (just untrack the component)")), (0, _react2.mdx)("tr", {
|
|
4299
4312
|
parentName: "tbody"
|
|
4300
4313
|
}, (0, _react2.mdx)("td", {
|
|
4301
4314
|
parentName: "tr",
|