summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Savchenko <asfaltboy@gmail.com>2017-06-23 12:03:27 +0200
committerPavel Savchenko <asfaltboy@gmail.com>2017-08-04 16:47:09 +0200
commit9b8b8060a56465d8aade2368033172387e15527a (patch)
tree86408cd63d05b01b1ccb2f196f2ece05f22e5202
parente87835fe02aeb174c1b0355a1733733d89b2e404 (diff)
downloadgitlab-9b8b8060a56465d8aade2368033172387e15527a.tar.gz
Docs: Add link to gitlab docs on obtaining a token
I find these sort of links very user friendly 😅
-rw-r--r--docs/cli.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cli.rst b/docs/cli.rst
index f0ed2ee..92140ef 100644
--- a/docs/cli.rst
+++ b/docs/cli.rst
@@ -80,6 +80,7 @@ section.
- URL for the GitLab server
* - ``private_token``
- Your user token. Login/password is not supported.
+ Refer `the official documentation`__ to learn how to obtain a token.
* - ``api_version``
- API version to use (``3`` or ``4``), defaults to ``3``
* - ``http_username``
@@ -87,6 +88,8 @@ section.
* - ``http_password``
- Password for optional HTTP authentication
+__ https://docs.gitlab.com/ce/user/profile/personal_access_tokens.html
+
CLI
===