feat: port influx v1 auth
command (#138)
This commit is contained in:
@ -8,6 +8,7 @@ func newV1SubCommand() *cli.Command {
|
||||
Usage: "InfluxDB v1 management commands",
|
||||
Subcommands: []*cli.Command{
|
||||
newV1DBRPCmd(),
|
||||
newV1AuthCommand(),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user