CLI overview
The patties CLI groups everyday tasks under a handful of commands that share a consistent set of global flags.
Commands
The top-level CLI commands are:
patties devpatties buildpatties deploypatties 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--verboseto include verbose diagnostics--versionand--help
The CLI resolves global flags before dispatching to a subcommand, so the same --cwd, --config, and --verbose behavior applies consistently across commands.