How do you use pagination with the CLI? There's no way to access a response's Link/Pagination HTTP headers.
For example, I need to get a list of 500 keys in my project.
phrase keys list --project_id 123xyz --batch returns the first 25. How do I know there are 475 left?