git-bug_bridge_auth_add-token.md

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