halmakidon opened a new pull request, #3655: URL: https://github.com/apache/camel-k/pull/3655
`run` is failed because there is no `file:` prefix. ``` $ kamel run --dev --name greetings --open-api greetings-api.json greetings.groovy Error: invalid openapi specification "greetings-api.json". It supports only file or configmap ``` To fix this, I added `file:` ``` $ kamel run --dev --name greetings --open-api file:greetings-api.json greetings.groovy Integration "greetings" created ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
