devtape-cli
v0.1.4
Published
DevTape CLI — offline viewer for exported browser failure evidence (JSON, Markdown, HTML, AI prompt)
Downloads
468
Maintainers
Readme
devtape-cli
DevTape CLI — offline viewer for exported browser failure evidence (JSON, Markdown, HTML, AI prompt).
Install
npm install -g devtape-cliOr run without global install:
npx devtape-cli view ./evidence.jsonUsage
devtape view <bundle.json> [--format markdown|json|ai|html] [--out <file>]Examples
# Print Markdown to stdout
devtape view ./evidence.json
# Write HTML report (defaults to ./devtape_output/)
devtape view ./evidence.json --format html
# Or choose a path
devtape view ./evidence.json --format html --out ./devtape_output/custom.html
# Print AI prompt
devtape view ./evidence.json --format aiInput
Expects a JSON file exported from DevTape (exportJson or overlay Copy JSON / Download JSON).
Offline HTML report
--format html writes a single self-contained interactive report into devtape_output/ by default (create the folder automatically). Pass --out to choose another path. Open the file directly from disk; it has no runtime dependencies or network requests. The report embeds only the already-redacted evidence bundle and treats correlations as evidence, not root cause.
License
MIT
