help = "GPG key ID or fingerprint to associate with this vault. When set, all vault commands (store, show, export, …) will use gpg automatically without needing the --gpg-key-id flag. Cannot be combined with --key-name."
"Config mutation via --write-config only supports YAML files. Refusing to update .{} config: {}",
"Config mutation via --write-config only supports YAML files. Refusing to update config without extension: {}",
fn secret_settings_for_config_write(context: &Context, secret_config: &SecretConfig) -> SecretSettings {
.ok_or_else(|| anyhow::anyhow!("Root config must be a YAML mapping to support --write-config"))?;