You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ap...@apache.org on 2024/03/05 10:18:20 UTC

(camel-kamelets-examples) branch main updated: Add missing space when using camel run

This is an automated email from the ASF dual-hosted git repository.

apupier 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 e40dcf0  Add missing space when using camel run
e40dcf0 is described below

commit e40dcf05b9a742fa73361351bcf8671b2e06cf33
Author: Aurélien Pupier <ap...@redhat.com>
AuthorDate: Tue Mar 5 11:02:18 2024 +0100

    Add missing space when using camel run
    
    Signed-off-by: Aurélien Pupier <ap...@redhat.com>
---
 jbang/app-routes-spring-beans/README.adoc | 2 +-
 jbang/camelk-bean/README.adoc             | 2 +-
 jbang/camelk-bind/README.adoc             | 2 +-
 jbang/chaos-monkey/README.adoc            | 2 +-
 jbang/custom-kamelet/README.adoc          | 2 +-
 jbang/error-handler/README.adoc           | 2 +-
 jbang/hello-endpoint-dsl/README.adoc      | 6 +++---
 jbang/hello-java/README.adoc              | 2 +-
 jbang/hello-xml/README.adoc               | 2 +-
 jbang/hello-yaml/README.adoc              | 2 +-
 jbang/knative/README.adoc                 | 2 +-
 jbang/languages/README.adoc               | 4 ++--
 jbang/metrics/README.adoc                 | 2 +-
 jbang/prometheus/README.adoc              | 2 +-
 jbang/slack-source/README.adoc            | 2 +-
 15 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/jbang/app-routes-spring-beans/README.adoc b/jbang/app-routes-spring-beans/README.adoc
index e53f452..dffbf59 100644
--- a/jbang/app-routes-spring-beans/README.adoc
+++ b/jbang/app-routes-spring-beans/README.adoc
@@ -53,7 +53,7 @@ The example can also be run directly by referring to the github URL as shown:
 
 [source,sh]
 ----
-$ camel runhttps://github.com/apache/camel-kamelets-examples/tree/main/jbang/app-routes-beans
+$ camel run https://github.com/apache/camel-kamelets-examples/tree/main/jbang/app-routes-beans
 ----
 
 === Developer Web Console
diff --git a/jbang/camelk-bean/README.adoc b/jbang/camelk-bean/README.adoc
index 3e643ef..675fefb 100644
--- a/jbang/camelk-bean/README.adoc
+++ b/jbang/camelk-bean/README.adoc
@@ -40,7 +40,7 @@ The example can also be run directly by referring to the github URL as shown:
 
 [source,sh]
 ----
-$ camel runhttps://github.com/apache/camel-kamelets-examples/tree/main/jbang/camelk-bean
+$ camel run https://github.com/apache/camel-kamelets-examples/tree/main/jbang/camelk-bean
 ----
 
 === Live reload
diff --git a/jbang/camelk-bind/README.adoc b/jbang/camelk-bind/README.adoc
index 4145da0..d3de026 100644
--- a/jbang/camelk-bind/README.adoc
+++ b/jbang/camelk-bind/README.adoc
@@ -40,7 +40,7 @@ The example can also be run directly by referring to the github URL as shown:
 
 [source,sh]
 ----
-$ camel runhttps://github.com/apache/camel-kamelets-examples/tree/main/jbang/camelk-bind
+$ camel run https://github.com/apache/camel-kamelets-examples/tree/main/jbang/camelk-bind
 ----
 
 === Live reload
diff --git a/jbang/chaos-monkey/README.adoc b/jbang/chaos-monkey/README.adoc
index 9e23ccf..994c8df 100644
--- a/jbang/chaos-monkey/README.adoc
+++ b/jbang/chaos-monkey/README.adoc
@@ -43,7 +43,7 @@ The example can also be run directly by referring to the github URL as shown:
 
 [source,sh]
 ----
