pub fn save_credentials(credentials: &AtlassianCredentials) -> Result<()>Expand description
Saves Atlassian credentials to ~/.omni-dev/settings.json.
Reads the existing settings file, merges the new credential keys into
the env map, and writes back. Preserves all other settings.