> ./herring.sh /path/to/env-vars ./framework/sake dev/crontask
Herring will load the environment variables from a env-var file and use those for running the sake command.
If you're already using a .env file this isn't necessary. But if you've configured env vars in Apache, you can use this approach.
You will still need to copy your env vars into a file that can be referenced in the first argument.
Thanks to stojg for the script!