summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
===