Loading...

CLI_ROADMAP.md

CLI roadmap

The CLI should make the web tools scriptable: same developer utilities, but pipe-friendly for terminals, CI jobs, release checks, and local workflows.

MVP commands

debugtools json

Format, minify, repair, validate, query, and convert JSON.

debugtools jwt decode

Decode JWT header and payload locally.

debugtools base64

Encode and decode text or files from stdin or disk.

debugtools diff

Compare files and emit text, Markdown, or JSON reports.

debugtools http-status

Look up HTTP codes and search status references offline.

V1 commands

debugtools api run

Run saved API requests and collections in local terminals or CI.

debugtools api import-collection

Normalize Postman and debugtools collection exports.

debugtools db query

Run SQLite queries and export results as CSV.

debugtools css/html/md

Format, validate, and report on frontend files.

debugtools releases

List release notes, latest changes, and changelog summaries.