@teambit/harmony.content.cli-reference 2.0.469 → 2.0.470
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
|
@@ -5374,6 +5374,42 @@
|
|
|
5374
5374
|
}
|
|
5375
5375
|
]
|
|
5376
5376
|
},
|
|
5377
|
+
{
|
|
5378
|
+
"name": "generate-preview [component-pattern]",
|
|
5379
|
+
"alias": "",
|
|
5380
|
+
"options": [
|
|
5381
|
+
[
|
|
5382
|
+
"n",
|
|
5383
|
+
"name <name>",
|
|
5384
|
+
"name for the preview"
|
|
5385
|
+
]
|
|
5386
|
+
],
|
|
5387
|
+
"description": "generate preview bundle for components",
|
|
5388
|
+
"extendedDescription": "",
|
|
5389
|
+
"group": "development",
|
|
5390
|
+
"private": true,
|
|
5391
|
+
"arguments": [
|
|
5392
|
+
{
|
|
5393
|
+
"name": "component-pattern",
|
|
5394
|
+
"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."
|
|
5395
|
+
}
|
|
5396
|
+
]
|
|
5397
|
+
},
|
|
5398
|
+
{
|
|
5399
|
+
"name": "serve-preview",
|
|
5400
|
+
"alias": "",
|
|
5401
|
+
"options": [
|
|
5402
|
+
[
|
|
5403
|
+
"p",
|
|
5404
|
+
"port [port]",
|
|
5405
|
+
"port to run the server on"
|
|
5406
|
+
]
|
|
5407
|
+
],
|
|
5408
|
+
"description": "serve local preview bundle for components",
|
|
5409
|
+
"extendedDescription": "",
|
|
5410
|
+
"group": "development",
|
|
5411
|
+
"private": true
|
|
5412
|
+
},
|
|
5377
5413
|
{
|
|
5378
5414
|
"name": "format [component-pattern]",
|
|
5379
5415
|
"alias": "",
|
package/dist/cli-reference.json
CHANGED
|
@@ -5374,6 +5374,42 @@
|
|
|
5374
5374
|
}
|
|
5375
5375
|
]
|
|
5376
5376
|
},
|
|
5377
|
+
{
|
|
5378
|
+
"name": "generate-preview [component-pattern]",
|
|
5379
|
+
"alias": "",
|
|
5380
|
+
"options": [
|
|
5381
|
+
[
|
|
5382
|
+
"n",
|
|
5383
|
+
"name <name>",
|
|
5384
|
+
"name for the preview"
|
|
5385
|
+
]
|
|
5386
|
+
],
|
|
5387
|
+
"description": "generate preview bundle for components",
|
|
5388
|
+
"extendedDescription": "",
|
|
5389
|
+
"group": "development",
|
|
5390
|
+
"private": true,
|
|
5391
|
+
"arguments": [
|
|
5392
|
+
{
|
|
5393
|
+
"name": "component-pattern",
|
|
5394
|
+
"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."
|
|
5395
|
+
}
|
|
5396
|
+
]
|
|
5397
|
+
},
|
|
5398
|
+
{
|
|
5399
|
+
"name": "serve-preview",
|
|
5400
|
+
"alias": "",
|
|
5401
|
+
"options": [
|
|
5402
|
+
[
|
|
5403
|
+
"p",
|
|
5404
|
+
"port [port]",
|
|
5405
|
+
"port to run the server on"
|
|
5406
|
+
]
|
|
5407
|
+
],
|
|
5408
|
+
"description": "serve local preview bundle for components",
|
|
5409
|
+
"extendedDescription": "",
|
|
5410
|
+
"group": "development",
|
|
5411
|
+
"private": true
|
|
5412
|
+
},
|
|
5377
5413
|
{
|
|
5378
5414
|
"name": "format [component-pattern]",
|
|
5379
5415
|
"alias": "",
|