Skip to content

CLI Reference

Command-line interface for running DQM-ML pipelines.

Command

dqm-ml process -p <config.yaml>

Options

Option Description
-p, --path-config Path to YAML configuration file (required)

Exit Codes

Code Meaning
0 Success
1 Error (missing file, invalid config, etc.)

Examples

Basic Usage

dqm-ml process -p config.yaml

With Relative Path

dqm-ml process -p examples/config/completeness.yaml

Getting Help

dqm-ml --help
dqm-ml process --help