azd app notifications
View and manage notifications for service state changes and events.
Usage
azd app notifications [command]Flags
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--unread | - | bool | false | Show only unread notifications |
--service | - | string | - | Filter by service name |
--limit | - | int | 50 | Maximum number of notifications to show |
--all | - | bool | false | Mark all notifications as read |
--older-than | - | string | - | Clear notifications older than duration (for example, `24h` or `7d`) |
--yes | - | bool | false | Clear all notification history without prompting |
--disable | - | bool | false | Disable OS notifications instead of enabling |
Examples
azd app notifications [command]azd app notifications listazd app notifications list --unreadazd app notifications list --service apiazd app notifications mark-read --allazd app notifications clear --older-than 168hazd app notifications statsazd app notifications testazd app notifications enableazd app notifications enable --disableDetailed Documentation
For complete documentation including flows, diagrams, and advanced usage, see the full command specification.
View full notifications specification →