feat: Adds output values to some of the commands to allow them to be piped into other commands
This commit is contained in:
@@ -42,11 +42,9 @@ extension VaultOptions {
|
||||
|
||||
func runOptions(
|
||||
commandName: String,
|
||||
route: VaultClient.RunOptions.Route,
|
||||
outputFilePath: String? = nil
|
||||
) -> VaultClient.RunOptions {
|
||||
.init(
|
||||
route,
|
||||
extraOptions: extraOptions,
|
||||
loggingOptions: .init(
|
||||
commandName: commandName,
|
||||
|
||||
Reference in New Issue
Block a user