Commands

The top-level CLI commands are:

  • patties dev
  • patties build
  • patties deploy
  • patties secret

Global flags

Global flags supported by the CLI include:

  • --cwd <path> to set the project root
  • --config <path> to load a specific config file
  • --verbose to include verbose diagnostics
  • --version and --help

The CLI resolves global flags before dispatching to a subcommand, so the same --cwd, --config, and --verbose behavior applies consistently across commands.

Patties documentation · Licensed under MIT. · Design specs