Skip to content
Dashboard

Manage Vercel Flags targeting rules from the CLI

Engineering Manager
vercel flags rules add checkout-redesign \
--environment production \
--condition "user.country:in:DE,FR,ES" \
--variant new-checkout

Adding a rule in production that serves the new-checkout variant to users in Germany, France, and Spain.

Ready to deploy?