Commit 7adb94b
authored
fix(stack): write JSON output to stdout instead of stderr (#1191)
`stack list --json` used `console.print()` which writes to stderr via
Rich. Switch to `click.echo()` so JSON goes to stdout and can be
piped to `jq` or other tools, matching queue and freeze commands.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Depends-On: #11901 parent 1dda432 commit 7adb94b
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
479 | 481 | | |
480 | 482 | | |
481 | 483 | | |
482 | | - | |
| 484 | + | |
483 | 485 | | |
484 | 486 | | |
0 commit comments