@ciderpress/cli

The ciderpress CLI — sync, dev, build, and serve commands. Part of ciderpress, the docs framework for monorepos.

CI npm version License

Install

npm install @ciderpress/cli

Commands

CommandDescription
devRun sync + watcher and start the Rspress dev server
buildSync content, generate assets, and build the site
servePreview the built site
syncSync documentation content without building
cleanRemove build artifacts, synced content, and cache
checkValidate config and check for broken links
diffShow changed files in watched source directories
dumpResolve and print the full entry tree as JSON
draftScaffold a new documentation file from a template
setupInitialize a ciderpress config in the current project

Usage

npx ciderpress dev       # start dev server
npx ciderpress build     # production build
npx ciderpress serve     # preview build

Most users should install ciderpress instead, which re-exports the CLI alongside config helpers.

License

MIT