kitaru memory set
Write one memory value into one explicit scope.
Usage
kitaru memory set KEY VALUE [OPTIONS]Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
KEY | str | Yes | Memory key to write. | |
VALUE | str | Yes | Memory value. Parsed as JSON when possible; otherwise stored as a raw string. | |
--scope | str | No | None | Memory scope to write into. [required] |
--scope-type | Literal[namespace, flow, execution] | No | None | Memory scope type to write into. [required] |
--output, -o | str | No | "text" | Output format: "text" (default) or "json". |