OpenFn / core

The central job processing module used in OpenFn v1.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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