@teambit/harmony.content.cli-reference 2.0.232 → 2.0.233
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-1712546198033.js → preview-1712632644937.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
package/cli-reference.mdx
CHANGED
|
@@ -1356,6 +1356,7 @@ also, checkout the workspace components according to the restored lane state
|
|
|
1356
1356
|
| **Option** | **Option alias** | **Description** |
|
|
1357
1357
|
| --------------------------- | :--------------: | ---------------------------------------------------------------------------------------------------- |
|
|
1358
1358
|
| `--skip-config-update` | | skip writing to the .npmrc file |
|
|
1359
|
+
| `--refresh-token` | | force refresh token even when logged in |
|
|
1359
1360
|
| `--cloud-domain <domain>` | `-d` | login cloud domain (default bit.cloud) |
|
|
1360
1361
|
| `--port <port>` | `-p` | port number to open for localhost server (default 8085) |
|
|
1361
1362
|
| `--no-browser` | | do not open a browser for authentication |
|
package/dist/cli-reference.json
CHANGED
|
@@ -7195,6 +7195,19 @@ function MDXContent(_ref) {
|
|
|
7195
7195
|
"align": null
|
|
7196
7196
|
}, (0, _react2.mdx)("inlineCode", {
|
|
7197
7197
|
parentName: "td"
|
|
7198
|
+
}, "--refresh-token")), (0, _react2.mdx)("td", {
|
|
7199
|
+
parentName: "tr",
|
|
7200
|
+
"align": "center"
|
|
7201
|
+
}), (0, _react2.mdx)("td", {
|
|
7202
|
+
parentName: "tr",
|
|
7203
|
+
"align": null
|
|
7204
|
+
}, "force refresh token even when logged in")), (0, _react2.mdx)("tr", {
|
|
7205
|
+
parentName: "tbody"
|
|
7206
|
+
}, (0, _react2.mdx)("td", {
|
|
7207
|
+
parentName: "tr",
|
|
7208
|
+
"align": null
|
|
7209
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
7210
|
+
parentName: "td"
|
|
7198
7211
|
}, "--cloud-domain <domain>")), (0, _react2.mdx)("td", {
|
|
7199
7212
|
parentName: "tr",
|
|
7200
7213
|
"align": "center"
|