2019-02-17 18:12:06 +03:00
|
|
|
## git-bug user
|
2019-01-19 18:01:06 +03:00
|
|
|
|
2019-02-24 16:46:08 +03:00
|
|
|
Display or change the user identity.
|
2019-01-19 18:01:06 +03:00
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
2019-02-24 16:46:08 +03:00
|
|
|
Display or change the user identity.
|
2019-01-19 18:01:06 +03:00
|
|
|
|
|
|
|
```
|
2019-03-27 23:46:57 +03:00
|
|
|
git-bug user [<user-id>] [flags]
|
2019-01-19 18:01:06 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
2019-04-03 22:33:53 +03:00
|
|
|
-f, --field string Select field to display. Valid values are [email,humanId,id,lastModification,lastModificationLamport,login,metadata,name]
|
|
|
|
-h, --help help for user
|
2019-01-19 18:01:06 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
### SEE ALSO
|
|
|
|
|
2019-02-24 16:46:08 +03:00
|
|
|
* [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
|
|
|
|