@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.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.6.117'
2
+ description: 'Bit command synopses. Bit version: 1.6.118'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -4327,6 +4327,11 @@
4327
4327
  "skip-config-update",
4328
4328
  "skip writing to the .npmrc file"
4329
4329
  ],
4330
+ [
4331
+ "",
4332
+ "refresh-token",
4333
+ "force refresh token even when logged in"
4334
+ ],
4330
4335
  [
4331
4336
  "d",
4332
4337
  "cloud-domain <domain>",
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 |
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.6.117'
2
+ description: 'Bit command synopses. Bit version: 1.6.118'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -4327,6 +4327,11 @@
4327
4327
  "skip-config-update",
4328
4328
  "skip writing to the .npmrc file"
4329
4329
  ],
4330
+ [
4331
+ "",
4332
+ "refresh-token",
4333
+ "force refresh token even when logged in"
4334
+ ],
4330
4335
  [
4331
4336
  "d",
4332
4337
  "cloud-domain <domain>",
@@ -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"