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.

OPTIONS

--file FILE

Load configuration from the specified file (supports formats your sources handle).

--env_prefix PREFIX

Environment variable prefix to search for (default: APP_).

--format FORMAT

Output format: dumper, json, or yaml. Default: dumper.

--help

Show this help message.