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 699a9d31cc0 CAMEL-18794: camel-jbang - Run --code 699a9d31cc0 is described below commit 699a9d31cc0bfbd9d4bedb6f2782ca0ba199ae72 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Dec 4 14:33:03 2022 +0100 CAMEL-18794: camel-jbang - Run --code --- docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc index 8eb85b029a1..2ba6e94dacc 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc @@ -147,6 +147,7 @@ This is very limited as the CLI argument is a bit cumbersome to use than files. - Java DSL code is only supported - Code wrapped in single quote, so you can use double quote in Java DSL +- Code limited to what literal values possible to provide from the terminal and JBang. - All route(s) must be defined in a single `--code` parameter. NOTE: Using `--code` is only usable for very quick and small prototypes.