@teambit/harmony.content.cli-reference 1.95.126 → 1.95.127

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.
@@ -3862,6 +3862,11 @@
3862
3862
  "",
3863
3863
  "rename",
3864
3864
  "rename files and variables/classes according to the new component name"
3865
+ ],
3866
+ [
3867
+ "",
3868
+ "no-link",
3869
+ "avoid saving a reference to the original component"
3865
3870
  ]
3866
3871
  ],
3867
3872
  "description": "EXPERIMENTAL. create a new component out of an existing one (copies source files and config)",
package/cli-reference.mdx CHANGED
@@ -610,6 +610,7 @@ bit export => export all staged components to their current scope, if checked ou
610
610
  | `--skip-dependency-installation` | `-x` | do not install packages of the imported components |
611
611
  | `--skip-config` | | do not copy the config (aspects-config) to the new component. helpful when it fails during aspect loading |
612
612
  | `--rename` | | rename files and variables/classes according to the new component name |
613
+ | `--no-link` | | avoid saving a reference to the original component |
613
614
 
614
615
  ---
615
616
 
@@ -3862,6 +3862,11 @@
3862
3862
  "",
3863
3863
  "rename",
3864
3864
  "rename files and variables/classes according to the new component name"
3865
+ ],
3866
+ [
3867
+ "",
3868
+ "no-link",
3869
+ "avoid saving a reference to the original component"
3865
3870
  ]
3866
3871
  ],
3867
3872
  "description": "EXPERIMENTAL. create a new component out of an existing one (copies source files and config)",
@@ -2440,7 +2440,20 @@ function MDXContent(_ref) {
2440
2440
  }), (0, _react2.mdx)("td", {
2441
2441
  parentName: "tr",
2442
2442
  "align": null
2443
- }, "rename files and variables/classes according to the new component name")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "format"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
2443
+ }, "rename files and variables/classes according to the new component name")), (0, _react2.mdx)("tr", {
2444
+ parentName: "tbody"
2445
+ }, (0, _react2.mdx)("td", {
2446
+ parentName: "tr",
2447
+ "align": null
2448
+ }, (0, _react2.mdx)("inlineCode", {
2449
+ parentName: "td"
2450
+ }, "--no-link")), (0, _react2.mdx)("td", {
2451
+ parentName: "tr",
2452
+ "align": "center"
2453
+ }), (0, _react2.mdx)("td", {
2454
+ parentName: "tr",
2455
+ "align": null
2456
+ }, "avoid saving a reference to the original component")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "format"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
2444
2457
  parentName: "p"
2445
2458
  }, "Description"), ": format components in the development workspace"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
2446
2459
  parentName: "p"