Summary
Add --all flag to list commands that automatically fetches all pages.
Details
Currently users must manually increment --offset to paginate through results. Add an --all flag that loops through pages until pagination.nextPath is null.
Example
# Fetch all documents automatically
outline document list --all
Effort
1 day
Summary
Add
--allflag to list commands that automatically fetches all pages.Details
Currently users must manually increment
--offsetto paginate through results. Add an--allflag that loops through pages untilpagination.nextPathis null.Example
# Fetch all documents automatically outline document list --allEffort
1 day