Skip to content

Indexer-cli feature request: Add bulk id filtering options to graph indexer actions update... command #1022

Open
@fordN

Description

@fordN

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

No one assigned

    Type

    No type

    Projects

    Status

    ⌛ Up next

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions