@teambit/harmony.content.cli-reference 2.0.287 → 2.0.289
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.
- package/cli-reference.docs.mdx +1 -1
- package/cli-reference.json +5 -0
- package/cli-reference.mdx +1 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +5 -0
- package/dist/cli-reference.mdx.js +16 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1716365443025.js → preview-1716520879631.js} +2 -2
- package/dist/tsconfig.json +4 -2
- package/package.json +2 -2
- package/tsconfig.json +4 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
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
|
---
|
package/dist/cli-reference.json
CHANGED
|
@@ -10,7 +10,7 @@ var _excluded = ["components"]; // @ts-nocheck
|
|
|
10
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
11
11
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
12
12
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
13
|
-
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var
|
|
13
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } } return target; }
|
|
14
14
|
/* @jsxRuntime classic */
|
|
15
15
|
/* @jsx mdx */
|
|
16
16
|
|
|
@@ -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"
|