Can Appium run ios-deploy with the 'no-wifi' flag enabled?

Hi

I need Appium to run ios-deploy with the ‘–no-wifi’ flag enabled so that the app gets deployed over usb instead of wifi. Is this possible? Currently wi-fi deployment is slow and I’m also enabling/disabling wifi in my tests, which causes Appium to fail. An alternative could be to create a bash script that adds this flag.

Thanks