Files
tldr/pages/common/az-bicep.md
Sebastiaan Speck 3e53d171bd az-*: update links and page description (#10963)
* az-*: update links and page description

* az-aks: update link and page description

* az-*: fix typos in Spanish translation

* az-*: update links and description in Spanish translation
2023-10-15 13:12:29 +05:30

34 lines
633 B
Markdown

# 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 --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`