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