Open
Description
Currently the update
command supports some bulk filtering options which are very useful. However, if the user wants to filter on id the only option is to use the single id select option.
I propose adding the following optional flags:
- --id_lt (id less than)
- --id_gt (id greater than)
Example usage:
If I have 500 reallocate actions with status = queued and ids in the range of (100, 800), and I want to begin approving and executing them in small batches. I would like to be able to do something like graph indexer actions update --status queued --type reallocate --id_lt 150
to approve just some of the reallocate actions in the queue.
Metadata
Metadata
Assignees
Type
Projects
Status
⌛ Up next