Skip to content

Commit

Permalink
fix: verbose setting in Drone pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Mar 21, 2024
1 parent 6627acf commit ca96bb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cmd/victor/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit ca96bb4

Please sign in to comment.