azd app outdated

Check every service in `azure.yaml` for outdated dependencies and print one aggregated report.

Usage

Terminal window
azd app outdated [flags]

Flags

FlagShortTypeDefaultDescription
--service-sstringArray-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-stringtextOutput format: `text` or `json`
--exit-code-boolfalseReturn a non-zero exit code when any dependency is outdated

Examples

Terminal window
azd app outdated [flags]
Terminal window
azd app outdated
Terminal window
azd app outdated --service api
Terminal window
azd app outdated --manager npm,pip
Terminal window
azd app outdated --format json
Terminal window
azd app outdated --exit-code
Terminal window
azd app outdated --exit-code --ignore react,typescript

Detailed Documentation

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

View full outdated specification →