Command Line InterfaceΒΆ

getML can be launched via the command line. The command line interface is called getML on Linux, getml-cli on macOS and getML.exe on Windows.

Refer to the installation section, for instructions for how to set up the command line interface.

Some parameters can be set via command line flags. If you do not explicitly set them, the values from your config.json are taken instead. The config.json is located in $HOME/.getML/getml-VERSION or /usr/local/getML.

The help menu can also be displayed by passing the flag -help or -h. The default values displayed in the help menu are the values in the config.json (therefore, they are not hard-coded).

usage: ./getML <command> [<args>] or ./getML [<args>].