aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug_bridge_token_add.md
diff options
context:
space:
mode:
authoramine <hilalyamine@gmail.com>2019-10-24 20:16:51 +0200
committeramine <hilalyamine@gmail.com>2019-11-09 13:26:52 +0100
commitbaefa687b582632cd9cc21b945bc074c833f5389 (patch)
treeae2d8a8e918409a0db7d6949177df3660745b09d /doc/md/git-bug_bridge_token_add.md
parent3984919a3df95b8ec203bcb82b66c9c2270579c7 (diff)
downloadgit-bug-baefa687b582632cd9cc21b945bc074c833f5389.tar.gz
tokens: use a hash as token identifier instead of the token it self
Diffstat (limited to 'doc/md/git-bug_bridge_token_add.md')
-rw-r--r--doc/md/git-bug_bridge_token_add.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/md/git-bug_bridge_token_add.md b/doc/md/git-bug_bridge_token_add.md
new file mode 100644
index 00000000..6ef705d0
--- /dev/null
+++ b/doc/md/git-bug_bridge_token_add.md
@@ -0,0 +1,26 @@
+## git-bug bridge token add
+
+Create and store a new token
+
+### Synopsis
+
+Create and store a new token
+
+```
+git-bug bridge token add [flags]
+```
+
+### Options
+
+```
+ -g, --global
+ -v, --value string
+ -t, --target string
+ -s, --scopes stringArray
+ -h, --help help for add
+```
+
+### SEE ALSO
+
+* [git-bug bridge token](git-bug_bridge_token.md) - List all stored tokens.
+