Know what the portal says before you score the work.
The hscli baseline is a local evidence bundle for an operator who wants an auditable starting point. It is not a shortcut around review, calibration, or the RevFleet scan.
Read-only coverage, kept local first.
Create a read-only CLI profile.
The CLI uses its own local profile. It does not reuse the RevFleet extension's browser token, and RevFleet does not receive the HubSpot token from this flow. In an interactive terminal, the login command opens a hidden terminal prompt instead of putting the token in shell history.
npm install -g @revfleet/hscli
hscli auth login --profile client-readonly
hscli auth set-mode client-readonly read-onlyCapture an evidence bundle on your machine.
hscli checks the available portal signals and records explicit coverage gaps rather than silently converting missing access into a bad result.
hscli --profile client-readonly baseline \
--output ./evidence/portal-baselineInspect the artefacts, then decide whether the coverage is usable.
Human-readable baseline report
SHA-256 integrity-checked aggregate contract
Exact recipe and completion state
Redacted request telemetry kept locally
Coverage must be sufficient for the question you are trying to answer before you use the baseline to make a decision. A partial or missing signal is unknown; it is not a failed portal check.
A matching SHA-256 digest confirms the submitted aggregate evidence stayed intact. It does not independently attest that the baseline came from HubSpot; retain the local report and request log when that provenance matters.
It gives an operator a reproducible, local read-first baseline and an auditable coverage record.
Submitting aggregate evidence does not create a RevFleet score. A separate extension scan and an operating-model calibration are required before RevFleet advice is treated as scoped.
This page does not run hscli, collect a token, create an account, or send evidence anywhere. It documents the local proof path so an operator can inspect it before choosing a broader audit.