fabro config show
A new fabro config show command displays the fully resolved configuration for a workflow, showing how CLI flags, environment variables, project config, and workflow defaults are layered together. This makes it easy to debug configuration issues without guessing which layer is winning.
fabro preflight
Preflight validation has been extracted from fabro run --preflight into its own top-level command. This makes it easier to validate a workflow before running it, especially in CI pipelines where you want a separate validation step.
More
CLI
CLI
- Added
goal_fileandlabelsfields to workflow configuration for specifying goals from files and tagging runs with metadata