8000 Merge pull request #278 from asfaltboy/link-docs-gitlab-token · python-gitlab/python-gitlab@657f011 · GitHub
[go: up one dir, main page]

Skip to content

Commit 657f011

Browse files
author
Gauvain Pocentek
authored
Merge pull request #278 from asfaltboy/link-docs-gitlab-token
Docs: Add link to gitlab docs on obtaining a token
2 parents 759f6ed + 9b8b806 commit 657f011

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/cli.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,16 @@ section.
8080
- URL for the GitLab server
8181
* - ``private_token``
8282
- Your user token. Login/password is not supported.
83+
Refer `the official documentation`__ to learn how to obtain a token.
8384
* - ``api_version``
8485
- API version to use (``3`` or ``4``), defaults to ``3``
8586
* - ``http_username``
8687
- Username for optional HTTP authentication
8788
* - ``http_password``
8889
- Password for optional HTTP authentication
8990

91+
__ https://docs.gitlab.com/ce/user/profile/personal_access_tokens.html
92+
9093
CLI
9194
===
9295

0 commit comments

Comments
 (0)
0