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