Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ camel catalog kamelet [options]
|===
| Option | Description | Default | Type
| `--filter` | Filter by name or description | | String
| `--kamelets-version` | Apache Camel Kamelets version | RuntimeType.KAMELETS_VERSION | String
| `--kamelets-version` | Apache Camel Kamelets version (auto-detected from classpath if not set) | | String
| `--sort` | Sort by name, type, support-level, or description | name | String
| `--type,--filter-type` | Filter by type: source, sink, or action | | String
| `-h,--help` | Display the help and sub-commands | | boolean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ camel debug [options]
| `--jfr` | Enables Java Flight Recorder saving recording to disk on exit | false | boolean
| `--jfr-profile` | Java Flight Recorder profile to use (such as default or profile) | | String
| `--jvm-debug` | To enable JVM remote debugging on port 4004 by default. The supported values are true to enable the remote debugging, false to disable the remote debugging or a number to use a custom port | | int
| `--kamelets-version` | Apache Camel Kamelets version | | String
| `--kamelets-version` | Apache Camel Kamelets version (auto-detected from classpath if not set) | | String
| `--lazy-bean` | Whether to use lazy bean initialization (can help with complex classloading issues) | false | boolean
| `--local-kamelet-dir` | Local directory (or github link) for loading Kamelets (takes precedence). Multiple directories can be specified separated by comma. | | String
| `--log-lines` | Number of log lines to display on top of screen | 10 | int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ camel dependency copy [options]
| `--hawtio-version` | Version of the Hawtio web console | HawtioVersion.HAWTIO_VERSION | String
| `--ignore-loading-error` | Whether to ignore route loading and compilation errors (use this with care!) | false | boolean
| `--java-version,--java` | Java version | 21 | String
| `--kamelets-version` | Apache Camel Kamelets version | RuntimeType.KAMELETS_VERSION | String
| `--kamelets-version` | Apache Camel Kamelets version (auto-detected from classpath if not set) | | String
| `--lazy-bean` | Whether to use lazy bean initialization (can help with complex classloading issues | true | boolean
| `--local-kamelet-dir` | Local directory for loading Kamelets (takes precedence) | | String
| `--logging` | Can be used to turn on logging to console (logs by default to file in <user home>/.camel directory) | false | boolean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ camel dependency list [options]
| `--hawtio-version` | Version of the Hawtio web console | HawtioVersion.HAWTIO_VERSION | String
| `--ignore-loading-error` | Whether to ignore route loading and compilation errors (use this with care!) | false | boolean
| `--java-version,--java` | Java version | 21 | String
| `--kamelets-version` | Apache Camel Kamelets version | RuntimeType.KAMELETS_VERSION | String
| `--kamelets-version` | Apache Camel Kamelets version (auto-detected from classpath if not set) | | String
| `--lazy-bean` | Whether to use lazy bean initialization (can help with complex classloading issues | true | boolean
| `--local-kamelet-dir` | Local directory for loading Kamelets (takes precedence) | | String
| `--logging` | Can be used to turn on logging to console (logs by default to file in <user home>/.camel directory) | false | boolean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ camel dependency update [options]
| `--hawtio-version` | Version of the Hawtio web console | HawtioVersion.HAWTIO_VERSION | String
| `--ignore-loading-error` | Whether to ignore route loading and compilation errors (use this with care!) | false | boolean
| `--java-version,--java` | Java version | 21 | String
| `--kamelets-version` | Apache Camel Kamelets version | RuntimeType.KAMELETS_VERSION | String
| `--kamelets-version` | Apache Camel Kamelets version (auto-detected from classpath if not set) | | String
| `--lazy-bean` | Whether to use lazy bean initialization (can help with complex classloading issues | true | boolean
| `--local-kamelet-dir` | Local directory for loading Kamelets (takes precedence) | | String
| `--logging` | Can be used to turn on logging to console (logs by default to file in <user home>/.camel directory) | false | boolean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ camel doc [options]
| `--download` | Whether to allow automatic downloading JAR dependencies (over the internet) | true | boolean
| `--filter` | Filter option listed in tables by name, description, or group | | String
| `--header` | Whether to display component message headers | false | boolean
| `--kamelets-version` | Apache Camel Kamelets version | RuntimeType.KAMELETS_VERSION | String
| `--kamelets-version` | Apache Camel Kamelets version (auto-detected from classpath if not set) | | String
| `--open-url` | Opens the online documentation form the Camel website in the web browser | false | boolean
| `--quarkus-group-id` | Quarkus Platform Maven groupId | io.quarkus.platform | String
| `--quarkus-version` | Quarkus Platform version | RuntimeType.QUARKUS_VERSION | String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ camel export [options]
| `--hawtio-version` | Version of the Hawtio web console | HawtioVersion.HAWTIO_VERSION | String
| `--ignore-loading-error` | Whether to ignore route loading and compilation errors (use this with care!) | false | boolean
| `--java-version,--java` | Java version | 21 | String
| `--kamelets-version` | Apache Camel Kamelets version | RuntimeType.KAMELETS_VERSION | String
| `--kamelets-version` | Apache Camel Kamelets version (auto-detected from classpath if not set) | | String
| `--lazy-bean` | Whether to use lazy bean initialization (can help with complex classloading issues | true | boolean
| `--local-kamelet-dir` | Local directory for loading Kamelets (takes precedence) | | String
| `--logging` | Can be used to turn on logging to console (logs by default to file in <user home>/.camel directory) | false | boolean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ camel init [options]
| `--clean-dir,--clean-directory` | Whether to clean directory first (deletes all files in directory) | | boolean
| `--dir,--directory` | Directory relative path where the new Camel integration will be saved | . | String
| `--from-kamelet` | To be used when extending an existing Kamelet | | String
| `--kamelets-version` | Apache Camel Kamelets version | | String
| `--kamelets-version` | Apache Camel Kamelets version (auto-detected from classpath if not set) | | String
| `--pipe` | When creating a yaml file should it be created as a Pipe CR | | boolean
| `--repo,--repos` | Additional maven repositories (Use commas to separate multiple repositories) | | String
| `-h,--help` | Display the help and sub-commands | | boolean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ camel run [options]
| `--jfr` | Enables Java Flight Recorder saving recording to disk on exit | false | boolean
| `--jfr-profile` | Java Flight Recorder profile to use (such as default or profile) | | String
| `--jvm-debug` | To enable JVM remote debugging on port 4004 by default. The supported values are true to enable the remote debugging, false to disable the remote debugging or a number to use a custom port | | int
| `--kamelets-version` | Apache Camel Kamelets version | | String
| `--kamelets-version` | Apache Camel Kamelets version (auto-detected from classpath if not set) | | String
| `--lazy-bean` | Whether to use lazy bean initialization (can help with complex classloading issues) | false | boolean
| `--local-kamelet-dir` | Local directory (or github link) for loading Kamelets (takes precedence). Multiple directories can be specified separated by comma. | | String
| `--logging` | Can be used to turn off logging | true | boolean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ camel sbom [options]
| `--hawtio-version` | Version of the Hawtio web console | HawtioVersion.HAWTIO_VERSION | String
| `--ignore-loading-error` | Whether to ignore route loading and compilation errors (use this with care!) | false | boolean
| `--java-version,--java` | Java version | 21 | String
| `--kamelets-version` | Apache Camel Kamelets version | RuntimeType.KAMELETS_VERSION | String
| `--kamelets-version` | Apache Camel Kamelets version (auto-detected from classpath if not set) | | String
| `--lazy-bean` | Whether to use lazy bean initialization (can help with complex classloading issues | true | boolean
| `--local-kamelet-dir` | Local directory for loading Kamelets (takes precedence) | | String
| `--logging` | Can be used to turn on logging to console (logs by default to file in <user home>/.camel directory) | false | boolean
Expand Down
Loading
Loading