dunebox-configure

Configures Dunebox CLI

Arguments

ArgumentTypeOptionalInterpretation

--server

String

Yes

URL of Dunebox server. Pass the empty string to unset.

--access-key

String

Yes

Your access key. Pass the empty string to unset.s

--secret-key

String

Yes

Your secret key. Pass the empty string to unset.

--port-lb

uint16

Yes

Lower bound of the range of ports on local device to connect the Dunebox AVD. Defaults to 12007. Pass 0 to unset.

--port-ub

uint16

Yes

Upper bound of range of ports on local device to connect the Dunebox AVD. Defaults to 12983. Pass 0 to unset.

--adb-path

String

Yes

Path to the adb binary. Defaults to the default value for the OS (e.g. ~/Android/Sdk/platform-tools/adb on Linux). Pass the empty string to unset.

Successful Output

None

Last updated