predraw v0.3.0 /predraw CLI Reference
On this page

Complete CLI reference for predraw — all available commands, subcommands, flags, arguments, and usage examples with detailed descriptions.

#predraw CLI Reference

predraw scene builder

Version: 0.3.0

#Commands

  • build -- Build scene into output files
  • pack -- Pack a scene directory into a single JSON file
  • unpack -- Unpack a packed JSON file into a project directory
  • init -- Create a starter project in a directory
  • watch -- Watch project files and rebuild on change
  • validate -- Validate a scene or config JSON file against its schema

#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