You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/04/29 11:40:00 UTC

[camel-kamelets-examples] branch main updated: CAMEL-18034: camel-jbang - Rename --reload to --dev

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-kamelets-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 3d641d7  CAMEL-18034: camel-jbang - Rename --reload to --dev
3d641d7 is described below

commit 3d641d72dbdbbb96ba615f6e79b634c2e53eec29
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Apr 29 13:39:54 2022 +0200

    CAMEL-18034: camel-jbang - Rename --reload to --dev
---
 jbang/dependency-injection/README.adoc | 5 ++---
 jbang/hello-java/README.adoc           | 4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/jbang/dependency-injection/README.adoc b/jbang/dependency-injection/README.adoc
index ef5f569..f7a68b7 100644
--- a/jbang/dependency-injection/README.adoc
+++ b/jbang/dependency-injection/README.adoc
@@ -49,16 +49,15 @@ $ jbang camel@apache/camel run *
 
 === Live reload
 
-You can run the example with reload enabled which allows you to edit the example,
+You can run the example in dev mode which allows you to edit the example,
 and hot-reload when the file is saved.
 
 [source,sh]
 ----
-$ camel run * --reload
+$ camel run * --dev
 ----
 
 
-
 === Help and contributions
 
 If you hit any problem using Camel or have some feedback, then please
diff --git a/jbang/hello-java/README.adoc b/jbang/hello-java/README.adoc
index d7eb4c0..05099ee 100644
--- a/jbang/hello-java/README.adoc
+++ b/jbang/hello-java/README.adoc
@@ -65,12 +65,12 @@ $ jbang camel@apache/camel run https://github.com/apache/camel-k/tree/main/examp
 
 === Live reload
 
-You can run the example with reload enabled which allows you to edit the example,
+You can run the example in dev mode which allows you to edit the example,
 and hot-reload when the file is saved.
 
 [source,sh]
 ----
-$ camel run Hey.java --reload
+$ camel run Hey.java --dev
 ----
 
 === Developer Web Console