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
View Vercel deployment logs. Use when the user says "show logs", "check logs", "vercel logs", or "what went wrong with the deployment".
This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.
Install skill "logs" with this command: npx skills add vercel/vercel-deploy-claude-code-plugin/vercel-vercel-deploy-claude-code-plugin-logs
vercel ls
vercel logs <deployment-url>
Follow logs in real-time:
vercel logs <deployment-url> --follow
This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.
Related by shared tags or category signals.
No summary provided by upstream source.
No summary provided by upstream source.
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.