Command Palette

Search for a command to run...

vercel_link

Link local directory to Vercel Project

Syntax
vercel link [path-to-directory]
Options
Available flags and parameters for this command
--repo

(Alpha) Link all repo projects simultaneously

--yes

Skip prompts using defaults

--project

Specify custom project name

Examples
Common usage examples
vercel link
vercel link ./my-project
vercel link --yes --project my-app
vercel link --repo
Use Cases
When to use this command
  • Connect local to remote
  • Set up deployment config
  • Multi-project linking