save_config

save_config#

method

GlobalConfiguration.save_config(filename: str | Path) None[source]#

Persists the configuration to a file.

This method writes the current configuration to the given filepath.

Parameters:
filenamestr or Path

The path to save the configuration file to.