OpenFn / core

The central job processing module used in OpenFn v1.
https://www.openfn.org/
GNU General Public License v3.0
18 stars 8 forks source link

Export CLI verbs #24

Open stuartc opened 3 years ago

stuartc commented 3 years ago

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..