OpenFn / kit

The bits & pieces that make OpenFn work. (diagrammer, cli, compiler, runtime, runtime manager, logger, etc.)
10 stars 9 forks source link

Fix cli only #662

Closed josephjclark closed 5 months ago

josephjclark commented 5 months ago

In the previous release I somehow forgot to expose the new --only and --end options in the CLI :facepalm:

This PR exposes the options and adds an integration test to prove it