# Command reference `dau-build` installs a single console script (entry point `dau_build.cli:main`). It runs typed `ccflow.CallableModel`s composed from the Hydra config tree in `dau_build/config`. ```text dau-build [--config-dir DIR] [--explain] ``` | Option / argument | Description | | ----------------- | ----------------------------------------------------------------------------------------------------------------- | | `--config-dir DIR` | A user config overlay directory. Its groups are merged into the tree (open registration). | | `--explain` | Print the fully resolved config as YAML and exit without running. | | overrides | Hydra overrides — see below. | ## Overrides Every argument after the options is a Hydra override: | Form | Selects | Example | | --------------------- | ----------------------------------------------------------------------------------------------- | -------------------------------- | | `task=` | the task to run (populates `model`) | `task=tasks/sim/simulate` | | `step=` | a low-level step to run (populates `model`) | `step=steps/inspect` | | `=