@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 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` | delete local component files (authored components only. for imported components the files are always deleted) |
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
- }, "delete local component files (authored components only. for imported components the files are always deleted)")), (0, _react2.mdx)("tr", {
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",