Is there a #CLI tool that helps binary-search/bisect towards finding the cause of a problem, but *outside* git?
For example: I've got a data file that's successfully processed by v1 of a command, but v200 fails. I can hack my way towards a script that tries out v100, and use that result to manually choose to test with v50/v150, and so on.
But is there tooling out there that can help wrap up that binary-search workflow? #SysAdmin #DevOps #SRE #DataScience #BinarySearch #Bisect