Set device UDID to attach to.
Example: --udid=afb5fab15af51b6afba1fba65fb1a6af56b16af1
Set the application to run.
Example: --app-path=/my/file/superapp.app
Print the list the connected devices.
Pass a value as launch argument, pass this option multiple times to specify multiple values.
Example: -x=my_arg
Pass a key-value pair as an env variable, pass this option multiple times to specify multiple key-values pairs.
Example: -e=key=value
Start the app with the JDWP debugger on the specified port, and creates a proxy server for it.
Example: --debug=5005
Do not activate (aka. bring to foreground) the simulator after it launched the app.
Example: --dont-activate
Launch the app, but don't start it, wait for a debugger to attach.
Example: -wdeb