CI: move grafana-build into pkg/build (#105640)
* move grafana-build into pkg/build
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package flags
|
||||
|
||||
import "github.com/urfave/cli/v2"
|
||||
|
||||
var Verbose = &cli.BoolFlag{
|
||||
Name: "verbose",
|
||||
Aliases: []string{"v"},
|
||||
Usage: "Increase log verbosity. WARNING: This setting could potentially log sensitive data",
|
||||
Value: false,
|
||||
}
|
||||
|
||||
var DefaultFlags = []cli.Flag{
|
||||
Platform,
|
||||
Verbose,
|
||||
}
|
||||
Reference in New Issue
Block a user