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

CLI ext add, list, remove are not registry aware #18799

Closed
aloubyansky opened this issue Jul 19, 2021 · 2 comments · Fixed by #18824
Closed

CLI ext add, list, remove are not registry aware #18799

aloubyansky opened this issue Jul 19, 2021 · 2 comments · Fixed by #18824
Labels
area/cli Related to quarkus cli (not maven/gradle/etc.) kind/bug Something isn't working
Milestone

Comments

@aloubyansky
Copy link
Member

Describe the bug

Currently the registry client needs to be explicitly enabled to resolve extension catalogs from registries. This option is available for create but not the rest of the commands such as add, list and remove.
Either we should switch to the registry client as the default source of extension catalog or we need to add the option to all the commands to enable it.

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

GraalVM version (if different from Java)

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

@aloubyansky aloubyansky added the kind/bug Something isn't working label Jul 19, 2021
@quarkus-bot quarkus-bot bot added the area/cli Related to quarkus cli (not maven/gradle/etc.) label Jul 19, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Jul 19, 2021

/cc @ebullient, @gsmet, @maxandersen

@ebullient
Copy link
Member

ebullient commented Jul 19, 2021

Edit:
--registry-client / --no-registry-client are already present for ext add/remove/list/categories

We must not be propagating something in some cases (what should happen in maven vs. gradle vs. jbang?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli Related to quarkus cli (not maven/gradle/etc.) kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants