I'm using kamel CLI to launch my integrations programmatically. I was testing the kamel exit code, assuming that 0 (zero) is "everything ok".
But recently I have launched an integration containing a invalid Modeline: //camel-k: trait=prometeus.enabled=true The correct is ("h" was missing): //camel-k: trait=prometheus.enabled=true But the kamel exited with code "0", and the integration was not launched. So, this behavior is a BUG or is it expected? How can I guarantee that my integration was launched?