summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2016-09-23 07:15:41 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2016-09-23 07:15:41 +0200
commit58604213efbe4d275be8da6615ed77d6f3510cbe (patch)
treed0df0fa48931ad1f663cef4c263093fda0842c55 /docs
parent4390afbff39deb5a33b857342dae6ee494684ce7 (diff)
downloadgitlab-58604213efbe4d275be8da6615ed77d6f3510cbe.tar.gz
Add support for --all in CLI
Fixes #153
Diffstat (limited to 'docs')
-rw-r--r--docs/cli.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/cli.rst b/docs/cli.rst
index 7721f54..8b79d78 100644
--- a/docs/cli.rst
+++ b/docs/cli.rst
@@ -136,12 +136,18 @@ Example:
Examples
========
-List all the projects:
+List the projects (paginated):
.. code-block:: console
$ gitlab project list
+List all the projects:
+
+.. code-block:: console
+
+ $ gitlab project list --all
+
Limit to 5 items per request, display the 1st page only
.. code-block:: console