CLI reference
leoflow¶
Leoflow is a GitOps-first, container-native workflow orchestrator.
Options¶
--config string config file path (default ~/.leoflow/config.yaml)
-h, --help help for leoflow
--log-level string log level: debug, info, warn, error
--server-url string control plane API base URL
SEE ALSO¶
- leoflow auth - Manage authentication tokens.
- leoflow compile - Compile a DAG project into dag.json via the Python parser.
- leoflow completion - Generate the autocompletion script for the specified shell
- leoflow dags - Manage registered DAGs.
- leoflow db - Manage the local Lite database (schema name leoflow_dev for upgrade safety).
- leoflow doctor - Report host platform, dependencies, and the achievable operating tier.
- leoflow init - Scaffold a new DAG project (leoflow.yaml + dag.py).
- leoflow lite - Run Leoflow Lite locally with hot reload.
- leoflow push - Register a compiled dag.json with the control plane.
- leoflow runs - Trigger and inspect DAG runs.
- leoflow server - Information about running the control plane.
- leoflow setup - Bootstrap the managed Leoflow runtime (Python, parser, workspace).
- leoflow uninstall - Remove the Leoflow installation (~/.leoflow).
- leoflow validate - Validate leoflow.yaml and the DAG source against the schema.
- leoflow version - Print the version, git commit, and build date.