Skip to content

Commit

Permalink
feat(cmd/influx): Add DBRP cli commands as influx v1 dbrp (#20067)
Browse files Browse the repository at this point in the history

Co-authored-by: Dan Moran <dmoran@influxdata.com>
  • Loading branch information
docmerlin and danxmoran authored Nov 17, 2020
1 parent 6303937 commit 478d25e
Show file tree
Hide file tree
Showing 4 changed files with 413 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

1. [20036](https://github.com/influxdata/influxdb/pull/20036): Warn if V1 users are upgraded, but V1 auth wasn't enabled
1. [20039](https://github.com/influxdata/influxdb/pull/20039): Export 1.x CQs as part of `influxd upgrade`
1. [20067](https://github.com/influxdata/influxdb/pull/20067): Add DBRP cli commands as `influxd v1 dbrp`

### Bug Fixes

Expand Down
1 change: 1 addition & 0 deletions cmd/influx/v1_commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ func cmdV1SubCommands(f *globalFlags, opt genericCLIOpts) *cobra.Command {

cmd.AddCommand(
cmdV1Auth(f, opt),
cmdV1DBRP(f, opt),
)

return cmd
Expand Down
Loading

0 comments on commit 478d25e

Please sign in to comment.