Skip to content

Releases: kopachlager/prerenderbuddy-cli

Prerender Buddy CLI v0.1.3

Choose a tag to compare

@kopachlager kopachlager released this 23 Jul 15:58
23a51db

Highlights

  • Enforce the configured timeout across URL validation, fetch, redirects, response-body streaming, truncation, and cleanup.
  • Reject --text-ratio-threshold outside the compare command with structured JSON or human-readable errors.
  • Preserve the crawler_response_differs JSON 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

Choose a tag to compare

@kopachlager kopachlager released this 23 Jul 12:49
92ee597

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.com

Prerender Buddy CLI v0.1.1

Choose a tag to compare

@kopachlager kopachlager released this 23 Jul 12:34
bf34900

First public Prerender Buddy CLI release.

  • Inspect crawler-readable HTML with check.
  • Compare browser and crawler responses with compare.
  • Validate robots.txt, sitemap.xml, and llms.txt with files.
  • Use JSON output and CI failure thresholds.
  • Run locally without an account or telemetry.

Install and run:

npx @prerenderbuddy/cli check https://example.com

The CLI provides diagnostics only. Managed rendering, monitoring, routing, incidents, and production operations remain part of the hosted Prerender Buddy service.