Releases: kopachlager/prerenderbuddy-cli
Releases · kopachlager/prerenderbuddy-cli
Release list
Prerender Buddy CLI v0.1.3
Highlights
- Enforce the configured timeout across URL validation, fetch, redirects, response-body streaming, truncation, and cleanup.
- Reject
--text-ratio-thresholdoutside thecomparecommand with structured JSON or human-readable errors. - Preserve the
crawler_response_differsJSON compatibility alias while suppressing duplicate human-readable findings. - Update reusable GitHub Actions examples to pin
@prerenderbuddy/cli@0.1.3. - Expand release and timeout regression coverage.
Compatibility
Command names, Node.js 20 support, exit-code semantics, JSON issue arrays, the dependency-free runtime, and the no-browser product boundary are preserved.
Prerender Buddy CLI v0.1.2
Secure publishing and CI examples.
- Adds npm trusted publishing through GitHub Actions and OIDC.
- Adds a copyable crawler-readability GitHub Actions workflow.
- Adds npm, release, CI, license, and Node.js badges.
- Updates maintained GitHub Actions to v7.
- Publishes without a long-lived npm token and includes npm provenance.
Run the CLI:
npx @prerenderbuddy/cli check https://example.comPrerender Buddy CLI v0.1.1
First public Prerender Buddy CLI release.
- Inspect crawler-readable HTML with
check. - Compare browser and crawler responses with
compare. - Validate
robots.txt,sitemap.xml, andllms.txtwithfiles. - Use JSON output and CI failure thresholds.
- Run locally without an account or telemetry.
Install and run:
npx @prerenderbuddy/cli check https://example.comThe CLI provides diagnostics only. Managed rendering, monitoring, routing, incidents, and production operations remain part of the hosted Prerender Buddy service.