add CLI support
Local-first ETL/ELT studio: a drag-and-drop visual pipeline designer
Brought to you by:
slothflowlabs
Originally created by: kxxu
Originally owned by: SouravRoy-ETL
Development environments and server environments usually run different operating systems. For instance, development is done on Mac, while applications are deployed to Ubuntu servers in production. As a server OS, Ubuntu has no graphical desktop and cannot perform pipeline compilation directly. Therefore, the tool must support CLI, so that pipeline compilation can be executed via command lines on headless servers.
Supports CLI commands to compile pipelines directly on servers without relying on dedicated applications.
Originally posted by: SouravRoy-ETL
Sure. A build pipeline already exists which builds binaries along with dependencies in Headless mode but CLI would be implemented as a broader roadmap very soon.