Skip to content

Commit 617ae3c

Browse files
gnodetclaude
andcommitted
CAMEL-22544: Regenerate jbang command metadata after rebase
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 345be70 commit 617ae3c

8 files changed

Lines changed: 17 additions & 10 deletions

File tree

docs/user-manual/modules/ROOT/pages/jbang-commands/camel-jbang-debug.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ camel debug [options]
3636
| `--gav` | The Maven group:artifact:version (used during exporting) | | String
3737
| `--health` _(deprecated)_ | Deprecated: use --observe instead. Health check at /q/health on local HTTP server (port 8080 by default) | false | boolean
3838
| `--ignore-loading-error` | Whether to ignore route loading and compilation errors (use this with care!) | false | boolean
39+
| `--java-version,--java` | Java version () | 21 | String
3940
| `--jfr` | Enables Java Flight Recorder saving recording to disk on exit | false | boolean
4041
| `--jfr-profile` | Java Flight Recorder profile to use (such as default or profile) | | String
4142
| `--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

docs/user-manual/modules/ROOT/pages/jbang-commands/camel-jbang-dependency-copy.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ camel dependency copy [options]
3434
| `--hawtio` | Whether to include Hawtio web console (only available for exporting to Spring Boot or Quarkus) | false | boolean
3535
| `--hawtio-version` | Version of the Hawtio web console | HawtioVersion.HAWTIO_VERSION | String
3636
| `--ignore-loading-error` | Whether to ignore route loading and compilation errors (use this with care!) | false | boolean
37-
| `--java-version` | Java version () | 21 | String
37+
| `--java-version,--java` | Java version () | 21 | String
3838
| `--kamelets-version` | Apache Camel Kamelets version | RuntimeType.KAMELETS_VERSION | String
3939
| `--lazy-bean` | Whether to use lazy bean initialization (can help with complex classloading issues | true | boolean
4040
| `--local-kamelet-dir` | Local directory for loading Kamelets (takes precedence) | | String
@@ -59,6 +59,7 @@ camel dependency copy [options]
5959
| `--prop,--property` | Camel application properties, ex. --property=prop1=foo | | String
6060
| `--quarkus-artifact-id` | Quarkus Platform Maven artifactId | quarkus-bom | String
6161
| `--quarkus-group-id` | Quarkus Platform Maven groupId | io.quarkus.platform | String
62+
| `--quarkus-package-type` | Quarkus package type (uber-jar or fast-jar) | uber-jar | String
6263
| `--quarkus-version` | Quarkus Platform version | RuntimeType.QUARKUS_VERSION | String
6364
| `--quiet` | Will be quiet, only print when error occurs | false | boolean
6465
| `--repo,--repos` | Additional maven repositories (Use commas to separate multiple repositories) | | String

docs/user-manual/modules/ROOT/pages/jbang-commands/camel-jbang-dependency-list.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ camel dependency list [options]
3434
| `--hawtio` | Whether to include Hawtio web console (only available for exporting to Spring Boot or Quarkus) | false | boolean
3535
| `--hawtio-version` | Version of the Hawtio web console | HawtioVersion.HAWTIO_VERSION | String
3636
| `--ignore-loading-error` | Whether to ignore route loading and compilation errors (use this with care!) | false | boolean
37-
| `--java-version` | Java version () | 21 | String
37+
| `--java-version,--java` | Java version () | 21 | String
3838
| `--kamelets-version` | Apache Camel Kamelets version | RuntimeType.KAMELETS_VERSION | String
3939
| `--lazy-bean` | Whether to use lazy bean initialization (can help with complex classloading issues | true | boolean
4040
| `--local-kamelet-dir` | Local directory for loading Kamelets (takes precedence) | | String
@@ -58,6 +58,7 @@ camel dependency list [options]
5858
| `--prop,--property` | Camel application properties, ex. --property=prop1=foo | | String
5959
| `--quarkus-artifact-id` | Quarkus Platform Maven artifactId | quarkus-bom | String
6060
| `--quarkus-group-id` | Quarkus Platform Maven groupId | io.quarkus.platform | String
61+
| `--quarkus-package-type` | Quarkus package type (uber-jar or fast-jar) | uber-jar | String
6162
| `--quarkus-version` | Quarkus Platform version | RuntimeType.QUARKUS_VERSION | String
6263
| `--quiet` | Will be quiet, only print when error occurs | false | boolean
6364
| `--repo,--repos` | Additional maven repositories (Use commas to separate multiple repositories) | | String

docs/user-manual/modules/ROOT/pages/jbang-commands/camel-jbang-dependency-update.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ camel dependency update [options]
3535
| `--hawtio` | Whether to include Hawtio web console (only available for exporting to Spring Boot or Quarkus) | false | boolean
3636
| `--hawtio-version` | Version of the Hawtio web console | HawtioVersion.HAWTIO_VERSION | String
3737
| `--ignore-loading-error` | Whether to ignore route loading and compilation errors (use this with care!) | false | boolean
38-
| `--java-version` | Java version () | 21 | String
38+
| `--java-version,--java` | Java version () | 21 | String
3939
| `--kamelets-version` | Apache Camel Kamelets version | RuntimeType.KAMELETS_VERSION | String
4040
| `--lazy-bean` | Whether to use lazy bean initialization (can help with complex classloading issues | true | boolean
4141
| `--local-kamelet-dir` | Local directory for loading Kamelets (takes precedence) | | String
@@ -59,6 +59,7 @@ camel dependency update [options]
5959
| `--prop,--property` | Camel application properties, ex. --property=prop1=foo | | String
6060
| `--quarkus-artifact-id` | Quarkus Platform Maven artifactId | quarkus-bom | String
6161
| `--quarkus-group-id` | Quarkus Platform Maven groupId | io.quarkus.platform | String
62+
| `--quarkus-package-type` | Quarkus package type (uber-jar or fast-jar) | uber-jar | String
6263
| `--quarkus-version` | Quarkus Platform version | RuntimeType.QUARKUS_VERSION | String
6364
| `--quiet` | Will be quiet, only print when error occurs | false | boolean
6465
| `--repo,--repos` | Additional maven repositories (Use commas to separate multiple repositories) | | String

docs/user-manual/modules/ROOT/pages/jbang-commands/camel-jbang-export.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ camel export [options]
3434
| `--hawtio` | Whether to include Hawtio web console (only available for exporting to Spring Boot or Quarkus) | false | boolean
3535
| `--hawtio-version` | Version of the Hawtio web console | HawtioVersion.HAWTIO_VERSION | String
3636
| `--ignore-loading-error` | Whether to ignore route loading and compilation errors (use this with care!) | false | boolean
37-
| `--java-version` | Java version () | 21 | String
37+
| `--java-version,--java` | Java version () | 21 | String
3838
| `--kamelets-version` | Apache Camel Kamelets version | RuntimeType.KAMELETS_VERSION | String
3939
| `--lazy-bean` | Whether to use lazy bean initialization (can help with complex classloading issues | true | boolean
4040
| `--local-kamelet-dir` | Local directory for loading Kamelets (takes precedence) | | String
@@ -57,6 +57,7 @@ camel export [options]
5757
| `--prop,--property` | Camel application properties, ex. --property=prop1=foo | | String
5858
| `--quarkus-artifact-id` | Quarkus Platform Maven artifactId | quarkus-bom | String
5959
| `--quarkus-group-id` | Quarkus Platform Maven groupId | io.quarkus.platform | String
60+
| `--quarkus-package-type` | Quarkus package type (uber-jar or fast-jar) | uber-jar | String
6061
| `--quarkus-version` | Quarkus Platform version | RuntimeType.QUARKUS_VERSION | String
6162
| `--quiet` | Will be quiet, only print when error occurs | false | boolean
6263
| `--repo,--repos` | Additional maven repositories (Use commas to separate multiple repositories) | | String

docs/user-manual/modules/ROOT/pages/jbang-commands/camel-jbang-run.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ camel run [options]
3434
| `--gav` | The Maven group:artifact:version (used during exporting) | | String
3535
| `--health` _(deprecated)_ | Deprecated: use --observe instead. Health check at /q/health on local HTTP server (port 8080 by default) | false | boolean
3636
| `--ignore-loading-error` | Whether to ignore route loading and compilation errors (use this with care!) | false | boolean
37+
| `--java-version,--java` | Java version () | 21 | String
3738
| `--jfr` | Enables Java Flight Recorder saving recording to disk on exit | false | boolean
3839
| `--jfr-profile` | Java Flight Recorder profile to use (such as default or profile) | | String
3940
| `--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

