HSX_E_INPUT_MISSING_PROJECT_ID

Missing project id.

What this error means

A deploy command could not determine which HS-X project to operate on.

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_INPUT_MISSING_PROJECT_ID — stable to match on in scripts and agents.

Likely causes

  • No --project-id flag
  • No HSX_PROJECT_ID env
  • No usable name in hsx.config.ts

How to fix it

  • Pass --project-id <id>
  • Set HSX_PROJECT_ID
  • Add a valid name to hsx.config.ts

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.