Skip to content

v8.7.0

Choose a tag to compare

@chiragchadha1 chiragchadha1 released this 20 May 16:53
· 3 commits to main since this release
1d18563

New Features

  • Added --use-env support to hs project list, hs project info, and hs project app-install-status.
  • Added --skip-npm-audit for project uploads.
  • Added npm audit checks for UI Extensions during project uploads.
  • Added clearer upload validation around ESLint configuration.
  • Added log file output for command failures.

Bug Fixes

  • Fixed project uploads returning a successful exit code when build or deploy steps failed.
  • Fixed hs project lint installing dependencies and linting every package location when it should only target the intended project scope.
  • Fixed project lint so it can continue after installing package dependencies.
  • Fixed duplicate package.json entries in Windows project upload archives.
  • Fixed CMS MCP tools invoking the wrong HubSpot CLI command.
  • Fixed unhandled rejection noise from usage tracking during help and field conversion flows.

Improvements and Refactoring

  • Improved project upload warning copy for lint validation.
  • Improved project upload audit performance by running audit requests in parallel.
  • Improved usage tracking metadata for execution source and timing.
  • Refactored usage tracking command wrapping for clearer shared command handling.
  • Updated local development dependencies and pinned the websocket dependency.
  • Added shared agent workflow guidance for contributors working in the CLI repository.