Skip to content

Commit a7f2065

Browse files
author
Gauvain Pocentek
committed
README: document --page and --per-page
1 parent 079c107 commit a7f2065

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ Some examples:
114114
# list all the projects:
115115
gitlab project list
116116

117+
# limit to 5 items per request, display the 1st page only
118+
gitlab project list --page=1 --per-page=5
119+
117120
# get a specific project (id 2):
118121
gitlab project get --id=2
119122

0 commit comments

Comments
 (0)