azd app reqs
Verifies that all required tools are installed and optionally checks if they are running. Can also auto-generate requirements from your project.
Usage
azd app reqs [flags]Flags
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--generate | -g | bool | false | Generate reqs from detected project dependencies |
--dry-run | - | bool | false | Preview changes without modifying azure.yaml |
--no-cache | - | bool | false | Force fresh reqs check and bypass cached results |
--clear-cache | - | bool | false | Clear cached reqs results |
--fix | - | bool | false | Attempt to fix PATH issues for missing tools |
Examples
azd app reqs [flags]azd app reqsazd app reqs --generateazd app reqs --generate --dry-runazd app reqs --no-cacheazd app reqs --clear-cache📚 Detailed Documentation
For complete documentation including flows, diagrams, and advanced usage, see the full command specification.
View full reqs specification →