Running macro in batch mode

Hi,
I would like to automate some post-processing of my fem simulation.
I’ve created some macros to do that.

My problem now is that I cannot figure out how to call the macro directly from a command line on my linux box. Can you give me some hints on how to do that?

PS: can we automatically register (or load) a plugin in a paraview docker image?

Hi.

script from a command line on my linux box.

paraview --script

can we automatically register (or load) a plugin in a paraview docker image?

Set PV_PLUGIN_PATH env var

Best,