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,jira,launchpad-preview]
17 -h, --help help for add-token
18```
19
20### SEE ALSO
21
22* [git-bug bridge auth](git-bug_bridge_auth.md) - List all known bridge authentication credentials.
23