-$ camel runhttps://github.com/apache/camel-kamelets-examples/tree/main/jbang/chaos-monkey --health
+$ camel run https://github.com/apache/camel-kamelets-examples/tree/main/jbang/chaos-monkey --health
 ----
 
 === Health Check Console
diff --git a/jbang/custom-kamelet/README.adoc b/jbang/custom-kamelet/README.adoc
index f5bdf56..673c190 100644
--- a/jbang/custom-kamelet/README.adoc
+++ b/jbang/custom-kamelet/README.adoc
@@ -51,7 +51,7 @@ The example can also be run directly by referring to the github URL as shown:
 
 [source,sh]
 ----
-$ camel runhttps://github.com/apache/camel-kamelets-examples/tree/main/jbang/custom-kamelet --local-kamelet-dir=https://github.com/apache/camel-kamelets-examples/tree/main/custom-kamelets
+$ camel run https://github.com/apache/camel-kamelets-examples/tree/main/jbang/custom-kamelet --local-kamelet-dir=https://github.com/apache/camel-kamelets-examples/tree/main/custom-kamelets
 ----
 
 
diff --git a/jbang/error-handler/README.adoc b/jbang/error-handler/README.adoc
index f43d6b8..5389886 100644
--- a/jbang/error-handler/README.adoc
+++ b/jbang/error-handler/README.adoc
@@ -39,7 +39,7 @@ The example can also be run directly by referring to the github URL as shown:
 
 [source,sh]
 ----
-$ camel runhttps://github.com/apache/camel-kamelets-examples/tree/main/jbang/error-handler
+$ camel run https://github.com/apache/camel-kamelets-examples/tree/main/jbang/error-handler
 ----
 
 === Help and contributions
diff --git a/jbang/hello-endpoint-dsl/README.adoc b/jbang/hello-endpoint-dsl/README.adoc
index f8f8706..0b59956 100644
--- a/jbang/hello-endpoint-dsl/README.adoc
+++ b/jbang/hello-endpoint-dsl/README.adoc
@@ -39,21 +39,21 @@ The example can also be run directly by referring to the github URL as shown:
 
 [source,sh]
 ----
-$ camel runhttps://github.com/apache/camel-kamelets-examples/tree/main/jbang/hello-endpoint-dsl
+$ camel run https://github.com/apache/camel-kamelets-examples/tree/main/jbang/hello-endpoint-dsl
 ----
 
 You can even try other examples such as the polyglot example from Camel K:
 
 [source,sh]
 ----
-$ camel runhttps://github.com/apache/camel-k/tree/main/examples/polyglot
+$ camel run https://github.com/apache/camel-k/tree/main/examples/polyglot
 ----
 
 Or the Kotlin route(s) (you can use wildcards):
 
 [source,sh]
 ----
-$ camel runhttps://github.com/apache/camel-k/tree/main/examples/languages/*.kts
+$ camel run https://github.com/apache/camel-k/tree/main/examples/languages/*.kts
 ----
 
 === Live reload
diff --git a/jbang/hello-java/README.adoc b/jbang/hello-java/README.adoc
index aa2669b..b06192c 100644
--- a/jbang/hello-java/README.adoc
+++ b/jbang/hello-java/README.adoc
@@ -49,7 +49,7 @@ The example can also be run directly by referring to the github URL as shown:
 
 [source,sh]
 ----
-$ camel runhttps://github.com/apache/camel-kamelets-examples/tree/main/jbang/hello-java
+$ camel run https://github.com/apache/camel-kamelets-examples/tree/main/jbang/hello-java
 ----
 
 === Developer Web Console
diff --git a/jbang/hello-xml/README.adoc b/jbang/hello-xml/README.adoc
index a5de2b3..3488ce5 100644
--- a/jbang/hello-xml/README.adoc
+++ b/jbang/hello-xml/README.adoc
@@ -49,7 +49,7 @@ The example can also be run directly by referring to the github URL as shown:
 
 [source,sh]
 ----
