Add command for (re-)indexing existing spaces

This commit is contained in:
André Duffeck
2022-04-27 09:30:08 +02:00
parent 1a84afc401
commit d5084eea84
2 changed files with 53 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
Server(cfg),
// interaction with this service
Index(cfg),
// infos about this service
Health(cfg),