azd app deps
Automatically detects your project type and installs all dependencies.
Usage
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
azd app deps [flags]azd app depsazd app deps --verboseazd app deps --cleanazd app deps --force📚 Detailed Documentation
For complete documentation including flows, diagrams, and advanced usage, see the full command specification.
View full deps specification →