The Vercel CLI now supports weighted traffic splits for Vercel Flags.
- •The vercel flags split command routes a percentage of traffic to one variant and the rest to another
- •Configure via interactive mode or CLI flags (environment, bucketing attribute, variant weights)
- •Example: vercel flags split redesigned-checkout --environment production --by user.id --weight off=95 --weight on=5
- •Enables controlled feature testing and gradual rollout in production
This summary was automatically generated by AI based on the original article and may not be fully accurate.