gnodet commented on PR #22193:
URL: https://github.com/apache/camel/pull/22193#issuecomment-4118666110
_Claude Code on behalf of Guillaume Nodet_
@apupier Here's how the examples render in the terminal:
<details>
<summary>camel run --help</summary>
```
$ camel run --help
...
--observe Enable observability services
Examples:
camel run hello.java
camel run hello.yaml
camel run *
camel run hello.java --dev
camel run hello.java --port=8080
camel run https://gist.github.com/user/123456
```
</details>
<details>
<summary>camel doc --help</summary>
```
$ camel doc --help
...
--kamelets-version=<kameletsVersion>
Apache Camel Kamelets version
Default: 4.18.0
Examples:
camel doc kafka
camel doc timer
camel doc aws-s3-source
camel doc jsonpath
```
</details>
<details>
<summary>camel export --help</summary>
```
$ camel export --help
...
Examples:
camel export hello.java
camel export --runtime=spring-boot hello.java
camel export --runtime=quarkus *
camel export --gav=com.example:myapp:1.0 hello.java
camel export --dry-run hello.java
```
</details>
<details>
<summary>camel config set --help (subcommand example)</summary>
```
$ camel config set --help
Usage: camel config set [-h] [--global] <configuration>
Set user configuration value
<configuration> Configuration parameter (ex. key=value)
-h, --help Display the help and sub-commands
--global Use global or local configuration
Examples:
camel config set camel-version=4.10.0
camel config set runtime=spring-boot
```
</details>
<details>
<summary>camel log --help</summary>
```
$ camel log --help
...
Examples:
camel log hello
camel log *
camel log hello --tail=50
```
</details>
<details>
<summary>camel version list --help</summary>
```
$ camel version list --help
...
--json Output in JSON Format
Examples:
camel version list
camel version list --runtime=spring-boot
camel version list --lts
```
</details>
The `beer-source` example has been replaced with `aws-s3-source` (a real
kamelet in the default catalog).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]