azd app deps

Automatically detects your project type and installs all dependencies.

Usage

Terminal window
azd app deps [flags]

Flags

FlagShortTypeDefaultDescription
--verbose-vboolfalseShow full installation output
--clean-boolfalseRemove existing dependencies before installing (clears node_modules, .venv, etc.)
--no-cache-boolfalseForce fresh dependency installation and bypass cached results
--force-fboolfalseForce clean reinstall (combines --clean and --no-cache)
--dry-run-boolfalseShow what would be installed without actually installing
--service-sstrings-Install dependencies only for specific services (can be specified multiple times)

Examples

Terminal window
azd app deps [flags]
Terminal window
azd app deps
Terminal window
azd app deps --verbose
Terminal window
azd app deps --clean
Terminal window
azd app deps --force
Terminal window
azd app run --force

📚 Detailed Documentation

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

View full deps specification →