Kitaru

kitaru agent version register

Create the next mutable version of an existing agent.

Usage

kitaru agent version register AGENT [OPTIONS]

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

Arguments

NameTypeRequiredDescription
AGENTreferenceYesAgent UUID or name.

Options

NameTypeRequiredDescription
--descriptionstringNoVersion description.
--specpathNoYAML or JSON spec document.
--commandstringNoShell command stored as supplied.
--display-versionstringNoHuman-readable version.
--working-dirpathNoWorker process directory.
--envKEY=VALUE[]NoNon-secret process environment.
--secret-idUUID[]NoServer secret IDs.
--timeout-secondspositive integerNoProcess timeout.
--toolstring[]NoDeclared tools.
--mcp-serverstring[]NoDeclared MCP servers.
--skillstring[]NoDeclared skills.
--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