Pull anomaly alert details using the Vercel CLI Vercel released a new CLI command, `vercel alerts`, enabling users to list and view details of anomaly alerts for a team or project directly from the terminal. The command displays each alert's start time, type, and active status, with an optional `--ai` flag to show AI investigation results alongside alerts. This update, available on Observability Plus, allows developers and agents to act on alerts without leaving the command line. You can now access anomaly alerts and their details directly through the Vercel CLI https://vercel.com/docs/cli . With the vercel alerts command, you can list all alerts for a team or given project. For each alert, you can view the start time, the type of alert, and whether or not the alert is still active. With the --ai option, the AI investigation results appear alongside each alert. You and your agent can act on alerts without leaving the terminal. Available on Observability Plus https://vercel.com/docs/observability . Learn more about vercel alerts in the CLI documentation https://vercel.com/docs/cli/alerts .