@teambit/harmony.content.cli-reference 1.95.239 → 1.95.242

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: 0.2.60'
2
+ description: 'Bit command synopses. Bit version: 0.2.62'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -94,7 +94,7 @@
94
94
  "alias": "",
95
95
  "options": [],
96
96
  "description": "set a global configuration",
97
- "extendedDescription": "",
97
+ "extendedDescription": "to set temporary configuration by env variable, prefix with \"BIT_CONFIG\", replace \".\" with \"_\" and change to upper case.\nfor example, \"user.token\" becomes \"BIT_CONFIG_USER_TOKEN\"",
98
98
  "group": "ungrouped",
99
99
  "private": false,
100
100
  "skipWorkspace": true
@@ -499,16 +499,6 @@
499
499
  "suppress-browser-launch",
500
500
  "do not open a browser for authentication"
501
501
  ],
502
- [
503
- "",
504
- "npmrc-path <path>",
505
- "path to npmrc file to configure bit.cloud registry"
506
- ],
507
- [
508
- "",
509
- "skip-registry-config",
510
- "don't configure bit.cloud registry"
511
- ],
512
502
  [
513
503
  "",
514
504
  "machine-name <name>",
@@ -2440,8 +2430,8 @@
2440
2430
  ],
2441
2431
  [
2442
2432
  "",
2443
- "persist",
2444
- "persist the changes generated by --soft tag"
2433
+ "persist [skip-build]",
2434
+ "persist the changes generated by --soft tag. by default, run the build pipeline, unless \"skip-build\" is provided"
2445
2435
  ],
2446
2436
  [
2447
2437
  "",
package/cli-reference.mdx CHANGED
@@ -379,7 +379,9 @@ https://https://bit.dev//reference/config/bit-config
379
379
 
380
380
  **Usage**: `config set <key> <val>`
381
381
 
382
- **Description**: set a global configuration
382
+ **Description**: set a global configuration
383
+ to set temporary configuration by env variable, prefix with "BIT*CONFIG", replace "." with "*" and change to upper case.
384
+ for example, "user.token" becomes "BIT_CONFIG_USER_TOKEN"
383
385
 
384
386
  ### config del
385
387
 
@@ -1306,8 +1308,6 @@ also, checkout the workspace components according to the restored lane state
1306
1308
  | `--cloud-domain <domain>` | `-d` | login cloud domain (default bit.cloud) |
1307
1309
  | `--port <port>` | `-p` | port number to open for localhost server (default 8085) |
1308
1310
  | `--suppress-browser-launch` | | do not open a browser for authentication |
1309
- | `--npmrc-path <path>` | | path to npmrc file to configure bit.cloud registry |
1310
- | `--skip-registry-config` | | don't configure bit.cloud registry |
1311
1311
  | `--machine-name <name>` | | specify machine-name to pair with the token (useful for CI to avoid accidentally revoking the token) |
1312
1312
 
1313
1313
  ---
@@ -1851,7 +1851,7 @@ if patterns are entered, you can specify a version per pattern using "@" sign, e
1851
1851
  | `--skip-tests` | | skip running component tests during tag process |
1852
1852
  | `--skip-auto-tag` | | skip auto tagging dependents |
1853
1853
  | `--soft` | | do not persist. only keep note of the changes to be made |
1854
- | `--persist` | | persist the changes generated by --soft tag |
1854
+ | `--persist [skip-build]` | | persist the changes generated by --soft tag. by default, run the build pipeline, unless "skip-build" is provided |
1855
1855
  | `--disable-tag-pipeline` | | skip the tag pipeline to avoid publishing the components |
1856
1856
  | `--force-deploy` | | DEPRECATED. use --ignore-build-error instead |
1857
1857
  | `--ignore-build-errors` | | proceed to tag pipeline even when build pipeline fails |
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 0.2.60'
2
+ description: 'Bit command synopses. Bit version: 0.2.62'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -94,7 +94,7 @@
94
94
  "alias": "",
95
95
  "options": [],
96
96
  "description": "set a global configuration",
97
- "extendedDescription": "",
97
+ "extendedDescription": "to set temporary configuration by env variable, prefix with \"BIT_CONFIG\", replace \".\" with \"_\" and change to upper case.\nfor example, \"user.token\" becomes \"BIT_CONFIG_USER_TOKEN\"",
98
98
  "group": "ungrouped",
99
99
  "private": false,
100
100
  "skipWorkspace": true
@@ -499,16 +499,6 @@
499
499
  "suppress-browser-launch",
500
500
  "do not open a browser for authentication"
501
501
  ],
