git-bug_user_show.md
1## git-bug user show
2
3Display a user identity
4
5```
6git-bug user show [USER_ID] [flags]
7```
8
9### Options
10
11```
12 -f, --field string Select field to display. Valid values are [email,humanId,id,lastModification,lastModificationLamports,login,metadata,name]
13 -h, --help help for show
14```
15
16### SEE ALSO
17
18* [git-bug user](git-bug_user.md) - List identities
19