feat: port top-level export command from influxdb (#131)

This commit is contained in:
Daniel Moran
2021-06-21 08:23:18 -04:00
committed by GitHub
parent 0ee555c6a7
commit bd0b90df41
18 changed files with 1869 additions and 2 deletions

View File

@ -48,6 +48,7 @@ var app = cli.App{
newRestoreCmd(),
newTelegrafsCommand(),
newDashboardsCommand(),
newExportCmd(),
},
}