Skip to content

Commit ca96bb4

Browse files
committed
fix: verbose setting in Drone pipelines
1 parent 6627acf commit ca96bb4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cmd/victor/main.go

+4-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ func main() {
3636
cli.VersionFlag,
3737
cli.HelpFlag,
3838
&cli.BoolFlag{
39-
Name: "verbose",
39+
Name: "verbose",
40+
Usage: "Turn on the verbose mode i.e. writes the Pulumi state outputs to stdout.",
41+
Required: false,
42+
EnvVars: []string{"PLUGIN_VERBOSE"},
4043
},
4144
// Webserver related
4245
&cli.StringFlag{

0 commit comments

Comments
 (0)