azd app info

Show comprehensive information about running services.

Usage

Terminal window
azd app info [flags]

Flags

FlagShortTypeDefaultDescription
--all-boolfalseShow services from all projects on this machine
--service-string-Show info for specific service(s) (comma-separated)
--names-boolfalsePrint service names only, one per line
--watch-boolfalseRefresh service info on an interval until interrupted
--interval-string-Refresh interval for `--watch` (minimum `1s`)
--cwd-Cstring-Sets the current working directory

Examples

Terminal window
azd app info [flags]
Terminal window
azd app info
Terminal window
azd app info --all
Terminal window
azd app info --cwd /path/to/project

Detailed Documentation

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

View full info specification →