From ca96bb4b83dfbefe404f124abbc22b2ad37ffe71 Mon Sep 17 00:00:00 2001 From: Lucas Tesson Date: Thu, 21 Mar 2024 14:20:54 +0100 Subject: [PATCH] fix: verbose setting in Drone pipelines --- cmd/victor/main.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cmd/victor/main.go b/cmd/victor/main.go index c56d9cc..65ef60f 100644 --- a/cmd/victor/main.go +++ b/cmd/victor/main.go @@ -36,7 +36,10 @@ func main() { cli.VersionFlag, cli.HelpFlag, &cli.BoolFlag{ - Name: "verbose", + Name: "verbose", + Usage: "Turn on the verbose mode i.e. writes the Pulumi state outputs to stdout.", + Required: false, + EnvVars: []string{"PLUGIN_VERBOSE"}, }, // Webserver related &cli.StringFlag{