Skip to content

Commit

Permalink
feat(cli): dbrp cli
Browse files Browse the repository at this point in the history
  • Loading branch information
docmerlin committed Nov 17, 2020
1 parent 632e8f1 commit 56d2a74
Show file tree
Hide file tree
Showing 2 changed files with 397 additions and 0 deletions.
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 56d2a74

Please sign in to comment.