###CLI

To process all vendors in a data file, run the following command from the root of the codebase with the `-f` flag followed by the path to the data file to process.

```
$ php cli/hotplate/warm.php -f data/alw-175.json
```

If you would like to run only a subset of vendors, include the `--offset=` and `--length=` options. The following commands will use the first 50 vendors. 

```
$ php cli/hotplate/warm.php -f data/alw-174.json --offset=0 --length=49
