az spring-cloud config-server git repo
Commands to manage Config Server git repository in Azure Spring Cloud.
Commands
az spring-cloud config-server git repo add |
Set add a new repositry of git property of Config Server. |
az spring-cloud config-server git repo list |
List all repositries of git property of Config Server. |
az spring-cloud config-server git repo remove |
Remove an existing repositry of git property of Config Server. |
az spring-cloud config-server git repo update |
Override an existing repositry of git property of Config Server, will totally override the old one. |
az spring-cloud config-server git repo add
Set add a new repositry of git property of Config Server.
az spring-cloud config-server git repo add --name
--repo-name
--resource-group
--uri
[--host-key]
[--host-key-algorithm]
[--label]
[--password]
[--pattern]
[--private-key]
[--search-paths]
[--strict-host-key-checking]
[--username]
Required Parameters
Name of Azure Spring Cloud.
Uri of the repo.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Uri of the added config.
Optional Parameters
Host key of the added config.
Host key algorithm of the added config.
Label of the added config.
Password of the added config.
Pattern of the repo, use , as delimiter for multiple patterns.
Private_key of the added config.
Search_paths of the added config, use , as delimiter for multiple paths.
Strict_host_key_checking of the added config.
Username of the added config.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az spring-cloud config-server git repo list
List all repositries of git property of Config Server.
az spring-cloud config-server git repo list --name
--resource-group
Required Parameters
Name of Azure Spring Cloud.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az spring-cloud config-server git repo remove
Remove an existing repositry of git property of Config Server.
az spring-cloud config-server git repo remove --name
--repo-name
--resource-group
Required Parameters
Name of Azure Spring Cloud.
Uri of the repo.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az spring-cloud config-server git repo update
Override an existing repositry of git property of Config Server, will totally override the old one.
az spring-cloud config-server git repo update --name
--repo-name
--resource-group
[--host-key]
[--host-key-algorithm]
[--label]
[--password]
[--pattern]
[--private-key]
[--search-paths]
[--strict-host-key-checking]
[--uri]
[--username]
Required Parameters
Name of Azure Spring Cloud.
Uri of the repo.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Host key of the added config.
Host key algorithm of the added config.
Label of the added config.
Password of the added config.
Pattern of the repo, use , as delimiter for multiple patterns.
Private_key of the added config.
Search_paths of the added config, use , as delimiter for multiple paths.
Strict_host_key_checking of the added config.
Uri of the added config.
Username of the added config.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.