Start workflows from terminal

Hey guys! :slight_smile:

Does somebody know how can I launch my workflow from Terminal? I need it to write my shell script… :slight_smile:

Thanks.

You can call the Retrobatch executable like this:
Retrobatch.app/Contents/MacOS/Retrobatch --workflow path/to/workflow.retrobatch --output ~/Desktop/foo/ /path/to/files.jpeg /or/folders/

Let us know how it works out!

it works but my Terminal telling me:

Retrobatch[3883:323957] WARNING: This is running a Debug build of Sparkle; don’t use this in production!

:slight_smile:

I’ll have to clean that message up- thanks for pointing it out!