Skip to main content
Home/Recipes/Full audit pack in one command
Audit & Compliance

12.Full audit pack in one command

QADesignerAgency

Overview

Combine brand guide PDF, screenshot, and raw JSON into one extraction run. Attach all three to a bug report, client handoff, or audit trail as proof of the site state at that moment.

Three flags combined in one command: --brand-guide exports the visual identity as a PDF, --screenshot captures the page as it looked at extraction time, and --save-output archives the raw token JSON. Together they form a complete audit record with a human-readable document, a visual snapshot, and machine-readable data. Useful for client handoffs, QA reports, or any situation where you need provable evidence of what the site looked like and what tokens it used on a specific date.

Full audit pack

Terminal
dembrandt client.com --brand-guide --screenshot ./audit.png --save-output

With crawl

Terminal
dembrandt client.com --crawl 3 --brand-guide --screenshot ./audit.png --save-output
Output

Three files: brand guide PDF, PNG screenshot, and token JSON. Full audit record from a single run.

Browse all

All recipes →

43 workflows