git-bug/doc/md/git-bug_bridge_auth_add-token.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
536 B
Markdown
Raw Normal View History

2019-11-10 19:32:14 +03:00
## git-bug bridge auth add-token
Store a new token
```
git-bug bridge auth add-token [TOKEN] [flags]
2019-11-10 19:32:14 +03:00
```
### Options
```
2020-02-23 16:24:15 +03:00
-t, --target string The target of the bridge. Valid values are [github,gitlab,jira,launchpad-preview]
2020-02-05 00:05:34 +03:00
-l, --login string The login in the remote bug-tracker
-u, --user string The user to add the token to. Default is the current user
2019-11-10 19:32:14 +03:00
-h, --help help for add-token
```
### SEE ALSO
* [git-bug bridge auth](git-bug_bridge_auth.md) - List all known bridge authentication credentials
2019-11-10 19:32:14 +03:00