# Zingg Command Line

The Zingg command line interface is the way to interact with Zingg to fire *labeling, training,* and *matching* jobs and perform other Zingg functions.

#### To invoke the command line and pass a JSON configuration :

`./scripts/zingg.sh <optional --properties-file path to zingg.conf> --phase <phase> --conf <path to json>`

#### To invoke the command line and run Python programs :

`./scripts/zingg.sh <optional --properties-file path-to-zingg.conf> --run <path-to-python-program>`
