datazen.commands.compile
index
/home/vkottler/src/vkottler/workspace/datazen/datazen/commands/compile.py

datazen - A command implementation for compiling configuration data and
          variables into a single, monolithic output.

 
Modules
       
logging

 
Functions
       
cmd_compile(config_dirs: List[str], schema_dirs: List[str], variable_dirs: List[str], output_file_path: str, logger: logging.Logger = <Logger datazen.commands.compile (WARNING)>) -> bool
Load configuration data by resolving variables and validating provided
schemas. Write the result to the specified output file, inferring the type
by the file extension.

 
Data
        LOG = <Logger datazen.commands.compile (WARNING)>
List = typing.List