Skip to content

Commit

Permalink
Merge pull request #1156 from python-gitlab/docs/group-projects-list-cli
Browse files Browse the repository at this point in the history
docs(cli): add examples for group-project list
  • Loading branch information
max-wittig committed Aug 26, 2020
2 parents a7e44a0 + af86dcd commit a038e95
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/cli.rst
Expand Up @@ -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
Expand Down

0 comments on commit a038e95

Please sign in to comment.