fun vlt(command: String): VaultSummary
Execute any Vault command.
fun <T> vlt(options: VaultClient.() -> T): T
Execute any Vault command with customized options like content directory.