Closed fabiand closed 6 years ago
It seems to use the resolver for this purpose, hence you could easily get this information by doing:
$ varlink call org.varlink.resolver.GetInfo | jq '.interfaces[]'
.
I'm probably just aslking for a shorthand for this :)
Hmm, maybe we could make "$ varlink info" (without an address given) print all interfaces the resolver knows?
Would work for me.
$ varlink resolve prints the list of interfaces now: https://github.com/varlink/libvarlink/commit/58e82a5dbbd7f4c9bfcdd4aab3d0919561948317
varlink <tab><tab>
allows identifying local services, but for convenience (and discoverability)varlink ls
or alike would be nice.