Indexer-cli feature request: Add bulk id
filtering options to graph indexer actions update...
command
#1022
Labels
id
filtering options to graph indexer actions update...
command
#1022
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:
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.The text was updated successfully, but these errors were encountered: