Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 615 Bytes

VSCODE_HOWTO.md

File metadata and controls

30 lines (19 loc) · 615 Bytes

How to use Karavan

Create new Integration

create

Edit an existing Integration

open

Run integration locally

  • Run in UI: click Run button

run

  • Run using CLI
    jbang -Dcamel.jbang.version=3.21.0 camel@apache/camel run $INTEGRATION.yaml --max-messages=10 --logging-level=info

Export integration to Maven project

  • Export using context menu export

  • Export using CLI

    jbang -Dcamel.jbang.version=3.21.0 camel@apache/camel export --directory=export