Oda Docs
  • Getting Started
    • Windows
    • Linux
    • MacOS
    • Configuration
  • Command Reference
    • dunebox-account-info
    • dunebox-archive
    • dunebox-autoconnect
    • dunebox-avd-build-cfg
    • dunebox-avd-create
    • dunebox-avd-delete
    • dunebox-avd-list-refresh
    • dunebox-configure
    • dunebox-connect
    • dunebox-cred-check
    • dunebox-image-create
    • dunebox-image-delete
    • dunebox-image-extract
    • dunebox-image-list
    • dunebox-init
    • dunebox-port-map
    • dunebox-status
    • dunebox-terminate
    • dunebox-throttle
    • moreficent-account-info
    • moreficent-archive
    • moreficent-configure
    • moreficent-connect
    • moreficent-cred-check
    • moreficent-status
    • moreficent-throttle
    • print-config
  • Changelog
Powered by GitBook
On this page
  • Arguments
  • Successful Output

Was this helpful?

  1. Command Reference

dunebox-configure

Configures Dunebox CLI

Arguments

Argument
Type
Optional
Interpretation

--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

Previousdunebox-avd-list-refreshNextdunebox-connect

Last updated 2 years ago

Was this helpful?