This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push:
new f38ebf1c Rebrand Camel JBang to Camel CLI (#184)
f38ebf1c is described below
commit f38ebf1c8a5f1a04fd4c4ce3bd16a700b03e28b0
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Jun 5 19:14:11 2026 +0200
Rebrand Camel JBang to Camel CLI (#184)
* CAMEL-23655: Update GitHub topics for better discoverability
Co-Authored-By: Claude <[email protected]>
* chore: Rebrand Camel JBang to Camel CLI
Co-Authored-By: Claude Opus 4.6 <[email protected]>
---------
Co-authored-by: Claude <[email protected]>
---
ai-agent/README.adoc | 6 +++---
milvus/readme.adoc | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ai-agent/README.adoc b/ai-agent/README.adoc
index b333c87f..d0e3b08c 100644
--- a/ai-agent/README.adoc
+++ b/ai-agent/README.adoc
@@ -25,8 +25,8 @@ This separation enables:
=== Prerequisites
-==== Camel JBang
-Install Camel JBang to easily run infrastructure services:
+==== Camel CLI
+Install Camel CLI to easily run infrastructure services:
$ curl -Ls https://sh.jbang.dev | bash -s - trust add
https://github.com/apache/camel/
$ curl -Ls https://sh.jbang.dev | bash -s - app install --fresh --force
camel@apache/camel
@@ -48,7 +48,7 @@ Make sure Ollama is running on `http://localhost:11434`
(default port) or update
NOTE: While you can use `camel infra run ollama` to run Ollama via Docker, be
aware of performance limitations. On macOS, the Docker image cannot utilize GPU
acceleration, making it extremely slow. Additionally, when running the Camel
Ollama test-infra, both the Ollama Docker image and the default model
(granite4, ~3GB) need to be downloaded on first run, which can be very
time-consuming. For better performance, it's recommended to install Ollama
natively.
==== Qdrant
-Use Camel JBang to run Qdrant:
+Use Camel CLI to run Qdrant:
$ camel infra run qdrant
diff --git a/milvus/readme.adoc b/milvus/readme.adoc
index 4807a81c..10fcc4d9 100644
--- a/milvus/readme.adoc
+++ b/milvus/readme.adoc
@@ -15,7 +15,7 @@ The pipeline works end-to-end:
=== Prerequisites
-1. A running Milvus instance (using
https://camel.apache.org/manual/camel-jbang.html[Camel JBang]):
+1. A running Milvus instance (using
https://camel.apache.org/manual/camel-jbang.html[Camel CLI]):
----
camel infra run milvus