HSX_E_CLOUDFLARED_MISSING
cloudflared binary missing.
What this error means
`hs-x dev` auto-manages a Cloudflare quick tunnel for telemetry, but the `cloudflared` binary is not on PATH.
When this error stops a command, hs-x exits with code 50. With --json, the failure is reported as a structured error whose code field is HSX_E_CLOUDFLARED_MISSING — stable to match on in scripts and agents.
Likely causes
- cloudflared is not installed
How to fix it
- Install from https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/downloads/
- On macOS:
brew install cloudflared
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