diff options
author | Michael Muré <batolettre@gmail.com> | 2019-11-10 14:46:55 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-11-10 14:53:40 +0100 |
commit | e2445edcb99ed0aa7fcd40fe7484d71e73367334 (patch) | |
tree | f5f38c8d6d6f426631fda7feaddef34332b6040c /doc/md/git-bug_bridge_token_add.md | |
parent | 45653bd31d9ec91123ee42803cd5c46b43d18528 (diff) | |
download | git-bug-e2445edcb99ed0aa7fcd40fe7484d71e73367334.tar.gz |
bridge: various improvement on the global token PR
Diffstat (limited to 'doc/md/git-bug_bridge_token_add.md')
-rw-r--r-- | doc/md/git-bug_bridge_token_add.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/md/git-bug_bridge_token_add.md b/doc/md/git-bug_bridge_token_add.md index f372a06c..1c0e5bbc 100644 --- a/doc/md/git-bug_bridge_token_add.md +++ b/doc/md/git-bug_bridge_token_add.md @@ -1,10 +1,10 @@ ## git-bug bridge token add -Create and store a new token +Store a new token ### Synopsis -Create and store a new token +Store a new token ``` git-bug bridge token add [flags] @@ -13,12 +13,11 @@ git-bug bridge token add [flags] ### Options ``` - -v, --value string - -t, --target string + -t, --target string The target of the bridge. Valid values are [github,gitlab,launchpad-preview] -h, --help help for add ``` ### SEE ALSO -* [git-bug bridge token](git-bug_bridge_token.md) - List all stored tokens. +* [git-bug bridge token](git-bug_bridge_token.md) - List all known tokens. |