pub fn save_credentials(credentials: &DriveCredentials) -> Result<()>Expand description
Saves Drive credentials to ~/.omni-dev/settings.json.
Merges the four credential keys into the active profile’s env map (the
base env when no profile is active), preserving all other settings.