git-bug/doc/md/git-bug_user.md

23 lines
596 B
Markdown
Raw Normal View History

## git-bug user
2019-01-19 18:01:06 +03:00
Display or change the user identity.
2019-01-19 18:01:06 +03:00
```
git-bug user [USER-ID] [flags]
2019-01-19 18:01:06 +03:00
```
### Options
```
2020-11-08 21:18:44 +03:00
-f, --field string Select field to display. Valid values are [email,humanId,id,lastModification,lastModificationLamports,login,metadata,name]
-h, --help help for user
2019-01-19 18:01:06 +03:00
```
### SEE ALSO
* [git-bug](git-bug.md) - A bug tracker embedded in Git.
* [git-bug user adopt](git-bug_user_adopt.md) - Adopt an existing identity as your own.
* [git-bug user create](git-bug_user_create.md) - Create a new identity.
* [git-bug user ls](git-bug_user_ls.md) - List identities.
2019-01-19 18:01:06 +03:00