Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 681 Bytes

File metadata and controls

26 lines (15 loc) · 681 Bytes

Viewing and Validating Configuration

You can Use the :command:`config` subcommand to list or validate your current settings.

Listing Configuration

To see the current merged configuration:

docbuild config list

Use the --flat flag to see the dotted-path format, or filter by --app or --env.

Validating Configuration

To ensure your TOML files match the required schema:

docbuild config validate

This checks both application and environment files. You can also validate them individually using the --app or --env flags.