47 lines
1.0 KiB
Markdown
47 lines
1.0 KiB
Markdown
---
|
|
title: vela component
|
|
---
|
|
|
|
List/get components
|
|
|
|
### Synopsis
|
|
|
|
List component types installed and discover more in registry.
|
|
|
|
```
|
|
vela component [flags]
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
vela comp
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
--discover discover traits in registries
|
|
-h, --help help for component
|
|
--label --label type=terraform a label to filter components, the format is --label type=terraform
|
|
--registry string specify the registry name (default "default")
|
|
--token string specify token when using --url to specify registry url
|
|
--url string specify the registry URL
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-y, --yes Assume yes for all user prompts
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
|
|
* [vela component get](vela_component_get) - get component from registry
|
|
|
|
#### Go Back to [CLI Commands](vela) Homepage.
|
|
|
|
|
|
###### Auto generated by spf13/cobra on 9-Feb-2022, refer to [script in KubeVela](https://github.com/oam-dev/kubevela/tree/master/hack/docgen).
|