Title here
Summary here
Use access-key command to perform various access key management operations.
USAGE:
metalo access-key command [command options] [arguments...]
COMMANDS:
new generate new access key
ls list access keys
get get access key
rm delete access key
help, h Shows a list of commands or help for one commandUse the new command to generate a new access key.
METAPASS=<password> metalo --user <email> access-key new{
"id": "PZFzEgkJDzMfVeRL51pEEZ",
"secret": "wqQGMdKxJ54De...1evB/mTYQ4Lg=="
}Use the ls command to list all available access keys for the given account.
METAPASS=<password> metalo --user <email> access-key ls| ID |
|------------------------|
| PZFzEgkJDzMfVeRL51pEEZ |Use the get command to the read access key definition with the given ID.
METAPASS=<password> metalo --user <email> access-key get <access-key-id>The command returns Access Key JSON.
Use the rm command to delete the access key with the given ID.
METAPASS=<password> metalo --user <email> access-key rm <access-key-id>