mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 02:01:43 +03:00
86faedc966
* build(deps): bump github.com/spf13/cobra from 1.0.0 to 1.1.1 * update doc (man & md) * update bash|fish|zsh completion
22 lines
537 B
Markdown
22 lines
537 B
Markdown
## git-bug bridge auth add-token
|
|
|
|
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,jira,launchpad-preview]
|
|
-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
|
|
-h, --help help for add-token
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [git-bug bridge auth](git-bug_bridge_auth.md) - List all known bridge authentication credentials.
|
|
|