moreficent-account-info
Returns profile details and permission string associated with the account
Arguments
Argument | Type | Optional | Interpretation |
---|---|---|---|
|
| Yes | URL of Moreficent 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. |
| 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 associated with the access key |
|
| UID associated with the access key |
|
| Permission string associated with the access key |
|
| Whether an x86 disk is associated with the account |
|
| Whether an arm64 disk is associated with the account |
The result is pretty printed when called with the --pretty
flag.
Last updated