CLI Commands Reference

Complete reference for all Peglin Save Explorer command-line interface commands

Global Options

These options are available for all commands:

  • --verboseEnable verbose logging output
  • --cleanClear all caches before executing command

analyze-assembly

Analyze Peglin assembly for game data mappings

Example:

peglin-save-explorer analyze-assembly
View Details →

analyze-save

Analyze the structure of a save file without modification

Options (1):

--file

Example:

peglin-save-explorer analyze-save
View Details →

class

List classes and their status, or manage character classes - set cruciball levels, lock/unlock classes

Options (5):

--save-file--set-cruciball--lock+2 more

Example:

peglin-save-explorer class
View Details →

config

Manage application configuration

Options (2):

--clear--reset

Example:

peglin-save-explorer config
View Details →

daemon

Manage the daemon service

Example:

peglin-save-explorer daemon
View Details →

dump-save-json

Dump the entire save file structure to JSON for analysis

Options (2):

--file--output

Example:

peglin-save-explorer dump-save-json
View Details →

extract

Extract all Peglin game data with intelligent caching

Options (6):

--peglin-path--force--verbose+3 more

Example:

peglin-save-explorer extract
View Details →

interactive

Start interactive exploration mode

Options (1):

--file

Example:

peglin-save-explorer interactive
View Details →

orbs

Analyze orb usage and performance

Options (3):

--file--top--sort

Example:

peglin-save-explorer orbs
View Details →

runs

View and manage run history

Options (2):

--file--dump-raw

Example:

peglin-save-explorer runs
View Details →

stats

Show detailed player statistics

Options (1):

--file

Example:

peglin-save-explorer stats
View Details →

summary

Show player statistics summary

Options (1):

--file

Example:

peglin-save-explorer summary
View Details →

view-run

View details of a specific run

Options (4):

--file--run--export+1 more

Example:

peglin-save-explorer view-run
View Details →

web

Start web server for interactive analysis

Options (2):

--port--file

Example:

peglin-save-explorer web
View Details →

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