Croway commented on PR #16851:
URL: https://github.com/apache/camel/pull/16851#issuecomment-2602439368
> Maybe use `ps` or `get` as we do for camel
>
> ```
> camel infra ps
> ```
>
> Show just some basic information
>
> ```
> camel infra get
> ```
>
> Should more details
>
> Then its the same as for camel run
Thanks a lot for the input, I added
```
$ camel infra ps
ALIAS IMPLEMENTATION DESCRIPTION
arangodb ArangoDB is a multi-model database for
high-performance applications.
```
that prints the running services, and
```
$ camel infra get arangodb
{
"getHost" : "localhost",
"getPort" : 8529,
"getServiceAddress" : "localhost:8529"
}
```
that displays the information of the running service.
I was thinking about adding a --log to the `camel infra get` that simply
tails the containers log dumped into ~/.camel/infra-arangodb-1111.log, wdyt?
would it make sense?
--
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]