## Feature Most endpoints return a `next_token` for pagination. Add: - `--cursor <token>` to resume from a pagination token - `--all` to auto-paginate and collect all results (with rate limit awareness) - Include `meta.next_token` in output when `--raw` flag is used
Feature
Most endpoints return a
next_tokenfor pagination. Add:--cursor <token>to resume from a pagination token--allto auto-paginate and collect all results (with rate limit awareness)meta.next_tokenin output when--rawflag is used