feat: catalogue sync command

This commit is contained in:
2025-08-18 10:10:52 +02:00
parent 4e205cf13e
commit a5104336a2
3 changed files with 40 additions and 0 deletions

View File

@ -143,6 +143,7 @@ func Run(version, commit string) {
catalogue.CatalogueCommand.AddCommand(
catalogue.CatalogueGenerateCommand,
catalogue.CatalogueSyncCommand,
)
server.ServerCommand.AddCommand(