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

@@ -63,6 +63,7 @@ func Main() int {
Status(conf),
Search(conf),
Index(conf),
Snapshot(conf),
},
Before: func(ctx context.Context, cmd *cli.Command) (context.Context, error) {