docs/user-manual/modules/ROOT/pages/jbang-commands/camel-jbang-sbom.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ camel sbom [options]
3535
| `--hawtio` | Whether to include Hawtio web console (only available for exporting to Spring Boot or Quarkus) | false | boolean
3636
| `--hawtio-version` | Version of the Hawtio web console | HawtioVersion.HAWTIO_VERSION | String
3737
| `--ignore-loading-error` | Whether to ignore route loading and compilation errors (use this with care!) | false | boolean
38-
| `--java-version` | Java version () | 21 | String
38+
| `--java-version,--java` | Java version () | 21 | String
3939
| `--kamelets-version` | Apache Camel Kamelets version | RuntimeType.KAMELETS_VERSION | String
4040
| `--lazy-bean` | Whether to use lazy bean initialization (can help with complex classloading issues | true | boolean
4141
| `--local-kamelet-dir` | Local directory for loading Kamelets (takes precedence) | | String
@@ -60,6 +60,7 @@ camel sbom [options]
6060
| `--prop,--property` | Camel application properties, ex. --property=prop1=foo | | String
6161
| `--quarkus-artifact-id` | Quarkus Platform Maven artifactId | quarkus-bom | String
6262
| `--quarkus-group-id` | Quarkus Platform Maven groupId | io.quarkus.platform | String
63+
| `--quarkus-package-type` | Quarkus package type (uber-jar or fast-jar) | uber-jar | String
6364
| `--quarkus-version` | Quarkus Platform version | RuntimeType.QUARKUS_VERSION | String
6465
| `--quiet` | Will be quiet, only print when error occurs | false | boolean
6566
| `--repo,--repos` | Additional maven repositories (Use commas to separate multiple repositories) | | String

dsl/camel-jbang/camel-jbang-core/src/generated/resources/META-INF/camel-jbang-commands-metadata.json

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)