42 lines
832 B
Markdown
42 lines
832 B
Markdown
---
|
|
title: vela registry config
|
|
---
|
|
|
|
Configure (add if not exist) a registry, default is local (built-in capabilities)
|
|
|
|
### Synopsis
|
|
|
|
Configure (add if not exist) a registry, default is local (built-in capabilities)
|
|
|
|
```
|
|
vela registry config <registryName> <centerURL> [flags]
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
vela registry config my-registry https://github.com/oam-dev/catalog/tree/master/registry
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for config
|
|
-t, --token string Github Repo token
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-y, --yes Assume yes for all user prompts
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [vela registry](vela_registry) - Manage Registry
|
|
|
|
#### Go Back to [CLI Commands](vela) Homepage.
|
|
|
|
|
|
###### Auto generated by [spf13/cobra script in KubeVela](https://github.com/kubevela/kubevela/tree/master/hack/docgen).
|