OpenFn / kit

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

CLI: add a `schema` command which prints configuration schema #711

Open josephjclark opened 3 weeks ago

josephjclark commented 3 weeks ago

openfn schema <adaptor>

Or maybe

openfn configuration <adaptor>

For an adaptor (with optional version), print the schema and sample configuration.

Maybe take --schema or --sample arguments to only print that one thing

This would enable us to maybe remove the Config section of the docs site