You can Use the :command:`config` subcommand to list or validate your current settings.
To see the current merged configuration:
docbuild config listUse the --flat flag to see the dotted-path format, or filter by --app or --env.
To ensure your TOML files match the required schema:
docbuild config validateThis checks both application and environment files. You can also validate them individually using the --app or --env flags.