8000
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.
1 parent e2dc9ec commit af86dcdCopy full SHA for af86dcd
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