Production flashing for the P0 advise

I am debating on using the P0 in a new product, and looking for some input / thoughts about how to mass program 200+ units.

For this run, I will not want to use the WIFI at all, and need it turned off / disabled. (I.E. not generating any wifi signal as I wont even route the ant pin out of the module). knowing this, I realize that since it wont be connected to the cloud it will not get the latest firmware so I will ahve to use the local method over USB using Particle CLI. Such as:
particle flash --usb system-part1-0.5.1-photon.bin
particle flash --usb system-part2-0.5.1-photon.bin
particle flash --usb my_app.bin

I am curious if Particle will come out with a PC program, that will allow one to simply connect a Photon or P0 via USB, then poll it to check the firmware, if behind then an option to flash it with the latest, and also to select your .bin file and flash that as well, all in click or two, and can verify the whole process.