Syntax
vercel pull [options]Options
Available flags and parameters for this command
--yesSkip interactive prompts
--environmentSpecify environment (development, preview, production, custom)
--git-branchTarget specific Git branch
Examples
Common usage examples
vercel pullvercel pull --environment=previewvercel pull --environment=preview --git-branch=feature-branchvercel pull --environment=productionUse Cases
When to use this command
- •Sync environment variables
- •Update local settings
- •Prepare for local builds
- •Environment configuration