git-bug_user.md

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