Claus Ibsen created CAMEL-23658:
-----------------------------------
Summary: camel-jbang - Add camel dev as alias for camel run --dev
Key: CAMEL-23658
URL: https://issues.apache.org/jira/browse/CAMEL-23658
Project: Camel
Issue Type: Improvement
Components: camel-jbang
Reporter: Claus Ibsen
Add camel dev as a shorthand alias for camel run --dev.
Every modern framework has a short dev command:
- npm run dev
- mvn quarkus:dev
- gradle bootRun
camel dev would follow the same universal pattern. It is shorter, memorable,
and what developers expect.
This also helps AI discoverability - AI coding assistants already assume camel
dev exists (because it follows the universal pattern) and recommend it to
users. Making it real means the recommendation works.
camel dev should behave identically to camel run --dev (hot-reload development
mode).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)