Version 28.0.0 of Vercel CLI is now available. Here are some of the key improvements made within the last couple of months:
If you have a Git provider repository configured, Vercel CLI will now ask if you want to connect it to your Project during vercel link setup. [28.0.0] (Note: This functionality was reverted in [28.1.4])
A new command vercel git allows you to set up deployments via Git from Vercel CLI. Get started by running vercel git connect in a directory with a Git repository. [27.1.0]
Previously, Vercel CLI deployments did not include Git metadata, even if you had a Git repository set up. Now, Git metadata is sent in deployments created via Vercel CLI. [25.2.0]
Now, when you run vercel env pull, if changes were made to an existing .env* file, Vercel CLI will list the variables that were added, changed, and removed. [27.3.0]
vercel ls and vercel project ls were visually overhauled, and vc ls is now scoped to the currently-linked Project. [28.0.0]