azd app info
Show comprehensive information about running services.
Usage
azd app info [flags]Flags
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--all | - | bool | false | Show services from all projects on this machine |
--service | - | string | - | Show info for specific service(s) (comma-separated) |
--names | - | bool | false | Print service names only, one per line |
--watch | - | bool | false | Refresh service info on an interval until interrupted |
--interval | - | string | - | Refresh interval for `--watch` (minimum `1s`) |
--cwd | -C | string | - | Sets the current working directory |
Examples
azd app info [flags]azd app infoazd app info --allazd app info --cwd /path/to/projectDetailed Documentation
For complete documentation including flows, diagrams, and advanced usage, see the full command specification.
View full info specification →