OpenFn / core

The central job processing module used in OpenFn v1.

Home Page:https://www.openfn.org/

Repository from Github https://github.comOpenFn/coreRepository from Github https://github.comOpenFn/core

Export CLI verbs

stuartc opened this issue · comments

In order to make calling the runtime via a node require, it would be nice to be able to call the individual commands directly i.e.:

node -r @openfn/core/lib/cli -e 'execute(...)

Or similar..