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

Returns the profile details and permission string associated with the account

PreviousCommand ReferenceNextdunebox-archive

Last updated 2 years ago

Was this helpful?

Arguments

Argument
Type
Optional
Interpretation

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

--pretty

flag

Yes

Pretty prints output. Default is JSON.

Successful Output

When called without the --pretty flag, the result is a JSON object with the following fields:

Field
Type
Interpretation

user_name

String

User name associated with the access key

user_uid

String

UID associated with the access key

perm

String

Permission string associated with the access key

The result is pretty printed when called with the --pretty flag.