@teambit/harmony.content.cli-reference 2.0.172 → 2.0.173

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.57'
2
+ description: 'Bit command synopses. Bit version: 1.6.58'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -2056,8 +2056,8 @@
2056
2056
  ],
2057
2057
  [
2058
2058
  "",
2059
- "latest",
2060
- "update to the latest version. Semver rules are ignored"
2059
+ "semver",
2060
+ "update to the newest version respecting semver"
2061
2061
  ]
2062
2062
  ],
2063
2063
  "description": "update dependencies. By default, dependencies are updated to the highest semver compatible versions.",
@@ -4191,6 +4191,11 @@
4191
4191
  "",
4192
4192
  "dry-run",
4193
4193
  "show the .npmrc file content that will be written"
4194
+ ],
4195
+ [
4196
+ "f",
4197
+ "force",
4198
+ "force update the .npmrc file even if there are conflicts"
4194
4199
  ]
4195
4200
  ],
4196
4201
  "description": "update npmrc file with scope, registry, and token information from bit.cloud",
package/cli-reference.mdx CHANGED
@@ -1451,9 +1451,10 @@ move files or directories of component(s)
1451
1451
 
1452
1452
  **Description**: update npmrc file with scope, registry, and token information from bit.cloud
1453
1453
 
1454
- | **Option** | **Option alias** | **Description** |
1455
- | ----------- | :--------------: | ------------------------------------------------- |
1456
- | `--dry-run` | | show the .npmrc file content that will be written |
1454
+ | **Option** | **Option alias** | **Description** |
1455
+ | ----------- | :--------------: | -------------------------------------------------------- |
1456
+ | `--dry-run` | | show the .npmrc file content that will be written |
1457
+ | `--force` | `-f` | force update the .npmrc file even if there are conflicts |
1457
1458
 
1458
1459
  ---
1459
1460
 
@@ -2004,7 +2005,7 @@ list components templates when inside bit-workspace (for bit-create), otherwise,
2004
2005
  | `--patch` | | update to the latest patch version. Semver rules are ignored |
2005
2006
  | `--minor` | | update to the latest minor version. Semver rules are ignored |
2006
2007
  | `--major` | | update to the latest major version. Semver rules are ignored |
2007
- | `--latest` | | update to the latest version. Semver rules are ignored |
2008
+ | `--semver` | | update to the newest version respecting semver |
2008
2009
 
2009
2010
  ---
2010
2011
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.6.57'
2
+ description: 'Bit command synopses. Bit version: 1.6.58'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -2056,8 +2056,8 @@
2056
2056
  ],
2057
2057
  [
2058
2058
  "",
2059
- "latest",
2060
- "update to the latest version. Semver rules are ignored"
2059
+ "semver",
2060
+ "update to the newest version respecting semver"
2061
2061
  ]
2062
2062
  ],
2063
2063
  "description": "update dependencies. By default, dependencies are updated to the highest semver compatible versions.",
@@ -4191,6 +4191,11 @@
4191
4191
  "",
4192
4192
  "dry-run",
4193
4193
  "show the .npmrc file content that will be written"
4194
+ ],
4195
+ [
4196
+ "f",
4197
+ "force",
4198
+ "force update the .npmrc file even if there are conflicts"
4194
4199
  ]
4195
4200
  ],
4196
4201
  "description": "update npmrc file with scope, registry, and token information from bit.cloud",
@@ -7674,7 +7674,22 @@ function MDXContent(_ref) {
7674
7674
  }), (0, _react2.mdx)("td", {
7675
7675
  parentName: "tr",
7676
7676
  "align": null
7677
- }, "show the .npmrc file content that will be written")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "pattern"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
7677
+ }, "show the .npmrc file content that will be written")), (0, _react2.mdx)("tr", {
7678
+ parentName: "tbody"
7679
+ }, (0, _react2.mdx)("td", {
7680
+ parentName: "tr",
7681
+ "align": null
7682
+ }, (0, _react2.mdx)("inlineCode", {
7683
+ parentName: "td"
7684
+ }, "--force")), (0, _react2.mdx)("td", {
7685
+ parentName: "tr",
7686
+ "align": "center"
7687
+ }, (0, _react2.mdx)("inlineCode", {
7688
+ parentName: "td"
7689
+ }, "-f")), (0, _react2.mdx)("td", {
7690
+ parentName: "tr",
7691
+ "align": null
7692
+ }, "force update the .npmrc file even if there are conflicts")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "pattern"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
7678
7693
  parentName: "p"
7679
7694
  }, "Description"), ": list the component ids matching the given pattern", (0, _react2.mdx)("br", {
7680
7695
  parentName: "p"
@@ -10476,13 +10491,13 @@ function MDXContent(_ref) {
10476
10491
  "align": null
10477
10492
  }, (0, _react2.mdx)("inlineCode", {
10478
10493
  parentName: "td"
10479
- }, "--latest")), (0, _react2.mdx)("td", {
10494
+ }, "--semver")), (0, _react2.mdx)("td", {
10480
10495
  parentName: "tr",
10481
10496
  "align": "center"
10482
10497
  }), (0, _react2.mdx)("td", {
10483
10498
  parentName: "tr",
10484
10499
  "align": null
10485
- }, "update to the latest version. Semver rules are ignored")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "use"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
10500
+ }, "update to the newest version respecting semver")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "use"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
10486
10501
  parentName: "p"
10487
10502
  }, "Description"), ": set aspects in the workspace/scope config to make them loadable by the workspace/scope"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
10488
10503
  parentName: "p"