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

1.5 KiB

title
vela addon registry update

Update an addon registry.

Synopsis

Update an addon registry.

vela addon registry update [flags]

Examples

vela addon registry update <registry-name> --type OSS --endpoint=<URL> --bucket=<bucket name>

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 update
      --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

Go Back to CLI Commands Homepage.

Auto generated by spf13/cobra script in KubeVela.