Validate before running
hdrctl test checks the manifests and the connections without writing anything to the destination.
hdrctl test [PATH]
-s, --sources FILE explicit path to sources.yaml
-d, --destinations FILE explicit path to destinations.yaml
-t, --transformations FILE explicit path to transformations.yaml
Example: hdrctl test examples/tutorial/01-first-job
Explore the language → One CLI: hdrctl
The same binary validates and executes. run takes the identical flags as test, plus parameter overrides.
hdrctl run [PATH]
-s, --sources FILE explicit path to sources.yaml
-d, --destinations FILE explicit path to destinations.yaml
-t, --transformations FILE explicit path to transformations.yaml
-P, --param KEY=VALUE override a parameter, repeatable
-vv verbose run output
Also available: hdrctl init, hdrctl ls sources, hdrctl run --help.
Run the guided example →