Camel CLI
Camel CLI Command Reference
登录后可跨设备保存划线和私人笔记登录
Camel CLI Command Reference
This page provides a reference for all Camel CLI commands.
You can also use camel --help or camel <command> --help to see available commands and options. |
|---|
Commands
| Command | Description |
|---|---|
| camel ask | Ask a question about a running Camel application using AI |
| camel bind | DEPRECATED: Bind source and sink Kamelets as a new Camel integration |
| camel catalog | List artifacts from Camel Catalog |
| camel cmd | Performs commands in the running Camel integrations, such as start/stop route, or change logging levels. |
| camel completion | Generate completion script for bash/zsh |
| camel config | Get and set user configuration values |
| camel debug | Debug local Camel integration |
| camel dependency | Displays all Camel dependencies required to run |
| camel dev | Run in dev mode with live reload |
| camel dirty | Check if there are dirty files from previous Camel runs that did not terminate gracefully |
| camel doc | Shows documentation for kamelet, component, and other Camel resources |
| camel doctor | Checks the environment and reports potential issues |
| camel eval | Evaluate Camel expressions and scripts |
| camel explain | Explain what a Camel route does using AI/LLM |
| camel export | Export to other runtimes (Camel Main, Spring Boot, or Quarkus) |
| camel get | Get status of Camel integrations |
| camel harden | Suggest security hardening for Camel routes using AI/LLM |
| camel hawtio | Launch Hawtio web console |
| camel infra | List and Run external services for testing and prototyping |
| camel init | Creates a new Camel integration |
| camel jolokia | Attach Jolokia JVM Agent to a running Camel integration |
| camel log | Tail logs from running Camel integrations |
| camel nano | Nano editor to edit file |
| camel plugin | Manage plugins that add sub-commands to this CLI |
| camel ps | List running Camel integrations |
| camel restart | Restarts running Camel integrations (stop + re-launch) |
| camel run | Run as local Camel integration |
| camel sbom | Generate a CycloneDX or SPDX SBOM for a specific project |
| camel script | Run Camel integration as shell script for terminal scripting |
| camel shell | Interactive Camel CLI shell. |
| camel stop | Shuts down running Camel integrations |
| camel top | Top status of Camel integrations |
| camel trace | Tail message traces from running Camel integrations |
| camel transform | Transform message or Camel routes |
| camel update | Update Camel project |
| camel version | Manage Camel versions |
| camel wrapper | Install Camel wrapper scripts for version pinning |
评论
登录后参与评论
正在加载评论…
KnowForge