add ilm management support (#43)

This commit is contained in:
T. von Dein
2026-06-22 13:52:02 +02:00
parent 802217158c
commit 9b5ba0775b
9 changed files with 700 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ const (
Crole
Ccluster
Capi
Cilm
)
func complete(cmd *cli.Command, what int) {
@@ -61,6 +62,8 @@ func complete(cmd *cli.Command, what int) {
list, err = es.DatastreamNames(conf)
case Capi:
list = es.ApiPathNames()
case Cilm:
list, err = es.IlmNames(conf)
}
if err != nil {