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

@@ -110,6 +110,8 @@ type Config struct {
DryRun bool // rollover: -n
Tag string // api ls: -t
Ilm Ilm // ilm create
}
func NewConfig() *Config {