How to update an app? #1636
Answered
by
quintesse
brice-laurencin
asked this question in
Q&A
-
Very sorry if it was asked before, but the search did not help me on this one. How do I update an app I installed? (here, quarkus) Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
quintesse
Jun 12, 2023
Replies: 1 comment
-
Hi @brice-laurencin , if you have a recent version of JBang applications should update automatically (although it can take up to 12 hours after a new version has been released before JBang detects it and updates). But if you really want to be sure you have the latest one you can run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
quintesse
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @brice-laurencin , if you have a recent version of JBang applications should update automatically (although it can take up to 12 hours after a new version has been released before JBang detects it and updates). But if you really want to be sure you have the latest one you can run
jbang app install --fresh --force ....
. HTH