HSX_E_DIRECT_HUBSPOT_ACCOUNT_CONFIG
HubSpot CLI account configuration is invalid.
What this error means
The CLI could not safely read the active HubSpot account configuration.
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_DIRECT_HUBSPOT_ACCOUNT_CONFIG — stable to match on in scripts and agents.
Likely causes
- A
.hsaccountoverride is malformed or references an unconfigured account
How to fix it
- Fix the reported file, then run
hs account listand retry
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