Dry-run deployments with Vercel CLI
You can now preview the framework preset and files that Vercel CLI includes in a deployment before creating one. Run from a linked project:vercel deploy --dry For automation or further inspection, return the complete file manifest as JSON: JSON output includes the detected framework, included and ignored paths, directory size distribution, largest files, file modes, and content hashes. Piped and other non-TTY output automatically uses JSON. Agents can use this manifest as a pre-deployment check


