Run syntax
java -jar <JAR_WITH_DEPENDENCIES_PATH> \
-cloudurl <BACKEND_URL> \
-apikey <APIKEY> \
-device <DEVICE_MODEL_ID> \
<COMMAND>
Parameters
cloudurl
URL to Bitbar Testing backendapikey
api key used to authenticate with Bitbar Testingdevice
id of device model to connect
Commands
devices
display list of available devices which have remote device enabledconnect
connect to a device, requires-device
option
Example
java -jar remote-device-client.jar \
-cloudurl https://cloud.bitbar.com/cloud \
-apikey XXXXXXX \
-device 172 \
connect
Use the exec:java
goal and -Dexec.args
to pass arguments.
Example
mvn compile exec:java "-Dexec.args=-cloudurl https://cloud.bitbar.com/cloud -apikey XXXXXXXX -device 209 connect"
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.