You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Federico Mariani (Jira)" <ji...@apache.org> on 2023/02/18 10:40:00 UTC

[jira] [Created] (CAMEL-19074) camel-jbang - background not working as expected

Federico Mariani created CAMEL-19074:
----------------------------------------

             Summary: camel-jbang - background not working as expected
                 Key: CAMEL-19074
                 URL: https://issues.apache.org/jira/browse/CAMEL-19074
             Project: Camel
          Issue Type: Bug
          Components: camel-jbang
    Affects Versions: 3.20.2
            Reporter: Federico Mariani


Tested with version 3.20.1 and 3.20.2

When executing 
{code:java}
camel run app/cheese.yaml --background

No Camel integration files to run
{code}
The integration file cannot be found, same command without --background works as expected

When executing
{code:java}
camel run-background app/cheese.yaml

Unmatched arguments from index 0: 'run-background', 'app/cheese.yaml'
Did you mean: run or bind or dependency?
{code}

run-background does not exist at all. Am I missing something? Moreover I think that documentation and --help needs to be updated with _run-background_



--
This message was sent by Atlassian Jira
(v8.20.10#820010)