Kitaru

kitaru memory set

Write one memory value into one explicit scope.

Usage

kitaru memory set KEY VALUE [OPTIONS]

Parameters

NameTypeRequiredDefaultDescription
KEYstrYesMemory key to write.
VALUEstrYesMemory value. Parsed as JSON when possible; otherwise stored as a raw string.
--scopestrNoNoneMemory scope to write into. [required]
--scope-typeLiteral[namespace, flow, execution]NoNoneMemory scope type to write into. [required]
--output, -ostrNo"text"Output format: "text" (default) or "json".

On this page