client.commands.config ====================== .. py:module:: client.commands.config .. autoapi-nested-parse:: Configuration management commands. Commands for viewing and updating Jobmon configuration: - Update configuration values Functions --------- .. autoapisummary:: client.commands.config.update_config_value Module Contents --------------- .. py:function:: update_config_value(key: str, value: str, config_file: Optional[str] = None) -> str Update a configuration value in the defaults.yaml file using dot notation. :param key: Dot-notated key (e.g., 'http.retries_attempts', 'distributor.poll_interval') :param value: New value to set :param config_file: Optional path to specific config file to update :returns: Success message indicating what was updated :raises ValueError: If the key doesn't exist in the current configuration