We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87835f commit 9b8b806Copy full SHA for 9b8b806
docs/cli.rst
@@ -80,13 +80,16 @@ section.
80
- URL for the GitLab server
81
* - ``private_token``
82
- Your user token. Login/password is not supported.
83
+ Refer `the official documentation`__ to learn how to obtain a token.
84
* - ``api_version``
85
- API version to use (``3`` or ``4``), defaults to ``3``
86
* - ``http_username``
87
- Username for optional HTTP authentication
88
* - ``http_password``
89
- Password for optional HTTP authentication
90
91
+__ https://docs.gitlab.com/ce/user/profile/personal_access_tokens.html
92
+
93
CLI
94
===
95
0 commit comments