add --dump-config option to pretty-print the loaded configuration
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.