Run Aseprite CLI
aseprite_cliExecute raw Aseprite CLI arguments to access native features beyond higher-level tools, enabling custom workflows like scripting and batch processing.
Instructions
Run raw Aseprite CLI arguments. Use for any native capability not covered by a higher-level tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory for Aseprite commands. | |
| args | Yes | Raw Aseprite CLI arguments, for example ['--batch', 'input.aseprite', '--save-as', 'out.png']. | |
| timeoutMs | No | Command timeout in milliseconds. | |
| asepritePath | No | Path to the Aseprite executable. Defaults to ASEPRITE_PATH or PATH discovery. |