diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-05-26 08:21:45 +0200 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-05-26 08:21:45 +0200 |
| commit | 660f0cf546d18b28883e97c1182984593bbae643 (patch) | |
| tree | d2ef09b1cd4ef987bbb2984fb528c8b7b1ee0b5c /docs/cli.rst | |
| parent | d9819042acde6cb30cbac3ef8f4fefa15a282459 (diff) | |
| download | gitlab-660f0cf546d18b28883e97c1182984593bbae643.tar.gz | |
Document the global per_page setting
Diffstat (limited to 'docs/cli.rst')
| -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 0e0d85b..654c00a 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -71,6 +71,10 @@ parameters. You can override the values in each GitLab server section. * - ``api_version`` - ``3`` ou ``4`` - The API version to use to make queries. Requires python-gitlab >= 1.3.0. + * - ``per_page`` + - Integer between 1 and 100 + - The number of items to return in listing queries. GitLab limits the + value at 100. You must define the ``url`` in each GitLab server section. |
