-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
As of 0.1 of aepcli, the command line tool does not support the following fields:
- skip (aep.dev/158)
- filter (aep.dev/160)
- page_token (aep.dev/158)
- max_page_size (aep.dev/158)
Having these in aepcli would be very useful for more complex list queries.
The work to support this would be:
- update the aep-lib-go dependency to a version that documentations the support of these fields (aep-dev/aep-lib-go@6d2a394 supports skip and filter, although page_token / max_page_size might need to be added as well).
- modify the list method generation in cobra to include these fields, if they are supported: https://github.com/aep-dev/aepcli/blob/main/internal/service/resource_definition.go#L134
This can be tested against aepc once aep-dev/aepc#59 is complete.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers