Skip to content

Commit

Permalink
Add globbing pattern to cli-tooling.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mcruzdev committed Feb 3, 2024
1 parent ddcb144 commit c82285a
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 globbing pattern:

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

View workflow job for this annotation

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"}

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

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Spelling] Use correct American English spelling. Did you really mean 'globbing'? Raw Output: {"message": "[Quarkus.Spelling] Use correct American English spelling. Did you really mean 'globbing'?", "location": {"path": "docs/src/main/asciidoc/cli-tooling.adoc", "range": {"start": {"line": 479, "column": 46}}}, "severity": "WARNING"}
[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 c82285a

Please sign in to comment.