vercel pull
The command is used to store Environment Variables and Project Settings in a local cache (under ) for offline use of and . If you aren't using those commands, you don't need to run .
When environment variables or project settings are updated on Vercel, remember to use again to update your local environment variable and project settings values under .
To download Environment Variables to a specific file (like ), use instead.
Using the vercel pull fetches the latest
"development" Environment Variables and Project Settings from the cloud.
Using the vercel pull fetches the latest "preview"
Environment Variables and Project Settings from the cloud.
Using the vercel pull fetches the "feature-branch"
Environment Variables and Project Settings from the cloud.
Using the vercel pull fetches the latest "production"
Environment Variables and Project Settings from the cloud.
These are options that only apply to the command.
The 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.
Using the vercel pull command with the
--yes option.
Use the option to define the environment you want to pull environment variables from. This could be production, preview, or a custom environment.
The following global options can be passed when using the vercel pull command:
For more information on global options and their usage, refer to the options section.
Was this helpful?