pub fn load_keyfile(cli: &Cli) -> Result<Option<Vec<u8>>>Expand description
Load the keyfile bytes, checking in order:
--keyfileCLI argumentkeyfile_pathin.envvault.tomlkeyfile_pathin global config
Returns None if no keyfile is configured anywhere.