AI Briefing
KO

Vercel CLI now lets you update project settings

·2026.07.08 09:00

Key point

With the Vercel CLI, you can now directly modify framework presets and build settings without accessing the dashboard.

Details

You can now update your project's framework preset and build settings directly from the Vercel CLI without needing to access the dashboard. Using the vercel project update command, you can instantly change the settings of a linked project.

Key features include:

  • Explicit setting changes: You can specify and update the framework (e.g., Next.js) or build command directly.
  • Auto-detect feature: The --auto-detect option lets you revert the build command and output directory back to auto-detect mode.
  • JSON output support: Using the --format=json option, you can receive changes, project ID, requested settings, and more in JSON format, making it easy to integrate with automation tools.

In particular, this update is useful for implementing self-repair processes where an AI agent diagnoses the cause of a build failure and then autonomously modifies the framework preset or build command and redeploys, all without dashboard access.

To use this feature, you need to update the Vercel CLI to version v54.21.1 or later.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.