Forrest logo
back to context overview

az-config

List of commands for az-config:

  • az-config:tldr:21618 az-config: Print all configurations.
    $ az config get
    try on your machine
    explain this command
  • az-config:tldr:2354a az-config: Set a configuration.
    $ az config set ${configuration_name}=${value}
    try on your machine
    explain this command
  • az-config:tldr:623a5 az-config: Unset a configuration.
    $ az config unset ${configuration_name}
    try on your machine
    explain this command
  • az-config:tldr:eef89 az-config: Print configurations for a specific section.
    $ az config get ${section_name}
    try on your machine
    explain this command
back to context overview