Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: Deploy-logv – View Vercel and Netlify deployment logs from terminal (npmjs.com)
1 point by mozharovskyarik 13 days ago | hide | past | favorite | discuss
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
 help



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: