Kitaru

kitaru evaluator register

Create an evaluator and its first version.

Usage

kitaru evaluator register NAME [OPTIONS]

Supported --output modes: auto, text, json.

Arguments

NameTypeRequiredDescription
NAMEstringYesNew evaluator name.

Options

NameTypeRequiredDescription
--descriptionstringNoParent description.
--metadataJSON objectNoParent metadata.
--agent-idUUIDNoScoping agent.
--scriptpathNoPython script to upload.
--packagerequirementNoPinned package requirement.
--entrypointstringYesScript attribute or module reference.
--display-versionstringNoHuman-readable version.

Every command also accepts the global options listed on the CLI overview page.

On this page