CLI Usage

Basic Syntax

preships <command> [options]

Commands

CommandDescription
initInitialize Preships in the current repository.
runExecute checks once and write a report.
watchWatch files and trigger checks automatically.
reportPrint the latest .preships/report.md.
statusShow recent run history and repo readiness.
infoShow system specs, model requirements, and dependency status.
chatInteractive chat to refine repo goals and settings.
configRead or set global Preships configuration.
loginConfigure cloud API key.

Examples

preships init --url http://localhost:5173
preships run
preships info
preships config set provider local
preships config get

Cloud Login

preships login --api-key psk_123 --api-url https://api.preships.io