1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-31 18:55:33 +02:00
tldr/pages/common/az-bicep.md

34 lines
651 B
Markdown
Raw Normal View History

2021-10-03 15:17:39 +02:00
# az bicep
> Bicep CLI command group.
> Part of `azure-cli` (also known as `az`).
> More information: <https://learn.microsoft.com/cli/azure/bicep>.
2021-10-03 15:17:39 +02:00
- Install Bicep CLI:
`az bicep install`
- Build a Bicep file:
`az bicep build {{[-f|--file]}} {{path/to/file.bicep}}`
2021-10-03 15:17:39 +02:00
- Attempt to decompile an ARM template file to a Bicep file:
`az bicep decompile {{[-f|--file]}} {{path/to/template_file.json}}`
2021-10-03 15:17:39 +02:00
- 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`