Skip to content
Dashboard

Improvements to command line logs

Damien Simonin Feugas, Julia Shi
vercel logs --json | jq 'select(.level == "warning")'

Using the Vercel CLI with jq to filter for warning logs

pnpm add -g vercel

Install the Vercel CLI globally using the pnpm package manager.

Ready to deploy?