44 lines
830 B
Markdown
44 lines
830 B
Markdown
---
|
|
title: vela component get
|
|
---
|
|
|
|
get component from registry
|
|
|
|
### Synopsis
|
|
|
|
get/download/install component from registry.
|
|
|
|
```
|
|
vela component get <component> [flags]
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
vela comp get <component>
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for get
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--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
|
|
-y, --yes Assume yes for all user prompts
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [vela component](vela_component) - List/get components
|
|
|
|
#### Go Back to [CLI Commands](vela) Homepage.
|
|
|
|
|
|
###### Auto generated by [spf13/cobra script in KubeVela](https://github.com/kubevela/kubevela/tree/master/hack/docgen).
|