@teambit/harmony.content.cli-reference 2.0.232 → 2.0.234

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.119'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -358,6 +358,11 @@
358
358
  "include-node-modules",
359
359
  "relevant for --archive. include node_modules in the archive file"
360
360
  ],
361
+ [
362
+ "p",
363
+ "include-public",
364
+ "relevant for --archive. include public folder in the archive file"
365
+ ],
361
366
  [
362
367
  "e",
363
368
  "exclude-local-scope",
@@ -4327,6 +4332,11 @@
4327
4332
  "skip-config-update",
4328
4333
  "skip writing to the .npmrc file"
4329
4334
  ],
4335
+ [
4336
+ "",
4337
+ "refresh-token",
4338
+ "force refresh token even when logged in"
4339
+ ],
4330
4340
  [
4331
4341
  "d",
4332
4342
  "cloud-domain <domain>",
package/cli-reference.mdx CHANGED
@@ -634,6 +634,7 @@ this command marks the components as deleted, and after snap/tag and export they
634
634
  | `--save [filePath]` | `-s` | save diagnoses to a file |
635
635
  | `--archive [filePath]` | `-a` | archive the workspace including diagnosis info (by default exclude node-modules and include .bit) |
636
636
  | `--include-node-modules` | `-n` | relevant for --archive. include node_modules in the archive file |
637
+ | `--include-public` | `-p` | relevant for --archive. include public folder in the archive file |
637
638
  | `--exclude-local-scope` | `-e` | relevant for --archive. exclude .bit or .git/bit from the archive file |
638
639
 
639
640
  ---
@@ -1356,6 +1357,7 @@ also, checkout the workspace components according to the restored lane state
1356
1357
  | **Option** | **Option alias** | **Description** |
1357
1358
  | --------------------------- | :--------------: | ---------------------------------------------------------------------------------------------------- |
1358
1359
  | `--skip-config-update` | | skip writing to the .npmrc file |
1360
+ | `--refresh-token` | | force refresh token even when logged in |
1359
1361
  | `--cloud-domain <domain>` | `-d` | login cloud domain (default bit.cloud) |
1360
1362
  | `--port <port>` | `-p` | port number to open for localhost server (default 8085) |
1361
1363
  | `--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.119'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -358,6 +358,11 @@
358
358
  "include-node-modules",
359
359
  "relevant for --archive. include node_modules in the archive file"
360
360
  ],
361
+ [
362
+ "p",
363
+ "include-public",
364
+ "relevant for --archive. include public folder in the archive file"
365
+ ],
361
366
  [
362
367
  "e",
363
368
  "exclude-local-scope",
@@ -4327,6 +4332,11 @@
4327
4332
  "skip-config-update",
4328
4333
  "skip writing to the .npmrc file"
4329
4334
  ],
4335
+ [
4336
+ "",
4337
+ "refresh-token",
4338
+ "force refresh token even when logged in"
4339
+ ],
4330
4340
  [
4331
4341
  "d",
4332
4342
  "cloud-domain <domain>",
@@ -3101,6 +3101,21 @@ function MDXContent(_ref) {
3101
3101
  "align": null
3102
3102
  }, (0, _react2.mdx)("inlineCode", {
3103
3103
  parentName: "td"
3104
+ }, "--include-public")), (0, _react2.mdx)("td", {
3105
+ parentName: "tr",
3106
+ "align": "center"
3107
+ }, (0, _react2.mdx)("inlineCode", {
3108
+ parentName: "td"
3109
+ }, "-p")), (0, _react2.mdx)("td", {
3110
+ parentName: "tr",
3111
+ "align": null
3112
+ }, "relevant for --archive. include public folder in the archive file")), (0, _react2.mdx)("tr", {
3113
+ parentName: "tbody"
3114
+ }, (0, _react2.mdx)("td", {
3115
+ parentName: "tr",
3116
+ "align": null
3117
+ }, (0, _react2.mdx)("inlineCode", {
3118
+ parentName: "td"
3104
3119
  }, "--exclude-local-scope")), (0, _react2.mdx)("td", {
3105
3120
  parentName: "tr",
3106
3121
  "align": "center"
@@ -7195,6 +7210,19 @@ function MDXContent(_ref) {
7195
7210
  "align": null
7196
7211
  }, (0, _react2.mdx)("inlineCode", {
7197
7212
  parentName: "td"
7213
+ }, "--refresh-token")), (0, _react2.mdx)("td", {
7214
+ parentName: "tr",
7215
+ "align": "center"
7216
+ }), (0, _react2.mdx)("td", {
7217
+ parentName: "tr",
7218
+ "align": null
7219
+ }, "force refresh token even when logged in")), (0, _react2.mdx)("tr", {
7220
+ parentName: "tbody"
7221
+ }, (0, _react2.mdx)("td", {
7222
+ parentName: "tr",
7223
+ "align": null
7224
+ }, (0, _react2.mdx)("inlineCode", {
7225
+ parentName: "td"
7198
7226
  }, "--cloud-domain <domain>")), (0, _react2.mdx)("td", {
7199
7227
  parentName: "tr",
7200
7228
  "align": "center"