ios-deploy

Install and debug iPhone apps from the command line

brewmacoslinux
Try with needOr install directly
Source

About

Install and debug iPhone apps from the command-line

Commands

ios-deploy

Examples

Install an app on a connected iOS device$ ios-deploy --bundle path/to/App.app --id <device_udid>
List all connected iOS devices$ ios-deploy -c
Install and launch an app with debugging$ ios-deploy --bundle path/to/App.app --debug