add node show + node clients (#61)

This commit is contained in:
T. von Dein
2026-07-01 13:13:16 +02:00
parent 6436bcfb22
commit e3b96b3e3b
6 changed files with 202 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ const (
Ccluster
Capi
Cilm
Cnode
)
func complete(cmd *cli.Command, what int) {
@@ -64,6 +65,8 @@ func complete(cmd *cli.Command, what int) {
list = es.ApiPathNames()
case Cilm:
list, err = es.IlmNames(conf)
case Cnode:
list, err = es.NodeNames(conf)
}
if err != nil {