Overview of Camel CLI capabilities
mainThe Camel CLI supports a full development lifecycle including:
- Running & Dev Mode: Hot reload, profiles, properties, and dependency management.
- Dev Services: Managing local infrastructure (databases, brokers) via containers.
- Data Transformation: Transforming messages using expression languages and data formats.
- Debugging & Management: Route debugging, message tracing, health checks, metrics, and log tailing.
- AI Integration: Using the Camel MCP Server to expose the Camel catalog to AI tools like Claude Code or GitHub Copilot.
- Exporting: Converting prototypes into production-ready Spring Boot, Quarkus, or Camel Main Maven projects using
camel export.