@teambit/harmony.content.cli-reference 2.0.518 → 2.0.520

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.9.31'
2
+ description: 'Bit command synopses. Bit version: 1.9.33'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -5063,47 +5063,6 @@
5063
5063
  }
5064
5064
  ]
5065
5065
  },
5066
- {
5067
- "name": "schema <pattern>",
5068
- "alias": "",
5069
- "options": [
5070
- [
5071
- "j",
5072
- "json",
5073
- "return the component schema in json format"
5074
- ]
5075
- ],
5076
- "description": "shows the API schema of the specified component/s.",
5077
- "extendedDescription": "you 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",
5078
- "group": "development",
5079
- "private": false
5080
- },
5081
- {
5082
- "name": "check-types [component-pattern]",
5083
- "alias": "",
5084
- "options": [
5085
- [
5086
- "a",
5087
- "all",
5088
- "check-types for all components, not only modified and new"
5089
- ],
5090
- [
5091
- "",
5092
- "strict",
5093
- "in case issues found, exit with code 1"
5094
- ]
5095
- ],
5096
- "description": "check typescript types",
5097
- "extendedDescription": "",
5098
- "group": "development",
5099
- "private": false,
5100
- "arguments": [
5101
- {
5102
- "name": "component-pattern",
5103
- "description": "component name, component id, or component pattern. use component pattern to select multiple components.\nwrap the pattern with quotes. use 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'.\nuse `bit pattern --help` to understand patterns better and `bit pattern <pattern>` to validate the pattern."
5104
- }
5105
- ]
5106
- },
5107
5066
  {
5108
5067
  "name": "update-dependencies <data>",
5109
5068
  "alias": "",
@@ -5209,6 +5168,47 @@
5209
5168
  "group": "development",
5210
5169
  "private": true
5211
5170
  },
5171
+ {
5172
+ "name": "schema <pattern>",
5173
+ "alias": "",
5174
+ "options": [
5175
+ [
5176
+ "j",
5177
+ "json",
5178
+ "return the component schema in json format"
5179
+ ]
5180
+ ],
5181
+ "description": "shows the API schema of the specified component/s.",
5182
+ "extendedDescription": "you 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",
5183
+ "group": "development",
5184
+ "private": false
5185
+ },
5186
+ {
5187
+ "name": "check-types [component-pattern]",
5188
+ "alias": "",
5189
+ "options": [
5190
+ [
5191
+ "a",
5192
+ "all",
5193
+ "check-types for all components, not only modified and new"
5194
+ ],
5195
+ [
5196
+ "",
5197
+ "strict",
5198
+ "in case issues found, exit with code 1"
5199
+ ]
5200
+ ],
5201
+ "description": "check typescript types",
5202
+ "extendedDescription": "",
5203
+ "group": "development",
5204
+ "private": false,
5205
+ "arguments": [
5206
+ {
5207
+ "name": "component-pattern",
5208
+ "description": "component name, component id, or component pattern. use component pattern to select multiple components.\nwrap the pattern with quotes. use 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'.\nuse `bit pattern --help` to understand patterns better and `bit pattern <pattern>` to validate the pattern."
5209
+ }
5210
+ ]
5211
+ },
5212
5212
  {
5213
5213
  "name": "aspect <sub-command>",
5214
5214
  "alias": "",
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.9.31'
2
+ description: 'Bit command synopses. Bit version: 1.9.33'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -5063,47 +5063,6 @@
5063
5063
  }
5064
5064
  ]
5065
5065
  },
5066
- {
5067
- "name": "schema <pattern>",
5068
- "alias": "",
5069
- "options": [
5070
- [
5071
- "j",
5072
- "json",
5073
- "return the component schema in json format"
5074
- ]
5075
- ],
5076
- "description": "shows the API schema of the specified component/s.",
5077
- "extendedDescription": "you 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",
5078
- "group": "development",
5079
- "private": false
5080
- },
5081
- {
5082
- "name": "check-types [component-pattern]",
5083
- "alias": "",
5084
- "options": [
5085
- [
5086
- "a",
5087
- "all",
5088
- "check-types for all components, not only modified and new"
5089
- ],
5090
- [
5091
- "",
5092
- "strict",
5093
- "in case issues found, exit with code 1"
5094
- ]
5095
- ],
5096
- "description": "check typescript types",
5097
- "extendedDescription": "",
5098
- "group": "development",
5099
- "private": false,
5100
- "arguments": [
5101
- {
5102
- "name": "component-pattern",
5103
- "description": "component name, component id, or component pattern. use component pattern to select multiple components.\nwrap the pattern with quotes. use 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'.\nuse `bit pattern --help` to understand patterns better and `bit pattern <pattern>` to validate the pattern."
5104
- }
5105
- ]
5106
- },
5107
5066
  {
5108
5067
  "name": "update-dependencies <data>",
5109
5068
  "alias": "",
@@ -5209,6 +5168,47 @@
5209
5168
  "group": "development",
5210
5169
  "private": true
5211
5170
  },
5171
+ {
5172
+ "name": "schema <pattern>",
5173
+ "alias": "",
5174
+ "options": [
5175
+ [
5176
+ "j",
5177
+ "json",
5178
+ "return the component schema in json format"
5179
+ ]
5180
+ ],
5181
+ "description": "shows the API schema of the specified component/s.",
5182
+ "extendedDescription": "you 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",
5183
+ "group": "development",
5184
+ "private": false
5185
+ },
5186
+ {
5187
+ "name": "check-types [component-pattern]",
5188
+ "alias": "",
5189
+ "options": [
5190
+ [
5191
+ "a",
5192
+ "all",
5193
+ "check-types for all components, not only modified and new"
5194
+ ],
5195
+ [
5196
+ "",
5197
+ "strict",
5198
+ "in case issues found, exit with code 1"
5199
+ ]
5200
+ ],
5201
+ "description": "check typescript types",
5202
+ "extendedDescription": "",
5203
+ "group": "development",
5204
+ "private": false,
5205
+ "arguments": [
5206
+ {
5207
+ "name": "component-pattern",
5208
+ "description": "component name, component id, or component pattern. use component pattern to select multiple components.\nwrap the pattern with quotes. use 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'.\nuse `bit pattern --help` to understand patterns better and `bit pattern <pattern>` to validate the pattern."
5209
+ }
5210
+ ]
5211
+ },
5212
5212
  {
5213
5213
  "name": "aspect <sub-command>",
5214
5214
  "alias": "",