Skip to content

Commit

Permalink
Merge pull request #38546 from mcruzdev/add-globbing-pattern
Browse files Browse the repository at this point in the history
Add globbing pattern to cli-tooling.adoc
  • Loading branch information
gsmet authored Feb 6, 2024
2 parents 44b2545 + 7786c2c commit 8f8f86b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/main/asciidoc/cli-tooling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,12 @@ quarkus ext add kubernetes health
[SUCCESS] ✅ Extension io.quarkus:quarkus-smallrye-health has been installed
----
You can install all extensions which match a glob pattern:
[source,shell]
----
quarkus ext add smallrye-*
----
==== Removing extensions
The Quarkus CLI can remove one or more extensions from your project with the `remove`/`rm`
Expand Down

0 comments on commit 8f8f86b

Please sign in to comment.