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

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.
@@ -489,6 +489,11 @@
489
489
  "name": "login",
490
490
  "alias": "",
491
491
  "options": [
492
+ [
493
+ "d",
494
+ "hub-domain-login <url>",
495
+ "hub domain login url (default https://bit.cloud)"
496
+ ],
492
497
  [
493
498
  "p",
494
499
  "port <port>",
@@ -3860,8 +3865,13 @@
3860
3865
  ],
3861
3866
  [
3862
3867
  "",
3863
- "rename",
3864
- "rename files and variables/classes according to the new component name"
3868
+ "preserve",
3869
+ "avoid renaming files and variables/classes according to the new component name"
3870
+ ],
3871
+ [
3872
+ "",
3873
+ "no-link",
3874
+ "avoid saving a reference to the original component"
3865
3875
  ]
3866
3876
  ],
3867
3877
  "description": "EXPERIMENTAL. create a new component out of an existing one (copies source files and config)",
package/cli-reference.mdx CHANGED
@@ -609,7 +609,8 @@ bit export => export all staged components to their current scope, if checked ou
609
609
  | `--refactor` | `-r` | update the import/require statements in all dependent components (in the same workspace) |
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
- | `--rename` | | rename files and variables/classes according to the new component name |
612
+ | `--preserve` | | avoid renaming 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
 
@@ -830,6 +831,7 @@ https://bit.dev/docs/reference/cli-reference#log
830
831
 
831
832
  | **Option** | **Option alias** | **Description** |
832
833
  | --------------------------- | :--------------: | -------------------------------------------------------------------------------------------------- |
834
+ | `--hub-domain-login <url>` | `-d` | hub domain login url (default https://bit.cloud) |
833
835
  | `--port <port>` | `-p` | port number to open for localhost server (default 8085) |
834
836
  | `--suppress-browser-launch` | | do not open a browser for authentication |
835
837
  | `--npmrc-path <path>` | | path to npmrc file to configure bit.cloud registry |
@@ -489,6 +489,11 @@
489
489
  "name": "login",
490
490
  "alias": "",
491
491
  "options": [
492
+ [
493
+ "d",
494
+ "hub-domain-login <url>",
495
+ "hub domain login url (default https://bit.cloud)"
496
+ ],
492
497
  [
493
498
  "p",
494
499
  "port <port>",
@@ -3860,8 +3865,13 @@
3860
3865
  ],
3861
3866
  [
3862
3867
  "",
3863
- "rename",
3864
- "rename files and variables/classes according to the new component name"
3868
+ "preserve",
3869
+ "avoid renaming files and variables/classes according to the new component name"
3870
+ ],
3871
+ [
3872
+ "",
3873
+ "no-link",
3874
+ "avoid saving a reference to the original component"
3865
3875
  ]
3866
3876
  ],
3867
3877
  "description": "EXPERIMENTAL. create a new component out of an existing one (copies source files and config)",
@@ -2434,13 +2434,26 @@ function MDXContent(_ref) {
2434
2434
  "align": null
2435
2435
  }, (0, _react2.mdx)("inlineCode", {
2436
2436
  parentName: "td"
2437
- }, "--rename")), (0, _react2.mdx)("td", {
2437
+ }, "--preserve")), (0, _react2.mdx)("td", {
2438
2438
  parentName: "tr",
2439
2439
  "align": "center"
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
+ }, "avoid renaming 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"
@@ -3768,6 +3781,24 @@ function MDXContent(_ref) {
3768
3781
  "align": null
3769
3782
  }, (0, _react2.mdx)("inlineCode", {
3770
3783
  parentName: "td"
3784
+ }, "--hub-domain-login <url>")), (0, _react2.mdx)("td", {
3785
+ parentName: "tr",
3786
+ "align": "center"
3787
+ }, (0, _react2.mdx)("inlineCode", {
3788
+ parentName: "td"
3789
+ }, "-d")), (0, _react2.mdx)("td", {
3790
+ parentName: "tr",
3791
+ "align": null
3792
+ }, "hub domain login url (default ", (0, _react2.mdx)("a", {
3793
+ parentName: "td",
3794
+ "href": "https://bit.cloud"
3795
+ }, "https://bit.cloud"), ")")), (0, _react2.mdx)("tr", {
3796
+ parentName: "tbody"
3797
+ }, (0, _react2.mdx)("td", {
3798
+ parentName: "tr",
3799
+ "align": null
3800
+ }, (0, _react2.mdx)("inlineCode", {
3801
+ parentName: "td"
3771
3802
  }, "--port <port>")), (0, _react2.mdx)("td", {
3772
3803
  parentName: "tr",
3773
3804
  "align": "center"