Files
Naomi Most 20a643e906 docs: fix jq pipeline in quickstart — use .output, drop tail -1 (conductor-oss/getting-started#11, #12) (#988)
Two bugs in the quickstart jq examples:
1. `.outputParameters` doesn't exist in WorkflowRun; correct field is `.output`
2. `| tail -1 |` was a workaround for "Auto-detected server:" printing to stdout,
   but that message goes to stderr. With multi-line --sync JSON, tail -1 strips
   the closing `}` and breaks jq parsing.

Remove the workaround, fix the field name, and correct the note.
2026-04-28 00:00:40 -07:00
..