kubevela.github.io/docs/cli/vela_addon_registry_add.md

999 B

title
vela addon registry add

Add an addon registry.

Synopsis

Add an addon registry.

vela addon registry add [flags]

Examples

"vela addon registry add <my-registry-name> --type OSS --endpoint=<URL> --bucket=<bukect-name> or vela addon registry add my-repo --type git --endpoint=<URL> --path=<OSS-ptah> --gitToken=<git token>"

Options

      --bucket string     specify the OSS bucket name
      --endpoint string   specify the addon registry endpoint
      --gitToken string   specify the github repo token
  -h, --help              help for add
      --path string       specify the addon registry OSS path
      --type string       specify the addon registry type

SEE ALSO

Go Back to CLI Commands Homepage.

Auto generated by spf13/cobra on 12-Jan-2022, refer to script in KubeVela.