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{