Hi folks!
Jhack just released on edge with a shiny new command: list-endpoints
.
This command will show, for a given charm, what relation integration endpoints it supports.
It divides them by role, so you can see at a glance what a charm provides and requires, and what it talks about with its peers.
Compare it with juju status loki --relations
:
we see
- less information: it only shows the integrations, nothing else about
loki
. - more information: it attempts to show the
version
of the charm library implementing the integration. For details about how this is done and caveats, see the readme docs. - different presentation. Tables are cool. And splitting the endpoints by role felt more intuitive to me.
TODO
cross-model!