@teambit/harmony.content.cli-reference 2.0.993 → 2.0.995

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,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.130'
2
+ description: 'Bit command synopses. Bit version: 1.13.132'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -3574,7 +3574,7 @@
3574
3574
  },
3575
3575
  {
3576
3576
  "name": "schema <pattern>",
3577
- "alias": "",
3577
+ "alias": "api",
3578
3578
  "options": [
3579
3579
  [
3580
3580
  "r",
package/cli-reference.mdx CHANGED
@@ -2277,6 +2277,7 @@ when no app name is specified, automatically detects and runs the app if only on
2277
2277
 
2278
2278
  ## schema
2279
2279
 
2280
+ **Alias**: `api`
2280
2281
  **Description**: display component API schema and type definitions
2281
2282
  extracts and displays the public API structure of components including types, functions, classes, and interfaces.
2282
2283
  shows detailed type information, function signatures, and JSDoc documentation for exported elements.
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.130'
2
+ description: 'Bit command synopses. Bit version: 1.13.132'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -3574,7 +3574,7 @@
3574
3574
  },
3575
3575
  {
3576
3576
  "name": "schema <pattern>",
3577
- "alias": "",
3577
+ "alias": "api",
3578
3578
  "options": [
3579
3579
  [
3580
3580
  "r",
@@ -4632,6 +4632,10 @@ function _createMdxContent(props) {
4632
4632
  children: "schema"
4633
4633
  }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
4634
4634
  children: [(0, _jsxRuntime.jsx)(_components.strong, {
4635
+ children: "Alias"
4636
+ }), ": ", (0, _jsxRuntime.jsx)(_components.code, {
4637
+ children: "api"
4638
+ }), (0, _jsxRuntime.jsx)(_components.br, {}), "\n", (0, _jsxRuntime.jsx)(_components.strong, {
4635
4639
  children: "Description"
4636
4640
  }), ": display component API schema and type definitions", (0, _jsxRuntime.jsx)(_components.br, {}), "\n", "extracts and displays the public API structure of components including types, functions, classes, and interfaces.", (0, _jsxRuntime.jsx)(_components.br, {}), "\n", "shows detailed type information, function signatures, and JSDoc documentation for exported elements.", (0, _jsxRuntime.jsx)(_components.br, {}), "\n", "useful for understanding component interfaces and generating documentation."]
4637
4641
  }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {