dunebox-init

Start a Dunebox AVD

Arguments

ArgumentTypeOptionalInterpretation

--server

String

Yes

URL of Dunebox server. Overrides the configured value if provided.

--access-key

String

Yes

Your access key. Overrides configured value if provided.

--secret-key

String

Yes

Your secret key. Overrides configured value if provided.

--avd

String

No

UID of the AVD to launch

--app

String

Yes

UID of the APK to launch with the AVD

--no-launch

flag

Yes

Suppresses opening of the browser window. Equivalent to headless mode.

--await-online

flag

Yes

Block return till AVD is online

--cold

flag

Yes

Force cold boot

--throttle-factor

float32

Yes

Initial throttle factor, should be between 1.0 and 50.0. Higher throttle factor is equivalent to a lower frame rate.

--no-cache

flag

Yes

Disable cache partition

--no-snapshot-save

flag

Yes

Disable saving snapshot on termination

Successful Output

If the --no-launch flag is passed, the result is a JSON with the following fields:

FieldTypeInterpretation

url

String

URL of the dunebox UID

auto_session_id

u32

Auto Session ID (asid) for the session

If it is not, there is no output from the CLI. The launched browser window may emit some messages to the console.

Last updated