az spring-cloud config-server
Commands to manage Config Server in Azure Spring Cloud.
Commands
az spring-cloud config-server clear |
Erase all settings in Config Server. |
az spring-cloud config-server git |
Commands to manage Config Server git property in Azure Spring Cloud. |
az spring-cloud config-server git repo |
Commands to manage Config Server git repository in Azure Spring Cloud. |
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 set |
Set git property of Config Server, will totally override the old one. |
az spring-cloud config-server set |
Set Config Server from a yaml file. |
az spring-cloud config-server show |
Show Config Server. |
az spring-cloud config-server clear
Erase all settings in Config Server.
az spring-cloud config-server clear --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 set
Set Config Server from a yaml file.
az spring-cloud config-server set --config-file
--name
--resource-group
[--no-wait]
Required Parameters
A yaml file path for the configuration of Spring Cloud config server.
Name of Azure Spring Cloud.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Do not wait for the long-running operation to finish.
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 show
Show Config Server.
az spring-cloud config-server show --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.