diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2016-05-30 20:55:54 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2016-05-30 20:55:54 +0200 |
commit | 62203086b04264f04cf6e6681e132ed355bb9b87 (patch) | |
tree | dd95ffb1b9998d4f402fb63875abf9e8162435d3 | |
parent | 11f1e2dfb746d1e28ceb1115fe02e45cb44df7f6 (diff) | |
download | gitlab-62203086b04264f04cf6e6681e132ed355bb9b87.tar.gz |
add HTTP auth options to doc
-rw-r--r-- | docs/cli.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/cli.rst b/docs/cli.rst index 81d308d..7721f54 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -78,6 +78,10 @@ section. - URL for the GitLab server * - ``private_token`` - Your user token. Login/password is not supported. + * - ``http_username`` + - Username for optional HTTP authentication + * - ``http_password`` + - Password for optional HTTP authentication CLI === |