This is part of the Fake.Core.Vault module.

VaultExt

Type extensions

Type extensionDescription
x.Get(name)
Signature: name:string -> string

similar to tryGet but throws an exception if the variable with the given name is not available in the vault

x.TryGet(name)
Signature: name:string -> string option

try to retrieve the variable with the given name from the vault (decrypts the variable if needed)