summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2017-08-04 19:40:46 +0200
committerGitHub <noreply@github.com>2017-08-04 19:40:46 +0200
commit657f0119a3e13ceb07e4d0b17fa126260a4dafc7 (patch)
tree1922e59e0aa081b9c22cbe3954ae7cdb7cae1630
parent759f6edaf71b456cc36e9de00157385c28e2e3e7 (diff)
parent9b8b8060a56465d8aade2368033172387e15527a (diff)
downloadgitlab-657f0119a3e13ceb07e4d0b17fa126260a4dafc7.tar.gz
Merge pull request #278 from asfaltboy/link-docs-gitlab-token
Docs: Add link to gitlab docs on obtaining a token
-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
===