Command line driven, headless script automation?

I know Flying Logic can be scripted from within the application but I’m wanting to do headless automation driven by the command line (for example, keeping an up-to-date directory of PNG thumbnails and PDFs for a set of documents as part of a CI/CD pipeline). I’m unable to find any documentation about the command line.

Since this is a JVM application, I’m considering creating a small, headless command line JVM application that loads the requisite Flying Logic classes and either calls the automation hooks directly or runs a Jython script to do the same, hopefully without launching the UI. It would be great if Flying Logic already did this or could have this feature added.

[mod note] moved to feature requests.