diff --git a/docs/cli/vela_addon_registry_add.md b/docs/cli/vela_addon_registry_add.md index aaaf1c452eb..a93f40d647c 100644 --- a/docs/cli/vela_addon_registry_add.md +++ b/docs/cli/vela_addon_registry_add.md @@ -16,8 +16,10 @@ vela addon registry add [flags] ``` 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= --token=" +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= --token= +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 @@ -26,11 +28,11 @@ add a gitlab registry: vela addon registry add my-repo --type gitlab --endpoint= --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 + --gitlabRepoName string specify the gitlab addon registry repoName, this option 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 OSS path + --path string specify the addon registry path, this option 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 ``` diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/cli/vela_addon_registry_add.md b/i18n/zh/docusaurus-plugin-content-docs/current/cli/vela_addon_registry_add.md index aaaf1c452eb..a93f40d647c 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/cli/vela_addon_registry_add.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/cli/vela_addon_registry_add.md @@ -16,8 +16,10 @@ vela addon registry add [flags] ``` 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= --token=" +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= --token= +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 @@ -26,11 +28,11 @@ add a gitlab registry: vela addon registry add my-repo --type gitlab --endpoint= --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 + --gitlabRepoName string specify the gitlab addon registry repoName, this option 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 OSS path + --path string specify the addon registry path, this option 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 ``` diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-v1.6/cli/vela_addon_registry_add.md b/i18n/zh/docusaurus-plugin-content-docs/version-v1.6/cli/vela_addon_registry_add.md index aaaf1c452eb..a93f40d647c 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-v1.6/cli/vela_addon_registry_add.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-v1.6/cli/vela_addon_registry_add.md @@ -16,8 +16,10 @@ vela addon registry add [flags] ``` 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= --token=" +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= --token= +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 @@ -26,11 +28,11 @@ add a gitlab registry: vela addon registry add my-repo --type gitlab --endpoint= --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 + --gitlabRepoName string specify the gitlab addon registry repoName, this option 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 OSS path + --path string specify the addon registry path, this option 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 ``` diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-v1.7/cli/vela_addon_registry_add.md b/i18n/zh/docusaurus-plugin-content-docs/version-v1.7/cli/vela_addon_registry_add.md index aaaf1c452eb..a93f40d647c 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-v1.7/cli/vela_addon_registry_add.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-v1.7/cli/vela_addon_registry_add.md @@ -16,8 +16,10 @@ vela addon registry add [flags] ``` 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= --token=" +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= --token= +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 @@ -26,11 +28,11 @@ add a gitlab registry: vela addon registry add my-repo --type gitlab --endpoint= --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 + --gitlabRepoName string specify the gitlab addon registry repoName, this option 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 OSS path + --path string specify the addon registry path, this option 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 ``` diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-v1.8/cli/vela_addon_registry_add.md b/i18n/zh/docusaurus-plugin-content-docs/version-v1.8/cli/vela_addon_registry_add.md index aaaf1c452eb..a93f40d647c 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-v1.8/cli/vela_addon_registry_add.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-v1.8/cli/vela_addon_registry_add.md @@ -16,8 +16,10 @@ vela addon registry add [flags] ``` 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= --token=" +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= --token= +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 @@ -26,11 +28,11 @@ add a gitlab registry: vela addon registry add my-repo --type gitlab --endpoint= --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 + --gitlabRepoName string specify the gitlab addon registry repoName, this option 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 OSS path + --path string specify the addon registry path, this option 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 ``` diff --git a/versioned_docs/version-v1.6/cli/vela_addon_registry_add.md b/versioned_docs/version-v1.6/cli/vela_addon_registry_add.md index aaaf1c452eb..a93f40d647c 100644 --- a/versioned_docs/version-v1.6/cli/vela_addon_registry_add.md +++ b/versioned_docs/version-v1.6/cli/vela_addon_registry_add.md @@ -16,8 +16,10 @@ vela addon registry add [flags] ``` 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= --token=" +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= --token= +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 @@ -26,11 +28,11 @@ add a gitlab registry: vela addon registry add my-repo --type gitlab --endpoint= --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 + --gitlabRepoName string specify the gitlab addon registry repoName, this option 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 OSS path + --path string specify the addon registry path, this option 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 ``` diff --git a/versioned_docs/version-v1.7/cli/vela_addon_registry_add.md b/versioned_docs/version-v1.7/cli/vela_addon_registry_add.md index aaaf1c452eb..a93f40d647c 100644 --- a/versioned_docs/version-v1.7/cli/vela_addon_registry_add.md +++ b/versioned_docs/version-v1.7/cli/vela_addon_registry_add.md @@ -16,8 +16,10 @@ vela addon registry add [flags] ``` 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= --token=" +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= --token= +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 @@ -26,11 +28,11 @@ add a gitlab registry: vela addon registry add my-repo --type gitlab --endpoint= --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 + --gitlabRepoName string specify the gitlab addon registry repoName, this option 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 OSS path + --path string specify the addon registry path, this option 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 ``` diff --git a/versioned_docs/version-v1.8/cli/vela_addon_registry_add.md b/versioned_docs/version-v1.8/cli/vela_addon_registry_add.md index aaaf1c452eb..a93f40d647c 100644 --- a/versioned_docs/version-v1.8/cli/vela_addon_registry_add.md +++ b/versioned_docs/version-v1.8/cli/vela_addon_registry_add.md @@ -16,8 +16,10 @@ vela addon registry add [flags] ``` 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= --token=" +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= --token= +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 @@ -26,11 +28,11 @@ add a gitlab registry: vela addon registry add my-repo --type gitlab --endpoint= --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 + --gitlabRepoName string specify the gitlab addon registry repoName, this option 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 OSS path + --path string specify the addon registry path, this option 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 ```