pub fn keyring_store(key: &str, value: &str) -> Result<(), ConfigError>Expand description
Store a secret in the OS keyring under the romm-cli service name.
This is used to securely persist passwords, tokens, and API keys without
writing them in plaintext to config.json.