Skip to main content

export_secrets

Function export_secrets 

Source
pub fn export_secrets(
    vault: &Vault,
    murk: &Murk,
    pubkey: &str,
    tags: &[String],
) -> BTreeMap<String, String>
Expand description

Build shell-escaped export key-value pairs for eval $(murk export). Wraps values in single quotes with embedded quote escaping.