🏗 azd-infra
![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)
Command line tool to manage your Azure Developer CLI (AZD) projects' infrastructure.
Usage
You need Node.js v20+ and git installed on your machine to use this tool.
You can either install it globally:
npm install -g azd-infra
Or use it directly with npx
without installing it:
npx azd-infra <command>
Available commands
azd-infra update
: Checks your project's infrastructure and updates it using latest AZD core templates.azd-infra fix
: Checks your project's infrastructure dependency graph for missing or unused resources and fixes them.azd-infra refresh
: Runs update
and fix
in sequence.
Commands are interactive and will ask you for confirmation before applying changes, unless you use the --yes
flag.