Additions and enhancements (#14)

- add interactive API repl
- enhance cluster status output (use -v)
- add more ccr commands
- refactoring
This commit is contained in:
T. von Dein
2026-05-13 13:51:09 +02:00
parent dd619ab815
commit 15e0f9dc90
16 changed files with 557 additions and 13 deletions

View File

@@ -79,6 +79,7 @@ func Main() int {
Ccr(conf),
Node(conf),
Doc(conf),
Repl(conf),
},
Before: func(ctx context.Context, cmd *cli.Command) (context.Context, error) {