NAME
config-dump - Display merged configuration from Config::Abstraction
SYNOPSIS
config-dump --file myapp.conf --env_prefix MYAPP_
config-dump --file settings.json --format json
config-dump --format yaml
DESCRIPTION
Loads configuration from supported sources and prints the fully merged configuration to STDOUT. Useful for debugging or inspecting the final values that your application will use.