PixelWeaver v0.5.0 /pixelweaver CLI Reference
On this page

CLI reference for pixelweaver — serve, new, list, export-parts, mcp, dev, open, diagnose, stop, and config commands with flags and usage.

#pixelweaver CLI Reference

PixelWeaver collaboration server

Version: 0.5.0

#Commands

  • serve -- Start the server
  • new -- Create a new project on disk
  • list -- List projects on disk
  • export-parts -- Export the part manifest and per-part PNG strips from a project on disk
  • mcp -- Start the MCP tool server (stdio)
  • dev -- Development mode with Vite HMR
  • open -- Launch desktop window
  • diagnose -- Check runtime environment and dependencies
  • stop -- Stop the running server

#Command Groups

  • config -- Manage persistent configuration values stored in the config file

#Framework flags

These flags are owned by the strictcli framework, not by the app. No command may declare a flag with one of these names, and each is recognized anywhere on the command line.

Framework flags
FlagEffect
--dry-runPreview mode: no mutation runs. The framework prints a log of every effect the command would have performed.
--approve-consequentialSkips the confirmation prompt a consequential command shows before it runs.
--quietHides informational output. Warnings, errors, structured data and the dry-run log are never suppressed.
--verboseShows debug output. --quiet wins when both are passed.
Search