diff options
author | Oleksii Shkurupii <Oleksii.Shkurupii@playtech.com> | 2020-08-27 18:07:54 +0300 |
---|---|---|
committer | Oleksii Shkurupii <Oleksii.Shkurupii@playtech.com> | 2020-08-27 18:07:54 +0300 |
commit | fa899d7a6e76acbe392f3debb5fd61d71bd88ed2 (patch) | |
tree | af915190af31ded29c6545c67ac7c9cda294e195 /docs | |
parent | 88f8cc78f97156d5888a9600bdb8721720563120 (diff) | |
parent | a038e9567fd16259e3ed360ab0defd779e9c3901 (diff) | |
download | gitlab-fa899d7a6e76acbe392f3debb5fd61d71bd88ed2.tar.gz |
Merge branch 'master' into issue-1154
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cli.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/cli.rst b/docs/cli.rst index 4261d0e..da5a89e 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -192,6 +192,18 @@ List all the projects: $ gitlab project list --all +List all projects of a group: + +.. code-block:: console + + $ gitlab group-project list --all --group-id 1 + +List all projects of a group and its subgroups: + +.. code-block:: console + + $ gitlab group-project list --all --include-subgroups true --group-id 1 + Limit to 5 items per request, display the 1st page only .. code-block:: console |