Install: npm i -g deploy-logv
What it does:
- List recent deployments with status (logv vercel --list)
- View logs for a specific deploy (logv vercel -d dpl_xxx)
- Filter by error/warning (--filter error)
- Works with both Vercel and Netlify
It runs 100% locally — just set your API token as an env var and go.
GitHub: https://github.com/arikmozh/logv