CLI workbench

Run Pedulli from the command line.

The Pedulli Code CLI is the scriptable workbench for byte-exact .pdli compression, restore, and audit. The umbrella brand is Pedulli; the Jaguar is the mascot identity; this command-line tool is the Pedulli Code CLI.

Install
npm install -g pedulli-code

pedulli compress ./data.json
pedulli restore ./data.json.pdli
pedulli verify ./data.json.pdli
pedulli stats
pedulli help

Lossless only

Every restore path must match the original bytes by SHA-256.

No fake wins

+1 byte never-worse floor: if nothing smaller is found, Pedulli stores the input plus 1 byte rather than claiming savings, and concedes losses (xz on long English text, brotli on small generic text).

Best-of-N racer

The CLI and the web service share the same model: run several internal coders, keep the smallest byte-exact result, verify the restore.