Claude
Skills
Sign in
Back

logs

Included with Lifetime
$97 forever

View Vercel deployment logs. Use when the user says "show logs", "check logs", "vercel logs", or "what went wrong with the deployment".

Cloud & DevOps

What this skill does


# Vercel Logs

## List Deployments

```bash
vercel ls
```

## View Logs

```bash
vercel logs <deployment-url>
```

**Follow logs in real-time:**
```bash
vercel logs <deployment-url> --follow
```

## Analyze

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

Related in Cloud & DevOps