wp user meta list <user>
Lists all metadata associated with a user
Arguments
| Name | Description | 
|---|---|
| user | The user login, user email, or user ID of the user to get metadata for | 
Options
| Name | Description | 
|---|---|
| --keys  <keys> | Limit output to metadata of specific keys | 
| --fields  <fields> | Limit the output to specific row fields. Defaults to id,meta_key,meta_value | 
| --format  <format> | Render output in a particular format | 
| --orderby  <fields> | Set orderby which field | 
| --order  <order> | Set ascending or descending order | 
| --unserialize | Unserialize meta_value output |