azd app outdated
Check every service in `azure.yaml` for outdated dependencies and print one aggregated report.
Usage
azd app outdated [flags]Flags
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--service | -s | stringArray | - | Limit to specific services (repeatable or comma-separated) |
--manager | - | stringArray | - | Limit to package managers: npm, pnpm, yarn, pip, dotnet, or go |
--ignore | - | stringArray | - | Package names to exclude from the report (repeatable or comma-separated) |
--format | - | string | text | Output format: `text` or `json` |
--exit-code | - | bool | false | Return a non-zero exit code when any dependency is outdated |
Examples
azd app outdated [flags]azd app outdatedazd app outdated --service apiazd app outdated --manager npm,pipazd app outdated --format jsonazd app outdated --exit-codeazd app outdated --exit-code --ignore react,typescriptDetailed Documentation
For complete documentation including flows, diagrams, and advanced usage, see the full command specification.
View full outdated specification →