Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.4.0
-
None
-
Unknown
Description
Try running a camel-jbang-plugin-k results in the following error
$ camel k run route.yaml [jbang] [ERROR] Script or alias could not be found or read: 'camel' [jbang] Run with --verbose for more details
There is a workaround
jbang run --deps=org.apache.camel:camel-jbang-plugin-k:4.4.0 camel@apache/camel k run <file.yaml>