orangeqs.juice.cli.config#

Juice CLI config commands.

Module Contents#

Functions#

config

Juice CLI config commands.

list

Load a config by its filename and list all merged contents.

view

Load and display the validated configuration for a Configurable class.

API#

orangeqs.juice.cli.config.config() None#

Juice CLI config commands.

orangeqs.juice.cli.config.list(filename: str) None#

Load a config by its filename and list all merged contents.

orangeqs.juice.cli.config.view(configurable_import_path: str) None#

Load and display the validated configuration for a Configurable class.