- Unpack the compressed file.
cdinto the uncompresedharvest-lintdirectory- Fill the
harvest-projects.yamlfile following instructions from here - Edit
run-linterfile and replace the placeholders in the following section with real information
export HARVEST_USERNAME=<account_username>
export HARVEST_PASSWORD=<account_password>
export HARVEST_ACCOUNT=<harvest-account-name>
- Run
chmod +x run-linterto give execution permissions - Finally, run
bash run-linter <from-date> <to-date>to see the output of the harvest-lint. The date format should be YYYY-MM-DD — ISO 8601.