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

Terminal window
azd app reqs [flags]

Flags

FlagShortTypeDefaultDescription
--generate-gboolfalseGenerate reqs from detected project dependencies
--dry-run-boolfalsePreview changes without modifying azure.yaml
--no-cache-boolfalseForce fresh reqs check and bypass cached results
--clear-cache-boolfalseClear cached reqs results
--fix-boolfalseAttempt to fix PATH issues for missing tools

Examples

Terminal window
azd app reqs [flags]
Terminal window
azd app reqs
Terminal window
azd app reqs --generate
Terminal window
azd app reqs --generate --dry-run
Terminal window
azd app reqs --no-cache
Terminal window
azd app reqs --clear-cache

📚 Detailed Documentation

For complete documentation including flows, diagrams, and advanced usage, see the full command specification.

View full reqs specification →