CLI Commands Reference
Complete reference for all Peglin Save Explorer command-line interface commands
Global Options
These options are available for all commands:
--verbose
Enable verbose logging output--clean
Clear all caches before executing command
analyze-assembly
Analyze Peglin assembly for game data mappings
Example:
peglin-save-explorer analyze-assembly
analyze-save
Analyze the structure of a save file without modification
Options (1):
--file
Example:
peglin-save-explorer analyze-save
class
List classes and their status, or manage character classes - set cruciball levels, lock/unlock classes
Options (5):
--save-file
--set-cruciball
--lock
+2 moreExample:
peglin-save-explorer class
config
Manage application configuration
Options (2):
--clear
--reset
Example:
peglin-save-explorer config
dump-save-json
Dump the entire save file structure to JSON for analysis
Options (2):
--file
--output
Example:
peglin-save-explorer dump-save-json
extract
Extract all Peglin game data with intelligent caching
Options (6):
--peglin-path
--force
--verbose
+3 moreExample:
peglin-save-explorer extract
interactive
Start interactive exploration mode
Options (1):
--file
Example:
peglin-save-explorer interactive
orbs
Analyze orb usage and performance
Options (3):
--file
--top
--sort
Example:
peglin-save-explorer orbs
runs
View and manage run history
Options (2):
--file
--dump-raw
Example:
peglin-save-explorer runs
stats
Show detailed player statistics
Options (1):
--file
Example:
peglin-save-explorer stats
summary
Show player statistics summary
Options (1):
--file
Example:
peglin-save-explorer summary
view-run
View details of a specific run
Options (4):
--file
--run
--export
+1 moreExample:
peglin-save-explorer view-run
web
Start web server for interactive analysis
Options (2):
--port
--file
Example:
peglin-save-explorer web
Common Use Cases
Quick Statistics Overview
peglin-save-explorer stats
Launch Web Interface
peglin-save-explorer web
View Recent Winning Runs
peglin-save-explorer run-history --wins --limit 5
Export All Statistics to JSON
peglin-save-explorer stats --export my-stats.json --format json