blob: e263e29145b7399fb48a8fa509b34f3f891bb602 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
## git-bug bridge token
List all known tokens.
### Synopsis
List all known tokens.
```
git-bug bridge token [flags]
```
### Options
```
-h, --help help for token
```
### SEE ALSO
* [git-bug bridge](git-bug_bridge.md) - Configure and use bridges to other bug trackers.
* [git-bug bridge token add](git-bug_bridge_token_add.md) - Store a new token
* [git-bug bridge token rm](git-bug_bridge_token_rm.md) - Remove token by Id.
|