azd app deps

Automatically detects your project type and installs all dependencies.

Usage

Terminal window
azd app deps [flags]

Flags

Flag Short Type Default Description
--verbose -v bool false Show full installation output
--clean - bool false Remove existing dependencies before installing (clears node_modules, .venv, etc.)
--no-cache - bool false Force fresh dependency installation and bypass cached results
--force -f bool false Force clean reinstall (combines --clean and --no-cache)

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

📚 Detailed Documentation

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

View full deps specification →