terminalLocal, read-only proof

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.

What this proves

Read-only coverage, kept local first.

01 / Local setup

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-only
02 / Baseline

Capture 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-baseline
03 / Verify before deciding

Inspect the artefacts, then decide whether the coverage is usable.

portal-baseline.md

Human-readable baseline report

revfleet-evidence.json

SHA-256 integrity-checked aggregate contract

manifest.json

Exact recipe and completion state

requests.jsonl

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.

What hscli does

It gives an operator a reproducible, local read-first baseline and an auditable coverage record.

What remains separate

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.