moreficent-account-info

Returns profile details and permission string associated with the account

Arguments

ArgumentTypeOptionalInterpretation

--server

String

Yes

URL of Moreficent 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:

FieldTypeInterpretation

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

disk_x86

bool

Whether an x86 disk is associated with the account

disk_arm64

bool

Whether an arm64 disk is associated with the account

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

Last updated