Linking Projects with Vercel CLI
When running in a directory for the first time, Vercel CLI needs to know which scope and Vercel Project you want to deploy your directory to. You can choose to either link an existing Vercel Project or to create a new one.
Linking an existing Vercel Project when running Vercel CLI in a new directory.
Once set up, a new directory will be added to your directory. The directory contains both the organization and of your Vercel Project. If you want unlink your directory, you can remove the directory.
You can use the option to skip these questions.
When you create a new Vercel Project, Vercel CLI will link the Vercel Project and automatically detect the framework you are using and offer default Project Settings accordingly.
Creating a new Vercel Project with the vercel
command.
You will be provided with default Build Command, Output Directory, and Development Command options.
You can continue with the default Project Settings or overwrite them. You can also edit your Project Settings later in your Vercel Project dashboard.
Was this helpful?