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

Add globbing pattern to cli-tooling.adoc #38546

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/src/main/asciidoc/cli-tooling.adoc
Original file line number Diff line number Diff line change
@@ -476,6 +476,12 @@
[SUCCESS] ✅ Extension io.quarkus:quarkus-smallrye-health has been installed
----

You can install all extensions which match a glob pattern:

Check warning on line 479 in docs/src/main/asciidoc/cli-tooling.adoc

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.TermsSuggestions] Depending on the context, consider using ', which (non restrictive clause preceded by a comma)' or 'that (restrictive clause without a comma)' rather than 'which'. Raw Output: {"message": "[Quarkus.TermsSuggestions] Depending on the context, consider using ', which (non restrictive clause preceded by a comma)' or 'that (restrictive clause without a comma)' rather than 'which'.", "location": {"path": "docs/src/main/asciidoc/cli-tooling.adoc", "range": {"start": {"line": 479, "column": 31}}}, "severity": "INFO"}
[source,shell]
----
quarkus ext add smallrye-*
----

==== Removing extensions

The Quarkus CLI can remove one or more extensions from your project with the `remove`/`rm`