@teambit/harmony.content.cli-reference 2.0.994 → 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.
- package/cli-reference.docs.mdx +1 -1
- package/cli-reference.json +1 -1
- package/cli-reference.mdx +1 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +1 -1
- package/dist/cli-reference.mdx.js +4 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1776221758176.js → preview-1776256211833.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
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.
|
package/dist/cli-reference.json
CHANGED
|
@@ -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, {
|