mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 21:32:28 +08:00
CLI: Add datasource:delete command
This commit is contained in:
2
main.go
2
main.go
@ -33,7 +33,7 @@ func main() {
|
||||
app.Version = version
|
||||
app.Commands = []cli.Command{cmd.Web, cmd.ImportJson,
|
||||
cmd.ListAccounts, cmd.CreateAccount, cmd.DeleteAccount,
|
||||
cmd.ListDataSources, cmd.CreateDataSource, cmd.DescribeDataSource}
|
||||
cmd.ListDataSources, cmd.CreateDataSource, cmd.DescribeDataSource, cmd.DeleteDataSource}
|
||||
app.Flags = append(app.Flags, []cli.Flag{
|
||||
cli.StringFlag{
|
||||
Name: "config",
|
||||
|
Reference in New Issue
Block a user