CLI Commands

CLI Commands

Command Description
dune init <dir> Scaffold a new site
dune dev Local dev server with live reload
dune build Static export
dune serve Production server
dune validate Check config, content, and template references
dune theme:install <spec> Install a theme from JSR, ZIP, or local path

All commands accept --root <dir> to run against a site outside the current directory.