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 jsonFormat, minify, repair, validate, query, and convert JSON.
debugtools jwt decodeDecode JWT header and payload locally.
debugtools base64Encode and decode text or files from stdin or disk.
debugtools diffCompare files and emit text, Markdown, or JSON reports.
debugtools http-statusLook up HTTP codes and search status references offline.
V1 commands
debugtools api runRun saved API requests and collections in local terminals or CI.
debugtools api import-collectionNormalize Postman and debugtools collection exports.
debugtools db queryRun SQLite queries and export results as CSV.
debugtools css/html/mdFormat, validate, and report on frontend files.
debugtools releasesList release notes, latest changes, and changelog summaries.