Users can receive targeted platform updates directly where they work, whether that is in the web dashboard or the command line. Administrators can broadcast everything from global service announcements to project-specific alerts.
The system uses a . Administrators can author rich markdown alerts and target them by user, project, or organization. In the dashboard, these appear in a dedicated notification panel with standard read and dismiss states. In the terminal, developers see contextual alerts when running commands like dev or login.
Terminal notifications feature a . Alerts evaluate specific files or code patterns in the local project directory, ensuring terminal output only displays when relevant. To bypass terminal alerts during automation, pass a new flag:
1npx trigger.dev dev --skip-platform-notifications