Skip to content

Reference

CommandDescription
sov tutorialLearn to play in 60 seconds with a guided demo
sov new -p <names>Start a new Campfire game
sov new --recipe <name> -p <names>Start with a recipe (cozy/spicy/market/promise)
sov new --tier <tier> -p <names>Pick a tier (campfire/market-day/town-hall/treaty-table)
sov new --code "SOV|..." -p <names>Play from a share code
sov new --seed <n> -p <names>Set the RNG seed (default: 42)
CommandDescription
sov turnRoll, move, and resolve your space
sov statusShow current game state for all players
sov status --briefOne-line per-player summary (between-turn glance)
sov boardShow the board layout and player positions
sov recapReview what happened this round
sov end-roundGenerate a round proof (SHA-256 fingerprint)
CommandDescription
sov promise make "text"Make a promise out loud
sov promise keep "text"Mark a promise as kept (+1 reputation)
sov promise break "text"Mark a promise as broken (-2 reputation)
sov apologize <player>Apologize for a broken promise (once per game, costs 1 coin, +1 reputation)
sov offer "text" --to <player>Propose a trade to another player
sov toast <player>Raise a toast (+1 reputation, once per player per game)
sov vote mvp <player>Vote for Table’s Choice (MVP)
sov vote chaos <player>Vote for Chaos Gremlin
sov vote promise "text"Vote for Best Promise
CommandDescription
sov treaty make "text" --with <player> --stake "amount"Create a binding treaty with escrowed stakes
sov treaty keep <treaty_id>Mark a treaty as honored (stakes returned, +1 reputation each)
sov treaty break <treaty_id>Break a treaty (breaker forfeits stake, -3 reputation)
sov treaty listShow your active treaties
CommandDescription
sov marketShow market prices and supply levels
sov market buy <resource>Buy 1 resource (food/wood/tools)
sov market sell <resource>Sell 1 resource back to the market
CommandDescription
sov scenario listBrowse available scenario packs
sov scenario code <name> -s <seed>Generate a share code
sov scenario lintValidate scenario files
CommandDescription
sov walletCreate a funded Testnet wallet (free)
sov anchor [proof_file]Post proof hash to XRPL Testnet (default: latest proof)
sov verify <proof_file> --tx <txid>Verify a proof against an on-chain record
CommandDescription
sov game-endFinal scores, Story Points, and season update
sov postcardShareable game summary for screenshots
sov season-postcardSeason standings across multiple games
CommandDescription
sov doctorPre-flight check before play night
sov self-checkDiagnose your environment (paste into bug reports)
sov support-bundleWrite a diagnostic zip for bug reports
sov feedbackGenerate an issue-ready play report
sov --versionShow version and exit

Tab completion is built in via Typer:

Terminal window
sov --install-completion # Auto-detects bash/zsh/fish/powershell
sov --install-completion bash # Or specify explicitly

Restart your shell (or source the relevant rc file) and tab through every top-level command + flag tree.

The links below open on GitHub (external — leaves this site).