add snapshot commands

This commit is contained in:
2026-04-22 13:38:02 +02:00
parent a7d979ca38
commit 66221ea219
8 changed files with 298 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ func Health(conf *cfg.Config) error {
slog.Debug("ES result", "cluster health", res)
table := NewTable(5)
table := NewTable(2, 5)
table.headers = []string{bold("SETTING"), bold("STATUS")}