1## git-bug bridge auth add-token
2
3Store a new token
4
5```
6git-bug bridge auth add-token [TOKEN] [flags]
7```
8
9### Options
10
11```
12 -t, --target string The target of the bridge. Valid values are [github,gitlab,jira,launchpad-preview]
13 -l, --login string The login in the remote bug-tracker
14 -u, --user string The user to add the token to. Default is the current user
15 -h, --help help for add-token
16```
17
18### SEE ALSO
19
20* [git-bug bridge auth](git-bug_bridge_auth.md) - List all known bridge authentication credentials
21