HSX_E_DEV_LOGS_OUTPUT
Invalid managed dev logs output mode.
What this error means
A live dev log stream was requested with a finite JSON output format.
When this error stops a command, hs-x exits with code 2. With --json, the failure is reported as a structured error whose code field is HSX_E_DEV_LOGS_OUTPUT — stable to match on in scripts and agents.
Likely causes
--followwas combined with--json
How to fix it
- Use
--json-streamfor live NDJSON events - Remove --follow to request one finite JSON snapshot
Still stuck? Re-run the command with --debug for the wire-level detail, or hs-x doctor to check accounts, link state, and connectivity in one pass.
Keep going