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

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

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 →