CLI Usage¶
TerraFlow exposes a lightweight CLI for running the pipeline.
Run with a config file¶
The command will:
- Load and validate the YAML config
- Run the pipeline
- Write outputs to the configured output directory
Portable Configs
Relative paths in the config file are resolved relative to the config file's own directory, not the current working directory. This means configs are portable — you can run terraflow -c /any/dir/config.yml from any location.
Common flags¶
| Flag | Description |
|---|---|
-c, --config |
Path to the YAML config file. |