PollyXT-Pipelines offers a command line interface with several subcommands. It is used by executing specific commands in a command line/terminal. In general, the usage is:
pollyxt_pipelines <command> --option1=value --option2=value argument1 argument2 ...
To get a list of all available commands, simply run:
pollyxt_pipelines --help
Each command
accepts a different set of options and arguments. To read the help for each command:
pollyxt_pipelines <command> --help