Skip to content

add --dump-config option to pretty-print the loaded configuration

Brad King requested to merge brad.king/ghostflow-director:dump-config into master

When refactoring the configuration file layout it is useful to be able to compare the configurations as ghostflow-director sees them after loading. Add an option to dump the configuration out. We can filter it with jq -S . to get a stable ordering for comparison.

Merge request reports