Forrest logo
back to context overview

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 machine
    explain this command
  • az-bicep:tldr:4782c az-bicep: List all available versions of Bicep CLI.
    $ az bicep list-versions
    try on your machine
    explain this command
  • az-bicep:tldr:64895 az-bicep: Uninstall Bicep CLI.
    $ az bicep uninstall
    try on your machine
    explain this command
  • az-bicep:tldr:8223a az-bicep: Install Bicep CLI.
    $ az bicep install
    try on your machine
    explain this command
  • az-bicep:tldr:a7b6c az-bicep: Build a Bicep file.
    $ az bicep build --file ${filename-bicep}
    try on your machine
    explain this command
  • az-bicep:tldr:d70d6 az-bicep: Display the installed version of Bicep CLI.
    $ az bicep version
    try on your machine
    explain this command
  • az-bicep:tldr:d8d8a az-bicep: Upgrade Bicep CLI to the latest version.
    $ az bicep upgrade
    try on your machine
    explain this command
back to context overview