json-output · git:20260413.140c6fb · 2026-04-13 · sha256 857d170a09f87b13

json-output git:20260413.140c6fbA

Immutable. This exact content is served forever at /api/v1/blob/857d170a09f87b13.

---
name: json-output
description: Echo all resolved inputs as a JSON object through the cli-tool adapter.
source:
  type: cli-tool
  command: node
  args:
    - -e
    - "process.stdout.write(JSON.stringify(JSON.parse(process.env.RUNX_INPUTS_JSON ?? '{}')))"
  timeout_seconds: 10
inputs: {}
---

Emit the resolved inputs as structured JSON.