feat: v1 dbrp commands (#136)
* feat: v1 dbrp commands * fix: fixed the cloud create command * chore: cleanup * fix: updated based on required attrs in swagger * feat: update to latest openapi rev * chore: made dbrps plural consistently * chore: formatting * fix: standardized Default field name and added comments * chore: changed file name for command to singular
This commit is contained in:
@ -8,7 +8,6 @@ func newV1SubCommand() *cli.Command {
|
||||
Usage: "InfluxDB v1 management commands",
|
||||
Subcommands: []*cli.Command{
|
||||
newV1DBRPCmd(),
|
||||
// etc
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user