Functions§
- clone_
profile - Copies a profile from one name to another
- delete_
profile - Deletes a profile by name
- ensure_
profiles_ dir - Creates the profiles directory if it doesn’t exist
- get_
active_ profile - Gets the active profile name from HERMES_PROFILE env var, or “default” if not set
- list_
profiles - Lists all profile names (without .yaml extension)
- load_
profile - Loads a profile by name, returning the Config
- profile_
exists - Checks if a profile exists
- profile_
path - Returns the path to a specific profile: HERMES_HOME/profiles/
.yaml - profiles_
dir - Returns the profiles directory path: HERMES_HOME/profiles/
- rename_
profile - Renames a profile (file rename)
- save_
profile - Saves a config as a profile with the given name