@@ -58,8 +58,9 @@ arguments:
5858 <title > string
5959
6060list options:
61- --query <text> filter by text search
62- --limit <n> max results (default: 50)
61+ --query <text> filter by text search
62+ --limit <n> max results (default: 50)
63+ --after <cursor> cursor for next page
6364
6465create options:
6566 --description <text> issue body
@@ -129,7 +130,9 @@ commands:
129130 list [options] list available labels
130131
131132list options:
132- --team <team> filter by team (key, name, or UUID)
133+ --team <team> filter by team (key, name, or UUID)
134+ --limit <n> max results (default: 50)
135+ --after <cursor> cursor for next page
133136
134137see also: issues create --labels, issues update --labels
135138
@@ -144,7 +147,8 @@ commands:
144147 list [options] list projects
145148
146149list options:
147- --limit <n> max results (default: 100)
150+ --limit <n> max results (default: 100)
151+ --after <cursor> cursor for next page
148152
149153see also: milestones list --project, documents list --project
150154
@@ -163,9 +167,11 @@ arguments:
163167 <cycle> cycle identifier (UUID or name)
164168
165169list options:
166- --team <team> filter by team (key, name, or UUID)
167- --active only show active cycles
168- --window <n> active cycle +/- n neighbors (requires --team)
170+ --team <team> filter by team (key, name, or UUID)
171+ --active only show active cycles
172+ --window <n> active cycle +/- n neighbors (requires --team)
173+ --limit <n> max results (default: 50)
174+ --after <cursor> cursor for next page
169175
170176read options:
171177 --team <team> scope name lookup to team
@@ -193,6 +199,7 @@ arguments:
193199list options:
194200 --project <project> target project (required)
195201 --limit <n> max results (default: 50)
202+ --after <cursor> cursor for next page
196203
197204read options:
198205 --project <project> scope name lookup to project
@@ -233,6 +240,7 @@ list options:
233240 --project <project> filter by project name or ID
234241 --issue <issue> filter by issue (shows documents attached to the issue)
235242 --limit <n> max results (default: 50)
243+ --after <cursor> cursor for next page
236244
237245create options:
238246 --title <title> document title (required)
@@ -279,7 +287,11 @@ a team is a group of users that owns issues, cycles, statuses, and
279287labels. teams are identified by a short key (e.g. ENG), name, or UUID.
280288
281289commands:
282- list list all teams
290+ list [options] list all teams
291+
292+ list options:
293+ --limit <n> max results (default: 50)
294+ --after <cursor> cursor for next page
283295
284296---
285297
@@ -292,4 +304,6 @@ commands:
292304 list [options] list workspace members
293305
294306list options:
295- --active only show active users
307+ --active only show active users
308+ --limit <n> max results (default: 50)
309+ --after <cursor> cursor for next page
0 commit comments