blob: f9c5ed41088f30de00a7490de671aa6c91b3129b (
plain) (
tree)
|
|
## git-bug user new
Create a new identity
```
git-bug user new [flags]
```
### Options
```
-a, --avatar string Avatar URL
-e, --email string Email of the user
-h, --help help for new
-n, --name string Name to identify the user
--non-interactive Do not ask for user input
```
### SEE ALSO
* [git-bug user](git-bug_user.md) - List identities
|