docbuild.cli.cmd_config.validate#

CLI interface to validate the configuration files.

Functions#

validate(→ None)

Validate TOML configuration files.

Module Contents#

docbuild.cli.cmd_config.validate.validate(ctx: click.Context) None#

Validate TOML configuration files.

This checks the syntax and schema of application and environment files.

Parameters:

ctx – The Click context object, which should already have loaded configurations.