Back to browse
Deploy-logv – View Vercel and Netlify deployment logs from terminal

Deploy-logv – View Vercel and Netlify deployment logs from terminal

by mozharovskyarik·Mar 8, 2026·1 point·0 comments

AI Analysis

●●SolidSolve My ProblemSlick

Stops dashboard alt-tabbing for deployment logs, but LogSnag and Sentry already own observability.

Strengths
  • Eliminates friction: direct API calls skip heavy UIs and browser tabs entirely
  • Dual-platform parity: handles both Vercel and Netlify with parallel filtering (error/warning)
  • Local execution: runs offline with env-var secrets, zero external storage
Weaknesses
  • Narrow TAM: solves only deployment log viewing, not broader deployment monitoring
  • Freemium gate: real-time tail and CSV export locked behind $7/mo, limiting free adoption
Target Audience

Full-stack developers, DevOps engineers, anyone deploying to Vercel or Netlify

Similar To

Sentry · LogSnag · Datadog

Post Description

I built a small CLI tool to stop alt-tabbing to Vercel/Netlify dashboards every time a deploy fails.

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

Similar Projects