feat: Moves logging setup and generate-json for the create command to cli-client module.
This commit is contained in:
@@ -28,7 +28,8 @@ struct EncryptCommand: AsyncParsableCommand {
|
||||
args.append(contentsOf: ["--output", output])
|
||||
}
|
||||
try await cliClient.runVaultCommand(
|
||||
options.vaultOptions(arguments: args, configuration: nil)
|
||||
options.vaultOptions(arguments: args, configuration: nil),
|
||||
logging: options.loggingOptions(commandName: Self.commandName)
|
||||
)
|
||||
|
||||
// try await runVault(
|
||||
|
||||
Reference in New Issue
Block a user