@teambit/harmony.content.cli-reference 2.0.401 → 2.0.403

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.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.8.47'
2
+ description: 'Bit command synopses. Bit version: 1.8.49'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -4578,6 +4578,11 @@
4578
4578
  "cloud-domain <domain>",
4579
4579
  "login cloud domain (default bit.cloud)"
4580
4580
  ],
4581
+ [
4582
+ "",
4583
+ "default-cloud-domain",
4584
+ "login to default cloud domain (bit.cloud)"
4585
+ ],
4581
4586
  [
4582
4587
  "p",
4583
4588
  "port <port>",
package/cli-reference.mdx CHANGED
@@ -1473,6 +1473,7 @@ this command does the following:
1473
1473
  | `--skip-config-update` | | skip writing to the .npmrc file |
1474
1474
  | `--refresh-token` | | force refresh token even when logged in |
1475
1475
  | `--cloud-domain <domain>` | `-d` | login cloud domain (default bit.cloud) |
1476
+ | `--default-cloud-domain` | | login to default cloud domain (bit.cloud) |
1476
1477
  | `--port <port>` | `-p` | port number to open for localhost server (default 8085) |
1477
1478
  | `--no-browser` | | do not open a browser for authentication |
1478
1479
  | `--machine-name <name>` | | specify machine-name to pair with the token (useful for CI to avoid accidentally revoking the token) |
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.8.47'
2
+ description: 'Bit command synopses. Bit version: 1.8.49'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -4578,6 +4578,11 @@
4578
4578
  "cloud-domain <domain>",
4579
4579
  "login cloud domain (default bit.cloud)"
4580
4580
  ],
4581
+ [
4582
+ "",
4583
+ "default-cloud-domain",
4584
+ "login to default cloud domain (bit.cloud)"
4585
+ ],
4581
4586
  [
4582
4587
  "p",
4583
4588
  "port <port>",
@@ -7718,6 +7718,19 @@ function MDXContent(_ref) {
7718
7718
  "align": null
7719
7719
  }, (0, _react2.mdx)("inlineCode", {
7720
7720
  parentName: "td"
7721
+ }, "--default-cloud-domain")), (0, _react2.mdx)("td", {
7722
+ parentName: "tr",
7723
+ "align": "center"
7724
+ }), (0, _react2.mdx)("td", {
7725
+ parentName: "tr",
7726
+ "align": null
7727
+ }, "login to default cloud domain (bit.cloud)")), (0, _react2.mdx)("tr", {
7728
+ parentName: "tbody"
7729
+ }, (0, _react2.mdx)("td", {
7730
+ parentName: "tr",
7731
+ "align": null
7732
+ }, (0, _react2.mdx)("inlineCode", {
7733
+ parentName: "td"
7721
7734
  }, "--port <port>")), (0, _react2.mdx)("td", {
7722
7735
  parentName: "tr",
7723
7736
  "align": "center"