kitaru import analyze
Run analyzers over the sessions of an existing import as one job.
Usage
kitaru import analyze IMPORT_ID [OPTIONS]Supported --output modes: auto, text, json, jsonl.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
IMPORT_ID | UUID | Yes | Import ID. |
Options
| Name | Type | Required | Description |
|---|---|---|---|
--analyzer | ANALYZER@VERSION[] | Yes | Exact analyzer version run once over the import's sessions. |
--analyzer-params | ANALYZER@VERSION=JSON_OBJECT[] | No | Parameters for a selected analyzer token. |
--analyzer-connection | ANALYZER@VERSION=CONNECTION[] | No | Connection for a selected analyzer token. |
--wait | boolean | No | Wait for remote work settlement. |
--interval | positive float | No | Polling interval; requires --wait. |
--timeout | positive float | No | Local wait timeout; requires --wait. |
--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.