feat: reimplement influx telegrafs with new APIs (#120)

* feat: reimplement `influx telegrafs` with new APIs

* chore: restructure structs for later modification

* refactor: bump openapi & regenerate clients

* refactor: better error output and descriptions

Co-authored-by: Dan Moran <dmoran@influxdata.com>
This commit is contained in:
Dane Strandboge
2021-06-15 14:55:04 -05:00
committed by GitHub
parent 581daaa5ba
commit abe521add0
18 changed files with 2890 additions and 80 deletions

View File

@ -45,6 +45,7 @@ var app = cli.App{
newUserCmd(),
newTaskCommand(),
newBackupCmd(),
newTelegrafsCommand(),
},
}