Add CCR stuff, fix search, add docs support, support index maps, refactor (#13)

This commit is contained in:
T. von Dein
2026-05-12 18:28:57 +02:00
parent 327bc84bd8
commit dd619ab815
19 changed files with 717 additions and 237 deletions

View File

@@ -76,7 +76,9 @@ func Main() int {
Index(conf),
Snapshot(conf),
Cluster(conf),
Ccr(conf),
Node(conf),
Doc(conf),
},
Before: func(ctx context.Context, cmd *cli.Command) (context.Context, error) {