TLDR
Enter a command. For example: uncrustify, zfs, git cherry, luac.

az bicep

 
Bicep CLI command group. Part of azure-cli. More information: https://docs.microsoft.com/cli/azure/bicep.
 
  • Install Bicep CLI:
     
    az bicep install
     
  • Build a Bicep file:
     
    az bicep build --file {{path/to/file.bicep}}
     
  • Attempt to decompile an ARM template file to a Bicep file:
     
    az bicep decompile --file {{path/to/template_file.json}}
     
  • Upgrade Bicep CLI to the latest version:
     
    az bicep upgrade
     
  • Display the installed version of Bicep CLI:
     
    az bicep version
     
  • List all available versions of Bicep CLI:
     
    az bicep list-versions
     
  • Uninstall Bicep CLI:
     
    az bicep uninstall

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.