APE as a Command Line Tool

Run APE from the Command Line

APE-1.0.2-executable.jar is available in maven repository.

When running APE-<version>-executable.jar from the command line, it requires a JSON configuration file given as a parameter and executes the automated workflow composition process accordingly:

java -jar APE-<version>-executable.jar [path-to-ape-configuration]

As an example, if you would download the APE-1.0.2-executable.jar to the root of APE_UseCases repository on your local machine, you could run this demo by executing the following command:

<~/git/APE_UseCases> java -jar APE-1.0.2-executable.jar ImageMagick/Example1/config.json