
az-bicep
List of commands for az-bicep:
-
az-bicep:tldr:017b3 az-bicep: Attempt to decompile an ARM template file to a Bicep file.$ az bicep decompile --file ${path-to-template_file-json}try on your machineexplain this command
-
az-bicep:tldr:4782c az-bicep: List all available versions of Bicep CLI.$ az bicep list-versionstry on your machineexplain this command
-
az-bicep:tldr:64895 az-bicep: Uninstall Bicep CLI.$ az bicep uninstalltry on your machineexplain this command
-
az-bicep:tldr:8223a az-bicep: Install Bicep CLI.$ az bicep installtry on your machineexplain this command
-
az-bicep:tldr:a7b6c az-bicep: Build a Bicep file.$ az bicep build --file ${filename-bicep}try on your machineexplain this command
-
az-bicep:tldr:d70d6 az-bicep: Display the installed version of Bicep CLI.$ az bicep versiontry on your machineexplain this command
-
az-bicep:tldr:d8d8a az-bicep: Upgrade Bicep CLI to the latest version.$ az bicep upgradetry on your machineexplain this command