feat: port influx v1 auth command (#138)

This commit is contained in:
Dane Strandboge
2021-06-28 09:03:33 -05:00
committed by GitHub
parent e6d69a8c54
commit a1921e1e59
12 changed files with 2467 additions and 89 deletions

View File

@ -8,6 +8,7 @@ func newV1SubCommand() *cli.Command {
Usage: "InfluxDB v1 management commands",
Subcommands: []*cli.Command{
newV1DBRPCmd(),
newV1AuthCommand(),
},
}
}