Syntax
vercel bisect [options]Options
Available flags and parameters for this command
--good / -gSpecify initial good deployment
--bad / -bSpecify bad deployment
--path / -pAppend subpath to tested URLs
--open / -oAuto-open URLs in browser
--run / -rAutomate with shell script (exit 0=good, non-zero=bad, 125=skip)
Examples
Common usage examples
vercel bisect --good https://example.com --bad https://example-bad.vercel.appvercel bisect --path /blog/first-post --openvercel bisect --run ./test.shUse Cases
When to use this command
- •Find regression source
- •Debug production issues
- •Identify breaking changes
- •Automated testing