Add a cli for listing and cleaning up expired uploads

Fixes #2622
This commit is contained in:
André Duffeck
2022-08-04 09:41:55 +02:00
parent 8d97b7e1a2
commit e35327cdf2
5 changed files with 157 additions and 3 deletions
@@ -18,6 +18,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
Server(cfg),
// interaction with this service
Uploads(cfg),
// infos about this service
Health(cfg),