-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cli): dbrp cli #20067
feat(cli): dbrp cli #20067
Conversation
Will take a deeper look later, but low-hanging fruit to start: can you add a line to the CHANGELOD.md? |
Failed gotest seems(?) unrelated, I opened #20069 to track it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Higher-level questions:
- Would it make sense to unit-test any piece of this?
- Are the errors returned by the server sane enough to return directly from the CLI, or should we wrap them with friendlier messages?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more thing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will merge when CI passes
Co-authored-by: Dan Moran <dmoran@influxdata.com>
Co-authored-by: Dan Moran <dmoran@influxdata.com>
Closes #19950
This adds DBRP management to the CLI.