kitaru memory get
Read the latest value for one memory key in one explicit scope.
Usage
kitaru memory get KEY [OPTIONS]Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
KEY | str | Yes | Memory key to read. | |
--scope | str | No | None | Memory scope to read from. [required] |
--scope-type | Literal[namespace, flow, execution] | No | None | Memory scope type to read from. [required] |
--output, -o | str | No | "text" | Output format: "text" (default) or "json". |