commands.sh

az bicep

all

Bicep CLI command group. Part of `azure-cli` (also known as `az`).

More info →

Options (1)

-f, --fileboolean

Build a Bicep file

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

Examples (7)

Install Bicep CLI

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
made by @shridhargupta | data from tldr-pages