kitaru investigation create
Create an investigation with linked sessions.
Usage
kitaru investigation create NAME [OPTIONS]Supported --output modes: auto, text, json.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
NAME | string | Yes | New investigation name. |
Options
| Name | Type | Required | Description |
|---|---|---|---|
--agent | reference | Yes | Agent UUID or case-sensitive name. |
--description | string | No | Curator rationale. |
--session | UUID[] | No | Ordered session UUID; repeat for each linked session. |
--session-question | SESSION:KEY=QUESTION[] | No | Keyed question for a session selected with --session. |
--session-highlights | SESSION:KEY=JSON_ARRAY[] | No | Curated highlights for a question added with --session-question. |
--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.