@teambit/harmony.content.cli-reference 1.95.127 → 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,8 @@
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"
3865
3870
  ],
3866
3871
  [
3867
3872
  "",
package/cli-reference.mdx CHANGED
@@ -609,7 +609,7 @@ 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
613
  | `--no-link` | | avoid saving a reference to the original component |
614
614
 
615
615
  ---
@@ -831,6 +831,7 @@ https://bit.dev/docs/reference/cli-reference#log
831
831
 
832
832
  | **Option** | **Option alias** | **Description** |
833
833
  | --------------------------- | :--------------: | -------------------------------------------------------------------------------------------------- |
834
+ | `--hub-domain-login <url>` | `-d` | hub domain login url (default https://bit.cloud) |
834
835
  | `--port <port>` | `-p` | port number to open for localhost server (default 8085) |
835
836
  | `--suppress-browser-launch` | | do not open a browser for authentication |
836
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,8 @@
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"
3865
3870
  ],
3866
3871
  [
3867
3872
  "",
@@ -2434,13 +2434,13 @@ 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)("tr", {
2443
+ }, "avoid renaming files and variables/classes according to the new component name")), (0, _react2.mdx)("tr", {
2444
2444
  parentName: "tbody"
2445
2445
  }, (0, _react2.mdx)("td", {
2446
2446
  parentName: "tr",
@@ -3781,6 +3781,24 @@ function MDXContent(_ref) {
3781
3781
  "align": null
3782
3782
  }, (0, _react2.mdx)("inlineCode", {
3783
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"
3784
3802
  }, "--port <port>")), (0, _react2.mdx)("td", {
3785
3803
  parentName: "tr",
3786
3804
  "align": "center"