Syntax
vercel promote [deployment-id or url]Options
Available flags and parameters for this command
--timeoutWait time (default: 3 min, 0 = immediate exit)
--yesSkip confirmation for preview deployments
Examples
Common usage examples
vercel promote https://example-staging.vercel.appvercel promote dpl_abc123 --timeout=5mvercel promote preview-deployment.vercel.app --yesUse Cases
When to use this command
- •Promote staging to production
- •Deploy preview builds
- •Production updates