Skip to content
1 min read

vercel link

Learn how to link a local directory to a Vercel Project using the vercel link CLI command.
Table of Contents
Choose a framework to optimize documentation to:

    The vercel link command links your local directory to a Vercel Project.

    terminal
    vercel link

    Using the vercel link command to link the current directory to a Vercel Project.

    terminal
    vercel link [path-to-directory]

    Using the vercel link command and supplying a path to the local directory of the Vercel Project.

    These are options that only apply to the vercel link command.

    The --yes option can be used to skip questions you are asked when setting up a new Vercel Project. The questions will be answered with the default scope and current directory for the Vercel Project name and location.

    terminal
    vercel link --yes

    Using the vercel link command with the --yes option.

    The following global options can be passed when using the vercel link command:

    For more information on global options and their usage, refer to the options section.

    Last updated on February 8, 2023