@teambit/harmony.content.cli-reference 2.0.401 → 2.0.402
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.docs.mdx +1 -1
- package/cli-reference.json +5 -0
- package/cli-reference.mdx +1 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +5 -0
- package/dist/cli-reference.mdx.js +13 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1725333555400.js → preview-1725542343103.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
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) |
|
package/dist/cli-reference.json
CHANGED
|
@@ -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"
|