kitaru annotation create
Create a manual annotation or answer an investigation question.
Usage
kitaru annotation create [OPTIONS]Supported --output modes: auto, text, json.
Options
| Name | Type | Required | Description |
|---|---|---|---|
--session | UUID | No | Session ID for a manual annotation. |
--investigation-session | UUID | No | Investigation-session ID for an answer. |
--question-key | string | No | Key of the question being answered. |
--selector | JSON object | No | Optional node, JSON Pointer, or span selector. |
--value | JSON value | Yes | Annotation value. |
--idempotency-key | string | No | Retrying 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.