Copying and pasting --next-token is not very friendly, specially that tokens look very similar to each other and can be misleading that tokens didn't change #4196
A better option might be to accept input from the user (e.g. n character) and we paginate and call the next api with new token on their behalf.
Copying and pasting
--next-token
is not very friendly, specially that tokens look very similar to each other and can be misleading that tokens didn't change #4196A better option might be to accept input from the user (e.g.
n
character) and we paginate and call the next api with new token on their behalf.