-$ camel runhttps://github.com/apache/camel-kamelets-examples/tree/main/jbang/hello-xml
+$ camel run https://github.com/apache/camel-kamelets-examples/tree/main/jbang/hello-xml
 ----
 
 === Developer Web Console
diff --git a/jbang/hello-yaml/README.adoc b/jbang/hello-yaml/README.adoc
index 2605197..adb1469 100644
--- a/jbang/hello-yaml/README.adoc
+++ b/jbang/hello-yaml/README.adoc
@@ -39,7 +39,7 @@ The example can also be run directly by referring to the github URL as shown:
 
 [source,sh]
 ----
-$ camel runhttps://github.com/apache/camel-kamelets-examples/tree/main/jbang/hello-yaml
+$ camel run https://github.com/apache/camel-kamelets-examples/tree/main/jbang/hello-yaml
 ----
 
 === Live reload
diff --git a/jbang/knative/README.adoc b/jbang/knative/README.adoc
index 1e7803e..b59c578 100644
--- a/jbang/knative/README.adoc
+++ b/jbang/knative/README.adoc
@@ -58,7 +58,7 @@ The example can also be run directly by referring to the github URL as shown:
 
 [source,sh]
 ----
-$ camel runhttps://github.com/apache/camel-kamelets-examples/tree/main/jbang/knative
+$ camel run https://github.com/apache/camel-kamelets-examples/tree/main/jbang/knative
 ----
 
 === Developer Web Console
diff --git a/jbang/languages/README.adoc b/jbang/languages/README.adoc
index b61201c..95d8082 100644
--- a/jbang/languages/README.adoc
+++ b/jbang/languages/README.adoc
@@ -39,7 +39,7 @@ You can also filter to only run the yaml DSL by:
 
 [source,sh]
 ----
-$ camel run*.yaml
+$ camel run *.yaml
 ----
 
 === Live reload
@@ -58,7 +58,7 @@ The example can also be run directly by referring to the github URL as shown:
 
 [source,sh]
 ----
-$ camel runhttps://github.com/apache/camel-kamelets-examples/tree/main/jbang/languages
+$ camel run https://github.com/apache/camel-kamelets-examples/tree/main/jbang/languages
 ----
 
 === Developer Web Console
diff --git a/jbang/metrics/README.adoc b/jbang/metrics/README.adoc
index b19c8d9..d17b8c3 100644
--- a/jbang/metrics/README.adoc
+++ b/jbang/metrics/README.adoc
@@ -39,7 +39,7 @@ The example can also be run directly by referring to the github URL as shown:
 
 [source,sh]
 ----
-$ camel runhttps://github.com/apache/camel-kamelets-examples/tree/main/jbang/metrics
+$ camel run https://github.com/apache/camel-kamelets-examples/tree/main/jbang/metrics
 ----
 
 === Developer Web Console
diff --git a/jbang/prometheus/README.adoc b/jbang/prometheus/README.adoc
index 8036f85..d586547 100644
--- a/jbang/prometheus/README.adoc
+++ b/jbang/prometheus/README.adoc
@@ -47,7 +47,7 @@ The example can also be run directly by referring to the github URL as shown:
 
 [source,sh]
 ----
-$ camel runhttps://github.com/apache/camel-kamelets-examples/tree/main/jbang/prometheus
+$ camel run https://github.com/apache/camel-kamelets-examples/tree/main/jbang/prometheus
 ----
 
 === Micrometer
diff --git a/jbang/slack-source/README.adoc b/jbang/slack-source/README.adoc
index ee2e7fe..da6635c 100644
--- a/jbang/slack-source/README.adoc
+++ b/jbang/slack-source/README.adoc
@@ -90,7 +90,7 @@ The example can also be run directly by referring to the github URL as shown:
 
 [source,sh]
 ----
-$ camel runhttps://github.com/apache/camel-kamelets-examples/tree/main/jbang/slack-source
+$ camel run https://github.com/apache/camel-kamelets-examples/tree/main/jbang/slack-source
 ----
 
 === Developer Web Console