Source: https://github.com/HubSpot/hubspot-cli/releases Repo: HubSpot/hubspot-cli (Public, official HubSpot org). 195 stars, 72 forks at fetch time. Captured: 2026-06-01
Latest version: v8.8.0 (26 May 2025) — release author chiragchadha1, GPG-verified
v8.8.0 New Features (account linking to directories)
hs account link— link authenticated accounts to a directory. Linked accounts saved in a local.hs/settings.jsonfile, auto-added to.gitignore. Migrates older.hsaccountoverride file if present.hs account unlink— remove a linked account from a directory.hs account usenow sets the linked default when inside a linked directory (vs global default).hs account listnow shows linked directory settings and linked accounts alongside global.
v8.7.0 (20 May 2025)
Recent feature highlights (across recent releases)
- MCP server (built-in): CLI ships a built-in MCP server. Recent improvement added a
find-projectstool and server-level instructions — relevant to AI-agent / 2026 tooling. - Platform version 2026.09-beta: selectable when creating new projects via
hs project create. - App install status:
hs project app-install-statuschecks a project app's install status. - Custom local dev port:
hs project dev --portflag for local dev server. - Project linting:
hs project lintuseshubspot-project-componentsESLint config.
Bug fixes (recent) — surface CLI scope
hs project watchdeprecated (now logs a deprecation warning).hs project devsrcDir comparison fix vs deployed project.- Profiles unsupported on 2025.1 projects (better error handling).
- Local dev of serverless functions: fixes for "PRIVATE" distribution type and
functions in subdirectories of
/app/functions.
Breaking change — command namespacing (CMS assets moved under hs cms)
Deprecated commands removed in favor of namespaced versions, e.g.:
- hs create -> hs cms app|theme|module|webpack|function|template create
- hs fetch -> hs cms fetch
- hs upload -> hs cms upload
- hs watch -> hs cms watch
- hs function deploy -> hs cms function deploy
- hs logs -> hs cms function logs
- hs theme preview -> hs cms theme preview
- custom-object schema commands -> hs custom-object create-schema|delete-schema|...
- hs project migrate-app -> hs app migrate
Relevance to research question
- Confirms CLI scope = CMS dev assets (themes, modules, serverless functions) + HubSpot Projects + local dev + account auth. Custom objects schema management is the closest it gets to "CRM" (schema definition, not CRM record data).
- Built-in MCP server + 2026.09-beta platform version = current (2026) AI/dev tooling.