Skip to content

Commit

Permalink
Add openapi contract first example
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Apr 4, 2024
1 parent 3b3141e commit 17bc93e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion openapi-contract-first/readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ curl -XPUT -H "Content-Type: application/json" --data "@daisy.json" http://0.0.0
----



=== Camel CLI

This application is integrated with the Camel CLI (camel-jbang) via the `camel-cli-connector-starter` dependency (see `pom.xml`).
Expand All @@ -49,6 +48,11 @@ And then use the CLI to see status:
PID NAME CAMEL PLATFORM PROFILE READY STATUS RELOAD AGE ROUTE MSG/S TOTAL FAIL INFLIGHT LAST DELTA SINCE-LAST
87918 CamelPetStore 4.6.0 Spring Boot v3.2.4 1/1 Running 0 7s 3/3 0.00 0 0 0 -/-/-

To see which Rest APIs that are available in the running Camel application, you can use camel-jbang as follows:

$camel get service


=== Help and contributions

If you hit any problem using Camel or have some feedback, then please
Expand Down

0 comments on commit 17bc93e

Please sign in to comment.