help — Command Overview
build — Build Configuration
Purpose: Automatically generate a unified parameter configuration file based onpipeline.yaml.
| Argument | Description |
|---|---|
<CONFIG> | Path to the Pipeline configuration file, e.g., examples/pipeline.yaml |
--log_level | Logging level, default is INFO |
run — Execute Pipeline
Purpose: Start executing the Pipeline.| Argument | Description |
|---|---|
<CONFIG> | Path to the pipeline.yaml to execute |
--param <PARAM_FILE> | Custom parameter file path, overriding the default file in the parameter/ directory |
--log_level | Logging level, default is INFO |
show ui — Launch Web Control Interface
Purpose: Start the web-based UI.| Argument | Description |
|---|---|
--host | Host IP address for the web service (default: 127.0.0.1) |
--port | Port for the web service (default: 5050) |
--log_level | Logging level, default is INFO |
http://<host>:<port> in your browser to access the UI.