You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luca Burgazzoli (Jira)" <ji...@apache.org> on 2021/12/22 08:57:00 UTC

[jira] [Created] (CAMEL-17370) rename CamelJBang app to camel

Luca Burgazzoli created CAMEL-17370:
---------------------------------------

             Summary: rename CamelJBang app to camel
                 Key: CAMEL-17370
                 URL: https://issues.apache.org/jira/browse/CAMEL-17370
             Project: Camel
          Issue Type: Improvement
          Components: camel-jbang
            Reporter: Luca Burgazzoli


As per [documentation|https://camel.apache.org/manual/camel-jbang.html], you can install the camel jbang app, by running the following command:

{code}
$ jbang app install CamelJBang@apache/camel
{code}

And then you can use it to run integrations like:

{code}
$ CamelJBang run jms-amqp-10-sink-binding.yaml
{code}

I wonder if instead of *CamelJBang* we can simply use *camel*, like

{code}
$ jbang app install camel@apache/camel
$ camel run jms-amqp-10-sink-binding.yaml
{code}




--
This message was sent by Atlassian Jira
(v8.20.1#820001)