Kitaru

kitaru annotation create

Create a manual annotation or answer an investigation question.

Usage

kitaru annotation create [OPTIONS]

Supported --output modes: auto, text, json.

Options

NameTypeRequiredDescription
--sessionUUIDNoSession ID for a manual annotation.
--investigation-sessionUUIDNoInvestigation-session ID for an answer.
--question-keystringNoKey of the question being answered.
--selectorJSON objectNoOptional node, JSON Pointer, or span selector.
--valueJSON valueYesAnnotation value.
--idempotency-keystringNoRetrying this exact invocation with the same key returns the original result instead of acting twice.

Every command also accepts the global options listed on the CLI overview page.

On this page