URL: https://www.npmjs.com/package/@hubspot/cli Fetched: 2026-06-01 Version: 8.8.0 (published 6 days prior to fetch — ~late May 2026) Source quality: primary (official package registry page / HubSpot-maintained README)
Key facts
- "A CLI for HubSpot developers to enable local development and automation."
- Install:
npm install -g @hubspot/cli; invoked ashs. - Config file
hubspot.config.ymlcreated viahs init, recommended in$HOME. - Two auth methods:
- Personal Access Key (recommended):
hs initorhs auth personalaccesskey. - OAuth2: requires a developer app;
hs auth oauth2using Test Account ID + developer app Client ID/Secret. - Command reference: developers.hubspot.com/docs/cms/developer-reference/local-development-cli
- Getting started guide: developers.hubspot.com/docs/cms/guides/getting-started-with-local-development
- Positioned squarely as a CMS/developer local-development tool.