HSX_E_LINK_NO_POINTER
Project has no Cloudflare pointer yet.
What this error means
`hs-x link` was run in a project that has never been deployed.
When this error stops a command, hs-x exits with code 10. With --json, the failure is reported as a structured error whose code field is HSX_E_LINK_NO_POINTER — stable to match on in scripts and agents.
Likely causes
.hs-x/cloudflare.jsonis missing because the project has never runhs-x deploy- The pointer file was deleted
How to fix it
- Run
hs-x deployonce to provision tenant state and the pointer - Or
cdto a project directory that has been deployed
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