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
| Name | Type | Required | Description |
|---|---|---|---|
AGENT | reference | Yes | Agent UUID or name. |
Options
| Name | Type | Required | Description |
|---|---|---|---|
--description | string | No | Version description. |
--spec | path | No | YAML or JSON spec document. |
--command | string | No | Shell command stored as supplied. |
--display-version | string | No | Human-readable version. |
--working-dir | path | No | Worker process directory. |
--env | KEY=VALUE[] | No | Non-secret process environment. |
--secret-id | UUID[] | No | Server secret IDs. |
--timeout-seconds | positive integer | No | Process timeout. |
--tool | string[] | No | Declared tools. |
--mcp-server | string[] | No | Declared MCP servers. |
--skill | string[] | No | Declared skills. |
--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.