Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Cross-node key-value store for coordination in relay mode.
cw kv set [--ns <namespace>] [--ttl <duration>] <key> <value>
--ns
--ttl
1h
30m
24h
cw kv set --ns build build-status "passing" cw kv set --ttl 1h cache:result "42"
cw kv get [--ns <namespace>] <key>
cw kv list [--ns <namespace>] [prefix]
cw kv list --ns build # all keys in build namespace cw kv list cache: # keys starting with "cache:"
cw kv delete [--ns <namespace>] <key>