CLI Usage
Basic Syntax
preships <command> [options]Commands
| Command | Description |
|---|---|
init | Initialize Preships in the current repository. |
run | Execute checks once and write a report. |
watch | Watch files and trigger checks automatically. |
report | Print the latest .preships/report.md. |
status | Show recent run history and repo readiness. |
info | Show system specs, model requirements, and dependency status. |
chat | Interactive chat to refine repo goals and settings. |
config | Read or set global Preships configuration. |
login | Configure cloud API key. |
Examples
preships init --url http://localhost:5173
preships run
preships info
preships config set provider local
preships config getCloud Login
preships login --api-key psk_123 --api-url https://api.preships.io