-
Notifications
You must be signed in to change notification settings - Fork 487
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
[Merged by Bors] - chore: move hub connector commands to fluvio-hub-util #3611
[Merged by Bors] - chore: move hub connector commands to fluvio-hub-util #3611
Conversation
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.
LGTM, but we should hold off on merging w/ bors until the tests can pass on the other pr. We're close to kicking off a fluvio release and don't want to be caught between these two PRs.
d3063ce
to
534171e
Compare
bors r+ |
This is the first half of a two-part feature related to #3578. In this first part, we only move common code from `fluvio-cli` to `fluvio-hub-util` behind a feature flag. The second PR will reuse the command definitions in `cdk`.
Pull request successfully merged into master. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
This is the first half of a two-part feature related to #3578.
In this first part, we only move common code from
fluvio-cli
tofluvio-hub-util
behind a feature flag. The second PR will reuse the command definitions incdk
.