Account aliases

You set and remove account aliases for you accounts using create account alias and delete account alias commands, respectively.

Here's how you create account alias:

tkm org accounts create-alias \
  --account-id 123456789012 \
  --alias my-alias

And here's how to remove it:

tkm org accounts delete-alias --account-id 123456789012

Last updated