Skip to content
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

Support for plugins #1495

Open
lburgazzoli opened this issue Mar 29, 2022 · 0 comments
Open

Support for plugins #1495

lburgazzoli opened this issue Mar 29, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@lburgazzoli
Copy link
Contributor

lburgazzoli commented Mar 29, 2022

Feature or problem description

  • As a service owner I would like to provide a sub command for a service I'm contributing without having to bake my code in the rhoas cli but at the same time, leveraging all the authentication and common feature provided by rhoas
  • As a service consumer I would like to enhance the rhoas client UX by providing to tailor it to my needs or to provide enhanced capability

Proposed solution

rhoas should provide a pluing mechanism similar to kubectl and krew so services/operations can provide their own subcommands.

As example we may think that a new service foo could be made available to the rhoas cli by installing a related plugin

rhoas plugin install foo

From that point on, the service can be consumed as any other service available in rhoas:

rhoas foo bar

Additional context

This would help also to release new version of service specific plugin without having to release the entire cli

@lburgazzoli lburgazzoli added the enhancement New feature or request label Mar 29, 2022
@wtrocki wtrocki self-assigned this Apr 7, 2022
@wtrocki wtrocki removed their assignment May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants