Files
openclaw/src/cli/node-cli
Peter Steinberger 282879b394 fix(cli): write --json payloads to stdout not stderr (#109808)
node identity, promos list, daemon restart, and tasks show emitted their --json result via runtime.log() (console.log), which --json mode redirects to stderr — leaving stdout empty and breaking pipes like `openclaw node identity --json | jq`. Use writeRuntimeJson to write the payload to stdout, matching health/tasks-list/capability. Human output unchanged.
2026-07-17 21:59:30 +01:00
..