LinuxCommandLibrary

az-bicep

Bicep CLI command group.

TLDR

Install Bicep CLI

$ az bicep install
copy


Build a Bicep file
$ az bicep build --file [path/to/file.bicep]
copy


Attempt to decompile an ARM template file to a Bicep file
$ az bicep decompile --file [path/to/template_file.json]
copy


Upgrade Bicep CLI to the latest version
$ az bicep upgrade
copy


Display the installed version of Bicep CLI
$ az bicep version
copy


List all available versions of Bicep CLI
$ az bicep list-versions
copy


Uninstall Bicep CLI
$ az bicep uninstall
copy

Copied to clipboard