While there is no such option, at least I know.
You can see all the available fastlane commands, "actions", using the fastlane terminology by typing fastlane actions .
One of the tools you can use to deploy an application to a connected device from a terminal is to use ios-deploy .
You can create the application using fastlane gym , then run ios-deploy .
The tool is distributed via npm . If you are interested in keeping your Ruby toolchain only, there is a gem wrapping it in ios-deploy-gem that might not be relevant though.
mokagio
source share