git-bug_user.md

 1## git-bug user
 2
 3Display or change the user identity.
 4
 5### Synopsis
 6
 7Display or change the user identity.
 8
 9```
10git-bug user [<user-id>] [flags]
11```
12
13### Options
14
15```
16  -f, --field string   Select field to display. Valid values are [email,humanId,id,lastModification,lastModificationLamport,login,metadata,name]
17  -h, --help           help for user
18```
19
20### SEE ALSO
21
22* [git-bug](git-bug.md)	 - A bug tracker embedded in Git.
23* [git-bug user adopt](git-bug_user_adopt.md)	 - Adopt an existing identity as your own.
24* [git-bug user create](git-bug_user_create.md)	 - Create a new identity.
25* [git-bug user ls](git-bug_user_ls.md)	 - List identities.
26