Skip to content
← Back to Changelog

Thursday, July 21st 2022

New build and deploy capabilities in Vercel CLI

Posted by

Avatar for tootallnate

Nathan Rajlich

Software Engineer

Avatar for styfle

Steven Salat

Software Engineer

Avatar for seanmassa-vercelcom

Sean Massa

Software Engineer

Vercel’s Build Output API is now generally available. This API allows any framework, including your own custom-built solution, to take advantage of Vercel’s infrastructure building blocks including Edge Middleware, Edge Functions, Incremental Static Regeneration, Image Optimization, and more.

This specification also allows us to introduce two new commands to Vercel CLI:

  • vercel build: Build a project locally or in your own CI environment
  • vercel deploy --prebuilt: Deploy a build output directly to Vercel without sending source code through Vercel's build system

Read more about the Build Output API announcement on the blog. For framework authors, explore the Build Output API examples.

Post