Skip to content
Dashboard

Dry-run deployments with Vercel CLI

Software Engineer
▲ vercel deploy --dry
Deployment Dry Run
Detected Framework Preset: Next.js (nextjs)
Included: 4 files, 3KB
Ignored: 2 paths
Path Files Size
public 1 2KB
src 2 1KB
.vercelignore 1 12B
Largest Files
public/hero.png 2KB
src/data.json 1KB
src/index.js 20B
.vercelignore 12B

Output includes framework detection, file counts, sizes, and largest files.

vercel deploy --dry --format=json

Ready to deploy?