Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

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)