--- title: vela addon registry add --- Add an addon registry. ### Synopsis Add an addon registry. ``` vela addon registry add [flags] ``` ### Examples ``` add a helm repo registry: vela addon registry add --type=helm my-repo --endpoint= add a github registry: vela addon registry add my-repo --type git --endpoint= --path= --gitToken= add a specified github registry: vela addon registry add my-repo --type git --endpoint=https://github.com/kubevela/catalog --path=addons --gitToken= add a gitlab registry: vela addon registry add my-repo --type gitlab --endpoint= --gitlabRepoName= --path= --gitToken= add a specified gitlab registry: vela addon registry add my-repo --type gitlab --endpoint=http://gitlab.xxx.com/xxx/catalog --path=addons --gitlabRepoName=catalog --gitToken= ``` ### Options ``` --bucket string specify the OSS bucket name --endpoint string specify the addon registry endpoint --gitToken string specify the github repo token --gitlabRepoName string specify the gitlab addon registry repoName, must be set when registry is gitlab -h, --help help for add --insecureSkipTLS specify the Helm addon registry skip tls verify --password string specify the Helm addon registry password --path string specify the addon registry path, must be set when addons are not in root of registry --type string specify the addon registry type --username string specify the Helm addon registry username ``` ### Options inherited from parent commands ``` -V, --verbosity Level number for the log level verbosity -y, --yes Assume yes for all user prompts ``` ### SEE ALSO * [vela addon registry](vela_addon_registry.md) - Manage addon registry. #### Go Back to [CLI Commands](vela.md) Homepage. ###### Auto generated by [spf13/cobra script in KubeVela](https://github.com/kubevela/kubevela/tree/master/hack/docgen).