Kitaru

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

NameTypeRequiredDescription
IMPORT_IDUUIDYesImport ID.

Options

NameTypeRequiredDescription
--analyzerANALYZER@VERSION[]YesExact analyzer version run once over the import's sessions.
--analyzer-paramsANALYZER@VERSION=JSON_OBJECT[]NoParameters for a selected analyzer token.
--analyzer-connectionANALYZER@VERSION=CONNECTION[]NoConnection for a selected analyzer token.
--waitbooleanNoWait for remote work settlement.
--intervalpositive floatNoPolling interval; requires --wait.
--timeoutpositive floatNoLocal wait timeout; requires --wait.
--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