Skip to content

Commit

Permalink
Merge pull request #41191 from jedla97/fix-cli-docs
Browse files Browse the repository at this point in the history
Update CLI guide to show version dynamically
  • Loading branch information
gsmet authored Oct 23, 2024
2 parents 678bf8d + 9f53ef8 commit 43bd76f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/main/asciidoc/cli-tooling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ This guide is maintained in the main Quarkus repository
and pull requests should be submitted there:
https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
////
[id="cli-tooling"]
= Building Quarkus apps with Quarkus Command Line Interface (CLI)
include::_attributes.adoc[]
:categories: tooling
Expand Down Expand Up @@ -64,7 +65,7 @@ If you want to use a specific version, you can directly target a version:
[source,bash]
----
# Create an alias in order to use a specific version
jbang app install --name qs3.5.0 https://repo1.maven.org/maven2/io/quarkus/quarkus-cli/3.5.0/quarkus-cli-3.5.0-runner.jar
jbang app install --name qs3.8.6 https://repo1.maven.org/maven2/io/quarkus/quarkus-cli/3.8.6/quarkus-cli-3.8.6-runner.jar
----
If you have built Quarkus locally, you can use that version:
Expand Down

0 comments on commit 43bd76f

Please sign in to comment.