
az-config
List of commands for az-config:
-
az-config:tldr:21618 az-config: Print all configurations.$ az config gettry on your machineexplain this command
-
az-config:tldr:2354a az-config: Set a configuration.$ az config set ${configuration_name}=${value}try on your machineexplain this command
-
az-config:tldr:623a5 az-config: Unset a configuration.$ az config unset ${configuration_name}try on your machineexplain this command
-
az-config:tldr:eef89 az-config: Print configurations for a specific section.$ az config get ${section_name}try on your machineexplain this command