I had quarkus kill installed and when running quarkis cli on my laptop while offline quarkus cli did this:
quarkus kill -p 8080
[WARN] 🔥 The following plugins were found in the catalog: [/Users/manderse/.quarkus/cli/plugins/quarkus-cli-catalog.json] but are no longer available: [kill].
The unavailable plugins will be purged. A backup of the catalog will be saved at: [/Users/manderse/.quarkus/cli/plugins/quarkus-cli-catalog.json.bkp].
Looking for the newly published extensions in registry.quarkus.io
[ERROR] ❗ Command kill is missing and can't be installed.
[ERROR] ❗ Unmatched arguments from index 0: 'kill', '-p', '8080'
Did you mean: quarkus build?
where it removed quarkus kill command because I was offline...despite I had cached version of it available.
1) Dont remove plugins just because I'm without internet.
2) at least ask and list why - and then let me accept I'm offline....
3) why even do this check everytime ?
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a or ver
No response
Output of java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version or gradlew --version)
Describe the bug
I had quarkus kill installed and when running quarkis cli on my laptop while offline quarkus cli did this:
where it removed quarkus kill command because I was offline...despite I had cached version of it available.
is what it backed up.
Expected behavior
1) Dont remove plugins just because I'm without internet. 2) at least ask and list why - and then let me accept I'm offline.... 3) why even do this check everytime ?
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response