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.git
The following commit(s) were added to refs/heads/main by this push: new cd077a01b8c Update camel-console.adoc cd077a01b8c is described below commit cd077a01b8c27cebe9e1b9ebe60efa5f4264de5d Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Nov 21 20:34:46 2022 +0100 Update camel-console.adoc --- docs/user-manual/modules/ROOT/pages/camel-console.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-manual/modules/ROOT/pages/camel-console.adoc b/docs/user-manual/modules/ROOT/pages/camel-console.adoc index a1f78f42f8a..af7e8824e74 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-console.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-console.adoc @@ -74,14 +74,14 @@ http://localhost:8080/actuator/camel/routes === Dev Console and Camel JBang The Developer Console is easily available when using xref:camel-jbang.adoc[Camel JBang], -by the `--console` argument when running JBang. +by the `--console` argument when running Camel JBang. For example to run a Camel route from `foo.yaml` and additional configurations from `myapp.properties` you can run as follows and have the console started and accessible from `http://localhost:8080/q/dev` [source,bash] ---- -$ jbang camel@apache/camel run foo.yaml myapp.properties --console +$ camel run foo.yaml myapp.properties --console ---- == Writing Custom Dev Consoles