502
- [
503
- "",
504
- "npmrc-path <path>",
505
- "path to npmrc file to configure bit.cloud registry"
506
- ],
507
- [
508
- "",
509
- "skip-registry-config",
510
- "don't configure bit.cloud registry"
511
- ],
512
502
  [
513
503
  "",
514
504
  "machine-name <name>",
@@ -2440,8 +2430,8 @@
2440
2430
  ],
2441
2431
  [
2442
2432
  "",
2443
- "persist",
2444
- "persist the changes generated by --soft tag"
2433
+ "persist [skip-build]",
2434
+ "persist the changes generated by --soft tag. by default, run the build pipeline, unless \"skip-build\" is provided"
2445
2435
  ],
2446
2436
  [
2447
2437
  "",
@@ -1838,7 +1838,13 @@ function MDXContent(_ref) {
1838
1838
  parentName: "p"
1839
1839
  }, "config set <key> <val>")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
1840
1840
  parentName: "p"
1841
- }, "Description"), ": set a global configuration"), (0, _react2.mdx)("h3", null, "config del"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
1841
+ }, "Description"), ": set a global configuration", (0, _react2.mdx)("br", {
1842
+ parentName: "p"
1843
+ }), "\n", "to set temporary configuration by env variable, prefix with \"BIT", (0, _react2.mdx)("em", {
1844
+ parentName: "p"
1845
+ }, "CONFIG\", replace \".\" with \""), "\" and change to upper case.", (0, _react2.mdx)("br", {
1846
+ parentName: "p"
1847
+ }), "\n", "for example, \"user.token\" becomes \"BIT_CONFIG_USER_TOKEN\""), (0, _react2.mdx)("h3", null, "config del"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
1842
1848
  parentName: "p"
1843
1849
  }, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
1844
1850
  parentName: "p"
@@ -6636,32 +6642,6 @@ function MDXContent(_ref) {
6636
6642
  "align": null
6637
6643
  }, (0, _react2.mdx)("inlineCode", {
6638
6644
  parentName: "td"
6639
- }, "--npmrc-path <path>")), (0, _react2.mdx)("td", {
6640
- parentName: "tr",
6641
- "align": "center"
6642
- }), (0, _react2.mdx)("td", {
6643
- parentName: "tr",
6644
- "align": null
6645
- }, "path to npmrc file to configure bit.cloud registry")), (0, _react2.mdx)("tr", {
6646
- parentName: "tbody"
6647
- }, (0, _react2.mdx)("td", {
6648
- parentName: "tr",
6649
- "align": null
6650
- }, (0, _react2.mdx)("inlineCode", {
6651
- parentName: "td"
6652
- }, "--skip-registry-config")), (0, _react2.mdx)("td", {
6653
- parentName: "tr",
6654
- "align": "center"
6655
- }), (0, _react2.mdx)("td", {
6656
- parentName: "tr",
6657
- "align": null
6658
- }, "don't configure bit.cloud registry")), (0, _react2.mdx)("tr", {
6659
- parentName: "tbody"
6660
- }, (0, _react2.mdx)("td", {
6661
- parentName: "tr",
6662
- "align": null
6663
- }, (0, _react2.mdx)("inlineCode", {
6664
- parentName: "td"
6665
6645
  }, "--machine-name <name>")), (0, _react2.mdx)("td", {
6666
6646
  parentName: "tr",
6667
6647
  "align": "center"
@@ -9314,13 +9294,13 @@ function MDXContent(_ref) {
9314
9294
  "align": null
9315
9295
  }, (0, _react2.mdx)("inlineCode", {
9316
9296
  parentName: "td"
9317
- }, "--persist")), (0, _react2.mdx)("td", {
9297
+ }, "--persist [skip-build]")), (0, _react2.mdx)("td", {
9318
9298
  parentName: "tr",
9319
9299
  "align": "center"
9320
9300
  }), (0, _react2.mdx)("td", {
9321
9301
  parentName: "tr",
9322
9302
  "align": null
9323
- }, "persist the changes generated by --soft tag")), (0, _react2.mdx)("tr", {
9303
+ }, "persist the changes generated by --soft tag. by default, run the build pipeline, unless \"skip-build\" is provided")), (0, _react2.mdx)("tr", {
9324
9304
  parentName: "tbody"
9325
9305
  }, (0, _react2.mdx)("td", {
9326
9306
  parentName: "tr",