I need to replace all (2000) TestFLight testers on every new TestFLight version of my app. So I have to remove all (2000) of them first, then I can import the new testers.
Recently, I try to use Pilot to assist me to do the "remove" job. But I found that when I give Pilot a bunch of testers, it will search one, delete one, search another one, delete another one, which needs too much time. As my test, it will need almost 4 hours to remove 2000 testers, which is not acceptable. So here I want to ask how to improve the efficiency of this remove job? Or am I use Pilot in a wrong way?
The command I use:
fastlane pilot remove some@test.com another@test.com xxx -a com.xx.xx -u <my email account>
Thanks very much for any help!