@teambit/harmony.content.cli-reference 2.0.288 → 2.0.290

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.173'
2
+ description: 'Bit command synopses. Bit version: 1.6.175'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -493,6 +493,11 @@
493
493
  "remote",
494
494
  "show data for a remote component"
495
495
  ],
496
+ [
497
+ "b",
498
+ "browser",
499
+ "open the component page in the browser"
500
+ ],
496
501
  [
497
502
  "c",
498
503
  "compare",
package/cli-reference.mdx CHANGED
@@ -1876,6 +1876,7 @@ optionally, provide [pattern] to limit the fork to specific components
1876
1876
  | `--json` | `-j` | return the component data in json format |
1877
1877
  | `--legacy` | `-l` | use the legacy bit show. |
1878
1878
  | `--remote` | `-r` | show data for a remote component |
1879
+ | `--browser` | `-b` | open the component page in the browser |
1879
1880
  | `--compare` | `-c` | legacy-only. compare current file system component to its latest tagged version [default=latest] |
1880
1881
 
1881
1882
  ---
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.6.173'
2
+ description: 'Bit command synopses. Bit version: 1.6.175'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -493,6 +493,11 @@
493
493
  "remote",
494
494
  "show data for a remote component"
495
495
  ],
496
+ [
497
+ "b",
498
+ "browser",
499
+ "open the component page in the browser"
500
+ ],
496
501
  [
497
502
  "c",
498
503
  "compare",
@@ -9558,6 +9558,21 @@ function MDXContent(_ref) {
9558
9558
  "align": null
9559
9559
  }, (0, _react2.mdx)("inlineCode", {
9560
9560
  parentName: "td"
9561
+ }, "--browser")), (0, _react2.mdx)("td", {
9562
+ parentName: "tr",
9563
+ "align": "center"
9564
+ }, (0, _react2.mdx)("inlineCode", {
9565
+ parentName: "td"
9566
+ }, "-b")), (0, _react2.mdx)("td", {
9567
+ parentName: "tr",
9568
+ "align": null
9569
+ }, "open the component page in the browser")), (0, _react2.mdx)("tr", {
9570
+ parentName: "tbody"
9571
+ }, (0, _react2.mdx)("td", {
9572
+ parentName: "tr",
9573
+ "align": null
9574
+ }, (0, _react2.mdx)("inlineCode", {
9575
+ parentName: "td"
9561
9576
  }, "--compare")), (0, _react2.mdx)("td", {
9562
9577
  parentName: "tr",
9563
9578
  "align": "center"