We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7e44a0 + af86dcd commit a038e95Copy full SHA for a038e95
docs/cli.rst
@@ -192,6 +192,18 @@ List all the projects:
192
193
$ gitlab project list --all
194
195
+List all projects of a group:
196
+
197
+.. code-block:: console
198
199
+ $ gitlab group-project list --all --group-id 1
200
201
+List all projects of a group and its subgroups:
202
203
204
205
+ $ gitlab group-project list --all --include-subgroups true --group-id 1
206
207
Limit to 5 items per request, display the 1st page only
208
209
.. code-block:: console
0 commit comments