--limit
flag in tkn-results
should return a pageToken if total resources > limit
#584
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
Feature request
When
tkn-results
is used with--limit n
flag, no pageToken is returned, see the example belowThe only way of getting nextPageToken through CLI is to output as JSON or proto. IMO, the token must be displayed in the tab format as well.
Use case
If the total number of resources is less than
n
in--limit n
a pagetoken should be returned along with the output in tab format. This allows the user to directly copy and query the next page.Example
The text was updated successfully, but these errors were encountered: