dunebox-init
Start a Dunebox AVD
Arguments
Argument | Type | Optional | Interpretation |
---|---|---|---|
|
| Yes | URL of Dunebox server. Overrides the configured value if provided. |
|
| Yes | Your access key. Overrides configured value if provided. |
|
| Yes | Your secret key. Overrides configured value if provided. |
|
| No | UID of the AVD to launch |
|
| Yes | UID of the APK to launch with the AVD |
|
| Yes | Suppresses opening of the browser window. Equivalent to headless mode. |
|
| Yes | Block return till AVD is online |
|
| Yes | Force cold boot |
|
| Yes | Initial throttle factor, should be between 1.0 and 50.0. Higher throttle factor is equivalent to a lower frame rate. |
|
| Yes | Disable cache partition |
|
| Yes | Disable saving snapshot on termination |
Successful Output
If the --no-launch flag is passed, the result is a JSON with the following fields:
Field | Type | Interpretation |
---|---|---|
|
| URL of the dunebox UID |
|
| 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