diff setup.py @ 7410:f10d56cb055c

cli: drop 'gearbox cache-keys --show/--cleanup' - they are rarely used, and use cases are covered by commands for updating metadata
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Wed, 03 Oct 2018 21:47:43 +0200
parents 5eb6805c2a4f
children 977e7aca38b1
line wrap: on
line diff
--- a/setup.py	Sun Nov 18 20:02:17 2018 +0100
+++ b/setup.py	Wed Oct 03 21:47:43 2018 +0200
@@ -159,7 +159,6 @@
     main = kallithea.config.middleware:make_app
 
     [gearbox.commands]
-    cache-keys=kallithea.lib.paster_commands.cache_keys:Command
     celeryd=kallithea.lib.paster_commands.celeryd:Command
     cleanup-repos=kallithea.lib.paster_commands.cleanup:Command
     install-iis=kallithea.lib.paster_commands.install_iis:Command