Command Palette

Search for a command to run...

vercel_pull

Sync remote environment variables and project settings locally

Syntax
vercel pull [options]
Options
Available flags and parameters for this command
--yes

Skip interactive prompts

--environment

Specify environment (development, preview, production, custom)

--git-branch

Target specific Git branch

Examples
Common usage examples
vercel pull
vercel pull --environment=preview
vercel pull --environment=preview --git-branch=feature-branch
vercel pull --environment=production
Use Cases
When to use this command
  • Sync environment variables
  • Update local settings
  • Prepare for local builds
  • Environment configuration