@teambit/harmony.content.cli-reference 2.0.217 → 2.0.218

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.102'
2
+ description: 'Bit command synopses. Bit version: 1.6.103'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -4322,6 +4322,11 @@
4322
4322
  "name": "login",
4323
4323
  "alias": "",
4324
4324
  "options": [
4325
+ [
4326
+ "",
4327
+ "skip-config-update",
4328
+ "skip writing to the .npmrc file"
4329
+ ],
4325
4330
  [
4326
4331
  "d",
4327
4332
  "cloud-domain <domain>",
package/cli-reference.mdx CHANGED
@@ -1355,6 +1355,7 @@ also, checkout the workspace components according to the restored lane state
1355
1355
 
1356
1356
  | **Option** | **Option alias** | **Description** |
1357
1357
  | --------------------------- | :--------------: | ---------------------------------------------------------------------------------------------------- |
1358
+ | `--skip-config-update` | | skip writing to the .npmrc file |
1358
1359
  | `--cloud-domain <domain>` | `-d` | login cloud domain (default bit.cloud) |
1359
1360
  | `--port <port>` | `-p` | port number to open for localhost server (default 8085) |
1360
1361
  | `--no-browser` | | do not open a browser for authentication |
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.6.102'
2
+ description: 'Bit command synopses. Bit version: 1.6.103'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -4322,6 +4322,11 @@
4322
4322
  "name": "login",
4323
4323
  "alias": "",
4324
4324
  "options": [
4325
+ [
4326
+ "",
4327
+ "skip-config-update",
4328
+ "skip writing to the .npmrc file"
4329
+ ],
4325
4330
  [
4326
4331
  "d",
4327
4332
  "cloud-domain <domain>",
@@ -7182,6 +7182,19 @@ function MDXContent(_ref) {
7182
7182
  "align": null
7183
7183
  }, (0, _react2.mdx)("inlineCode", {
7184
7184
  parentName: "td"
7185
+ }, "--skip-config-update")), (0, _react2.mdx)("td", {
7186
+ parentName: "tr",
7187
+ "align": "center"
7188
+ }), (0, _react2.mdx)("td", {
7189
+ parentName: "tr",
7190
+ "align": null
7191
+ }, "skip writing to the .npmrc file")), (0, _react2.mdx)("tr", {
7192
+ parentName: "tbody"
7193
+ }, (0, _react2.mdx)("td", {
7194
+ parentName: "tr",
7195
+ "align": null
7196
+ }, (0, _react2.mdx)("inlineCode", {
7197
+ parentName: "td"
7185
7198
  }, "--cloud-domain <domain>")), (0, _react2.mdx)("td", {
7186
7199
  parentName: "tr",
7187
7200
  "align": "center"