kitaru evaluator version register
Create the next version of an existing evaluator.
Usage
kitaru evaluator version register EVALUATOR [OPTIONS]Supported --output modes: auto, text, json.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
EVALUATOR | reference | Yes | Evaluator UUID or name. |
Options
| Name | Type | Required | Description |
|---|---|---|---|
--script | path | No | Python script to upload. |
--package | requirement | No | Pinned package requirement. |
--entrypoint | string | Yes | Script attribute or module reference. |
--display-version | string | No | Human-readable version. |
--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.