mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-14 17:51:44 +03:00
24 lines
425 B
Markdown
24 lines
425 B
Markdown
## git-bug bridge auth add-token
|
|
|
|
Store a new token
|
|
|
|
### Synopsis
|
|
|
|
Store a new token
|
|
|
|
```
|
|
git-bug bridge auth add-token [<token>] [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-t, --target string The target of the bridge. Valid values are [github,gitlab,launchpad-preview]
|
|
-h, --help help for add-token
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [git-bug bridge auth](git-bug_bridge_auth.md) - List all known bridge authentication credentials.
|
|
|