@teambit/harmony.content.cli-reference 2.0.644 → 2.0.645
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
CHANGED
package/cli-reference.json
CHANGED
|
@@ -3420,6 +3420,26 @@
|
|
|
3420
3420
|
}
|
|
3421
3421
|
]
|
|
3422
3422
|
},
|
|
3423
|
+
{
|
|
3424
|
+
"name": "schema <pattern>",
|
|
3425
|
+
"alias": "",
|
|
3426
|
+
"options": [
|
|
3427
|
+
[
|
|
3428
|
+
"r",
|
|
3429
|
+
"remote",
|
|
3430
|
+
"fetch schema from remote scope (works for components not in workspace)"
|
|
3431
|
+
],
|
|
3432
|
+
[
|
|
3433
|
+
"j",
|
|
3434
|
+
"json",
|
|
3435
|
+
"return the component schema in json format"
|
|
3436
|
+
]
|
|
3437
|
+
],
|
|
3438
|
+
"description": "extracts and displays the API schema (types, functions, classes, interfaces) of the specified component/s.",
|
|
3439
|
+
"extendedDescription": "Extracts TypeScript definitions to provide a comprehensive view of a component's public API.\nShows detailed information about exported elements including classes, interfaces, functions, types, and enums with their respective signatures and documentation.\n\nyou can use a `<pattern>` for multiple component ids, such as `bit schema \"org.scope/utils/**\"`.\nuse comma to separate patterns and '!' to exclude. e.g. 'ui/**, !ui/button'\nuse '$' prefix to filter by states/attributes, e.g. '$deprecated', '$modified' or '$env:teambit.react/react'.\nalways wrap the pattern with single quotes to avoid collision with shell commands.\nuse `bit pattern --help` to understand patterns better and `bit pattern <pattern>` to validate the pattern.\n",
|
|
3440
|
+
"group": "info-analysis",
|
|
3441
|
+
"private": false
|
|
3442
|
+
},
|
|
3423
3443
|
{
|
|
3424
3444
|
"name": "test [component-pattern]",
|
|
3425
3445
|
"alias": "at",
|
|
@@ -4894,26 +4914,6 @@
|
|
|
4894
4914
|
}
|
|
4895
4915
|
]
|
|
4896
4916
|
},
|
|
4897
|
-
{
|
|
4898
|
-
"name": "schema <pattern>",
|
|
4899
|
-
"alias": "",
|
|
4900
|
-
"options": [
|
|
4901
|
-
[
|
|
4902
|
-
"r",
|
|
4903
|
-
"remote",
|
|
4904
|
-
"fetch schema from remote scope (works for components not in workspace)"
|
|
4905
|
-
],
|
|
4906
|
-
[
|
|
4907
|
-
"j",
|
|
4908
|
-
"json",
|
|
4909
|
-
"return the component schema in json format"
|
|
4910
|
-
]
|
|
4911
|
-
],
|
|
4912
|
-
"description": "extracts and displays the API schema (types, functions, classes, interfaces) of the specified component/s.",
|
|
4913
|
-
"extendedDescription": "Extracts TypeScript definitions to provide a comprehensive view of a component's public API.\nShows detailed information about exported elements including classes, interfaces, functions, types, and enums with their respective signatures and documentation.\n\nyou can use a `<pattern>` for multiple component ids, such as `bit schema \"org.scope/utils/**\"`.\nuse comma to separate patterns and '!' to exclude. e.g. 'ui/**, !ui/button'\nuse '$' prefix to filter by states/attributes, e.g. '$deprecated', '$modified' or '$env:teambit.react/react'.\nalways wrap the pattern with single quotes to avoid collision with shell commands.\nuse `bit pattern --help` to understand patterns better and `bit pattern <pattern>` to validate the pattern.\n",
|
|
4914
|
-
"group": "info-analysis",
|
|
4915
|
-
"private": false
|
|
4916
|
-
},
|
|
4917
4917
|
{
|
|
4918
4918
|
"name": "check-types [component-pattern]",
|
|
4919
4919
|
"alias": "",
|
package/dist/cli-reference.json
CHANGED
|
@@ -3420,6 +3420,26 @@
|
|
|
3420
3420
|
}
|
|
3421
3421
|
]
|
|
3422
3422
|
},
|
|
3423
|
+
{
|
|
3424
|
+
"name": "schema <pattern>",
|
|
3425
|
+
"alias": "",
|
|
3426
|
+
"options": [
|
|
3427
|
+
[
|
|
3428
|
+
"r",
|
|
3429
|
+
"remote",
|
|
3430
|
+
"fetch schema from remote scope (works for components not in workspace)"
|
|
3431
|
+
],
|
|
3432
|
+
[
|
|
3433
|
+
"j",
|
|
3434
|
+
"json",
|
|
3435
|
+
"return the component schema in json format"
|
|
3436
|
+
]
|
|
3437
|
+
],
|
|
3438
|
+
"description": "extracts and displays the API schema (types, functions, classes, interfaces) of the specified component/s.",
|
|
3439
|
+
"extendedDescription": "Extracts TypeScript definitions to provide a comprehensive view of a component's public API.\nShows detailed information about exported elements including classes, interfaces, functions, types, and enums with their respective signatures and documentation.\n\nyou can use a `<pattern>` for multiple component ids, such as `bit schema \"org.scope/utils/**\"`.\nuse comma to separate patterns and '!' to exclude. e.g. 'ui/**, !ui/button'\nuse '$' prefix to filter by states/attributes, e.g. '$deprecated', '$modified' or '$env:teambit.react/react'.\nalways wrap the pattern with single quotes to avoid collision with shell commands.\nuse `bit pattern --help` to understand patterns better and `bit pattern <pattern>` to validate the pattern.\n",
|
|
3440
|
+
"group": "info-analysis",
|
|
3441
|
+
"private": false
|
|
3442
|
+
},
|
|
3423
3443
|
{
|
|
3424
3444
|
"name": "test [component-pattern]",
|
|
3425
3445
|
"alias": "at",
|
|
@@ -4894,26 +4914,6 @@
|
|
|
4894
4914
|
}
|
|
4895
4915
|
]
|
|
4896
4916
|
},
|
|
4897
|
-
{
|
|
4898
|
-
"name": "schema <pattern>",
|
|
4899
|
-
"alias": "",
|
|
4900
|
-
"options": [
|
|
4901
|
-
[
|
|
4902
|
-
"r",
|
|
4903
|
-
"remote",
|
|
4904
|
-
"fetch schema from remote scope (works for components not in workspace)"
|
|
4905
|
-
],
|
|
4906
|
-
[
|
|
4907
|
-
"j",
|
|
4908
|
-
"json",
|
|
4909
|
-
"return the component schema in json format"
|
|
4910
|
-
]
|
|
4911
|
-
],
|
|
4912
|
-
"description": "extracts and displays the API schema (types, functions, classes, interfaces) of the specified component/s.",
|
|
4913
|
-
"extendedDescription": "Extracts TypeScript definitions to provide a comprehensive view of a component's public API.\nShows detailed information about exported elements including classes, interfaces, functions, types, and enums with their respective signatures and documentation.\n\nyou can use a `<pattern>` for multiple component ids, such as `bit schema \"org.scope/utils/**\"`.\nuse comma to separate patterns and '!' to exclude. e.g. 'ui/**, !ui/button'\nuse '$' prefix to filter by states/attributes, e.g. '$deprecated', '$modified' or '$env:teambit.react/react'.\nalways wrap the pattern with single quotes to avoid collision with shell commands.\nuse `bit pattern --help` to understand patterns better and `bit pattern <pattern>` to validate the pattern.\n",
|
|
4914
|
-
"group": "info-analysis",
|
|
4915
|
-
"private": false
|
|
4916
|
-
},
|
|
4917
4917
|
{
|
|
4918
4918
|
"name": "check-types [component-pattern]",
|
|
4919
4919
|
"alias": "",
|