logs

作者: vercel

查看Vercel部署日志。当用户说“显示日志”、“检查日志”、“vercel日志”或“部署出了什么问题”时使用。

npx skills add https://github.com/vercel/vercel-deploy-claude-code-plugin --skill logs

Vercel Logs

List Deployments

vercel ls

View Logs

vercel logs <deployment-url>

Follow logs in real-time:

vercel logs <deployment-url> --follow

Analyze

  • Look for errors or warnings
  • Check for failed function invocations
  • Identify build failures