dunebox-account-info
Returns the profile details and permission string associated with the account
Last updated
Was this helpful?
Returns the profile details and permission string associated with the account
Last updated
Was this helpful?
--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.
When called without the --pretty
flag, the result is a JSON object with the following fields:
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.