logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Bicep CLI - Generate ARM Templates | Online Free DevTools by Hexmos

Generate ARM templates with Bicep CLI. Build, decompile, and upgrade Bicep files using the command line. Free online tool, no registration required.

az-bicep

Bicep CLI command group. Part of azure-cli (also known as az). More information: https://learn.microsoft.com/cli/azure/bicep.

  • Install Bicep CLI:

az bicep install

  • Build a Bicep file:

az bicep build {{[-f|--file]}} {{path/to/file.bicep}}

  • Attempt to decompile an ARM template file to a Bicep file:

az bicep decompile {{[-f|--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

See Also