pub fn load_environment(name: &str) -> Result<BTreeMap<String, String>>
Discover the project rooted at the current directory, resolve name, and decrypt + parse that environment profile into an in-memory map.
name